Annotation of parser3/ChangeLog, revision 1.109
1.109 ! moko 1: 2016-11-21 moko
! 2:
! 3: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
! 4: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
! 5: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
! 6: used (implements feature #1110)
! 7:
! 8: 2016-11-20 moko
! 9:
! 10: * src/types/pa_vdouble.h: whitespace
! 11:
! 12: 2016-11-11 moko
! 13:
! 14: * tests/: 363.html, results/363.processed: more tests for feature
! 15: #1091 (how parser methods work in expression context)
! 16:
! 17: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
! 18: expressions strings are now written as strings, not values by
! 19: write_as_string (related to feature #1091)
! 20:
! 21: * src/classes/op.C: to make more correct behavour in expression
! 22: context
! 23:
! 24: 2016-11-07 moko
! 25:
! 26: * tests/: 362.html, results/362.processed: test for
! 27: xsltParseStylesheetDoc caching as xsl modification after it added
! 28: (related to bug #1108)
! 29:
! 30: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
! 31: result now cached as xdoc is modified after it (fixes bug #1108)
! 32:
! 33: 2016-11-06 moko
! 34:
! 35: * src/types/pa_vxdoc.h: whitespace
! 36:
! 37: 2016-11-05 moko
! 38:
! 39: * src/types/pa_vmethod_frame.h: cleanup
! 40:
! 41: 2016-11-03 moko
! 42:
! 43: * tests/results/244.processed: more correct exception after method
! 44: frames separation
! 45:
! 46: * src/types/pa_vmethod_frame.h: minor optimizaion
! 47:
! 48: * src/types/pa_method.h: optimization: params_count added
! 49:
! 50: * src/: classes/json.C, classes/op.C, classes/reflection.C,
! 51: include/pa_request.h, main/execute.C, main/pa_request.C,
! 52: types/pa_value.C, types/pa_vmethod_frame.C,
! 53: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
! 54: VMethodFrame now divided into VNativeMethodFrame,
! 55: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
! 56: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
! 57: and used (related to feature #1104)
! 58:
! 59: 2016-11-02 moko
! 60:
! 61: * src/: classes/bool.C, classes/curl.C, classes/date.C,
! 62: classes/double.C, classes/file.C, classes/hash.C,
! 63: classes/hashfile.C, classes/image.C, classes/inet.C,
! 64: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
! 65: classes/memcached.C, classes/op.C, classes/reflection.C,
! 66: classes/regex.C, classes/string.C, classes/table.C,
! 67: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
! 68: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
! 69: r.write (implements feature #1091)
! 70:
! 71: * src/main/execute.C: cleanup (related to feature #1104)
! 72:
! 73: * src/: include/pa_request.h, main/execute.C,
! 74: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
! 75: added, in_expression removed (implements feature #1104)
! 76:
! 77: 2016-10-31 moko
! 78:
! 79: * src/types/pa_value.C: whitespace
! 80:
! 81: 2016-10-28 moko
! 82:
! 83: * tests/results/244.processed: updated after error reporting fixed
! 84: in pa_wcontext.C
! 85:
! 86: * src/types/pa_wcontext.C: error reporting fixed
! 87:
! 88: * src/types/pa_wcontext.h: whitespace
! 89:
! 90: * src/classes/image.C: not fully readed entries are no longer
! 91: processed (fixes bug #1106)
! 92:
! 93: 2016-10-26 moko
! 94:
! 95: * src/classes/image.C: whitespace
! 96:
! 97: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
! 98: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
! 99: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
! 100: longer required (related to feature #1091)
! 101:
! 102: * tests/results/: 264.processed, 350.processed: test results update
! 103: reverted (whitespace optimization) after write_no_lang removed :)
! 104: (related to feature #1091)
! 105:
! 106: * src/: classes/file.C, classes/hash.C, classes/op.C,
! 107: classes/string.C, classes/table.C, classes/void.C,
! 108: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
! 109: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
! 110: equal write_pass_lang (related to feature #1091)
! 111:
! 112: * tests/results/: 264.processed, 350.processed: test results
! 113: updated (whitespace optimization) after write_assign_lang removed
! 114: (related to feature #1091)
! 115:
! 116: * tests/: 361.html, results/361.processed: test for non-string
! 117: ^untaint added (related to feature #1091)
! 118:
! 119: * src/: classes/curl.C, classes/date.C, classes/file.C,
! 120: classes/hash.C, classes/op.C, classes/string.C,
! 121: include/pa_request.h, main/execute.C: optimization:
! 122: write_assign_lang removed as not required (first part of feature
! 123: #1091 implementation)
! 124:
1.108 moko 125: 2016-10-12 moko
126:
127: * tests/: 360.html, results/360.processed: more test code (related
128: to feature #1104)
129:
130: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
131: include/pa_request.h, main/compile.y, main/execute.C: opcode
132: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
133: WContext is next task (implements feature #1104)
134:
135: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
136: / CO_WITHOUT_WCONTEXT
137:
138: * tests/: 360.html, results/360.processed: test for in expression
139: state (related to feature #1104)
140:
141: 2016-10-11 moko
142:
143: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
144:
145: * src/classes/op.C: default value removed from initializer
146:
147: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
148:
149: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
150:
151: 2016-10-10 moko
152:
153: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
154: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
155: to feature #42)
156:
157: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
158: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
159:
160: 2016-10-08 moko
161:
162: * src/classes/double.C: whitespace
163:
164: 2016-10-07 moko
165:
166: * src/types/pa_vmethod_frame.h: reorder
167:
168: 2016-10-06 moko
169:
170: * src/classes/date.C: typo
171:
172: * src/types/pa_vmethod_frame.h: whitespace + cleanup
173:
174: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
175: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
176: types/pa_vmethod_frame.h: params.get now returns Value&, not
177: Value*
178:
179: * src/types/pa_vmethod_frame.C: params.get should return Value&.
180:
181: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
182: removed; first as_* code rewrite
183:
184: 2016-10-05 moko
185:
186: * src/include/pa_request.h: whitespace
187:
188: * tests/: 359.html, results/359.processed: test for VCodeFrame and
189: intercept_string added (related to feature #1097)
190:
191: * src/: classes/image.C, classes/op.C, classes/table.C,
192: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
193: optimization: intercept_string removed (implements feature #1097)
194:
195: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
196:
197: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
198: from VCodeFrame and WWrapper as not required
199:
200: 2016-10-04 moko
201:
202: * src/: classes/curl.C, classes/date.C, classes/double.C,
203: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
204: classes/int.C, classes/json.C, classes/op.C,
205: classes/reflection.C, classes/string.C, classes/table.C,
206: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
207: proces_to_value -> process after StringOrValue removed (related
208: to feature #1020)
209:
210: * src/classes/form.C: whitespace
211:
212: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
213:
214: * tests/: 357.html, 358.html, results/357.processed,
215: results/358.processed, results/auto.p: test for @conf
216: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
217:
218: 2016-10-03 moko
219:
220: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
221: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
222: supported (implements feature #42)
223:
224: * src/types/pa_vregex.h: no reason for VRegex to be
225: is_evaluated_expr
226:
227: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
228: (implements feature #1095)
229:
230: 2016-10-01 moko
231:
232: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
233: false by default (related to feature #1089)
234:
235: 2016-09-30 moko
236:
237: * src/types/pa_wcontext.h: cleanup
238:
239: 2016-09-29 moko
240:
241: * src/main/execute.C: whitespace
242:
243: * src/include/pa_request.h: whitespace
244:
245: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
246: classes/op.C, classes/table.C, include/pa_request.h,
247: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
248: types/pa_vobject.C, types/pa_wcontext.h: optimization:
249: StringOrValue removed as it just slows down and adds complexity
250: (implements feature #1020)
251:
252: 2016-09-28 moko
253:
254: * tests/: 356.html, results/266.processed, results/321.processed,
255: results/356.processed: tests updated after name was added to
256: method_info hash, test for ^reflection:method_info[junction]
257: added (related to feature #1068)
258:
259: * src/classes/reflection.C: ^reflection:method_info[junction] now
260: supported, method name added to the resulting hash (implements
261: feature #1068)
262:
263: * tests/: 276.html, results/276.processed: more tests for
264: ^reflection:delete[]
265:
266: * src/classes/reflection.C: fixed bug then ^reflection:delete
267: didn't work on class and could damage native objects (like file)
268:
269: 2016-09-26 moko
270:
271: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
272: results/345.processed, results/346-curl.processed,
273: results/347-curl.processed, results/348.processed: numbers added
274: to simplify diff analysis
275:
276: * tests/: 352.html, results/352.processed: test result updated as
277: method name used
278:
279: * src/classes/reflection.C: method name used
280:
281: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
282: its name
283:
284: * src/types/pa_method.h: whitespace
285:
286: * src/classes/reflection.C: both method and field with one name can
287: exist.
288:
289: * src/classes/reflection.C: ^reflection:mixin added (implements
290: feature #1089)
291:
292: * tests/: 355.html, results/355.processed: property appears in
293: derived class if added in base test added
294:
295: * src/types/pa_vstateless_class.h: get_method declaration +
296: whitespace
297:
298: * tests/: 354.html, results/354.processed: nice test from method
299: and property with one name in class added
300:
301: 2016-09-23 moko
302:
303: * src/classes/reflection.C: ^reflection:method usage documented
304:
305: 2016-09-22 moko
306:
307: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
308: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
309: compile warning and GPF occures on VS2003 (related to feature
310: #1087)
311:
312: * tests/: 350.html, results/350.processed: test added for
313: $.encloser[] support in ^table::create (related to feature #11)
314:
315: * src/classes/table.C: another minor fix (related to feature #11)
316:
1.107 moko 317: 2016-09-21 moko
318:
319: * src/include/pa_config_fixed.h: vs2015 compilation fixes
320:
321: * src/: classes/curl.C, classes/file.C, classes/hash.C,
322: classes/json.C, classes/string.C, classes/table.C,
323: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
324: main/pa_common.C, main/pa_http.C, main/pa_request.C,
325: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
326: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
327: pa_charsets, vs2015 warning war
328:
329: * src/classes/table.C: vs2015 warning war
330:
331: * src/types/pa_vdate.C: vs2015 warning war
332:
333: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
334:
335: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
336: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
337:
338: * src/main/pa_common.C: vs2015 compilation fixes
339:
340: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
341: vs2015 compilation fixes
342:
343: * src/main/pa_charset.C: vs2015 warning war
344:
345: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
346:
347: * src/main/pa_charset.C: vs2015 warning war
348:
349: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
350:
351: * src/types/pa_vdate.C: vs2015 compilation fix
352:
353: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
354:
355: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
356: VS2015 compilation fixes
357:
358: * src/classes/table.C: minor fix (related to feature #11)
359:
360: * tests/results/282.processed: no longer skipping extra enclosers
361: (related to feature #11)
362:
363: * src/classes/table.C: minor fix + no longer skipping extra
364: enclosers (related to feature #11)
365:
366: * src/classes/table.C: minor optimization (related to feature #11)
367:
368: * src/classes/table.C: minor fix and optimization (related to
369: feature #11)
370:
371: 2016-09-20 moko
372:
373: * tests/: 353.html, results/353.processed: test for
374: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
375: added (related to bug #1090)
376:
377: * src/main/compile.y: PC.cclass->is_vars_local() check added for
378: one_big_piece (fixes bug #1090)
379:
380: * tests/: 229.html, results/229.processed: code coverage tests
381:
382: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
383: body) was called
384:
385: * src/classes/op.C: whitespace
386:
387: * tests/: 323.html, results/323.processed: test for code junction
388: should not be returned by ^reflection:class, ^reflection:base
389:
390: * src/classes/reflection.C: bugfix: code junction should not be
391: returned by ^reflection:class, ^reflection:base
392:
393: * tests/: 323.html, 352.html, results/352.processed: no more
394: exception for ^reflection:method[class;no-such-method] (related
395: to feature #1087)
396:
397: * src/classes/reflection.C:
398: ^reflection:method[class;no-such-method] : exception -> void
399: (related to feature #1087)
400:
401: * src/include/pa_request.h: request::write_value added to allow
402: write value without convertion (related to issue #1091)
403:
404: 2016-09-19 moko
405:
406: * src/main/pa_random.C: windows build fix
407:
408: * src/types/pa_vhash.h: warning war
409:
410: 2016-09-14 moko
411:
412: * tests/: 352.html, 552.html, results/352.processed,
413: results/552.processed: test for ^reflection:method[] extension
414: added (related to feature #1087)
415:
416: * tests/: 552.html, results/552.processed: test for
417: ^reflection:method[] extension added (related to feature #1087)
418:
419: * src/classes/reflection.C: compatibility issue fixed, VClass
420: dynamic_cast check added (related to feature #1087)
421:
422: * tests/: 351.html, results/351.processed: test for @auto[]
423: inheritance bug diring ^process[] added (related to bug #1088)
424:
425: * src/: classes/op.C, main/pa_request.C,
426: types/pa_vstateless_class.C: set_method now checks for @auto[] to
427: disable it inheritance during ^process (fixes bug #1088)
428:
429: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
430: added (implements feature #1087)
431:
432: 2016-09-13 moko
433:
434: * tests/: 349.html, results/auto.p: test for objects prototyping
435: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
436: to feature #1086)
437:
438: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
439: types/pa_vobject.C: objects now are not class instances, but have
440: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
441: in @conf (implements feature #1086)
442:
443: 2016-09-08 moko
444:
445: * src/: classes/file.C, classes/mail.C, classes/string.C,
446: classes/table.C, main/pa_http.C, main/pa_string.C,
447: include/pa_string.h: cleanup: string::split limit argument
448: removed as no longer required, pos_after no longer reference
449: (related to feature #11)
450:
451: * src/classes/table.C, tests/results/348.processed: now exception
452: is rised when invalid option is passed to ^table::create[]
453:
454: * tests/: 282.cfg, 282.html, results/282.processed: more code
455: coverage tests
456:
457: * tests/: 348.html, results/348.processed: code coverage tests
458: added
459:
460: * tests/: 348.html, results/348.processed: generic ^table::create[]
461: tests
462:
463: * tests/: 035.html, results/035.processed, results/272.processed:
464: tests updated after $.encloser[] support for ^table::create
465: implementation (related to feature #11)
466:
467: * src/classes/table.C: $.encloser[] support for ^table::create
468: finally added (implements feature #11)
469:
470: 2016-09-07 moko
471:
472: * src/include/pa_string.h: added StringSplitHelper as friend
473: (related to feature #11)
474:
475: * src/include/pa_string.h: body and langs now protected, not
476: private to allow inheritance (related to feature #11)
477:
478: * src/classes/table.C: lsplit optimized before cloning for
479: ^table::create with $.encloser[] (related to feature #11)
480:
481: * src/classes/table.C: optimizaion: TableControlChars.separators
482: added and used (related to feature #11)
483:
484: * src/classes/table.C: spelling:
485:
486: TableSeparators -> TableControlChars column -> separator
487: separators -> control_chars
488:
489: 2016-09-06 moko
490:
491: * src/main/pa_string.C: whitespace
492:
493: * src/main/pa_string.C: whitespace
494:
495: 2016-09-01 moko
496:
497: * tests/: 347-curl.html, results/347-curl.processed: to make tests
498: results OS-independent
499:
500: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
501: compiler (related to feature #1042)
502:
503: 2016-08-15 moko
504:
505: * src/include/pa_string.h: whitespace
506:
507: * src/classes/table.C: whitespace
508:
1.106 moko 509: 2016-08-05 moko
510:
511: * tests/: 344.html, results/344.processed: test for
512: ^hash::create[$file] added (related to feature #1075)
513:
514: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
515: supported (implements feature #1075)
516:
517: 2016-08-04 moko
518:
519: * tests/: 341.html, results/341.processed: more code coverage tests
520:
521: * tests/: 346-curl.html, results/346-curl.processed: more code
522: coverage tests for curl
523:
524: * tests/: 346-curl.html, results/346-curl.processed: more code
525: coverage tests for curl
526:
527: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
528: results/223.processed: code coverage tests: $.form[ $.table[] ]
529: test added
530:
531: * tests/: 223-curl.html, results/223-curl.processed: more code
532: coverage tests for curl
533:
534: 2016-08-03 moko
535:
536: * src/classes/curl.C: dlink(curl_library) now called not once, but
537: until it will be loaded, allowing to find existing library.
538:
539: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
540: results/347-curl.processed: more code coverage tests for curl
541:
542: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
543: results/339-curl.processed, results/346-curl.processed: curl
544: functionality tests
545:
546: 2016-08-02 moko
547:
548: * tests/: 339.html, results/339.processed: test for tables in
549: ^file:load[] and ^curl:load[] (commented) added (related to
550: feature #1042)
551:
552: * tests/: 345.html, results/345.processed: code coverage tests for
553: file class
554:
555: * tests/: 344.html, results/344.processed: code coverage tests
556:
557: * tests/: 344.html, results/344.processed: mdate removed from
558: output
559:
560: * src/classes/file.C: minor bugfix: is_text should be taked from
561: fcontent.is_text_mode() if not set (related to feature #1061)
562:
563: * tests/: 344.html, results/344.processed: more tests
564:
565: * tests/: 343.html, 344.html, results/343.processed,
566: results/344.processed: tests for ^file::create[ $.from-charset
567: and $.to-charset ] (related to feature #1061)
568:
569: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
570: aset_text_mode argument optimized
571:
572: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
573: checkBOM now used in detect_binary_content (related to feature
574: #1061)
575:
576: * src/main/pa_request.C: load_charset no longer required to_upper
577:
578: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
579: preserves original file mode (if no $.mode specified)
580:
581: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
582: ^file::create now supports $.from-charset[] and $.to-charset
583: options (implements feature #1061), automatic transcode is done
584: if text file is created from binary file and charset is detected.
585:
586: 2016-07-30 moko
587:
588: * src/classes/table.C: ^t.hash[..;] now supported (related to
589: feature #1057)
590:
591: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
592: added (related to feature #1057)
593:
594: * tests/: 286.html, results/286.processed: code tests coverage
595:
596: 2016-07-29 moko
597:
598: * src/classes/table.C: table size should be checked inside menu and
599: foreach (related to feature #858)
600:
601: * src/: classes/curl.C, classes/file.C, classes/string.C,
602: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
603: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
604: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
605: charsets.get now does str_upper inside (related to feature #1061)
606:
607: * tests/: 342.html, results/342.processed: more code coverage tests
608:
609: * tests/: 342.html, outputs/342.processed: table menu code coverage
610: + foreach test added (related to feature #858)
611:
612: * tests/: 341.html, results/341.processed: tests for
613: ^table.hash[]{code} added + code coverage tests (related to
614: feature #1057)
615:
616: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
617: value} support (implements feature #1057)
618:
619: * src/classes/table.C: whitespace
620:
621: 2016-07-28 moko
622:
623: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
624: from URL, if not specified query string removed from url-based
625: filenames in ^curl:load[] and ^file::load[] (related to feature
626: #1042)
627:
628: 2016-07-27 moko
629:
630: * tests/: 340.html, results/340.processed: test for
631: transcode_text_result=false added (related to issue #1042)
632:
633: 2016-07-26 moko
634:
635: * src/types/pa_vfile.C: file name should not be empty (if file path
636: is folder and ends with /) (related to feature #1042)
637:
638: * src/main/pa_http.C: whitespace optimizaion
639:
640: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
641: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
642: multiple headers, ^file::load supports headers transcoding
643: (implements feature #1042)
644:
645: 2016-07-25 moko
646:
647: * src/include/pa_common.h: PA_DEFAULT added
648:
649: 2016-07-22 moko
650:
651: * tests/: 338.html, results/338.processed: test for
652: $date.field(value) added (related to feature #1066)
653:
654: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
655: $date.field(value) now supported for y/m/d/h/m/s (implements
656: feature #1066)
657:
1.105 moko 658: 2016-07-21 moko
659:
660: * src/: classes/file.C, classes/image.C, include/pa_common.h,
661: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
662: arguments removed; image.C - absolute path shown in exception
663: (implements feature #1071)
664:
665: * tests/: 235.html, results/235.processed: test and test result
666: updated after static boundary in mail and Errors-To: mail header
667: removed (related to feature #1047)
668:
669: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
670: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
671: used, static boundary in mail removed, Errors-To: mail header
672: removed (implements feature #1047)
673:
674: 2016-07-20 moko
675:
676: * src/: classes/reflection.C, types/pa_vstateless_class.h:
677: equest.classes(): Value -> VStateless_class, part 3 (related to
678: issue #1051)
679:
680: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
681: request.classes(): Value -> VStateless_class, part 2 (related to
682: issue #1051)
683:
684: * tests/results/: 224.processed, 323.processed: classes without
685: methods should not be methoded (related to issue #1051)
686:
687: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
688: main/compile_tools.h, main/pa_request.C: request.classes(): Value
689: -> VStateless_class, part 1 (related to issue #1051)
690:
691: * tests/: 337.html, results/337.processed: test for
692: ^reflection:fields_reference[] and VHashReference class added
693: (related to feature #1072)
694:
695: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
696: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
697: and VHashReference added, allowing ^reflection:fields_reference[]
698: implementation (closes feature #1072)
699:
700: 2016-07-19 moko
701:
702: * tests/: 323.html, results/323.processed: we want to see
703: "methoded"
704:
705: * tests/: 336.html, results/336.processed: test for $BASE:property
706: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
707: #1059)
708:
709: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
710: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
711: somebody_entered_some_class, $BASE:property works again,
712: ^BASE:method[] bugs fixed (fixes bug #1059)
713:
714: 2016-07-14 moko
715:
716: * tests/: 335.html, results/335.processed: test for feature #1055
717: added
718:
719: * src/classes/hash.C: bugfix: $._default was not copied if empty
720: feature: ^hash.contains[_default] added (implements feature
721: #1055)
722:
723: 2016-07-13 moko
724:
725: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
726: should not call @autouse (http://www.parser.ru/forum/?id=83480)
727:
728: 2016-07-05 moko
729:
730: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
731: in ^hash.foreach (related to feature #1073)
732:
733: 2016-07-04 moko
734:
735: * tests/: 134.html, 281.html, results/134.processed,
736: results/281.processed: tests updated after hash blocking removed
737: (related to feature #1073)
738:
739: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
740: no longer blocks on change during foreach (implements feature
741: #1073)
742:
743: 2016-06-17 moko
744:
745: * tests/: 330.html, results/330.processed: try exception source
746: test added (related to bug in #1062)
747:
748: * tests/: 334.html, results/334.processed: Exception stack trace
749: test added (related to bug in $1062)
750:
751: * src/classes/op.C: Exception trace now correctly restored and
752: errors reported (related to bug #1062)
753:
1.104 moko 754: 2016-05-25 moko
755:
756: * src/main/compile.y: minor cleanup + beauty
757:
758: 2016-05-24 moko
759:
760: * tests/: 333.html, results/333.processed: more exceptions testing
761:
762: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
763: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
764: features #1056, #1026)
765:
766: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
767: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
768: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
769: (implements feature #1056)
770:
771: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
772: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
773: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
774: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
775: feature #1026)
776:
777: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
778: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
779: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
780: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
781: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
782: feature #1026)
783:
784: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
785: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
786: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
787: SYMBOLS_CACHING define implemented (related to feature #1026)
788:
789: * src/main/main.vcproj: + ps_symbols
790:
791: * src/: include/Makefile.am, include/pa_string.h,
792: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
793: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
794: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
795: types/pa_vstateless_class.C: initial implementation for symbols
796: cache (related to feature #1026)
797:
798: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
799:
800: * src/main/pa_globals.C: minor cleanup
801:
802: 2016-05-19 moko
803:
804: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
805: (related to feature #1046)
806:
807: * tests/: 331.html, results/331.processed: test for
808: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
809: (related to feature #1051)
810:
811: * src/main/compile.y:
812: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
813: (implements feature #1054)
814:
815: 2016-05-18 moko
816:
817: * src/types/pa_vtable.C, tests/results/324.processed: no more
818: "column not found" exception for ^table.no-such-method[] (related
819: to feature #1046)
820:
821: * tests/: 261.html, results/261.processed: test added and updated
822: after feature #1046 implementation
823:
824: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
825: types/pa_vvoid.h: $string.anything works for whitespace strings,
826: ^string.contains added for hash compatibility, $string.method no
827: longer returns stting method (implements feature #1046)
828:
829: 2016-05-12 moko
830:
831: * src/classes/curl.C: content-type response header no longer
832: ignored (fixes issue #1045)
833:
834: * tests/: 330.html, results/330.processed: test for incomplete
835: finally execution when break occures added (related to issue
836: #1077)
837:
838: * src/classes/op.C: bugfix: Request::skip reset is called before
839: executing catch and finally code (fixes issue #1062)
840:
841: 2016-05-11 moko
842:
843: * tests/: 329.html, results/329.processed: test for invalid
844: ^break[] behavour added (bug #1077)
845:
846: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
847:
848: 2016-04-24 moko
849:
850: * src/types/pa_vstateless_class.h: warning war
851:
852: 2016-04-17 moko
853:
854: * tests/: 328.html, results/328.processed: test for
855: ^break(condition) and ^continue(condition) (related to feature
856: #1063)
857:
858: * src/classes/op.C: ^break(condition) and ^continue(condition)
859: implemented (feature #1063)
860:
861: 2016-04-12 moko
862:
863: * tests/results/280.processed: ordered hash now used for class
864: methods and properties (test results updated for feature #1069)
865:
866: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
867: to xdoc.C as under FreeBSD it was inited after and inheritance
868: failed (related to issue #1051)
869:
870: * tests/: 320.html, results/320.processed: xdoc and xnode methods
871: are printed to check inheritance (related to feature #1051)
872:
1.103 moko 873: 2016-04-09 moko
874:
875: * tests/results/320.processed: ordered hash now used for class
876: methods and properties (test results updated for feature #1069)
877:
878: * src/types/pa_vstateless_class.h: ordered hash now used for class
879: methods and properties (implements feature #1069)
880:
881: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
882: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
883: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
884: feature #1051)
885:
886: 2016-04-07 moko
887:
888: * src/main/execute.C: returned Value in .CLASS case for VJunction
889: (related to feature #1051)
890:
891: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
892: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
893: string constants deduplication (related to feature #1051)
894:
895: * tests/results/224.processed: test result updated (related to
896: feature #1051)
897:
898: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
899: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
900: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
901: types/pa_vstatus.h: classes hash now contains only
902: VStateless_class derived objects, .CLASS is also allways
903: VStateless_class derived object (related to feature #1051).
904:
905: 2016-04-06 moko
906:
907: * tests/results/323.processed: test result updated after feature
908: #1051 implementation
909:
910: * src/: classes/classes.h, classes/op.C, classes/response.C,
911: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
912: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
913: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
914: types/pa_vresponse.C, types/pa_vresponse.h,
915: types/pa_vstateless_class.h: base -> methoded_donor for static
916: classes, type() moved from VStateless_class to VClass and
917: Methoded (implements feature #1051)
918:
919: 2016-04-04 moko
920:
921: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
922: beauty: put_class added (related to feature #1051)
923:
924: 2016-04-01 moko
925:
926: * tests/results/: 175.processed, 192.processed, 224.processed,
927: 229.processed, 244.processed, 246.processed, 316.processed: test
928: results updated as class.type() removed from error messages, only
929: type() left (related to feature #1051)
930:
931: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
932: classes/op.C, classes/reflection.C, main/compile.y,
933: main/compile_tools.h, main/execute.C, main/pa_request.C,
934: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
935: types/pa_vmethod_frame.h, types/pa_vobject.h,
936: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
937: from VStateless_class, type() is used instead (related to feature
938: #1051)
939:
940: * src/classes/mail.C: old logic restored.
941:
942: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
943: classes/classes.h, classes/curl.C, classes/date.C,
944: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
945: classes/hashfile.C, classes/image.C, classes/inet.C,
946: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
947: classes/memcached.C, classes/memory.C, classes/reflection.C,
948: classes/regex.C, classes/response.C, classes/string.C,
949: classes/table.C, classes/xdoc.C, classes/xnode.C,
950: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
951: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
952: feature #1051)
953:
954: 2016-03-30 moko
955:
956: * tests/: 327.html, results/224.processed, results/327.processed:
957: test for TZ specification in ^date::create[], TZ is kept during
958: ^date::create[$dt] (related to feature #1048)
959:
960: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
961: ^date::create[], TZ is kept during ^date::create[$dt] (implements
962: feature #1048)
963:
964: 2016-03-29 moko
965:
966: * tests/: 315.html, results/315.processed: test for timezone format
967: +HHmm added (related to feature #1065)
968:
969: * src/classes/date.C: timezone format +HHmm now supported
970: (implements feature #1065)
971:
972: 2016-03-28 moko
973:
974: * tests/: 202.html, results/131.processed, results/202.processed,
975: results/224.processed, results/256.processed,
976: results/315.processed: test results updated after %.2d now
977: default for hours offset in iso-string (was %2d), test for
978: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
979: added (related to feature #1065)
980:
981: 2016-03-27 moko
982:
983: * src/types/pa_vdate.C: '+' sign for zero offset (related to
984: feature #1065)
985:
986: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
987: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
988: added (implements feature #1065)
989:
990: 2016-03-24 moko
991:
992: * tests/: 202.html, results/202.processed: test $date.week added
993: (related to bug #1067)
994:
995: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
996: date (fix for bug #1067)
997:
998: 2016-03-10 moko
999:
1000: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
1001:
1.102 moko 1002: 2015-12-07 moko
1003:
1004: * tests/: 326.html, results/326.processed: test for .CLASS &
1005: .CLASS_NAME optimization added (related to feature #844)
1006:
1007: 2015-11-17 moko
1008:
1009: * tests/: 323.html, results/323.processed: order added
1010:
1011: * tests/: 325.html, results/325.processed: double range test added
1012: (related to bug #1049)
1013:
1014: 2015-11-16 moko
1015:
1016: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
1017: added to disallow NaN and Infinity (fixes bug #1049)
1018:
1019: 2015-11-11 moko
1020:
1021: * tests/324.html: parser 3.4.3 execution support added (related to
1022: feature #1017)
1023:
1024: * tests/: 324.html, results/324.processed: test for
1025: GET_ELEMENT4CALL feature added (feature #1017)
1026:
1.101 moko 1027: 2015-10-29 moko
1028:
1029: * operators.txt: updated for 3.4.4
1030:
1031: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
1032:
1033: * src/main/pa_exec.C: get_exit_status implemented for Windows
1034: (related to bug #1043)
1035:
1036: 2015-10-28 moko
1037:
1038: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
1039: hangup during ^file::exec (fixes bug #1043)
1040:
1.100 moko 1041: 2015-10-27 moko
1042:
1043: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
1044:
1.99 moko 1045: 2015-10-26 moko
1046:
1.100 moko 1047: * tests/322.html, src/classes/reflection.C: arguments reorder
1048: (related to issue #1041)
1049:
1050: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
1051: Copyright year updated
1052:
1.99 moko 1053: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
1054: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
1055: classes/form.C, classes/hash.C, classes/hashfile.C,
1056: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
1057: classes/mail.C, classes/math.C, classes/memcached.C,
1058: classes/memory.C, classes/op.C, classes/reflection.C,
1059: classes/regex.C, classes/response.C, classes/string.C,
1060: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1061: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
1062: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1063: include/pa_config_fixed.h, include/pa_config_includes.h,
1064: include/pa_dictionary.h, include/pa_dir.h,
1065: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1066: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1067: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1068: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1069: include/pa_request_charsets.h, include/pa_request_info.h,
1070: include/pa_sapi.h, include/pa_socks.h,
1071: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1072: include/pa_stack.h, include/pa_string.h,
1073: include/pa_stylesheet_connection.h,
1074: include/pa_stylesheet_manager.h, include/pa_table.h,
1075: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
1076: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
1077: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
1078: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
1079: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
1080: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
1081: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
1082: main/compile.y, main/compile_tools.C, main/compile_tools.h,
1083: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
1084: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
1085: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
1086: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
1087: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1088: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1089: main/pa_string.C, main/pa_stylesheet_connection.C,
1090: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1091: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1092: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
1093: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
1094: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
1095: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
1096: targets/isapi/parser3isapi.C, types/pa_junction.h,
1097: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1098: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
1099: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1100: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1101: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1102: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1103: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1104: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1105: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1106: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1107: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1108: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1109: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1110: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1111: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1112: types/pa_vresponse.C, types/pa_vresponse.h,
1113: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1114: types/pa_vstateless_object.h, types/pa_vstatus.C,
1115: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1116: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1117: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1118: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1119: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1120:
1121: * src/targets/cgi/parser3.C: year updated
1122:
1123: * src/classes/reflection.C: VS2003 compatibility fixed (related to
1124: issue #1041)
1125:
1126: * tests/: 323.html, results/323.processed: test for base classes
1127: added
1128:
1129: * tests/: 261.html, results/261.processed: updated after better
1130: error reporting done for $string.key exception
1131:
1132: * src/types/pa_vstring.h: better error report for $string.key
1133: exception
1134:
1135: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
1136: copied as VObject::get_element4call to remove extra virtual call
1137:
1138: * tests/: 322.html, results/322.processed: test for
1139: ^reflection:is[] added (related to feature #1041)
1140:
1141: * src/classes/reflection.C: ^reflection:is empty value is void
1142: (related to feature #1041)
1143:
1144: * src/classes/reflection.C:
1145: ^reflection:is[class_name|code|method;[context;]element_name]
1146: added (implements feature #1041)
1147:
1148: 2015-10-24 moko
1149:
1150: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
1151:
1.98 moko 1152: 2015-10-22 moko
1153:
1154: * tests/: 321.html, results/321.processed: test for
1155: ^reflection:method_info[] file detection added
1156:
1157: * tests/: 320.html, results/320.processed: test for
1158: ^reflection:class_by_name[class_name] added (related to feature
1159: #993)
1160:
1161: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
1162: added (implements feature #993)
1163:
1164: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
1165: (related to feature #1017)
1166:
1167: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
1168: added (related to issue #1039)
1169:
1170: * src/main/pa_request.C: ^throw origin fixed (related to feature
1171: #1039)
1172:
1173: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
1174: for VDate
1175:
1176: * tests/results/182.processed: updated after feature #1038
1177: implemented
1178:
1179: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
1180: compile-time exception origin added (test for feature #1039)
1181:
1182: * src/: include/pa_request.h, main/compile.C, main/compile.y,
1183: main/pa_request.C: exception unification: compile-time exceptions
1184: now have origin, @USE origins also tracked (implements feature
1185: #1039)
1186:
1187: 2015-10-20 moko
1188:
1189: * src/main/pa_request.C: cleanup
1190:
1191: 2015-10-15 moko
1192:
1193: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
1194:
1195: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
1196: types/pa_vtable.C: new feature: no more $table.method and
1197: $hash.method, aliases for _at, _count, _key (related to feature
1198: #1017)
1199:
1.97 moko 1200: 2015-10-14 moko
1201:
1.98 moko 1202: * tests/: 317.html, results/317.processed: test for
1203: ^string.unescape[] added (related to feature #120)
1204:
1.97 moko 1205: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
1206: defined" bug (described in issue #1036)
1207:
1208: * tests/: 247.html, results/247.processed: test for checkBOM added
1209: (test for bug #1037)
1210:
1211: * src/: include/pa_charsets.h, main/pa_charsets.C,
1212: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
1213: it's not enforced, skips BOM signature if it complies charset
1214: (fixes bug #1037)
1215:
1216: 2015-10-13 moko
1217:
1218: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
1219: linking
1220:
1221: * src/classes/inet.C: vs2003 compilation fix
1222:
1223: * src/classes/math.C: warning war
1224:
1225: * src/lib/punycode/pa_punycode.c: warning war
1226:
1227: 2015-10-12 moko
1228:
1229: * src/lib/punycode/pa_punycode.c: warning war
1230:
1231: * parser3.sln: moved parser3 first, to make it default startup
1232: project
1233:
1234: * buildall: parser "mirror" now used for external libs sources
1235: (implements feature #1036)
1236:
1237: * buildall: most external libs are updated to their current
1238: versions (related to feature #1036)
1239:
1240: * src/classes/image.C: more tags added
1241:
1242: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
1243:
1244: 2015-10-11 moko
1245:
1246: * src/classes/curl.C: minor optimization (related to feature #1035)
1247:
1248: 2015-10-09 moko
1249:
1250: * src/classes/curl.C: pa_strdup added for strings from curl
1251: (related to feature #1035)
1252:
1253: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
1254: ULLONG_MAX definition
1255:
1256: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
1257: (implements feature #1035)
1258:
1259: * src/main/pa_charset.C: String::Body(String::C) used
1260:
1261: * src/main/pa_charset.C: exceptions unified
1262:
1263: * src/: include/pa_charset.h, main/pa_charset.C: declarations
1264: unified
1265:
1266: * src/: classes/file.C, classes/image.C, classes/mail.C,
1267: classes/op.C, classes/xdoc.C, classes/xnode.C,
1268: include/pa_string.h, main/pa_request.C, main/pa_string.C,
1269: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
1270: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
1271: String::Body(String::C) constructor added (related to bug #957)
1272:
1273: * src/classes/file.C: minor optimization
1274:
1275: * src/include/pa_hash.h: hash.get(char*) added, to minimize
1276: Cord(char*) autocreation (related to bug #957)
1277:
1278: * src/: classes/string.C, main/untaint.C: minor optimizations
1279:
1280: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
1281: String(char*, Lang, length) removed, String(C(), Lang) used
1282: instead (related to bug #957)
1283:
1284: 2015-10-08 moko
1285:
1286: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
1287: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
1288: main/untaint.C: Now char * is converted to CORD only using
1289: AS_CORD() to check for empty cord bug (fixes bug #957)
1290:
1291: * src/include/pa_hash.h: fixed compilation without
1292: HASH_CODE_CACHING
1293:
1294: * src/classes/string.C:
1295: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
1296: feature #120)
1297:
1298: * src/main/pa_common.C: reduce js flags checks count (related to
1299: feature #120)
1300:
1.96 moko 1301: 2015-10-07 moko
1302:
1303: * tests/: 275.html, results/275.processed: test modified after
1304: unsigned long long int support implemented (feature #1034)
1305:
1306: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
1307: pa_atoul added for unsigned long long int support
1308:
1309: 2015-10-06 moko
1310:
1311: * src/types/pa_vdate.C: INT_MAX used
1312:
1313: 2015-10-03 moko
1314:
1315: * tests/: 302.html, results/302.processed: test for bug #1023
1316: (\u2028, \u2029 escaping) added
1317:
1318: * src/main/untaint.C: \u2028, \u2029 are now escaped in
1319: json:string[] (fixes bug #1023)
1320:
1321: 2015-09-29 moko
1322:
1323: * tests/305.html: try-catch added for OS without ipv6 support
1324:
1325: * src/lib/json/pa_json.C: more unique prefixes for Solaris
1326: compilation
1327:
1328: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
1329: main/execute.C, types/pa_value.h, types/pa_vhash.h,
1330: types/pa_vtable.C, types/pa_vtable.h: get_element4call
1331: implemented to distinguish ^hash.method from $hash.field
1332: (implements feature #1017)
1333:
1334: * src/lib/punycode/pa_punycode.c: warning war
1335:
1336: * src/include/pa_config_includes.h: warning war
1337:
1338: * src/include/pa_config_includes.h: pragma warning actualized a bit
1339:
1340: * src/include/pa_config_includes.h: warning war
1341:
1342: * src/include/pa_hash.h: clang compilation fix
1343:
1344: 2015-09-27 moko
1345:
1346: * src/main/compile.tab.C: Bison 3 is now default
1347:
1348: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
1349:
1350: 2015-09-25 moko
1351:
1352: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
1353: works with undefined HASH_ORDER (related to feature #196)
1354:
1355: 2015-09-24 moko
1356:
1357: * tests/: 027.html, results/027.processed: test modified to test
1358: ^hash.sort (feature #196)
1359:
1360: * src/: classes/hash.C, include/pa_hash.h:
1361: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
1362: added (implements feature #196)
1363:
1364: * tests/: 316.html, results/316.processed: Added test for bug #1025
1365: (exception handling in non-cached ^cache), plus for "it does not
1366: have logical value" and "$exception.handled value must be either
1367: boolean or string 'cache'" exceptions.
1368:
1369: * src/classes/op.C: ^cache: exceptions now handled in non-cached
1370: code (fixes bug #1025)
1371:
1.95 moko 1372: 2015-09-23 moko
1373:
1374: * src/classes/table.C: warning war
1375:
1376: * src/: classes/math.C, types/pa_vcookie.C: warning war
1377:
1378: * src/classes/file.C: warning war
1379:
1380: * src/: include/pa_table.h, main/pa_table.C: warning war
1381:
1382: * src/: main/pa_request.C, classes/date.C: warning war
1383:
1384: * src/: types/pa_vdate.C, classes/op.C: warning war
1385:
1386: * tests/: 122.html, results/122.processed: win sync: to remove
1387: differences with OS that doesn't keep timezone change history
1388:
1389: * src/types/pa_vdate.C: tzset() should be called in Windows after
1390: TZ change (related to feature #36)
1391:
1392: * tests/: 075.html, results/075.processed: win sync: to remove
1393: differences with OS that doesn't keep timezone change history
1394:
1395: * tests/: 315.html, results/315.processed: win sync: to remove
1396: differences with OS that doesn't keep timezone change history
1397:
1398: * tests/: 256.html, results/256.processed: win sync: to remove
1399: differences with OS that doesn't keep timezone change history
1400:
1401: * tests/: 124.html, results/124.processed: win results sync: to
1402: avoid hitting time change hole.
1403:
1404: * src/types/pa_vdate.C: static returned. :)
1405:
1406: 2015-09-22 moko
1407:
1408: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
1409:
1410: * tests/results/131.processed: more tests for feature #1032
1411:
1412: * src/classes/date.C: minor fix related to feature #1032
1413:
1414: * operators.txt: ISO date creation documented (related to feature
1415: #1032)
1416:
1417: * operators.txt: iso-string documented (related to feature #1032)
1418:
1419: * tests/: 315.html, results/315.processed: more tests added
1420: (related to feature #1032)
1421:
1422: * tests/: 131.html, results/131.processed: date range checks
1423: updated (related to feature #36)
1424:
1425: * tests/: 315.html, results/057.processed, results/315.processed:
1426: test added for ISO date support (related to issue #315)
1427:
1428: * src/classes/date.C: more readable exceptions in date creation
1429: (related to ticket #1032)
1430:
1431: 2015-09-18 moko
1432:
1433: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
1434: added (related to issue #1032)
1435:
1436: * tests/results/256.processed, src/classes/json.C: iso-string
1437: documented (related to issue #1032)
1438:
1439: * tests/: 256.html, results/256.processed: ISO date check added
1440: (related to issue #1032)
1441:
1442: * tests/: 057.html, results/057.processed, results/224.processed:
1443: tests results updated after ISO date support implemented (related
1444: to feature #1032)
1445:
1446: * src/: classes/date.C, classes/image.C, types/pa_value.h,
1447: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
1448: ^date::create[string] constructor formalized, ^date.iso-string[]
1449: added (implements feature #1032)
1450:
1451: 2015-09-05 moko
1452:
1453: * operators.txt: actualized
1454:
1455: * operators.txt: date changes documented (related to ticket #36)
1456:
1457: 2015-09-04 moko
1458:
1459: * src/types/pa_vdate.C: warning war
1460:
1461: * src/: classes/op.C, types/pa_vhashfile.C: warning war
1462:
1463: 2015-09-03 moko
1464:
1465: * tests/results/096.processed: test result updated for 0..9999 year
1466: date range support (related to feature #36)
1467:
1468: * tests/: 314.html, results/314.processed: test for
1469: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
1470: bug #1031)
1471:
1472: * src/classes/string.C: Static calls fixed for ^string:base64[],
1473: ^string:idna[], ^string:js-escape[] (closes bug #1031)
1474:
1.101 moko 1475: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
1476: configure.in -> configure.ac
1.95 moko 1477:
1.101 moko 1478: * configure, configure.in, src/include/pa_config_auto.h.in: more
1479: correct timezone check for FreeBSD Warning war: configure.in ->
1480: configure.ac
1.95 moko 1481:
1482: * configure, configure.in, src/classes/Makefile.am,
1.101 moko 1483: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
1484: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
1485: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
1486: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
1487: src/main/Makefile.am, src/targets/apache/Makefile.am,
1488: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 1489: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
1490: check added
1491:
1492: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
1493:
1494: * tests/results/: 124.processed, 224.processed: test resuls updated
1495: for new date implementation (related to feature #36)
1496:
1497: * src/: classes/date.C, classes/image.C, include/pa_common.h,
1498: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
1499: types/pa_vdate.h: new double date implementation with internal
1500: support for extended 0..9999 year range, default timezone support
1501: (related to feature #36)
1502:
1503: 2015-08-28 moko
1504:
1505: * src/types/pa_vmail.C: fixed $mail:received.date calculations
1506: (fixes bug #1030)
1507:
1508: 2015-08-21 moko
1509:
1510: * src/classes/inet.C: snprintf size "bug" commented
1511:
1512: * src/main/pa_common.C: snprintf comments updated
1513:
1514: 2015-08-16 moko
1515:
1516: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
1517:
1518: 2015-08-11 moko
1519:
1520: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
1521: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
1522: can be null (fixes bug #1029)
1523:
1524: 2015-08-06 moko
1525:
1.101 moko 1526: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
1527: pa_vdate.C added
1.95 moko 1528:
1529: 2015-08-05 moko
1530:
1531: * tests/: 313.html, results/313.processed: test for
1532: ^table.count[columns] and ^table.flip[] with nameless tables
1533: (feature #1003)
1534:
1535: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1536: max_cell added, now ^table.count[columns] and ^table.flip[] works
1537: correctly for nameless tables (implements feature #1003)
1538:
1539: 2015-08-03 moko
1540:
1541: * tests/312.html: test for ^table.append[$hash] and
1542: ^table.insert[$hash] added (related to feature #1028)
1543:
1544: * src/classes/table.C: ^table.append[$hash] and
1545: ^table.insert[$hash] now supported (implements feature #1028)
1546:
1547: * tests/: 312.html, results/312.processed: test row copy in
1548: ^table.hash[; $.type[table] ] added (related to feature #1016)
1549:
1550: * src/classes/table.C: row copy now created in ^table.hash[;
1551: $.type[table] ] (related to feature #1016)
1552:
1553: 2015-07-29 moko
1554:
1555: * tests/: 312.html, results/312.processed: test for ^table.delete[]
1556: added (related to feature #1016)
1557:
1558: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1559: ^table.delete[] added to delete current row (related to feature
1560: 1016)
1561:
1562: 2015-07-28 moko
1563:
1564: * tests/: 312.html, results/312.processed: test for
1565: $table.column[value] and ^table.insert{row} (related to feature
1566: #1016)
1567:
1568: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
1569: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
1570: ^table.insert{row} are now implemented (feature #1016)
1571:
1572: * src/include/pa_array.h: Optimization: bool reverse removed from
1573: append(), insert() added, memmove arguments order in remove()
1574: fixed (related to feature #1016)
1575:
1576: 2015-07-23 moko
1577:
1578: * src/classes/json.C: tainted json and empty json exception added
1579: (implements feature #1015)
1580:
1581: * tests/: 311.html, results/311.processed: empty json and tainted
1582: json exception test added (related to issue #1015)
1583:
1584: 2015-07-22 moko
1585:
1586: * tests/: 311.html, results/311.processed: test for UTF-8
1587: processing added
1588:
1589: * tests/: 311.html, results/311.processed: test for
1590: json_exception_with_source added (related to issue #394)
1591:
1592: * src/classes/json.C: json_exception_with_source added (implements
1593: feature #394)
1594:
1595: 2015-06-29 moko
1596:
1597: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
1598: directories are now correctly determined if _d_type == DT_UNKNOWN
1599: (closes bug #1027)
1600:
1601: 2015-06-10 moko
1602:
1603: * src/types/pa_vxnode.h: extern "C" not requred and causes build
1604: error if libxml has LIBXML_ICU_ENABLED.
1605:
1606: 2015-06-04 moko
1607:
1608: * tests/099.html: ups, reverting
1609:
1610: * tests/: 099.html, 309.html, 310.html, results/309.processed,
1611: results/310.processed: tests for $response:body[ $.file[] ] and
1612: $response:last-modified added
1613:
1614: * src/main/pa_request.C: last-modified check fixed
1615:
1616: 2015-06-03 moko
1617:
1618: * tests/: 204.html, 205.html, 293.html, results/204.processed,
1619: results/205.processed, results/293.processed: $response:headers
1620: logging added (tests for feature #1007)
1621:
1622: * src/: include/pa_common.h, include/pa_request.h,
1623: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
1624: $response:headers are now in uppercase (closes feature #1007)
1625:
1626: 2015-06-02 moko
1627:
1628: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
1629: build errors reverted for clang compatibility
1630:
1631: 2015-06-01 moko
1632:
1633: * src/include/pa_memory.h: -pedantic build errors fixed
1634:
1635: * src/classes/math.C: -pedantic build error fixed
1636:
1637: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
1638:
1639: 2015-05-31 moko
1640:
1641: * src/classes/table.C: USE_STRINGSTREAM optimized
1642:
1643: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
1644: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
1645: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
1646: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
1647: types/pa_vxnode.h: warning war (-pedantic flag)
1648:
1649: 2015-05-28 moko
1650:
1651: * tests/: 308.html, results/308.processed: test for
1652: ^table::create[$t;], etc work added (related to bug #975)
1653:
1654: * src/classes/table.C: check_option_param removed,
1655: ^table::create[$t;], etc now works (fixes bug #975)
1656:
1657: 2015-05-27 moko
1658:
1659: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
1660: (Debian jessie) fixed (closes issue #1024)
1661:
1662: * tests/Makefile: sort added as in Debian jessie list become
1663: unsorted
1664:
1665: 2015-05-18 moko
1666:
1667: * tests/: 201.html, results/201.processed: test for
1668: ^string.trim[what] feature #1022
1669:
1670: * src/classes/string.C: ^string.trim[what] now supported,
1671: implements feature #1022
1672:
1673: 2015-05-17 moko
1674:
1675: * tests/results/185.processed: test result updated as feature #1021
1676: implemented (left/right accept negative parameter)
1677:
1678: * src/classes/string.C: left/right now accept negative parameter
1679: (implements feature #1021)
1680:
1681: 2015-05-08 moko
1682:
1683: * src/classes/math.C: isalnum -> pa_isalnum
1684:
1685: * src/main/execute.C: optimization in getter-junction processing
1686: (related to issue #997)
1687:
1688: 2015-05-07 moko
1689:
1690: * tests/: 307.html, results/307.processed: test for issue #997
1691: added
1692:
1693: * src/main/execute.C: process_getter result now checked if junction
1694: returned (closes issue #997)
1695:
1696: * tests/: 305.html, results/305.processed: sort added to ignore
1697: different order
1698:
1699: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
1700: assignment (closes issue #994)
1701:
1702: * tests/: 306.html, results/306.processed: test for issue #994
1703: added
1704:
1705: * tests/: 303.html, results/303.processed: two more errors tested
1706:
1707: 2015-05-06 moko
1708:
1709: * tests/: 305.html, results/305.processed: test for name2ip &
1710: ip2name added (related to feature #992)
1711:
1712: * tests/: 303.html, 304.html, results/303.processed,
1713: results/304.processed: tests for idna conversion added (related
1714: to issue #849)
1715:
1716: 2015-05-02 moko
1717:
1718: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
1719: implemented
1720:
1721: 2015-04-30 moko
1722:
1723: * src/main/pa_http.C: idna_host added, related to issue #849
1724:
1725: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
1726: (related to issue #849)
1727:
1728: 2015-04-24 moko
1729:
1730: * src/types/pa_vjunction.C: warning war
1731:
1732: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
1733: unification
1734:
1735: * src/lib/punycode/pa_idna.c: warning war
1736:
1737: 2015-04-22 moko
1738:
1739: * src/main/main.vcproj: punycode include path added
1740:
1741: * src/lib/punycode/pa_idna.c: windows compile error fixed
1742:
1743: * src/lib/punycode/pa_idna.c: warning war
1744:
1745: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
1746: project file added
1747:
1748: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
1749:
1750: * src/include/pa_memory.h: warning war
1751:
1752: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
1753: ^string:idna[xn--...], ^string.idna[] - idna conversion support
1754: implemented (related to feature #849)
1755:
1756: * configure.in, src/main/Makefile.am,
1757: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
1758: libpunycode added in Unix
1759:
1760: 2015-04-21 moko
1761:
1762: * configure.in: large files support
1763:
1764: 2015-04-15 moko
1765:
1766: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
1767: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
1768: pa_punycode.h: initial version for punycode/idna support library
1769: (ticket #849)
1770:
1771: 2015-04-08 moko
1772:
1773: * src/: classes/curl.C, classes/date.C, classes/file.C,
1774: classes/image.C, classes/mail.C, classes/reflection.C,
1775: classes/string.C, classes/xnode.C, include/pa_request.h,
1776: include/pa_string.h, include/pa_stylesheet_connection.h,
1777: main/compile.y, main/compile_tools.h, main/execute.C,
1778: main/pa_common.C, main/pa_request.C, main/pa_string.C,
1779: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
1780: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
1781: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
1782: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
1783: clang compiler warnings (closes issue #1018)
1784:
1785: * src/include/pa_string.h: String::Body comparation operators with
1786: char * added (related to issue #958)
1787:
1788: 2015-04-07 moko
1789:
1790: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
1791: pa_malloc/pa_free to remove system malloc/free usage (related to
1792: issue #1018)
1793:
1794: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
1795: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
1796: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
1797: main/pa_http.C, main/pa_request.C, main/pa_string.C,
1798: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
1799: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
1800: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
1801: malloc/strdup/free replaced with pa_ version and checks for
1802: accidental use of non-pa_ version added (related to issue #1018)
1803:
1804: 2015-04-03 moko
1805:
1806: * buildall: pcre-8.33 -> pcre-8.36
1807:
1808: * src/: main/compile.y, classes/form.C, classes/mail.C,
1809: classes/op.C, classes/string.C, main/compile.tab.C,
1810: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
1811: main/pa_sql_driver_manager.C, types/pa_vfile.C,
1812: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
1813: ticket #958)
1814:
1815: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
1816: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1817: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1818: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
1819: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
1820: $request:headers, $request:method added (implements feature
1821: #1007)
1822:
1823: 2015-03-17 misha
1824:
1825: * tests/302.html: - test for
1826: ^json:string[...;$._default[method-name]]
1827:
1828: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
1829: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
1830: option $._default[method-name] is specified in ^json:string[], a
1831: method with specified name will be called for classes/objects
1832: serialization ( new feature: #982 )
1833:
1834: 2015-03-16 misha
1835:
1836: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
1837: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
1838: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
1839: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
1840: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
1841: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
1842: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1843: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
1844: types/pa_vrequest.h, types/pa_vstateless_class.C,
1845: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1846: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
1847: $var.CLASS_NAME now have special opcodes. This can be switched
1848: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
1849: on pa_opcode.h ( new feature: #844 )
1850:
1851: 2015-03-15 misha
1852:
1853: * tests/075.html: - test for $response:header[]
1854:
1855: * src/types/pa_vresponse.C: - $response:header[] deletes header
1856: that was set earlie ( new feature: #1001 )
1857:
1858: 2015-03-12 misha
1859:
1860: * tests/246.html: - more tests for ^hash._at[]
1861:
1862: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
1863: accepts second param [key|value|hash] ( new feature: #1012 )
1864:
1865: 2015-03-09 moko
1866:
1867: * src/types/pa_vmail.C: exception for everything but
1868: $mail:received, closes issue #1011
1869:
1870: 2015-02-20 moko
1871:
1872: * tests/: 275.html, results/275.processed: hex detection in
1873: pa_atoui fix test (closes issue #1010)
1874:
1875: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
1876: issue #1010)
1877:
1878: 2015-02-17 moko
1879:
1880: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
1881: tainted.
1882:
1883: 2015-02-03 misha
1884:
1885: * tests/301.html: - test for ^json:string($double) causes
1886: exception. bugfix: #1008
1887:
1888: * src/classes/json.C: - ^json:string($double) causes exception.
1889: bugfix: #1008
1890:
1891: * tests/014.html: - updated for work with ^hash.delete[]
1892:
1893: 2015-01-12 misha
1894:
1895: * src/: classes/form.C, include/pa_common.h,
1896: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
1897: types/pa_vform.h: - supports body with PUT method as well ( new
1898: feature: #1006 )
1899:
1900: * src/classes/file.C: - warnings war
1901:
1902: 2015-01-11 misha
1903:
1904: * tests/300.html: - test for ^hash.delete[] is added
1905:
1906: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
1907: feature: #989 ) - tiny optimization in intersects
1908:
1909: 2015-01-06 moko
1910:
1911: * src/types/pa_vmail.C: file names transcode added, to and cc added
1912: with transcode, attachments detection fixed
1913:
1914: * src/main/pa_request.C: filling mail received after cgi/auto.p
1915: load to allow charset switch (related to issue #996)
1916:
1917: 2014-12-31 moko
1918:
1919: * src/types/pa_vmail.C: from and subject now transcoded if not
1920: UTF-8 source charset (fixes issue 996)
1921:
1922: * src/main/pa_exception.C: fixed string from stack bug (closes
1923: issue #1000)
1924:
1925: 2014-12-11 misha
1926:
1927: * src/types/pa_vhashfile.C: - check if key is not empty before
1928: access ( bug fix: #1005 )
1929:
1930: 2014-11-13 misha
1931:
1932: * src/main/compile.y: - PC.append does not reset to false while
1933: creating a new class. bugfix: #990
1934:
1935: * tests/299.html: - test for creation class after working with
1936: partial class (create+append)
1937:
1938: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
1939: #995
1940:
1941: * tests/232.html: - test for @get[def] added
1942:
1943: 2014-10-12 moko
1944:
1945: * src/lib/pcre/pcre_internal.vcproj: correct path
1946:
1947: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1948: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
1949: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
1950: targets/apache/ApacheModuleParser3.vcproj,
1951: targets/apache/ApacheModuleParser3Core.vcproj,
1952: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1953: types/types.vcproj: project GUID inserted in *.vcproj for correct
1954: conversion in newer VS versions
1955:
1956: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
1957: pcre_internal.vcproj added
1958:
1959: 2014-08-28 moko
1960:
1961: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
1962: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
1963: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
1964:
1965: 2014-06-30 misha
1966:
1967: * tests/298.html: - tests for ^reflection:def[class;className]
1968: added
1969:
1970: * src/classes/reflection.C: - ^reflection:def[class;className]
1971: added ( new feature: #918 )
1972:
1973: 2014-06-29 misha
1974:
1975: * src/classes/table.C: - ^table::create[unsupported data] -
1976: exception comment changed to "body must be table or code" ( bug
1977: fix: #951 )
1978:
1979: * tests/: 261.html, results/261.processed: - tests for
1980: ^json:string[...;$.void[null|string]] added
1981:
1982: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
1983: option $.void[string|null] added to ^json:string[...] ( new
1984: feature: #952 )
1985:
1986: 2014-06-28 moko
1987:
1988: * src/classes/curl.C: $.charset now processed before other curl
1989: options (closes issue #980)
1990:
1991: 2014-05-23 misha
1992:
1993: * src/classes/json.C: - bug fix: #987
1994:
1995: 2014-05-04 misha
1996:
1997: * tests/: 253.html, 253_json.txt: - test for
1998: ^json:parse[$.int(false)] is added
1999:
2000: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
2001: default true). The option is similar to $.double(bool) but for
2002: integers.
2003:
2004: 2014-05-01 moko
2005:
2006: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
2007: #12 )
2008:
2009: 2014-04-16 moko
2010:
2011: * src/main/pa_http.C: response-charset option should finally work
2012: now (fix for issue #867)
2013:
2014: * src/main/pa_http.C: response-charset option should work now (fix
2015: for issue #867)
2016:
2017: 2014-03-07 moko
2018:
2019: * buildall: libgc moved
2020:
2021: * buildall: libgc moved
2022:
2023: 2013-12-29 moko
2024:
2025: * src/classes/string.C: ^string:js-unescape result now tainted,
2026: closes issue #966
2027:
2028: * tests/: 186.html, results/186.processed: ^string:js-unescape
2029: result now tainted, issue #966
2030:
2031: 2013-12-03 moko
2032:
2033: * src/: classes/memcached.C, types/pa_vmemcached.C,
2034: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
2035: option was added for http://www.parser.ru/forum/?id=79343
2036:
2037: * src/classes/file.C: bugfix for
2038: http://www.parser.ru/forum/?id=79337
2039:
2040: 2013-11-05 moko
2041:
2042: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
2043:
2044: * src/main/pa_globals.C: spelling fixed
2045:
2046: 2013-10-29 moko
2047:
2048: * src/lib/json/json.vcproj: json.c -> pa_json.C
2049:
2050: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
2051: #892
2052:
2053: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
2054: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
2055: exceptions to be thrown thougth json library), related to issue
2056: #892
2057:
2058: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
2059: related to issue #896
2060:
2061: 2013-10-24 moko
2062:
2063: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
2064:
2065: 2013-10-23 moko
2066:
2067: * README: actualization
2068:
2069: 2013-10-22 moko
2070:
2071: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
2072: compatibility patch from Sergey Kirpichev
2073:
2074: * tests/: 297.html, results/297.processed: non-working getter fix
2075: test for issue #948
2076:
2077: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
2078: called when saving value of $match variable in ^string.match[] to
2079: increase compatibility (related to issue #948).
2080:
2081: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
2082: usage optimization
2083:
2084: 2013-10-21 moko
2085:
2086: * tests/: 182.html, results/182.processed: local path removed for
2087: compatibility
2088:
2089: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
2090: results/244.processed, results/253.processed,
2091: results/254.processed, results/275.processed,
2092: results/281.processed: try_catch -> try-catch
2093:
2094: * tests/: 288.html, 294.html, 296.html, results/288.processed,
2095: results/294.processed, results/296.processed: try_catch ->
2096: try-catch
2097:
2098: 2013-10-20 moko
2099:
2100: * tests/: 296.html, results/296.processed: test for xsl exception
2101: for issue #938 added.
2102:
2103: * src/: include/pa_xml_exception.h,
2104: main/pa_stylesheet_connection.C: forgotten to be replaced
2105: XmlException is now replaced (once again closes issue #938)
2106:
2107: 2013-10-19 misha
2108:
2109: * bin/auto.p.dist.in: - more mime-types are added
2110:
2111: 2013-10-18 moko
2112:
2113: * buildall: disable clock_gettime detection to avoid librt linking
2114: (which in turn depends on libpthread), related to issue #943
2115:
2116: 2013-10-18 misha
2117:
2118: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
2119: lib/smtp/smtp.vcproj, main/main.vcproj,
2120: targets/apache/ApacheModuleParser3Core.vcproj,
2121: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2122: types/types.vcproj: - new locations for libxml2 includes where
2123: added to vcproj files
2124:
2125: 2013-10-18 moko
2126:
2127: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
2128: fix
2129:
2130: * tests/: 295.html, results/295.processed: test for issue #948
2131: updated
2132:
2133: * src/classes/table.C: hopefully last lost part for issue #948 fix.
2134: :)
2135:
2136: * tests/: 295.html, results/295.processed: test for issue #948
2137: added
2138:
2139: * src/: classes/hash.C, classes/string.C, classes/table.C,
2140: include/pa_request.h, types/pa_method.h: for getters and setters
2141: to be executed request.put_element should be called, not
2142: context.put_element (fixes issue #948)
2143:
2144: 2013-10-17 moko
2145:
2146: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
2147: LIBXML2_NEW_BUFFER check (closes issue #943)
2148:
2149: * buildall: libxml 2.9.1 build is broken --without-reader.
2150:
2151: 2013-10-16 moko
2152:
2153: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
2154:
2155: * tests/: 294.html, results/294.processed: test for issue #938
2156:
2157: * src/: classes/xdoc.C, classes/xnode.C,
2158: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
2159: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
2160:
2161: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
2162: libxslt-1.1.26 -> libxslt-1.1.28
2163:
2164: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
2165: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
2166: to '?', related to issue #938
2167:
2168: 2013-10-15 moko
2169:
2170: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
2171: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
2172: minor optimizations (closes issue #896)
2173:
2174: * tests/results/: 292.processed, 293.processed: results updated to
2175: comply with issue #896
2176:
2177: * tests/: 292.html, 293.html, results/292.processed,
2178: results/293.processed: tests for json escaping
2179:
2180: 2013-10-14 moko
2181:
2182: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
2183: and cleanup, code moved from .h to .C, no changes in code
2184:
2185: 2013-10-12 moko
2186:
2187: * tests/results/119.processed: updated test result commited
2188:
2189: * tests/: 291.html, results/291.processed: test for issue #894
2190: added
2191:
2192: * src/types/pa_wcontext.h: base methods call support function
2193: get_somebody_entered_some_class should not be true forever, as
2194: wcontext can have many get_elements calls (fixes issue #894)
2195:
2196: 2013-10-11 moko
2197:
2198: * tests/: 290.html, results/290.processed: test for junction GPF
2199: issue #942 added
2200:
2201: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
2202: to native method fixed (closes issue #942)
2203:
2204: * tests/: 158.html, results/158.processed: test for csv-string[]
2205: added
2206:
2207: * src/classes/table.C: minor fixes for table.csv-string[] (closes
2208: feature #907)
2209:
2210: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
2211: feature #907)
2212:
2213: 2013-10-09 moko
2214:
2215: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
2216: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
2217: types/pa_vstateless_class.C: GET_default, SET_default now works
2218: properly not only in objects, but in classes as well (closes
2219: issue #903)
2220:
2221: * tests/: 289.html, results/289.processed: GET/SET_default now
2222: works in classes, not only objects, test case added, related to
2223: issue #903
2224:
2225: * tests/: 288.html, results/288.processed: test for endless
2226: recursion bug added (related to issue #903)
2227:
2228: 2013-10-05 moko
2229:
2230: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2231: classes/table.C, main/execute.C, types/pa_method.h,
2232: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
2233: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2234: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
2235: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
2236: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
2237: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
2238: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2239: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2240: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
2241: optimization: put_element no longer has "bool areplace" argument,
2242: related to issue #903
2243:
2244: 2013-10-03 moko
2245:
2246: * tests/results/182.processed: result for $.replace(false) test
2247: commited
2248:
2249: * src/classes/date.C: ^date::create(number) processed correctly
2250: (fixes issue #901)
2251:
2252: * src/classes/image.C: as_no_junction removed, as param can be
2253: expression (closes issue #931)
2254:
2255: * tests/233.html: test for issue #931 added
2256:
2257: 2013-10-02 moko
2258:
2259: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
2260: modified, test for $.replace(false) added
2261:
2262: * src/main/compile_tools.h: forgotten class replace returned. :)
2263:
2264: 2013-09-30 moko
2265:
2266: * tests/: 141.html, results/141.processed: md5 tainting test added
2267:
2268: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2269: main/compile_tools.h, main/pa_request.C: allow_class_replace
2270: implemented; $.replace option added to ^process and ^use
2271:
2272: 2013-08-27 moko
2273:
2274: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
2275: cstr_to_string_body_untaint should be called with charsets for
2276: possible uri language and connection for possible sql language.
2277: related to issue #857
2278:
2279: * buildall: and -> or fixed
2280:
2281: 2013-08-26 moko
2282:
2283: * buildall: prepare_ functions logic changed to support
2284: gc-7.2d.tar.gz extracting to gc-7.2 directory
2285:
2286: 2013-08-23 moko
2287:
2288: * src/include/pa_config_fixed.h: gc and xml libs are now linked
2289: statically
2290:
2291: 2013-08-22 moko
2292:
2293: * src/classes/string.C: String::Empty used (related to issue #912)
2294: append_know_length removed (related to old GPF bug)
2295:
2296: 2013-08-21 moko
2297:
2298: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
2299:
2300: * src/classes/math.C: ^math:digest[...;$file] support added
2301: (related to ticket #857
2302:
2303: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
2304: implemented
2305:
2306: * src/types/pa_vhashfile.h: warning war
2307:
2308: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
2309: include/pa_request.h, main/pa_request.C, types/pa_value.h:
2310: anti_endless_json_string_recoursion removed from request;
2311: json_string_recoursion added to json_options; $.indent[indent
2312: value] now supported and passed within recoursion closes feature
2313: #937
2314:
2315: * tests/: 287.html, results/287.processed: test for feature #937
2316:
2317: 2013-07-31 moko
2318:
2319: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
2320: compilation having #define _S
2321:
2322: * src/main/pa_globals.C: cleanup
2323:
2324: 2013-07-30 moko
2325:
2326: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
2327: main/pa_common.C: vs2003 warning war
2328:
2329: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
2330:
2331: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
2332:
2333: * src/lib/md5/pa_sha2.c: warning war
2334:
2335: 2013-07-29 moko
2336:
2337: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
2338: patches from github
2339:
2340: * src/: classes/bool.C, classes/double.C, classes/int.C,
2341: classes/memcached.C, include/pa_config_includes.h,
2342: types/pa_vfile.C, types/pa_vfile.h: warning war
2343:
2344: * src/lib/json/json.vcproj: C++ -> C
2345:
2346: * src/lib/json/: json.c, pa_json.C: C++ warning revert
2347:
2348: * src/lib/json/: json.c, pa_json.C: windows compatibility
2349:
2350: * src/lib/json/: json.c, pa_json.C: windows compatibility
2351:
2352: * src/lib/json/: json.c, pa_json.C: warning war
2353:
2354: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
2355:
2356: * src/include/pa_config_fixed.h: uint16_t added
2357:
2358: * configure.in: uint16_t check added
2359:
2360: * src/: classes/json.C, lib/json/JSON_parser.C,
1.101 moko 2361: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
2362: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
2363: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
2364: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 2365:
2366: 2013-07-25 moko
2367:
2368: * parser3.sln: dependencies added
2369:
2370: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
2371: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
2372: module support
2373:
2374: * src/targets/apache/mod_parser3_core.C: win32 cleanup
2375:
2376: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
2377:
2378: 2013-07-23 moko
2379:
2380: * src/: include/pa_memory.h, main/pa_memory.C: non-working
2381: PA_DEBUG_GC_MEMORY removed
2382:
2383: * src/: main/pa_globals.C, targets/cgi/parser3.C:
2384: PA_DEBUG_DISABLE_GC compilation fix
2385:
2386: * src/: classes/op.C, classes/table.C, include/pa_request.h,
2387: main/pa_request.C: outdated RESOURCES_DEBUG removed
2388:
2389: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
2390: garbage cleanup
2391:
2392: * src/main/pa_common.C: warning war
2393:
2394: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
2395:
2396: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
2397: minor cleanup
2398:
2399: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
2400: uses cygwin, not WIN32 implementation
2401:
2402: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
2403: able to exec shell scripts
2404:
2405: * src/classes/math.C: ifdef WIN32 cleanup
2406:
2407: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
2408:
2409: * bin/auto.p.dist.in: libpq.so -> libpq.
2410:
2411: * src/classes/curl.C: LT_MODULE_EXT used
2412:
2413: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
2414:
2415: 2013-07-22 moko
2416:
2417: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
2418: includes fix
2419:
2420: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
2421:
2422: * configure.in, src/include/pa_config_includes.h,
2423: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
2424: src/main/pa_exec.C: includes cleanup
2425:
2426: * src/targets/cgi/parser3.C: 2012->2013
2427:
2428: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
2429:
2430: * configure.in, src/include/pa_config_includes.h,
2431: src/include/pa_http.h, src/lib/json/JSON_parser.h,
2432: src/main/pa_random.C, src/main/pa_socks.C,
2433: src/types/pa_vstatus.C: cygwin support cleanup
2434:
2435: * configure.in: dirent.h check added
2436:
2437: * src/: include/pa_config_includes.h, include/pa_dir.h,
2438: main/pa_dir.C: includes cleanup, dirent.h check added filePath
2439: not copied
2440:
2441: 2013-07-21 moko
2442:
2443: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
2444:
2445: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
2446: parser3.vcproj: unused getopt.h / getopt.c removed
2447:
2448: * operators.txt, src/classes/file.C, tests/022.html,
2449: tests/results/022.processed: ^file:list[path][$.filter[regexp]
2450: $.stat(true)] usage commented
2451:
2452: * configure.in, src/classes/file.C, src/include/pa_dir.h,
2453: src/main/pa_dir.C: ^file:list[] now has dir column and when
2454: $.stat(true) it has size/*date columns modified patch from misha@
2455: that closes issue #914.
2456:
2457: * src/: include/pa_config_includes.h, main/pa_globals.C:
2458: PA_RELEASE_ASSERTS removed
2459:
2460: * src/lib/md5/pa_md5c.c: minor cleanup
2461:
2462: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
2463: localeconv()->decimal_point usage remoed (related to issue #934)
2464:
2465: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
2466: cordprnt.c removed
2467:
2468: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
2469: pa-include/pa_errno.h, pa-include/pa_file_io.h,
2470: pa-include/pa_strings.h: includes cleanup
2471:
2472: * src/lib/md5/pa_md5c.c: headers cleanup
2473:
2474: 2013-07-20 moko
2475:
2476: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
2477: cleanup
2478:
2479: 2013-07-19 moko
2480:
2481: * src/classes/math.C: extern "C" added for crypt
2482:
2483: 2013-07-18 moko
2484:
2485: * src/classes/math.C: fix redhat7.2 build
2486:
2487: 2013-07-17 moko
2488:
2489: * configure.in, src/include/pa_config_includes.h,
2490: src/include/pa_config_fixed.h: headers actualized (inttypes.h
2491: added for uint8/32/64_t)
2492:
2493: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
2494: pa_config_includes.h used for uint32/64_t
2495:
2496: 2013-07-16 moko
2497:
2498: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
2499: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
2500: war
2501:
2502: * src/main/compile.tab.C: compile.y was updated
2503:
2504: * src/main/compile.y: warning war
2505:
2506: * src/: include/pa_exception.h, main/pa_exception.C,
2507: main/pa_xml_exception.C: warning war
2508:
2509: * src/: include/pa_common.h, main/pa_common.C: warning war
2510:
2511: * configure.in: beauty :)
2512:
2513: * tests/: 141.html, results/141.processed: sha256/512 added
2514:
2515: 2013-07-13 moko
2516:
2517: * src/lib/md5/md5.vcproj: sha2 added
2518:
2519: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
2520: classes/math.C: sha2 support (sha256/sha512 digest)
2521:
2522: 2013-07-08 moko
2523:
2524: * src/classes/image.C: directory read or other read problem message
2525: fixed (related to issue #933)
2526:
2527: 2013-07-07 moko
2528:
2529: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
2530: dependense from $charsetsdir directory existance and content (and
2531: UTF-8 is default allready)
2532:
2533: * AUTHORS: + misha + moko. :)
2534:
2535: 2013-07-06 moko
2536:
2537: * src/: classes/curl.C, include/pa_globals.h,
2538: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
2539: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
2540: for lt_dlinit to be called once and lt_dlexit called at right
2541: place (related to issue #925)
2542:
2543: 2013-07-04 moko
2544:
2545: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
2546: VString::as_vfile now uses vfile.set_binary_string to avoid
2547: content-type to be set, as it brokes badly designed logic in
2548: response output. This hopefully finishes issue #928.
2549:
2550: * tests/results/: 256.processed, 286.processed: file now displayed
2551: as name, size, mode, content-type
2552:
2553: * src/main/pa_common.C: read error now reported cottectly (fixes
2554: issue #933
2555:
2556: 2013-06-28 moko
2557:
2558: * tests/: 286.html, results/286.processed: test extended
2559:
2560: * tests/: 286.html, results/286.processed: Test for issue #928
2561: added. it tests default content-type change.
2562:
2563: * src/types/pa_vfile.C: closes issue #928 - default content-type
2564: now updated
2565:
2566: 2013-06-25 moko
2567:
2568: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
2569: content-type for text/binary files without name added;
2570: ^file::create[$f;...] options now works properly and $f
2571: properties are default (fixes issue #928)
2572:
2573: 2013-05-16 misha
2574:
2575: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
2576: added
2577:
2578: * src/main/pa_table.C: - a tiny memory optimisation while creating
2579: table if specified limit is bigger than source rows count
2580:
2581: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
2582: added ( new feature: #858 )
2583:
2584: 2013-04-29 moko
2585:
2586: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
2587: $.ipresolve(0|1|2) added (closes issue #891)
2588:
2589: * src/lib/curl/curl.h: CURL_IPRESOLVE added
2590:
2591: 2013-04-24 moko
2592:
2593: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2594: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2595: types/pa_vmemcached.h: ^memcache.release[] added, calls
2596: memcached_quit (refs #893)
2597:
2598: 2013-04-22 moko
2599:
2600: * src/: include/pa_string.h, main/pa_common.C: no more double
2601: slashes in file path (fixes bug #872)
2602:
2603: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
2604: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
2605: #739)
2606:
2607: * tests/results/266.processed: $.max_params added (feature #915)
2608:
2609: * src/: include/pa_common.h, main/pa_http.C: response-charset
2610: option added to file::load (closes issue #867)
2611:
2612: 2013-04-20 misha
2613:
2614: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
2615: commited
2616:
2617: 2013-03-15 misha
2618:
2619: * src/classes/: hash.C, table.C: - Optimisation: do not create
2620: multiple empty strings while ::sql. uae String::Empty instead
2621:
2622: 2013-03-14 misha
2623:
2624: * src/classes/reflection.C: - for user classes
2625: ^reflection:method_info[] returns $.max_params and $.extra_param
2626: with $.call_type if they available ( new feature: #915 )
2627:
2628: * src/classes/file.C: - ^file:delete[] now supports an option
2629: $.exception(false) that suppress any exception while deleting
2630: file ( new feature: #916 )
2631:
2632: * src/classes/curl.C: - parsing cookies after curl:load now should
2633: work :)
2634:
2635: 2013-03-12 misha
2636:
2637: * src/types/pa_vfile.C: - if specified file_name is empty string
2638: set default name for the file
2639:
2640: 2013-03-11 misha
2641:
2642: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
2643: also available in $f.cookies
2644:
2645: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
2646: moved to a separate method
2647:
2648: 2013-03-10 moko
2649:
2650: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
2651: added
2652:
2653: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
2654: removed (declared by autoconf)
2655:
2656: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
2657: uint32_t define
2658:
2659: 2013-03-10 misha
2660:
2661: * src/classes/file.C: ^file:delete and ^file:move now support
2662: option $.keep-empty-dirs(true) ( new feature: #884 )
2663:
2664: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
2665: empty dirs is added
2666:
2667: 2013-03-10 moko
2668:
2669: * src/classes/: bool.C, double.C, int.C: default can be present,
2670: but default check removed from ^int/double/bool.int/double/bool
2671: for string.int/double/bool compatibility (related to issue #913)
2672:
2673: * src/classes/string.C: ^string.int/dobule/bool no longer
2674: internally throws exception if default is present (closes issue
2675: #913)
2676:
2677: 2013-03-09 misha
2678:
2679: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
2680: optimisations ( #845 )
2681:
2682: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
2683:
2684: 2013-03-08 moko
2685:
2686: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
2687: creates correct table (fixes issue #910)
2688:
2689: * src/classes/op.C: r.connection() -> r.connection(false) to allow
2690: use outside of 'connect' operator (fixes issue #911)
2691:
2692: * tests/results/: 096.processed, 122.processed: test results
2693: updated as doubles now printed with 15 significant digits, not 5
2694: (fixes issue #882)
2695:
2696: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
2697: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
2698:
2699: 2013-02-21 moko
2700:
2701: * src/classes/table.C: _locate_name_value does not check arguments
2702: count, so we check it in advance (fixes issue #905)
2703:
2704: 2012-10-23 moko
2705:
2706: * buildall: old shell for and echo compatibility (for six)
2707:
2708: 2012-10-19 moko
2709:
2710: * buildall: --strip added --disable-safe-mode listed in usage
2711:
2712: 2012-10-17 misha
2713:
2714: * src/classes/op.C: - apply-taint should not throw "outside
2715: connect" exception with sql lang now
2716:
2717: 2012-10-17 moko
2718:
2719: * src/main/pa_request.C: bugfix: safe mode should be inited for
2720: each request (for apache module)
2721:
2722: 2012-09-26 moko
2723:
2724: * src/doc/doxygen.cfg: png -> svg
2725:
2726: 2012-09-25 moko
2727:
2728: * tests/: 141.html, results/141.processed: md5 hmac added, long key
2729: test added
2730:
2731: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
2732: double use when key is long
2733:
2734: 2012-09-16 moko
2735:
2736: * src/classes/math.C: Format -> Method Encode -> Format
2737:
2738: * tests/: 141.html, results/141.processed: math:digest hmac test
2739: added
2740:
2741: 2012-09-14 moko
2742:
2743: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
2744: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
2745: implementation added
2746:
2747: 2012-09-12 moko
2748:
2749: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
2750: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
2751: targets.dox and string.dox slightly actualized
2752:
2753: 2012-08-31 moko
2754:
2755: * ChangeLog: now generated with patched cvs2cl.pl
2756:
2757: 2012-07-29 moko
2758:
2759: * tests/285.html, src/main/execute.C, tests/results/285.processed:
2760: result should be pushed after VMethodFrame destructor is called,
2761: as it deletes junctions from stack params (fixes issue #868)
2762:
2763: 2012-07-23 moko
2764:
2765: * INSTALL, README: buildall script usage documented, other outdated
2766: info updated.
2767:
2768: * buildall-with-xml, buildall-without-xml: replaced by buildall
2769:
2770: 2012-07-21 moko
2771:
2772: * buildall: glib does not compile when threads are disabled...
2773:
2774: * src/types/pa_vmail.C: g_assertion fixes for empty input
2775:
2776: * src/types/pa_vmail.C: yet another fix (strange GPF on object
2777: unref, can't unref nested objects)
2778:
2779: * src/types/pa_vmail.C: another check added
2780:
2781: 2012-07-19 moko
2782:
2783: * buildall: usage added
2784:
2785: * buildall: new buildall script that unites buildall-with-xml,
2786: buildall-without-xml, --with-apache and --with-mailreceive
2787:
2788: * configure.in: support for static gmime and dynamic glib linking.
2789: fixes for FreeBSD
2790:
2791: 2012-07-17 moko
2792:
2793: * configure.in: --with-mailreceive replaced
2794: --with-static-mailreceive and --with-shared-mailreceive pathlink
2795: removed
2796:
2797: 2012-07-16 moko
2798:
2799: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
2800: capitalized, content now decoded and text content converted to
2801: $request:charset. all properties are accessed by functions, this
2802: ready for dynamic load.
2803:
2804: 2012-06-28 moko
2805:
1.101 moko 2806: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
2807: 32 bit
1.95 moko 2808:
2809: 2012-06-27 moko
2810:
2811: * buildall-with-xml, buildall-without-xml: fetch requires -p for
2812: passive ftp
2813:
2814: * src/lib/ltdl/ltdl.vcproj: release build fixed
2815:
2816: * configure.in: 3.4.2 RC -> 3.4.2
2817:
2818: 2012-06-22 moko
2819:
2820: * src/types/pa_vfile.C: returned empty mode to stated files (issue
2821: #815)
2822:
2823: * tests/: 284.html, results/284.processed: output options test
2824: (feature #265)
2825:
2826: 2012-06-22 misha
2827:
2828: * tests/215.html: - little changes
2829:
2830: 2012-06-21 moko
2831:
2832: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
2833: types/pa_vxdoc.h: output_options returned and used (bugfix for
2834: feature #265)
2835:
2836: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
2837: breaks long .*, default 10M restored. (issue #216)
2838:
2839: * tests/: 283.html, results/283.processed: test for issue #815
2840: added
2841:
2842: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
2843: again, cstrm not required.
2844:
2845: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
2846: Win32 and broken FreeBSD (issue #45)
2847:
2848: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
2849:
2850: * src/main/pa_string.C: warnings war
2851:
2852: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
2853: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
2854: main/pa_socks.C, targets/apache/pa_threads.C,
2855: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2856: types/pa_vstatus.C: compilation under cygwin fixed
2857:
2858: 2012-06-19 moko
2859:
2860: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
2861: Windows fixed
2862:
2863: * parser3.sln: removed antique pcre_ctype
2864:
2865: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
2866:
2867: * src/include/pa_config_fixed.h: undefined reference to
2868: __imp__pcre_* fix for Windows
2869:
2870: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101 moko 2871: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
2872: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
2873: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
2874: define fixed
1.95 moko 2875:
2876: 2012-06-18 moko
2877:
2878: * src/classes/memcached.C: flush -> clear
2879:
2880: * src/classes/memcached.C: memcached does not support quotes even
2881: in server name
2882:
2883: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2884: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
2885: called on open to check servers existance. $.key(true) syntax
2886: now supported
2887:
2888: 2012-06-17 moko
2889:
2890: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
2891: cleanup
2892:
2893: * src/classes/table.C, tests/282.cfg, tests/282.html,
2894: tests/results/282.processed: encloser at the EOF bug fixed,
2895: incorrectly enclosed data now processed more logicaly (fixes
2896: #339)
2897:
2898: 2012-06-15 moko
2899:
2900: * buildall-without-xml: sync with buildall-with-xml
2901:
2902: * buildall-with-xml: download auto-detected between fetch and curl
2903:
2904: * configure.in: --with-gc and --with-pcre now also processed
2905: correctly
2906:
1.101 moko 2907: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
2908: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
2909: should be run on rol1 using automake / aclocal (GNU automake)
2910: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 2911:
2912: * configure.in: new PARSER_VERSION logic
2913:
2914: * src/include/pa_version.h: new pa_version.h logic
2915:
2916: * src/: classes/curl.C, classes/file.C, classes/image.C,
2917: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2918: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
2919: feols_normalized -> fis_text_content set_binary added
2920:
2921: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
2922:
2923: 2012-06-15 misha
2924:
2925: * src/: classes/curl.C, classes/file.C, classes/image.C,
2926: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2927: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
2928: ^file::create[text;content] EOLs in content now is normalized. (
2929: new feature: #815 )
2930:
2931: 2012-06-15 moko
2932:
2933: * configure.in: --disable-version-update added to disable version
2934: update with host information (for debian package) whitespace
2935: optimized
2936:
2937: * configure.in: version changed to 3.4.2 RC no-pic added for
2938: libtool
2939:
2940: * src/include/pa_version.h: Nice pa_version.h default. Please keep
2941: it.
2942:
2943: 2012-06-14 moko
2944:
2945: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
2946: tests/results/281.processed: "hash flocked" error removed for
2947: safe operations like ^h._count[] ( new feature: #335 )
2948:
1.101 moko 2949: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 2950:
2951: * buildall-with-xml, buildall-without-xml: --with-static -> --with
2952:
2953: * configure.in: --with-static/shared xml replaced with --with-xml,
2954: xml compilation check added
2955:
2956: * configure.in: --with-static/shared-gc, --with-static-pcre are
2957: replaced with --with-gc and --with-pcre test for pcre linking
2958: added
2959:
2960: 2012-06-13 moko
2961:
2962: * configure.in: apxs2 check optimized
2963:
2964: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
2965: .la, includes optimized
2966:
2967: * buildall-with-xml: --with-pic looks better for -fPIC
2968:
2969: * configure.in: switched to convenience library in static linking
2970:
2971: * src/targets/apache/Makefile.am: switched to convenience library
2972: usage to avoid libtool warnings
2973:
2974: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
2975: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
2976: smtp/Makefile.am: switched to convenience library usage
2977:
2978: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
2979:
2980: * src/targets/apache/Makefile.am: updated for libtool usage
2981:
2982: * bin/auto.p.dist.in: .cfg removed from charset names.
2983:
2984: * buildall-without-xml: --with-included-ltdl added
2985:
2986: * buildall-without-xml: sync with buildall-with-xml
2987:
2988: * buildall-with-xml: --with-included-ltdl added $cflags added for
2989: -fPIC for x64 $download added for wget success check added
2990:
2991: * buildall-without-xml: --with-dynamic-stdcpp removed
2992:
2993: * configure.in: disable-static returned
2994:
2995: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
2996: LIBTOOLFLAGS
2997:
2998: 2012-06-12 moko
2999:
3000: * configure.in, src/targets/cgi/Makefile.am: disable-static not
3001: compatible with LIBTOOLFLAGS for unknown reasons
3002:
3003: * buildall-with-xml: --with-dynamic-stdcpp removed
3004:
3005: * configure.in: static/dynamic -lstdc++ linking option removed
3006: apxs2 check added
3007:
3008: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
3009: option removed
3010:
3011: 2012-06-10 moko
3012:
3013: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
3014: added
3015:
3016: * src/targets/cgi/pp3.cmd: old PAF stuff
3017:
1.101 moko 3018: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
3019: beauty
1.95 moko 3020:
3021: * depcomp: from libtool 2.4.2
3022:
3023: * configure.in: ltdl directory removed, it has correct Makefile.in
3024:
3025: 2012-06-09 moko
3026:
1.101 moko 3027: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
3028: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 3029: autogenerated files updated after libtool update
3030:
1.101 moko 3031: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
3032: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 3033: config_auto.h.in, config_fixed.h, configure, configure.ac,
3034: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
3035: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
3036: config/compile, config/config.guess, config/config.sub,
3037: config/depcomp, config/install-sh, config/ltmain.sh,
3038: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
3039: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
3040: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
3041: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
3042: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
3043: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
3044: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
3045: m4/lt~obsolete.m4: libtool updated to version 2.4.2
3046:
3047: * configure.in: preparation for new libtool
3048:
3049: * configure.in: Some beauty added :)
3050:
3051: * src/targets/apache/Makefile.am: := -> =
3052:
3053: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
3054: again. :)
3055:
3056: * src/include/pa_config_includes.h, configure.in: limits.h added,
3057: previously was taken from pcre_internal.h. :)
3058:
3059: * src/lib/pcre/Makefile.am: config.h returned
3060:
3061: * src/lib/pcre/config.h: still need this. :)
3062:
3063: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
3064:
3065: * configure.in: --with-charsets removed; --with-mysql-client & co
3066: removed
3067:
3068: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
3069: now in parser tree, no need to copy
3070:
3071: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
3072: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
3073: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
3074: debian/patches/101_pcre.patch - local copy of pcre_internal.h
3075: extracts now used old trash removed
3076:
3077: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
3078: rare charsets/drivers are commented, sql driver quessing removed
3079: (debian/patches/103_auto_p.patch)
3080:
3081: * etc/parser3.charsets/Makefile.am: charsets now in share
3082: (debian/patches/104_automake.patch) + all charsets are copied
3083:
3084: * buildall-with-xml, buildall-without-xml: curl option removed +
3085: extra arguments now supported
3086:
3087: 2012-06-08 misha
3088:
3089: * src/classes/table.C: - one params.as_hash usage was rolled back:
3090: the 2nd option in ^table.hash[] could be hash or table so
3091: .as_hash will throw an exception when table option is specified
3092:
3093: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3094: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
3095: classes/table.C, classes/void.C, classes/xdoc.C,
3096: include/pa_exception.h, types/pa_vmethod_frame.C,
3097: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
3098: and improved (whitespaces are allowed as empty options) -
3099: MethodParams::as_table is added - above methods are used for
3100: parsing methods' options ( new feature: #9 )
3101:
3102: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
3103: to vclass. now class fields can be accessible as a hash:
3104: $h[^hash::create[$asd:CLASS]]
3105:
3106: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
3107: have get_fields method so their fields can be accessed with
3108: ^reflection:fields[...] & ^reflection:field[...]
3109:
3110: 2012-06-06 misha
3111:
3112: * tests/280.html: - tests for
3113: ^reflection:method[obj-or-class;method],
3114: ^reflection:field[obj-or-class;field] and
3115: ^reflection:fields[obj-or-class] are added
3116:
3117: 2012-06-05 misha
3118:
3119: * src/classes/reflection.C: - ^reflection:method[class or
3120: object;method name] and ^reflection:field[class or object;field
3121: name] are added
3122:
3123: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
3124: is used
3125:
3126: * src/types/pa_method.h: - Method::as_vjunction method is added
3127:
3128: 2012-06-05 moko
3129:
1.101 moko 3130: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 3131:
3132: * src/classes/memcached.C: flish ttl fixed
3133:
3134: 2012-06-04 moko
3135:
3136: * src/classes/json.C, src/classes/op.C, tests/279.html,
3137: tests/results/279.processed: ^json:parse[] now supports $.taint
3138: option (new feature #833)
3139:
3140: 2012-06-04 misha
3141:
3142: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
3143: - search_stop method was moved from pa_vcookie.C to pa_common.C
3144:
3145: 2012-06-03 misha
3146:
3147: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
3148: cookies are parced and stored into $.cookies ( new feature: #31 )
3149:
3150: 2012-05-30 misha
3151:
3152: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
3153: incomplete class into a scope while @USE is found
3154:
3155: * src/main/compile.y: - add incomplete class into a scope while
3156: @USE and @CLASS instructions are found ( bugfix: #838 )
3157:
3158: 2012-05-30 moko
3159:
3160: * src/types/pa_vclass.C, tests/278.html,
3161: tests/results/278.processed: removed "property has no getter
3162: method" exception when GET_DEFAULT present (fixes #269)
3163:
3164: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
3165: $._default
3166:
3167: 2012-05-29 moko
3168:
3169: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
3170: uninitialized values usage (new feature: #154)
3171:
3172: 2012-05-28 moko
3173:
3174: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
3175: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
3176: src/types/pa_vdate.h, src/types/pa_vdouble.h,
3177: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
3178: src/types/pa_vobject.C, src/types/pa_vobject.h,
3179: src/types/pa_vstring.h, src/types/pa_vtable.C,
3180: tests/results/277.processed, src/types/pa_vtable.h,
3181: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
3182: ^json:string[$o; $.default[$method]] implemented for VObject (new
3183: feature #803)
3184:
3185: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
3186: tests/results/277.processed: json numbers are now treated as
3187: double ( new feature: #834 )
3188:
3189: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
3190: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
3191: added for out of range checks, zero division in vint/vdouble
3192: check added ( fixes #832 )
3193:
3194: * tests/: 275.html, results/275.processed: tests for pa_atoui added
3195: ( fixes #832 )
3196:
3197: 2012-05-28 misha
3198:
3199: * buildall-with-xml: - --without-lzma option is added to libxml2
3200: configure
3201:
3202: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
3203: added - tests for unsupported values for options $.file, $.table
3204: and $.date are added
3205:
3206: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
3207: accepts "stat" $.file[] option's value in addition to existed
3208: "text" and "base64" ( new feature: #835 )
3209:
3210: * tests/276.html: - test for
3211: ^reflection:delete[$object-or-class;field-name]
3212:
3213: * src/classes/reflection.C: -
3214: ^reflection:delete[$object-or-class;field-name] is added ( new
3215: feature: #268 )
3216:
3217: 2012-05-27 misha
3218:
3219: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
3220:
3221: 2012-05-24 misha
3222:
3223: * src/include/pa_common.h: - method lastposafter was removed
3224:
3225: * src/classes/file.C: - use strrpbrk & rskipchars instead of
3226: lastposafter - ^file:dirname[] & Co proper handle windows file
3227: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
3228: work as *nix commands
3229:
3230: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
3231:
3232: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
3233: rskipchars were added
3234:
3235: * tests/270.html: - more tests for ^file:find[]
3236:
3237: * tests/065.html: - more tests for ^file:dirname[] & Co
3238:
3239: * src/include/pa_version.h: - must be "win32" here. it is
3240: auto-generated on *nix
3241:
3242: 2012-05-24 moko
3243:
3244: * src/classes/math.C: ^math:convert[] now supports uint32 and
3245: throws overflow exception ( new feature: #830 )
3246:
3247: * tests/: 275.html, results/275.processed: test for ^math:convert[]
3248: uint32 support and overflow added ( new feature: #830 )
3249:
3250: 2012-05-23 moko
3251:
3252: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
3253: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
3254: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
3255: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
3256: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3257: types/pa_vregex.h, types/pa_vstateless_class.C,
3258: types/pa_vstateless_class.h, types/pa_vstring.h,
3259: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
3260: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
3261: "return string as-is" removed from as_expr_result. ( new feature:
3262: #831 )
3263:
3264: * tests/results/244.processed: test changed after bug #782 fix
3265: commited
3266:
3267: * tests/results/229.processed: test results for bug #782 commited
3268:
3269: * tests/: 254.html, results/254.processed: uid now just compared,
3270: not printed. :)
3271:
3272: 2012-05-20 moko
3273:
3274: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
3275: feature: #341 )
3276:
3277: * tests/: 254.html, results/254.processed: test for
3278: ^reflection:uid[] added
3279:
3280: * tests/: 254.html, results/254.processed: test for
3281: ^reflection:uid[$obj] added
3282:
3283: 2012-05-17 misha
3284:
3285: * src/main/untaint.C: - do not replace ' char by _26 while
3286: exploding filespec-tainting ( new feature: #829 )
3287:
3288: 2012-05-12 moko
3289:
3290: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
3291: not.
3292:
3293: 2012-05-08 moko
3294:
3295: * src/types/pa_vmethod_frame.h: bug #782 fixed
3296:
3297: * tests/229.html: test for bug #782
3298:
3299: * tests/results/259.processed, src/main/pa_request.C,
3300: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
3301: src/types/pa_vstring.h, src/types/pa_vvoid.C,
3302: src/types/pa_vvoid.h: feature #154 - first empty param now
3303: string; defined locals are empty strings; $STRICT-VARS(true)
3304: added
3305:
3306: 2012-04-27 moko
3307:
1.101 moko 3308: * src/targets/apache/Makefile.am:
1.95 moko 3309: ../../lib/memcached/libmemcached.a added
3310:
3311: 2012-04-27 misha
3312:
3313: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
3314: ( #827 )
3315:
3316: 2012-04-25 moko
3317:
3318: * src/: classes/json.C, classes/memcached.C,
3319: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3320: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
3321: implemented.
3322:
3323: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
3324:
3325: 2012-04-23 moko
3326:
3327: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3328: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3329: types/pa_vmemcached.h: open allows options hash for new
3330: memcached(options) function
3331:
3332: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
3333: not appended
3334:
3335: 2012-04-21 moko
3336:
3337: * src/classes/curl.C: '' added. :)
3338:
3339: * src/classes/classes.vcproj: new curl.h location
3340:
3341: * src/classes/curl.C: verbose output redirection from stderr to
3342: file curl option added
3343:
3344: 2012-04-20 moko
3345:
3346: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
3347: contains what we need from curl, #ifdef HAVE_CURL removed
3348:
1.101 moko 3349: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 3350: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101 moko 3351: src/lib/Makefile.am, src/lib/curl/Makefile.am,
3352: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 3353: configure option
3354:
3355: 2012-04-19 moko
3356:
3357: * src/: classes/double.C, classes/inet.C, classes/int.C,
3358: classes/string.C, lib/gc/include/gc_allocator.h,
3359: types/pa_vform.C: PVS-Studio detected errors fixes, unused
3360: options from sql_result_string removed. (closes issue #468)
3361:
3362: * src/types/pa_vmemcached.C: empty string fix
3363:
3364: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
3365: pa_vstring.C, pa_vstring.h: serialization helpers moved to
3366: pa_vmemcached.C
3367:
3368: 2012-04-18 moko
3369:
3370: * src/targets/apache/mod_parser3.c: "Parser3 module requires
3371: apache2-mpm-prefork" error displayed in threaded mpm.
3372:
3373: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3374: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
3375: installed (issue #354)
3376:
3377: 2012-04-16 moko
3378:
3379: * src/types/pa_vmemcached.C: call to memcached_result_create and
3380: memcached_result_free removed
3381:
3382: 2012-04-14 moko
3383:
3384: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
3385:
3386: * src/types/pa_vmemcached.C: check_key added and used
3387:
3388: 2012-04-13 moko
3389:
3390: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
3391: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
3392: Serialization_data now added and used, VString now serialized
3393: with languages into memcached.
3394:
3395: 2012-03-28 moko
3396:
3397: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
3398: lib/memcached/pa_memcached.h: result lengths added
3399:
3400: 2012-03-27 moko
3401:
3402: * src/types/pa_vmemcached.C: strdup added
3403:
3404: 2012-03-24 moko
3405:
3406: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3407: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3408: types/pa_vmemcached.h: memcached: mget, flush, fttl added
3409:
3410: 2012-03-20 moko
3411:
1.101 moko 3412: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 3413:
3414: * src/targets/cgi/Makefile.am: cleanup
3415:
3416: * src/: types/Makefile.am, types/pa_vmemcached.C,
3417: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
3418:
3419: * src/: classes/Makefile.am, classes/memcached.C,
3420: lib/memcached/Makefile.am, lib/memcached/constants.h,
3421: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3422: lib/memcached/types.h, lib/Makefile.am: memcached initial
3423:
3424: 2012-03-16 moko
3425:
3426: * src/main/execute.C: ident now works under Linux + ident displays
3427: filenames (closes issue #818)
3428:
1.101 moko 3429: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 3430: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
3431: pa_vmethod_frame_local.h removed
3432:
3433: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3434: classes/classes.h, classes/curl.C, classes/date.C,
3435: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3436: classes/hashfile.C, classes/image.C, classes/inet.C,
3437: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3438: classes/memory.C, classes/op.C, classes/reflection.C,
3439: classes/regex.C, classes/response.C, classes/string.C,
3440: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3441: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3442: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3443: include/pa_config_fixed.h, include/pa_config_includes.h,
3444: include/pa_dictionary.h, include/pa_dir.h,
3445: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3446: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3447: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3448: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3449: include/pa_request_charsets.h, include/pa_request_info.h,
3450: include/pa_sapi.h, include/pa_socks.h,
3451: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3452: include/pa_stack.h, include/pa_string.h,
3453: include/pa_stylesheet_connection.h,
3454: include/pa_stylesheet_manager.h, include/pa_table.h,
3455: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3456: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3457: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3458: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
3459: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3460: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3461: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3462: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3463: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3464: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3465: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3466: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3467: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3468: main/pa_string.C, main/pa_stylesheet_connection.C,
3469: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3470: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3471: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
3472: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3473: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3474: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3475: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3476: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3477: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3478: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
3479: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
3480: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3481: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3482: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3483: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3484: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3485: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3486: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3487: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3488: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
3489: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
3490: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
3491: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
3492: types/pa_vresponse.h, types/pa_vstateless_class.C,
3493: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3494: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
3495: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
3496: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
3497: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
3498: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
3499: ident now works under Linux + ident displays filenames (closes
3500: issue #818) Copyright updated
3501:
3502: 2012-03-13 moko
3503:
3504: * src/main/pa_string.C: compilation fix for feature #741
3505:
3506: 2012-03-09 misha
3507:
3508: * tests/193.html: - tests for ^string:base64[encoded] are updated
3509:
3510: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
3511: now detects invalid base64 chars in the middle of encoded stricg
3512: ( new feature: #55 )
3513:
3514: * src/include/pa_exception.h: - new exception type for base64
3515: decoding is added
3516:
3517: 2012-03-06 misha
3518:
3519: * tests/274.html: - tests for ^date::today[] and
3520: ^date.sql-string[datetime|date|time] are added
3521:
3522: * src/classes/date.C: - constructor ^date::today[] is added ( new
3523: feature: #811 ) - ^date.sql-string[] now can accept one param --
3524: strings "datetime", "date" or "time" - comments tidying up
3525:
3526: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
3527: date and time
3528:
3529: 2012-03-03 misha
3530:
3531: * tests/193.html: - tests for
3532: ^string:base64[encoded;$.strict(true)] are added
3533:
3534: * tests/results/auto.p: - try-catch operator is added
3535:
3536: * src/: classes/file.C, classes/string.C, include/pa_common.h,
3537: main/pa_common.C: - $.strict(true|false) option is added to
3538: base64 decode methods ( new feature: #55 )
3539:
3540: * src/main/pa_common.C: - base64 decode memory usage was decreased
3541: ( new feature: #819 )
3542:
3543: 2012-02-28 moko
3544:
3545: * src/classes/hash.C: ident test
3546:
3547: 2012-02-27 misha
3548:
3549: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
3550:
3551: 2012-01-08 misha
3552:
3553: * tests/273.html: - tests for ^string.replace[from;to] are added
3554:
3555: * src/: classes/string.C, include/pa_dictionary.h,
3556: main/pa_dictionary.C, main/pa_string.C: -
3557: ^string.replace[from;to] is added ( new feature: #741 ) -
3558: ^string.replace[one subst here] is slightly optimized
3559:
3560: 2011-12-07 misha
3561:
3562: * src/classes/table.C: - $t[^table::create{$empty}] now creates
3563: named table with one empty column ( bugfix: #63 )
3564:
3565: 2011-11-30 misha
3566:
3567: * src/classes/json.C: - it's possible to set user's method for
3568: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
3569: #763 )
3570:
3571: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
3572:
3573: 2011-11-23 misha
3574:
3575: * src/: classes/curl.C, classes/file.C, classes/image.C,
3576: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
3577: types/pa_vfile.h, types/pa_vform.C: - constructor
3578: ^file::create[mode;filename;content[;options]] now accepts binary
3579: mode and file-content - new constructor's format:
3580: ^file::create[string-or-file-content[;$.name[filename]
3581: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
3582: feature: #65 )
3583:
3584: * src/: include/pa_request.h, main/pa_request.C: - new method
3585: mime_type_of(const String*) is added
3586:
3587: * src/include/pa_exception.h: - new exception constant
3588: FILE_NAME_MUST_BE_SPECIFIED is added
3589:
3590: * src/classes/table.C: - bug with negative offset transformed into
3591: a feature. it means pointing to a row from the end of the table (
3592: new feature: #810 )
3593:
3594: 2011-11-19 misha
3595:
3596: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
3597: â ìåòîäå _select ( new feature: #810 )
3598:
3599: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
3600: options were specified together is simplified
3601:
3602: 2011-11-12 misha
3603:
3604: * src/main/pa_request.C: - forgotten fix for escaping filename in
3605: HTTP content-disposition header (a part of bug #361 )
3606:
3607: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
3608: checks for ancestors' classes as well ( new feature: #456 )
3609:
3610: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
3611: "without cycle" now have types "parser.break" and
3612: "parser.continue" instead of "parser.runtime" ( new feature: #799
3613: )
3614:
3615: 2011-11-11 misha
3616:
3617: * tests/results/: 099.processed, 100.processed, 205.processed,
3618: 237.processed: - since bug #361 was fixed the content of filename
3619: in HTTP headers is quoted
3620:
3621: * tests/results/270.processed: - result for test 270
3622:
3623: * tests/: 065.html, results/065.processed: - more tests for
3624: ^file:basename[] & Co were added
3625:
3626: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
3627:
3628: * tests/270.html: - tests for ^file:find[] are added
3629:
3630: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
3631: using option $.charset. option $.engoding is still supported but
3632: these options can not be specified together
3633:
3634: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
3635: comparation charset name with string "UTF-8" ( bugfix: #759 )
3636:
3637: 2011-10-11 misha
3638:
3639: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
3640: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
3641: #622)
3642:
3643: 2011-09-30 misha
3644:
3645: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
3646: exception "saving stat-ed file" ( bugfix: #395 )
3647:
3648: 2011-05-30 misha
3649:
3650: * src/classes/string.C: - fixed bug which was added with
3651: params.as_hash into string:sql
3652:
3653: 2011-05-29 misha
3654:
3655: * src/types/pa_value.C: - filename in content-disposition header
3656: must be quoted ( bugfix: #361 )
3657:
3658: 2011-05-27 misha
3659:
3660: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
3661: created file
3662:
3663: * src/classes/: hash.C, mail.C: - little tunning with get_hash
3664: usage
3665:
3666: * src/include/pa_exception.h: - one more string for exception was
3667: added
3668:
3669: 2011-05-25 misha
3670:
3671: * tests/269.html: - tests for checking input params in some dom
3672: methods
3673:
3674: * src/classes/: xdoc.C, xnode.C: - validation of some input params
3675: was added. it isn't possible not wo create xdoc with invalid
3676: tagName. ( bugfix: #160 )
3677:
3678: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
3679: string "data must be string" was mover from pa_exception.h to
3680: pa_xml_exception.h
3681:
3682: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
3683: as_xmlncname, as_xmlname and as_xmlnsuri were added
3684:
3685: * src/main/pa_xml_exception.C: - XmlException accepts more options
3686:
3687: * src/include/pa_xml_exception.h: - XmlException accepts more
3688: options - XML-related exception's strings were added
3689:
3690: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
3691: output_options were removed)
3692:
3693: 2011-05-19 misha
3694:
3695: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
3696: params.as_hash is used more while parsing methods hash-options
3697:
3698: 2011-05-18 misha
3699:
3700: * operators.txt: - info about json-serialization of xdoc was added
3701:
3702: * tests/256.html: - tests for json-serialization xdoc were added
3703:
3704: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
3705:
3706: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3707: classes/json.C, classes/xdoc.C: - now json:string can serialize
3708: xdoc-objects. options (the same as ^xdoc.string[]) could be
3709: specified in $.xdoc[] ( new feature: #265 )
3710:
3711: 2011-05-15 misha
3712:
3713: * tests/268.html: - tests for ^table.count[with options] were added
3714:
3715: * src/classes/table.C: - method ^table.count[] now can accept
3716: options ( new feature: #93 ): ^table.count[column] returns number
3717: of columns for named table; ^table.count[cells] returns number of
3718: cells in the current row; ^table.count[] & ^table.count[rows]
3719: return number of rows in a table.
3720:
3721: * tests/267.html: - test for checking switch/case in boolean mode
3722: was added
3723:
3724: * src/classes/op.C: - if switch's or case's value is bool, they are
3725: compared as bool values, not as double values: new feature: #351
3726:
3727: 2011-05-06 misha
3728:
3729: * tests/242.html: - EOL before EOF was added
3730:
3731: * tests/169.html: - tests for splitting empty string and void were
3732: added
3733:
3734: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
3735: returned table with one empty cell)
3736:
3737: 2011-04-03 misha
3738:
3739: * src/include/pa_version.h, configure.in: - version in head was
3740: changed to 3.4.2b
3741:
3742: 2011-03-30 misha
3743:
3744: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
3745: as well ( new feature #294 )
3746:
3747: 2011-03-29 misha
3748:
3749: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
3750: limited to approx. 6 MB. previous limits were too big for real
3751: life. bugfix: #216
3752:
3753: 2011-03-04 moko
3754:
3755: * etc/parser3.charsets/cp866.cfg: Conforms to
3756: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
3757:
3758: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
3759: vlalek@
3760:
3761: 2011-02-22 misha
3762:
3763: * src/include/pa_charset.h, operators.txt: - some methods mustn't
3764: be under #ifdef XML or parser can't be compiled without xml
3765: support
3766:
3767: 2011-02-21 misha
3768:
1.101 moko 3769: * src/targets/apache/: Makefile.am: - mention
1.95 moko 3770: ApacheModuleParser3.vcproj was removed
3771:
3772: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
3773: removed)
3774:
3775: 2011-02-20 misha
3776:
3777: * tests/: 266.html, 266.p: - tests for checking $.inherited and
3778: $.overridden in ^reflection:method_info[...] were added
3779:
3780: * src/classes/reflection.C: - beautifying result of
3781: ^reflection:method_info[] ($.overridden/inherited)
3782:
3783: 2011-02-18 misha
3784:
3785: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
3786: and pa_isalnum instead of isalpha and isalnum - bug with
3787: redundand quoting lowercased latin chars while building email
3788: body was fixed
3789:
3790: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
3791: added (they check for latin chars only)
3792:
3793: 2011-02-16 misha
3794:
3795: * src/main/pa_charset.C: - bugfix: in some cases the calculating
3796: string size for transcoding gave too small value (should ever
3797: look for availability char in dest charset inspite of the char
3798: size)
3799:
3800: 2011-02-04 moko
3801:
3802: * tests/223.html: header values now not url-encoded (issue #195)
3803:
3804: 2011-02-01 misha
3805:
3806: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
3807:
3808: 2011-01-31 misha
3809:
3810: * src/main/pa_request.C: - throw exception if param file_name in
3811: use_file is empty
3812:
3813: 2011-01-08 moko
3814:
3815: * src/classes/curl.C: compilations errors fixed
3816:
3817: 2010-12-29 moko
3818:
3819: * tests/: 265.html, results/265.processed: test for issue #200
3820: added
3821:
3822: * src/main/pa_string.C: empty regex result check added (fixes issue
3823: #200)
3824:
3825: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
3826:
3827: * tests/results/223.processed: header values now not url-encoded
3828: (issue #195)
3829:
3830: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3831: main/untaint.C: L_HTTP_HEADER now used in http headers values,
3832: pa_http_safe_header_name added for headers names (fixes bug #195)
3833:
3834: 2010-12-18 misha
3835:
3836: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
3837: => pa-include
3838:
3839: 2010-11-28 moko
3840:
3841: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
3842:
3843: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
3844: -> pa
3845:
3846: * configure.in: apr -> pa
3847:
3848: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
3849:
3850: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
3851: classes/Makefile.am, types/Makefile.am: apr -> pa
3852:
3853: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
3854: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
3855: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
3856: pa-include/pa_apr.h, pa-include/pa_errno.h,
3857: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
3858: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
3859: module apr name conflict resolved)
3860:
3861: 2010-11-27 misha
3862:
3863: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
3864: libbz2
3865:
3866: 2010-11-26 misha
3867:
3868: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
3869: warnings removed
3870:
3871: 2010-11-25 moko
3872:
3873: * operators.txt: $.indent(true)
3874:
3875: * operators.txt: another bugfix. :)
3876:
3877: * operators.txt: bugfix. :)
3878:
3879: * buildall-with-xml: libxml2-2.7.8 + with-apache
3880:
3881: 2010-11-24 moko
3882:
1.101 moko 3883: * configure: apxs support
1.95 moko 3884:
3885: * configure.in: apxs support -Bstatic gc removed for OS X
3886:
3887: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
3888:
3889: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
3890: THREAD_LOCAL usage
3891:
3892: * src/: classes/curl.C, include/pa_config_includes.h,
3893: main/pa_globals.C: THREAD_LOCAL defined and used
3894:
3895: 2010-11-23 moko
3896:
3897: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
3898: should be passed to pa_sleep, and only fractional part (bugfix:
3899: #188)
3900:
3901: * src/targets/apache/mod_parser3.c: 1.3 compatibility
3902:
3903: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3904: GC_dont_gc=1, as in cgi version
3905:
3906: * src/targets/apache/mod_parser3.c: warning war
3907:
3908: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3909: pa_httpd.h: version removed, some trash removed
3910:
3911: * src/targets/apache/mod_parser3.c: version removed (we don't want
3912: to show it), warning war
3913:
3914: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3915: pa_httpd.h: parser_status_allowed removed + merge config
3916: functions removed (override is the default) + beauty
3917:
3918: * src/: include/pa_request.h, main/pa_request.C,
3919: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
3920: hide $status used in apache module removed
3921:
3922: 2010-11-18 moko
3923:
3924: * operators.txt: $.table[compact] added for ^json:string[]
3925:
3926: 2010-11-16 moko
3927:
3928: * src/targets/apache/mod_parser3.c: some cleanup done
3929:
3930: * src/main/untaint.C: bugfix: first, second String::Body argument
3931: is hashcode; second, info.fragment_begin is original, not
3932: resulting length
3933:
3934: * src/classes/file.C: new feature: $.stdin now untainted
3935:
3936: * tests/results/264.processed: new feature: $.stdin[] now untainted
3937:
3938: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
3939:
3940: * src/classes/op.C: ^apply-taint[] method added
3941:
3942: * tests/: 264.html, results/264.processed: ^apply-taint[] test
3943: added; $.stdin untaint test added
3944:
3945: 2010-11-15 moko
3946:
3947: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
3948: removed
3949:
3950: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3951: pa_httpd.h: 2x2 calculated under apache2. :)
3952:
3953: 2010-11-13 moko
3954:
3955: * src/targets/apache/mod_parser3.c: initial changes to build module
3956: with apache 2.x includes
3957:
3958: * src/targets/apache/: Makefile.am, mod_parser3.c,
3959: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
3960: united apache 1.3 / apache 2.x DSO module
3961:
3962: 2010-11-09 moko
3963:
3964: * src/types/pa_method.h: check added to dissallow @method[name;*]
3965: syntax
3966:
3967: * tests/: 263.html, results/263.processed: test from method[*args]
3968: added
3969:
3970: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
3971: number of params can now be passed to a method declared with *arg
3972:
3973: 2010-11-06 moko
3974:
3975: * src/classes/table.C: formating fixed. :)
3976:
3977: * src/classes/table.C: closes #4: ^table.select now supports
3978: $.limit(), $.offset, $.reverse() options
3979:
3980: * tests/: 262.html, results/262.processed: test for ^table:select
3981: with options added (feature #4)
3982:
3983: * src/include/pa_array.h: remove function added
3984:
3985: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
3986: object in get_element/put_element, using static one.
3987:
3988: 2010-11-04 moko
3989:
3990: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
3991: options is passed
3992:
3993: * tests/: 256.html, results/256.processed: $.table[compact] feature
3994: now tested; k and p in handler now tested.
3995:
3996: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
3997: $.table[compact] feature added
3998:
3999: * src/classes/json.C: key is now passed to handler in
4000: value_json_string; ^json:string result now process tainting
4001: inside and returns clean string, related to issue #153
4002:
4003: * src/main/untaint.C: bugfix: charset can be null (in
4004: ^string:save[] as example), thus check is added
4005:
4006: 2010-10-31 moko
4007:
4008: * src/classes/string.C: error message changed (fixes issue #149)
4009:
4010: 2010-10-29 moko
4011:
4012: * src/main/pa_http.C: ":port" is now added to "Host:" header if
4013: port is not default (fixes issue #155); exception on invalid port
4014: added.
4015:
4016: * src/main/untaint.C: '*' is now not urlencoded to allow header
4017: "Accept: */*" to be passed
4018:
4019: 2010-10-28 moko
4020:
4021: * src/classes/curl.C: bugfix: detect_charset() was throwing
4022: exception on unknown charset even if response_charset was
4023: specified
4024:
4025: 2010-10-27 moko
4026:
4027: * src/classes/string.C: ^string.append removed for void
4028: compatibility
4029:
4030: 2010-10-26 moko
4031:
4032: * src/classes/json.C: libjson supports array at top level, we too
4033: (GPF fixed)
4034:
4035: 2010-10-25 moko
4036:
4037: * tests/: 253.html, results/253.processed: libjson supports array
4038: at top level, parser now supports it as well.
4039:
4040: * tests/261.html, tests/results/261.processed,
4041: src/types/pa_vstring.h: empty string is now void compatible
4042: (allows $empty.key)
4043:
4044: 2010-10-22 misha
4045:
4046: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
4047: while adding additional expires checkout)
4048:
4049: * tests/030.html: - test for session cookie was added
4050:
4051: 2010-10-21 moko
4052:
4053: * src/: classes/string.C, classes/void.C, main/execute.C,
4054: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
4055: string (feature #111)
4056:
4057: * tests/: 261.html, results/261.processed: checks void from string
4058: inheritance (feature #111)
4059:
4060: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
4061: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
4062: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
4063: now true by default
4064:
4065: 2010-10-17 moko
4066:
4067: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
4068: upload now uses binary blocks instead of L_FILE_POST tainting.
4069: (bugfix: #128)
4070:
4071: * tests/: 223.html, results/223.processed: binary file upload test
4072: added, GPF (issue #128) also checked in this test
4073:
4074: 2010-10-13 misha
4075:
4076: * tests/260.html: - test for math:convert
4077:
4078: * src/classes/math.C: - error in math:convert was fixed
4079:
4080: * operators.txt: - info about
4081: ^math:convert[number](from-base;to-base) was added
4082:
4083: * src/classes/math.C: - method
4084: ^math:convert[number](from-base;to-base) for converting number
4085: represention from one base to another was added ( new feature:
4086: #23 )
4087:
4088: 2010-10-13 moko
4089:
4090: * src/main/compile.tab.C: [] now is empty string, not void
4091:
4092: * src/main/compile.y: [] now is empty string, not void
4093:
4094: * src/types/pa_vvoid.h: void now passed as parameter
4095:
4096: * tests/: 259.html, results/259.processed: to test difference
4097: between void and empty string (see ticket #111)
4098:
4099: * tests/results/152.processed: $sEmpty[] is now empty string, not
4100: void
4101:
4102: * tests/256.html: $s[$void] is no longer empty string
4103:
4104: * tests/254.html: empty string is no longer void
4105:
4106: 2010-10-12 misha
4107:
4108: * src/types/pa_vcookie.C: - check if $.expires value can be
4109: converted to date during cookies set up ( bugfix: #104 )
4110:
4111: * tests/041.html: - more tests for ^table.locate were added
4112:
4113: * src/classes/table.C: - ^table.locate[field;value;options] didn't
4114: work ( bugfix: #129 ) - exception comment for incorrect options
4115: ^table.locate[field;value;options] was fixed
4116:
4117: 2010-10-10 moko
4118:
4119: * src/: classes/reflection.C, main/execute.C: constructor returning
4120: another object feature returned
4121:
4122: * tests/results/258.processed: test result updated as constructor
4123: returning another object feature returned
4124:
4125: * tests/: 258.html, results/258.processed: test for constructor
4126: returning another object
4127:
4128: 2010-10-08 misha
4129:
4130: * tests/257.html: - whitespaces after @METACOMMANDS and their
4131: options shouldn't cause exceptions any longer
4132:
4133: 2010-10-06 moko
4134:
4135: * src/classes/: hash.C, table.C: length from sql server is now
4136: ignored, as sql string can contain 0x00 inside (bugfix: #119)
4137:
4138: 2010-10-02 misha
4139:
4140: * operators.txt: - the X mark was removed from ^cache[file]. it is
4141: usable to delete cache file.
4142:
4143: 2010-10-02 moko
4144:
4145: * tests/: 253.html, results/253.processed: hook_key added for key
4146: checking
4147:
4148: * src/classes/json.C: null key bug fixed
4149:
4150: 2010-09-29 misha
4151:
4152: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
4153:
4154: 2010-09-25 moko
4155:
4156: * src/classes/json.C: small fixed
4157:
4158: * tests/results/: 253.processed, 255.processed: just updated
4159:
4160: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
4161: results/255.processed: charset transcode test added for
4162: json:parse
4163:
4164: 2010-09-24 moko
4165:
4166: * src/types/pa_value.h: warning war :)
4167:
4168: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
4169: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
4170: ^json:string
4171:
4172: 2010-09-22 moko
4173:
4174: * src/main/pa_charset.C: parser charset tables declare only
4175: white-space before 0x20, thus adding the missing chars
4176:
4177: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
4178: to http://unicode.org/Public/MAPPINGS/VENDORS/
4179:
4180: 2010-09-21 misha
4181:
4182: * src/main/compile.y: - some semicolons were added (VS2010 don't
4183: want to compile grammar if they are absent)
4184:
4185: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
4186:
4187: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
4188:
4189: * src/main/main.vcproj: - path to bison is changed
4190:
4191: 2010-09-21 moko
4192:
1.101 moko 4193: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
4194: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
4195: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 4196:
4197: 2010-09-20 misha
4198:
4199: * src/types/pa_vtable.C: - add EOLs while json-serializing table
4200:
4201: * src/classes/json.C: - add EOL while json-serializing hash
4202:
4203: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
4204: compilers don't like 'ES'.
4205:
4206: 2010-09-17 misha
4207:
4208: * operators.txt: - info about json class was added
4209:
4210: * src/classes/json.C: - ^json:string[object]
4211:
4212: * src/: include/pa_request.h, main/pa_request.C: - stuff for
4213: preventing infinite recursion while executing json:string was
4214: added
4215:
4216: * src/include/pa_string.h: - method append_quoted was added
4217:
4218: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
4219: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
4220: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
4221: was added to Value & Co
4222:
4223: * src/classes/date.C: - methods get_gmt_string and get_sql_string
4224: were used
4225:
4226: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
4227: were added
4228:
4229: 2010-09-10 moko
4230:
4231: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4232: die_or_abort (backport from 3.4.1)
4233:
4234: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4235: die_or_abort (bugfix: #106)
4236:
4237: 2010-09-09 moko
4238:
4239: * src/classes/json.C: warning war. :)
4240:
4241: 2010-09-08 misha
4242:
4243: * src/lib/json/Makefile.am: - additional include directories were
4244: added (for pa_memory.h and gc.h)
4245:
4246: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
4247: compile as C++ instead default - additional include directory was
4248: added (for gc.h)
4249:
4250: * src/types/pa_vform.C: - little code reformating
4251:
4252: * src/classes/file.C: - $.content-type option now can be specified
4253: in ^file::create ( new feature: #102 )
4254:
4255: 2010-09-08 moko
4256:
4257: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
4258: pa_malloc/pa_free
4259:
4260: 2010-09-07 moko
4261:
4262: * tests/results/254.processed: VStateless_class:put_element
4263: exception was fixed
4264:
4265: * src/types/: pa_value.h, pa_vstateless_class.h: now
4266: VStateless_class:put_element barks self.type, not this.type
4267: (bugfix: #105)
4268:
4269: 2010-09-06 moko
4270:
4271: * src/classes/reflection.C: bugfix: new String() is required for
4272: exception handling
4273:
4274: * tests/: 254.html, results/254.processed: test modified
4275:
4276: 2010-09-05 moko
4277:
4278: * tests/: 254.html, results/254.processed: ^reflection:copy test
4279: added
4280:
4281: * src/: classes/reflection.C, include/pa_request.h:
4282: ^reflection:copy implemented (new feature: #100)
4283:
4284: 2010-09-03 moko
4285:
4286: * src/lib/json/JSON_parser.C: c++ compatiblity
4287:
4288: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
4289: option testing added
4290:
4291: 2010-09-02 moko
4292:
4293: * src/classes/json.C: $.distinct[first|last|all] added
4294:
4295: 2010-09-01 moko
4296:
4297: * tests/results/253.processed: json test result
4298:
4299: * tests/: 253.html, 253_json.txt: json test added
4300:
4301: * src/classes/json.C: json.C update to actual version + hash key
4302: creation bugfix
4303:
4304: 2010-08-31 misha
4305:
4306: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
4307: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
4308: src/lib/Makefile.am, src/classes/Makefile.am,
4309: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
4310: json library was added
4311:
4312: 2010-08-30 moko
4313:
4314: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
4315: types/pa_vobject.C: cosmetic optimization in
4316: request:execute_method usage
4317:
4318: * src/: include/pa_charset.h, main/pa_charset.C: small
4319: optimization, just to decrease number of lines. :)
4320:
4321: 2010-08-27 misha
4322:
4323: * src/classes/op.C: - taint[json] was added
4324:
4325: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
4326: were added
4327:
4328: * src/main/pa_exec.C: - warning fix was rolled back.
4329:
4330: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
4331: include/pa_string.h: - taint[json] was added - escaping was
4332: slightly modified
4333:
4334: 2010-08-25 misha
4335:
4336: * src/classes/file.C: - typo in file:sql exception was fixed
4337:
4338: * src/main/pa_exec.C: - warning about declared and not used
4339: variable forced_allow was removed
4340:
4341: 2010-08-14 misha
4342:
4343: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
4344: were removed
4345:
4346: 2010-08-11 moko
4347:
4348: * tests/: 249.html, results/249.processed: default setter and
4349: anti-recursive default getter test added
4350:
4351: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
4352: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
4353: types/pa_vobject.h, types/pa_vstateless_class.C,
4354: types/pa_vstateless_class.h: default setter support +
4355: anti-recursive default getter support ( new feature: #13 )
4356:
4357: * src/include/pa_hash.h: optimization: threshold member removed
4358: from hash, reducing sizeof(hash)
4359:
4360: 2010-08-10 misha
4361:
4362: * tests/196.html: - junction-method was added to the test
4363:
4364: * tests/248.html: - ups. typo :)
4365:
4366: * tests/248.html: - test for checking .match with 4 params
4367:
4368: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
4369: 247_windows1251.txt: - test for "transcode file from utf-8 to
4370: $request:charset during loading if the BOM code is detected"
4371:
4372: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
4373: $request:charset during loading if the BOM code is detected ( new
4374: feature: #98 )
4375:
4376: 2010-08-05 misha
4377:
4378: * src/classes/image.C: - ^image.replace now can accept only 2
4379: params. in this case the whole image is affected ( new feature:
4380: #95 )
4381:
4382: 2010-08-04 misha
4383:
4384: * tests/246.html: - test tor ^hash._at[] was added
4385:
4386: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
4387: #53 )
4388:
4389: * src/include/pa_hash.h: - methods for accessing the first and the
4390: last values of ordered hash were added (first_value and
4391: last_value)
4392:
4393: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
4394: (similar to others file's methods):
4395: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
4396: #68 )
4397:
4398: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
4399:
4400: 2010-08-01 moko
4401:
4402: * src/classes/op.C: to correctly process $result[] in code, called
4403: from ^process
4404:
4405: * tests/245.html: $result in ^process[] test added
4406:
4407: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4408: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
4409: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
4410: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
4411: caller, self) op_call(VMethodFrame &frame, bool constructing)
4412: removed, construct(class,method) added
4413:
4414: * tests/results/: 192.processed, 244.processed: request::construct
4415: added
4416:
4417: * tests/: 244.html, 245.html, results/244.processed,
4418: results/245.processed: object creation exceptions and ^process
4419: tests added
4420:
4421: 2010-07-28 misha
4422:
4423: * tests/make_tests.cmd: - win32 EOLs
4424:
4425: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
4426: tests on Win32 were added (The system timezone should be GMT+3)
4427:
4428: 2010-07-26 misha
4429:
4430: * tests/: 212.html, results/212.processed: - sizes were removed
4431: mecause they could be different on different OSs
4432:
4433: * tests/065.html: - make it "win32 friendly"
4434:
4435: 2010-07-25 misha
4436:
4437: * src/main/compile.y: - all EOLs between methods are removed during
4438: compilation ( new feature: #47 )
4439:
4440: * tests/results/149.processed: - prepare tests to trim trailing
4441: methods' EOLs
4442:
4443: * tests/149.html: - prepare tests to trim trailing methods' EOLs
4444:
4445: * tests/: results/006.processed, results/014.processed, 006.html,
4446: 014.html, 022.html: - prepare tests to trim trailing methods'
4447: EOLs
4448:
4449: * tests/: 059.html, 071.html, 149.html, results/059.processed,
4450: results/071.processed, results/022.processed: - prepare tests to
4451: trim trailing methods' EOLs
4452:
4453: * tests/: results/073.processed, results/109.processed,
4454: results/142.processed, results/144.processed,
4455: results/149.processed, 073.html, 096.html, 109.html, 142.html,
4456: 144.html: - prepare tests to trim trailing methods' EOLs
4457:
4458: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
4459: 149.html, 152.html, results/096.processed, results/107.processed,
4460: results/109.processed, results/142.processed,
4461: results/144.processed: - prepare tests to trim trailing methods'
4462: EOLs
4463:
4464: 2010-07-24 moko
4465:
4466: * tests/results/: 156.processed, 224.processed: fix for #54 changed
4467: the hash order in this test
4468:
4469: * tests/014.html: to check hash order, hash no is longer sorted
4470: before print
4471:
4472: * src/include/pa_hash.h: hash copy constructor now keeps order
4473: (bugfix: #54)
4474:
4475: 2010-07-23 moko
4476:
4477: * tests/results/224.processed: @auto[] is no longer inherited
4478:
4479: * src/types/pa_vstateless_class.C, tests/227.html,
4480: tests/results/227.processed: @auto[] is no longer inherited
4481: (bugfix: #57)
4482:
4483: 2010-07-22 misha
4484:
4485: * src/classes/table.C: - don't skip comment lines during
4486: table::load if encloser or separator is set as '#' ( new feature:
4487: #30 )
4488:
4489: * src/targets/cgi/parser3.C: - don't run as cgi if
4490: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
4491: #12 )
4492:
4493: * src/classes/file.C: - set PARSER_VARSION env before external
4494: script executing
4495:
4496: 2010-07-13 misha
4497:
4498: * tests/058.html: - test for suppressing @border was added - test
4499: for user attribute was added
4500:
4501: * tests/results/186.processed: unescaping from \uXXXX
4502:
4503: * tests/186.html: unescaping from \uXXXX
4504:
4505: * tests/: 239.html, results/239.processed: method call type
4506:
4507: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
4508: $junction_method.CLASS_NAME (+CLASS)
4509:
4510: 2010-07-07 misha
4511:
4512: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
4513: *nix
4514:
4515: 2010-07-05 misha
4516:
4517: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4518: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
4519: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
4520: comment strings "options must be hash", "options must be hash,
4521: not code" and "called with invalid option" were replaced by
4522: constatns - exception comment string "invalid option passed" was
4523: replaced by "called with invalid option" (now in different
4524: methods are the same exception comment string)
4525:
4526: * src/include/pa_exception.h: - more exception strings were defined
4527:
4528: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4529: types/pa_vstateless_class.h: - now we can define possible
4530: method's call type ( new feature: #5 ) 1.
4531: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
4532: methods 2. @static:method[params] (only static keyword could be
4533: used here) -- for specified methods
4534:
4535: * src/main/pa_common.C: - junction points should not be deleted on
4536: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
4537: cleanup
4538:
4539: 2010-07-03 misha
4540:
4541: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
4542: results/158.processed, results/160.processed,
4543: results/161.processed, results/162.processed,
4544: results/163.processed: - prepare tests to trim trailing methods'
4545: EOLs
4546:
4547: * tests/results/169.processed: - prepare tests to trim trailing
4548: methods' EOLs
4549:
4550: * tests/results/: 168.processed, 169.processed: - prepare tests to
4551: trim trailing methods' EOLs
4552:
4553: * tests/: results/170.processed, results/167.processed,
4554: results/168.processed, results/169.processed, 167.html, 168.html,
4555: 169.html: - prepare tests to trim trailing methods' EOLs
4556:
4557: * tests/: results/170.processed, results/171.processed,
4558: results/172.processed, results/173.processed,
4559: results/174.processed, results/175.processed, 170.html, 171.html,
4560: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
4561: trailing methods' EOLs
4562:
4563: * tests/: results/176.processed, results/180.processed,
4564: results/184.processed, results/185.processed,
4565: results/191.processed, results/192.processed,
4566: results/196.processed, results/197.processed,
4567: results/198.processed, 176.html, 180.html, 184.html, 185.html,
4568: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
4569: to trim trailing methods' EOLs
4570:
4571: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
4572: results/199.processed, results/208.processed,
4573: results/209.processed, results/213.processed,
4574: results/214.processed: - prepare tests to trim trailing methods'
4575: EOLs
4576:
4577: 2010-06-29 misha
4578:
4579: * tests/: 220.html, 218.html, results/218.processed,
4580: results/215.processed, results/217.processed, 215.html, 217.html:
4581: - prepare tests to trim trailing methods' EOLs
4582:
4583: * tests/: results/224.processed, 224.html, 223.html,
4584: results/223.processed, results/220.processed: - prepare tests to
4585: trim trailing methods' EOLs
4586:
4587: * tests/results/: 226.processed, 230.processed: - prepare tests to
4588: trim trailing methods' EOLs
4589:
4590: * tests/: 229.html, results/229.processed: - prepare tests to trim
4591: trailing methods' EOLs
4592:
4593: * tests/: 232.html, 235.html, results/232.processed,
4594: results/235.processed, 226.html, 227.html, 228.html, 230.html,
4595: results/226.processed, results/227.processed,
4596: results/228.processed, results/230.processed: - prepare tests to
4597: trim trailing methods' EOLs
4598:
4599: 2010-06-16 moko
4600:
4601: * tests/: 229.html, results/229.processed: elseif now supported in
4602: ^if
4603:
4604: * src/classes/op.C: new feature: #56 elseif now supported in ^if
4605:
4606: 2010-06-03 misha
4607:
4608: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
4609: instead of memcopy for overlaped regions
4610:
4611: 2010-05-25 misha
4612:
4613: * src/main/pa_common.C: - wanring about unused vars was removed
4614:
4615: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
4616: get_method_filename was moved to execute.C
4617:
4618: 2010-05-23 misha
4619:
4620: * src/main/pa_request.C: - more accurate detection of method's file
4621:
4622: 2010-05-22 misha
4623:
4624: * src/classes/reflection.C: - bugfix: core during detection of
4625: .file if filespec isn't detected successfully
4626:
4627: 2010-05-20 misha
4628:
4629: * src/main/pa_request.C: - fix in get_method_filename
4630:
4631: * src/include/pa_request.h: - new feature: #24 -- searching
4632: included file in @USE/^use is changed. if its filespec doesn't
4633: start from '/' it will be searched in caller file directory
4634:
4635: * src/classes/reflection.C: - ^reflection:method_info returns file
4636: where the method is defined
4637:
4638: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
4639: classes/op.C: - new feature: #24 -- searching included file in
4640: @USE/^use is changed. if its filespec doesn't start from '/' it
4641: will be searched in caller file directory
4642:
4643: * src/: classes/file.C, include/pa_common.h: - method lastposafter
4644: is moved to pa_common.h
4645:
4646: 2010-05-18 misha
4647:
4648: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
4649: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
4650: cookie parser decode \uXXXX as well as %uXXXX
4651:
4652: 2010-05-17 misha
4653:
4654: * src/classes/curl.C: beauty: - unused param is removed in method
4655: _curl_version_action - some spaces were removed or replaced by
4656: tabs
4657:
4658: * src/classes/table.C: - bugfix: #72 core with empty value during
4659: ^table.hash[...;name_of_the_last_column][$.type[string]]
4660:
4661: 2010-05-16 misha
4662:
4663: * src/classes/curl.C: new: #61 more curl options were added
4664: (contributed by Sumo)
4665:
4666: 2010-04-29 pretender
4667:
4668: * src/main/pa_string.C: fixes #63 Split result from empty string
4669: now empty string.
4670:
4671: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
4672: string type.
4673:
4674: 2010-04-28 pretender
4675:
4676: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
4677: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
4678: macrodefinition removed
4679:
4680: 2010-04-19 pretender
4681:
4682: * src/main/execute.C: fixes #60 Stacktrace now contains info for
4683: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
4684:
4685: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
4686: fixes #64 Now file.missing exception generates in unsafe mode to.
4687:
4688: * src/classes/file.C: fixes #48 Now not throw "not save environment
4689: variable" exception in grpunlim version.
4690:
4691: 2010-04-05 misha
4692:
4693: * src/classes/string.C: - new feature: 4th param was added to
4694: match. if specified its value is returned in case of nothing was
4695: found
4696:
4697: 2010-04-01 misha
4698:
4699: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
4700: multiple execution of /a/b/auto.p
4701:
4702: 2010-03-19 misha
4703:
4704: * src/main/execute.C: - core in $table1.$table2 was fixed
4705:
4706: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
4707:
4708: 2010-01-27 misha
4709:
4710: * src/main/pa_common.C: - bugfix: there are no excaption.type if
4711: trying to open file by path /existing-file/non-exixting-file
4712:
4713: 2010-01-26 misha
4714:
4715: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
4716: was added (returns file)
4717:
4718: 2009-12-22 misha
4719:
4720: * src/classes/curl.C: - method 'option' was renamed to 'options' -
4721: now parser doesn't have class curl if it was built without it
4722:
4723: 2009-12-15 misha
4724:
4725: * configure.in: - little cheat with curl include dir was added
4726:
4727: 2009-12-05 misha
4728:
4729: * src/classes/curl.C: - some fixes
4730:
4731: 2009-12-04 misha
4732:
4733: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
4734: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
4735: buildall-with-xml, buildall-without-xml, configure.in: - curl
4736: class was added
4737:
4738: * src/include/pa_hash.h: - hash-iterator was added
4739:
4740: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
4741: was added to pcre
4742:
4743: 2009-11-27 misha
4744:
4745: * src/classes/image.C: - don't add @border attribute to output of
4746: ^image.html[] if it was specified by user with empty value
4747:
4748: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
4749: root element and we are trying to access .documentElement
4750:
4751: 2009-11-11 misha
4752:
4753: * src/classes/table.C: - in ^table.flip[] look at number of columns
4754: instead of number of items in first row for named tables
4755:
4756: 2009-11-10 misha
4757:
4758: * operators.txt: - info about hash-options in ^file::create was
4759: added
4760:
4761: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
4762: added
4763:
4764: 2009-11-09 misha
4765:
4766: * buildall-with-xml: - moving to libxml 2.7.6
4767:
4768: * tests/236.html: - tests for comparations cords with functions
4769: were added
4770:
4771: * src/include/pa_string.h: - optimisation: cacheing of cstr was
4772: added
4773:
4774: * src/main/pa_http.C: - little optimisation
4775:
4776: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
4777: GPF mallocs + stringstream (table.save)
4778:
4779: * src/classes/file.C: - file::create now accepts 4th param: options
4780: with $.charset
4781:
4782: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
4783: bug in cord (comparation cords with functions was buggy)
4784:
4785: 2009-11-06 misha
4786:
4787: * src/main/pa_string.C: - bugfix: calculation string.length
4788: sometimes was buggy
4789:
4790: * src/classes/string.C: - bugfix: Temp_value_element wasn't
4791: destroyed if exception occured during match/replace
4792:
4793: * src/: main/pa_charset.C, include/pa_charset.h: - method
4794: lengthUTF8Char was added
4795:
4796: * src/classes/op.C: - clean tainting lang was added for user's
4797: usage
4798:
4799: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
4800: fixed: checkouts are required after GC_MALLOC
4801:
4802: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
4803:
4804: * operators.txt: - actually, there is no ^untaint[xml] in
4805: file::create
4806:
4807: 2009-10-15 misha
4808:
4809: * tests/: 235.html, 235_attach.txt: - tests for preparing email
4810: were added
4811:
4812: * tests/234.html: - more tests for checking ^taint[uri] escaping
4813: were added
4814:
4815: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
4816: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
4817: hacking: for dealing with transcoding+^taint[uri]
4818: transcode_and_untaint was replaced by untaint_and_transcode
4819:
4820: 2009-10-13 misha
4821:
4822: * tests/: 121.html, results/121.processed: - test transcoding +
4823: url-escaping now
4824:
4825: * tests/results/auto.p: - more helpers' methods were added
4826:
4827: * src/main/pa_globals.C: - die instead of abort
4828:
4829: 2009-10-06 misha
4830:
4831: * src/main/pa_common.C: - don't allocate memory during
4832: capitalization if input string is already capitalized
4833:
4834: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
4835:
4836: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
4837: use format function because it calls malloc
4838:
4839: * src/include/pa_common.h: - more capitalized headers were added
4840:
4841: * src/main/pa_common.C: - in safe mode clear executable bits during
4842: file writing
4843:
4844: 2009-10-05 misha
4845:
4846: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
4847:
4848: 2009-10-03 misha
4849:
4850: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
4851: ^img.text[] & ^img.length[] can work in utf-8 now
4852:
4853: * src/: include/pa_charset.h, main/pa_charset.C: - class
4854: UTF8_string_iterator was added
4855:
4856: * src/classes/image.C: - respect utf-8 when calculate alphabet
4857: length
4858:
4859: * src/classes/mail.C: - check from before get message.cstr
4860:
4861: 2009-10-02 misha
4862:
4863: * tests/233.html: - test for image.font, image.length, image.text
4864: with text in utf-8 were added
4865:
4866: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
4867:
4868: * buildall-with-xml, buildall-without-xml: - comment about gc
4869: version for freebsd 4 was added
4870:
4871: 2009-10-01 misha
4872:
4873: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
4874: terminator) - read_pipe were slightly optimized
4875:
4876: 2009-09-28 misha
4877:
4878: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
4879: removed
4880:
4881: * src/types/pa_vmail.C: - forgot about space after ':'
4882:
4883: * src/types/pa_vmail.C: - escape filenames while preparing mail
4884: body - small simplifications
4885:
4886: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
4887: inout params like pa_base64
4888:
4889: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
4890: option $.debug-print(1) was added to mail:send - changes for
4891: using uue_encode which uses less memory
4892:
4893: * src/main/pa_common.C: - pa_base64_encode uses less memory now
4894:
4895: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
4896: memory now
4897:
4898: 2009-09-26 misha
4899:
4900: * src/types/pa_vmail.C: - default encoding now is base64
4901:
4902: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
4903:
4904: 2009-09-25 misha
4905:
4906: * src/types/pa_vmail.C: - capitalization of headers was added to
4907: sending mail as well
4908:
4909: * buildall-with-xml: - catalog package was removed from libxml
4910:
4911: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
4912: win32 absolute path
4913:
4914: * src/include/pa_common.h: - one more capitalized header was added
4915:
4916: 2009-09-22 misha
4917:
4918: * INSTALL: - comment about building just httpd binary while
4919: building apache module was added
4920:
4921: 2009-09-21 misha
4922:
4923: * buildall-with-xml: - moving to the latest versions of xml libs:
4924: libxml 2.7.4 and libxslt 1.1.25
4925:
4926: 2009-09-19 misha
4927:
4928: * tests/231.html: - test for encoding cookie in win-1251
4929:
4930: 2009-09-18 misha
4931:
4932: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
4933: object] were added
4934:
4935: * operators.txt: - info about method ^reflection:fields[class or
4936: object] was added
4937:
4938: * src/classes/reflection.C: - method ^reflection:fields[class or
4939: object] was added
4940:
4941: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
4942: methods get_fields were added
4943:
4944: * tests/232.html: - tests for @GET[name]
4945:
4946: * src/classes/table.C: - some changes in handling hash-options for
4947: creare, join and locate
4948:
4949: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
4950: defined with option: the type of requested value
4951:
4952: 2009-09-17 misha
4953:
4954: * tests/212.html: - tests for .pattern and .options were added
4955:
4956: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
4957: $regex.options were added
4958:
4959: 2009-09-11 misha
4960:
4961: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
4962: rewrited. it checks not just one case of sending cookies during
4963: file::load[http], but also sending headers and fields (including
4964: files)
4965:
4966: 2009-09-10 misha
4967:
4968: * src/main/untaint.C: - workaround in file-spec lang for old Macs
4969: was removed => now parser can open files with Russian 'r' in
4970: filename
4971:
4972: * src/main/untaint.C: - bugfix: client charset whould be analized
4973: while escaping cookies but now source charset
4974:
4975: * src/main/pa_http.C: - bugfix: the values of http headers didn't
4976: ^tainted[uri] so it was possible to make request with incorrect
4977: http header
4978:
4979: * src/main/pa_http.C: - capitalization of http headers during
4980: file::load[http was slightly changes - bugfix: all headers which
4981: parser sends during file::load[http should be transcoded and only
4982: then escaped
4983:
4984: * src/main/untaint.C: - a bit more comments were added
4985:
4986: * src/classes/: file.C, string.C: - types where changes (minus 2
4987: warnings)
4988:
4989: * src/include/pa_common.h: - 2 capitalized strings for making http
4990: headers during file::load[http were added
4991:
4992: 2009-09-08 misha
4993:
4994: * operators.txt: - changes in file.save and string.save were added
4995:
4996: * tests/: 230.html, 230.txt: - tests for checking options in
4997: file.save and string.save were added
4998:
4999: * src/main/pa_request.C: - http headers names, which are passed to
5000: SAPI::add_header_attribute are lowercased now (it'll be
5001: capitalized in that method)
5002:
5003: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
5004: classes/string.C: - file_write accepts Request_charsets and asked
5005: charset and cound transcode content before writing - string.save
5006: and file.save have option $.charset now
5007:
5008: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
5009: classes/xdoc.C: - file_write accepts Request_charsets and asked
5010: charset and cound transcode content before writing
5011:
5012: * src/include/pa_exception.h: - new exception comment string was
5013: defined
5014:
5015: 2009-09-07 misha
5016:
5017: * src/main/compile.y: - grammar $name\ name stops now for regex
5018: sub-pattern\s
5019:
5020: 2009-09-04 misha
5021:
5022: * src/main/pa_http.C: - capitalization of http headers during
5023: file::load[http was implemented
5024:
5025: 2009-09-03 misha
5026:
5027: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5028: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
5029: types/pa_vmail.C, targets/cgi/parser3.C,
5030: targets/isapi/parser3isapi.C: - back to storing response http
5031: headers in lowercase - capitalize them during output
5032:
5033: 2009-08-31 misha
5034:
5035: * src/classes/table.C: - allow call with any brackets (it could be
5036: useful in methods with explict result declaration)
5037:
5038: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
5039: correctly if $request:charset==koi8-r
5040:
5041: 2009-08-30 misha
5042:
5043: * src/: include/pa_common.h, main/pa_request.C: - http headers were
5044: changed: content-type => Content-type and so on
5045:
5046: * src/classes/file.C, src/include/pa_common.h,
5047: src/include/pa_request.h, src/main/pa_http.C,
5048: src/main/pa_request.C, src/types/pa_vcookie.C,
5049: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
5050: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
5051: tests/results/002.processed, tests/results/003.processed,
5052: tests/results/004.processed, tests/results/005.processed,
5053: tests/results/006.processed, tests/results/007.processed,
5054: tests/results/008.processed, tests/results/009.processed,
5055: tests/results/010.processed, tests/results/011.processed,
5056: tests/results/012.processed, tests/results/013.processed,
5057: tests/results/014.processed, tests/results/015.processed,
5058: tests/results/016.processed, tests/results/017.processed,
5059: tests/results/018.processed, tests/results/019.processed,
5060: tests/results/020.processed, tests/results/021.processed,
5061: tests/results/022.processed, tests/results/023.processed,
5062: tests/results/024.processed, tests/results/025.processed,
5063: tests/results/026.processed, tests/results/027.processed,
5064: tests/results/028.processed, tests/results/029.processed,
5065: tests/results/030.processed, tests/results/031.processed,
5066: tests/results/032.processed, tests/results/033.processed,
5067: tests/results/034.processed, tests/results/035.processed,
5068: tests/results/036.processed, tests/results/037.processed,
5069: tests/results/038.processed, tests/results/039.processed,
5070: tests/results/040.processed, tests/results/041.processed,
5071: tests/results/042.processed, tests/results/043.processed,
5072: tests/results/044.processed, tests/results/045.processed,
5073: tests/results/046.processed, tests/results/047.processed,
5074: tests/results/048.processed, tests/results/049.processed,
5075: tests/results/050.processed, tests/results/051.processed,
5076: tests/results/052.processed, tests/results/053.processed,
5077: tests/results/054.processed, tests/results/055.processed,
5078: tests/results/056.processed, tests/results/057.processed,
5079: tests/results/058.processed, tests/results/059.processed,
5080: tests/results/060.processed, tests/results/061.processed,
5081: tests/results/062.processed, tests/results/063.processed,
5082: tests/results/064.processed, tests/results/065.processed,
5083: tests/results/066.processed, tests/results/067.processed,
5084: tests/results/068.processed, tests/results/069.processed,
5085: tests/results/070.processed, tests/results/071.processed,
5086: tests/results/072.processed, tests/results/073.processed,
5087: tests/results/074.processed, tests/results/075.processed,
5088: tests/results/076.processed, tests/results/077.processed,
5089: tests/results/078.processed, tests/results/079.processed,
5090: tests/results/080.processed, tests/results/081.processed,
5091: tests/results/082.processed, tests/results/083.processed,
5092: tests/results/084.processed, tests/results/085.processed,
5093: tests/results/086.processed, tests/results/087.processed,
5094: tests/results/088.processed, tests/results/089.processed,
5095: tests/results/090.processed, tests/results/091.processed,
5096: tests/results/092.processed, tests/results/093.processed,
5097: tests/results/094.processed, tests/results/095.processed,
5098: tests/results/096.processed, tests/results/097.processed,
5099: tests/results/098.processed, tests/results/099.processed,
5100: tests/results/100.processed, tests/results/101.processed,
5101: tests/results/102.processed, tests/results/103.processed,
5102: tests/results/104.processed, tests/results/105.processed,
5103: tests/results/106.processed, tests/results/107.processed,
5104: tests/results/108.processed, tests/results/109.processed,
5105: tests/results/110.processed, tests/results/111.processed,
5106: tests/results/112.processed, tests/results/113.processed,
5107: tests/results/114.processed, tests/results/115.processed,
5108: tests/results/116.processed, tests/results/117.processed,
5109: tests/results/118.processed, tests/results/119.processed,
5110: tests/results/120.processed, tests/results/121.processed,
5111: tests/results/122.processed, tests/results/123.processed,
5112: tests/results/124.processed, tests/results/125.processed,
5113: tests/results/126.processed, tests/results/127.processed,
5114: tests/results/128.processed, tests/results/129.processed,
5115: tests/results/130.processed, tests/results/131.processed,
5116: tests/results/132.processed, tests/results/133.processed,
5117: tests/results/134.processed, tests/results/135.processed,
5118: tests/results/136.processed, tests/results/138.processed,
5119: tests/results/139.processed, tests/results/140.processed,
5120: tests/results/141.processed, tests/results/142.processed,
5121: tests/results/143.processed, tests/results/144.processed,
5122: tests/results/145.processed, tests/results/146.processed,
5123: tests/results/147.processed, tests/results/148.processed,
5124: tests/results/149.processed, tests/results/150.processed,
5125: tests/results/151.processed, tests/results/152.processed,
5126: tests/results/153.processed, tests/results/154.processed,
5127: tests/results/155.processed, tests/results/156.processed,
5128: tests/results/157.processed, tests/results/158.processed,
5129: tests/results/159.processed, tests/results/160.processed,
5130: tests/results/161.processed, tests/results/162.processed,
5131: tests/results/163.processed, tests/results/164.processed,
5132: tests/results/165.processed, tests/results/166.processed,
5133: tests/results/167.processed, tests/results/168.processed,
5134: tests/results/169.processed, tests/results/170.processed,
5135: tests/results/171.processed, tests/results/172.processed,
5136: tests/results/173.processed, tests/results/174.processed,
5137: tests/results/175.processed, tests/results/176.processed,
5138: tests/results/177.processed, tests/results/178.processed,
5139: tests/results/179.processed, tests/results/180.processed,
5140: tests/results/181.processed, tests/results/182.processed,
5141: tests/results/183.processed, tests/results/184.processed,
5142: tests/results/185.processed, tests/results/186.processed,
5143: tests/results/187.processed, tests/results/188.processed,
5144: tests/results/189.processed, tests/results/190.processed,
5145: tests/results/191.processed, tests/results/192.processed,
5146: tests/results/193.processed, tests/results/194.processed,
5147: tests/results/195.processed, tests/results/196.processed,
5148: tests/results/197.processed, tests/results/198.processed,
5149: tests/results/199.processed, tests/results/200.processed,
5150: tests/results/201.processed, tests/results/202.processed,
5151: tests/results/203.processed, tests/results/204.processed,
5152: tests/results/205.processed, tests/results/206.processed,
5153: tests/results/207.processed, tests/results/208.processed,
5154: tests/results/209.processed, tests/results/210.processed,
5155: tests/results/211.processed, tests/results/212.processed,
5156: tests/results/213.processed, tests/results/214.processed,
5157: tests/results/215.processed, tests/results/216.processed,
5158: tests/results/217.processed, tests/results/218.processed,
5159: tests/results/219.processed, tests/results/220.processed,
5160: tests/results/221.processed, tests/results/222.processed,
5161: tests/results/223.processed, tests/results/224.processed,
5162: tests/results/225.processed, tests/results/226.processed,
5163: tests/results/227.processed, tests/results/228.processed,
5164: tests/results/229.processed: - http headers were changed:
5165: content-type => Content-type and so on
5166:
5167: 2009-08-27 misha
5168:
5169: * src/: main/pa_random.C, include/pa_random.h,
5170: targets/cgi/parser3.C: - year was updated :)
5171:
5172: 2009-08-26 misha
5173:
5174: * tests/: 224.html, 224.p: - test for creating of parser object
5175: using constructor without params - little bugfix in test
5176:
5177: * src/main/compile_tools.h: - bugfix: should't call autouse while
5178: checking existed class while processing partial option
5179:
5180: * src/classes/reflection.C: - bugfix: core when creating object
5181: with reflection and constructor doesn't have params
5182:
5183: 2009-08-24 misha
5184:
5185: * tests/229.html: - tests for checking the number of parameters
5186: were added
5187:
5188: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
5189: number of method's parameters wasn't checked correctly (the bug
5190: was introduced in 3.4.0)
5191:
5192: 2009-08-22 misha
5193:
5194: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
5195: transcoded, but tainted pieces are escaped only when
5196: content-type==url-encoding
5197:
5198: * tests/228.html: - test for checking
5199: ^file::load[http://...;$.body[]]
5200:
5201: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
5202: post charset was too early (charsets is empty at this moment)
5203:
5204: 2009-08-21 misha
5205:
5206: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
5207: main/untaint.C: - some fixes with transcode+untaint
5208:
5209: 2009-08-15 misha
5210:
5211: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
5212: was increaced to 100 (was 50)
5213:
5214: * tests/227.html: - test for checking overriding properties in
5215: static classes was added
5216:
5217: * tests/: 226.html, 226.p: - test for @autoload[] was added
5218:
5219: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
5220: main/execute.C, main/pa_request.C, classes/reflection.C: -
5221: autouse was implemented
5222:
5223: 2009-08-14 misha
5224:
5225: * src/classes/reflection.C: - outdated checkout was removed
5226:
5227: * src/classes/reflection.C: - optimization - method ^dynamical was
5228: added.
5229:
5230: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
5231: types/pa_vstateless_class.h, main/execute.C: - optimization
5232:
5233: * src/types/pa_vclass.C: - exception if base on sytem class
5234:
5235: 2009-08-12 misha
5236:
5237: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
5238: pa_vstateless_class.h: - little optimisation
5239:
5240: 2009-08-11 misha
5241:
5242: * tests/224.html: - method_params => method_info - checking for
5243: $.inherited
5244:
5245: * src/classes/reflection.C, operators.txt: - method method_params
5246: was renamed to method_info and now it returns class name, if
5247: method was defined in ancestor
5248:
5249: * tests/225.html: - tests for cheching properties in hierarhical
5250: classes were added
5251:
5252: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
5253: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5254: main/compile.y, main/execute.C, classes/classes.C: - problems
5255: with properties in new classes implementation were fixed
5256:
5257: 2009-08-10 misha
5258:
5259: * src/main/execute.C: - now constructor shouldn't be defined in
5260: class. it could be defined in parent.
5261:
5262: 2009-08-09 misha
5263:
5264: * src/classes/reflection.C: - ^reflection:methods doesn't return
5265: base's methods
5266:
5267: 2009-08-08 misha
5268:
5269: * src/: classes/classes.h, classes/date.C, classes/file.C,
5270: classes/form.C, classes/hash.C, classes/hashfile.C,
5271: classes/image.C, classes/mail.C, classes/op.C,
5272: classes/reflection.C, classes/regex.C, classes/string.C,
5273: classes/table.C, classes/xdoc.C, classes/xnode.C,
5274: classes/xnode.h, include/pa_hash.h, main/execute.C,
5275: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
5276: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5277: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5278: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5279: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
5280: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5281: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
5282: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
5283: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
5284: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
5285: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
5286: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
5287: types/pa_vresponse.C, types/pa_vresponse.h,
5288: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5289: types/pa_vstateless_object.h, types/pa_vstatus.C,
5290: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
5291: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5292: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5293: types/pa_wwrapper.h, types/types.vcproj: - new classes
5294: implementation
5295:
5296: * buildall-with-xml, buildall-without-xml: - gc has a bug if
5297: USE_MUNMAP is used. so it is disabled as a workaround.
5298:
5299: 2009-08-05 misha
5300:
5301: * src/: main/pa_common.C, include/pa_common.h: - not needed
5302: parameter was removed
5303:
5304: * src/main/pa_http.C: - bugfix: error was during detecting
5305: content-type of file which was loaded by http
5306:
5307: 2009-08-01 misha
5308:
5309: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
5310: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
5311: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
5312: can't be disabled with defines any longer
5313:
5314: 2009-07-29 misha
5315:
5316: * src/classes/reflection.C, tests/results/224.processed: - for
5317: native methods with any call type now returned empty call_type
5318: value
5319:
5320: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5321: classes/table.C, include/pa_hash.h, include/pa_request.h,
5322: main/pa_request.C: - break in cycles was optimized
5323:
5324: * INSTALL: - more defines were described
5325:
5326: 2009-07-28 misha
5327:
5328: * operators.txt: - some changes in information about reflection
5329: class
5330:
5331: * tests/: 224.html, 224.p: - tests for reflection class
5332:
5333: * src/classes/reflection.C: - some bugs were fixed, method classes
5334: was added, refactoring
5335:
5336: 2009-07-26 misha
5337:
5338: * src/classes/classes.vcproj: - reflection class wass added to
5339: project
5340:
5341: * operators.txt: - information about reflection class was added
5342:
5343: * src/classes/reflection.C: - class was redesigned
5344:
5345: 2009-07-24 misha
5346:
5347: * src/classes/: Makefile.am, reflection.C: - class reflection was
5348: added
5349:
5350: * src/types/pa_vstateless_class.h: - method for reflection method's
5351: in classes was added
5352:
5353: 2009-07-22 misha
5354:
5355: * src/main/compile_tools.h: - bugfix: $object.$var was
5356: over-optimized. it failed if $object1.$object2.field
5357:
5358: 2009-07-16 misha
5359:
5360: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
5361: lib/cord/cordxtra.c, lib/cord/include/cord.h,
5362: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
5363: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
5364: one more arg: length of cord
5365:
5366: 2009-07-15 misha
5367:
5368: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
5369: tainted in ^file::load[http://...;$.cookies[]]
5370:
5371: * src/classes/: op.C, regex.C, string.C: - new string with
5372: exception was used
5373:
5374: * src/include/pa_exception.h: - new string with exception was added
5375:
5376: * tests/223.html: - test for checking cookie-encoding during
5377: ^file::load[http was added
5378:
5379: * tests/: 221.html, 222.html: - tests for checking type of
5380: $table.fields.field were added
5381:
5382: * src/types/pa_vtable.C: - not used var decl was removed
5383:
5384: * src/include/pa_string.h: - use cached string length in Body::mid.
5385: it improves speed of match with brackets in pattern
5386:
5387: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
5388: outside
5389:
5390: 2009-07-14 misha
5391:
5392: * src/types/pa_vtable.C: - $table.fields.a return string even if
5393: column is empty (sometime returned void) - $table.fields was
5394: added for nameless tables
5395:
5396: * src/targets/cgi/getopt.c: - one warning resolved
5397:
5398: * src/main/pa_string.C: - potentian bug fixed
5399:
5400: * src/classes/op.C: - small optimization in taint/untaint
5401:
5402: 2009-07-13 misha
5403:
5404: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
5405: added
5406:
5407: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
5408: souldn't add the attribut to output
5409:
5410: 2009-07-11 misha
5411:
5412: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5413: stack size was increaced to 2MB (default=1MB)
5414:
5415: 2009-07-08 misha
5416:
5417: * src/main/pa_string.C: - link to UTF-8 description was added
5418:
5419: * src/include/pa_hash.h: - hash keeps element's order in more
5420: places (ex: ._keys[])
5421:
5422: * tests/220.html: - test for checking order of elements in hash in
5423: foreach was added
5424:
5425: * tests/172.html: - small changes in printing hash
5426:
5427: * tests/129.html: - small changes in printing hash
5428:
5429: * src/: include/pa_common.h, include/pa_hash.h,
5430: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
5431: types/pa_vmethod_frame.h: - hash now keeps order of elements
5432:
5433: * tests/014.html: - small changes in printing hash
5434:
5435: 2009-07-07 misha
5436:
5437: * src/classes/op.C: - new taint language "parser-code" was added
5438:
5439: * tests/219.html: - test for auto untaint parser code in process
5440: was added
5441:
5442: * src/classes/op.C: - tainted pieces in body of process are
5443: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
5444:
5445: * src/: include/pa_string.h, main/untaint.C: - new language
5446: L_PARSER_CODE for auto-untaint in process was added
5447:
5448: * src/: classes/file.C, classes/hash.C, classes/image.C,
5449: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
5450: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
5451: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
5452: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
5453: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
5454: code cleanup
5455:
5456: 2009-07-06 misha
5457:
5458: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
5459: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
5460: deleted. taint_cstr[m] and untaint_cstr[m] should be used
5461:
5462: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
5463: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
5464: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
5465: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
5466: should be used
5467:
5468: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
5469: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
5470: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
5471: untaint_cstr[m] should be used
5472:
5473: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
5474: deleted. taint_cstr[m] and untaint_cstr[m] should be used
5475:
5476: * tests/218.html: - test for checking automatic file-spec-taint was
5477: added
5478:
5479: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
5480: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
5481: classes/file.C, classes/hash.C, classes/image.C,
5482: classes/string.C, classes/table.C, classes/void.C,
5483: classes/xdoc.C: - optimizations and simplification of
5484: string.cstr(...)
5485:
5486: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
5487: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
5488: - optimizations and simplification of string.cstr(...)
5489:
5490: 2009-07-04 misha
5491:
5492: * tests/217.html: - test for recursion detection was added
5493:
5494: * src/: types/types.vcproj, main/main.vcproj,
5495: classes/classes.vcproj, targets/cgi/parser3.vcproj,
5496: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
5497: from .vcproj
5498:
5499: * src/types/pa_wwrapper.h: - dynamic_cast was removed
5500:
5501: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
5502: uploading files and case-insensitive http-method were added
5503:
5504: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
5505: tainted pattern in ^file:list[] was added
5506:
5507: 2009-07-03 misha
5508:
5509: * src/: classes/classes.vcproj, main/main.vcproj,
5510: types/types.vcproj, targets/cgi/parser3.vcproj,
5511: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
5512: for dynamic_cast) - little options changes
5513:
5514: * src/main/pa_http.C: - file::load[http works now with uploading
5515: files _and_ changing $.charset
5516:
5517: 2009-06-29 misha
5518:
5519: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
5520: while creating pattern
5521:
5522: 2009-06-25 misha
5523:
5524: * src/classes/image.C, operators.txt: - options' names for
5525: ^image.font were changed to $.space, $.width and $spacing -
5526: default space width now == gif's width
5527:
5528: 2009-06-24 misha
5529:
5530: * tests/215.html: - tests for $file.mode were added
5531:
5532: * operators.txt: - added info about $file.mode and changes in
5533: ^image.font[
5534:
5535: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
5536: param now could be omited - third param now could be hash (with
5537: all widths options: $.space-width, $.letter-width) - it's
5538: possible to specify tracking ($.letter-space)
5539:
5540: * src/classes/file.C: - file objects now could have mode field
5541: (text|binary)
5542:
5543: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
5544:
5545: 2009-06-23 misha
5546:
5547: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5548: trim can work with utf-8 chars now
5549:
5550: 2009-06-20 misha
5551:
5552: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
5553: was implemented
5554:
5555: * src/classes/table.C: - string length cacheing was implemented
5556:
5557: * src/include/pa_string.h: - string length cacheing was implemented
5558:
5559: 2009-06-17 misha
5560:
5561: * src/main/execute.C: - value param was removed from
5562: WContext::WContext
5563:
5564: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
5565: pa_wwrapper.h: - value param was removed from WContext::WContext
5566: - field wcontext was removed from VCodeFrame (using fparent
5567: instead)
5568:
5569: * tests/214.html: - test with hash copying
5570:
5571: 2009-06-16 misha
5572:
5573: * tests/: 062.html, results/062.processed: - evaluation hardcoded
5574: strings doesn't work in expression anymore
5575:
5576: * src/main/execute.C: - less calls for get_constructing() - little
5577: refactoring
5578:
5579: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
5580: include/pa_request.h: - less calls for get_constructing()
5581:
5582: * src/classes/: hash.C, hashfile.C: - fixed bug which was
5583: introduced with OPTIMIZE_SINGLE_STRING optimization
5584:
5585: 2009-06-14 misha
5586:
5587: * src/: classes/date.C, classes/file.C, classes/hash.C,
5588: classes/hashfile.C, classes/image.C, classes/regex.C,
5589: classes/table.C, classes/xdoc.C, classes/xnode.h,
5590: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
5591: types/pa_vstateless_class.h, main/execute.C: - create object for
5592: storing object's fields only for parser objects
5593:
5594: 2009-06-13 misha
5595:
5596: * buildall-with-xml, buildall-without-xml: - new option was added
5597: for building GC (it slightly reduces memory usage)
5598:
5599: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
5600: single string write
5601:
5602: * src/main/execute.C: - bytecode optimization of ^class:constructor
5603: - optimization of single string write
5604:
5605: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
5606: - bytecode optimization of ^class:constructor
5607:
5608: 2009-06-09 misha
5609:
5610: * src/targets/cgi/parser3.C: - type size_t was changed to int in
5611: main (better compatibility)
5612:
5613: 2009-06-08 misha
5614:
5615: * src/main/compile.y: - I've forgot to commit it :(
5616:
5617: 2009-06-07 misha
5618:
5619: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
5620: WITH_READ and WITH_ROOT
5621:
5622: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5623: execute.C: - more optimizations for WITH_SELF, WITH_READ and
5624: WITH_ROOT - little refactoring
5625:
5626: 2009-06-06 misha
5627:
5628: * tests/213.html: - tests for 3rd match string-param were added
5629:
5630: * src/classes/string.C: - 3rd match param could be string now
5631:
5632: * src/main/: compile.y, compile_tools.h: - much more bytecode's
5633: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
5634: GET_OBJECT_ELEMENT
5635:
5636: 2009-06-05 misha
5637:
5638: * src/main/pa_http.C: - bugfix: content-length was not calculated
5639: if $.body was specified
5640:
5641: 2009-06-04 misha
5642:
5643: * src/classes/op.C: - optimizing write_assign_lang in connect
5644:
5645: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
5646:
5647: * src/main/execute.C: - little refactoring - optimizing
5648: write_assign_lang in taint/untaint
5649:
5650: * src/include/pa_opcode.h: - little refactoring
5651:
5652: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5653: main/compile_tools.h, main/execute.C: - optimizations for
5654: $self.field, ^self.method, $self.field[...] and $self.field(...)
5655: were added
5656:
5657: 2009-06-03 misha
5658:
5659: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
5660:
5661: 2009-06-02 misha
5662:
5663: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
5664: include/pa_opcode.h: - refactoring in last optimizations
5665: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
5666: now but code is much easy and it is ready for further
5667: improvements.
5668:
5669: 2009-05-27 misha
5670:
5671: * src/: types/pa_junction.h, types/pa_vjunction.C,
5672: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
5673: changed in destructing junctions
5674:
5675: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
5676: String:Body
5677:
5678: 2009-05-26 misha
5679:
5680: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
5681: one method detect_charset was deleted - bug was fixed in this
5682: method (error while detecting charset in content_type withot last
5683: ';')
5684:
5685: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
5686: once
5687:
5688: 2009-05-25 misha
5689:
5690: * src/classes/file.C: - bugfix: file::exec didn't work after
5691: optimizing of helper_length
5692:
5693: 2009-05-24 misha
5694:
5695: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
5696: were added - little refactoring
5697:
5698: * src/main/execute.C: - core while printing in debug log
5699: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
5700: optimisations were added
5701:
5702: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
5703: were added
5704:
5705: 2009-05-23 misha
5706:
5707: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
5708: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
5709: CORD_cat optimization
5710:
5711: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
5712: - call constr optimisation under separate define now
5713:
5714: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
5715: in $b should be string, not void
5716:
5717: * src/main/compile.y: - little fix for rem-cut optimisation
5718:
5719: * src/: include/pa_opcode.h, main/compile_tools.C,
5720: main/compile_tools.h, main/execute.C: - optimisations for
5721: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
5722:
5723: * INSTALL: - description of some #defined were added
5724:
5725: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
5726: before 1st access (memory usage is reduced if don't access to
5727: .text field)
5728:
5729: * src/include/pa_array.h: - array grows step now not static (it
5730: reduces numbers of reallocs)
5731:
5732: 2009-05-20 misha
5733:
5734: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
5735: $.b(2), $c[d] and $.e[f] was added
5736:
5737: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5738: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
5739: $.e[f] was added
5740:
5741: * src/main/execute.C: - debug printing moved in defines
5742:
5743: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
5744: and little refactoring for OP_GET_OBJECT_ELEMENT +
5745: OP_GET_OBJECT_VAR_ELEMENT optimisation
5746:
5747: 2009-05-19 misha
5748:
5749: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5750: execute.C: - $a.$b & ^a.$b bytecode optimisation
5751:
5752: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
5753: ^a.$b optimisation)
5754:
5755: * src/main/compile.y: - compiler now generate new opcodes:
5756: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
5757: ^a.b - compiler now cut off ^rem{ with all content ; any number
5758: of params }
5759:
5760: * src/main/execute.C: - code for handle new opcodes
5761: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
5762:
5763: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
5764: added for LA2V and LA2S
5765:
5766: * src/include/pa_opcode.h: - new defines which can be used for
5767: disable some bytecode optimisation and new opcodes were added
5768:
5769: 2009-05-17 misha
5770:
5771: * src/lib/cord/cordxtra.c: - bugfix.
5772:
5773: * tests/212.html: - .size[] and .study_size[] were added to tests
5774:
5775: * operators.txt: - info about regex class was added
5776:
5777: * tests/212.html: - tests for regex class were added
5778:
5779: 2009-05-16 misha
5780:
5781: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
5782: gc7.1
5783:
5784: * tests/022.html: - test for ^file:list[path;] (empty second param)
5785: was added
5786:
5787: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
5788: param) should work
5789:
5790: 2009-05-15 misha
5791:
5792: * src/classes/table.C: - automatically disable stringstream usage
5793: on freebsd4
5794:
5795: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
5796: scope
5797:
5798: * tests/211.html: - test with different types of access to hash was
5799: added
5800:
5801: * tests/210.html: - test which checks for loosing tainting in
5802: hash's keys was added
5803:
5804: * tests/208.html: - some parser work added. or stime == 0 %-)
5805:
5806: * src/lib/cord/cordbscs.c: - little hack was added to cord
5807:
5808: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
5809:
5810: * src/include/pa_version.h, configure.in: - moko have made a lot of
5811: optimisations for increacing version number more dramatically :)
5812:
5813: * src/classes/date.C: - little refactoring: use constructor which
5814: accepts formated string
5815:
5816: * src/: include/pa_string.h, main/pa_string.C: - String constructor
5817: which can print formatted string was added
5818:
5819: 2009-05-14 misha
5820:
5821: * src/include/pa_string.h: - type was fixed
5822:
5823: * src/: classes/hashfile.C, classes/op.C,
5824: include/pa_cache_managers.h, include/pa_charset.h,
5825: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
5826: include/pa_request.h, include/pa_sql_driver_manager.h,
5827: include/pa_string.h, include/pa_stylesheet_manager.h,
5828: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
5829: main/pa_charsets.C, main/pa_string.C,
5830: main/pa_stylesheet_connection.C, types/pa_value.h,
5831: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5832: types/pa_vobject.C, types/pa_vstateless_class.C,
5833: types/pa_vstateless_class.h: - hash_code caching was implemented
5834: (seaches should be faster now)
5835:
5836: * src/: classes/file.C, classes/hash.C, classes/image.C,
5837: classes/string.C, classes/table.C, include/pa_string.h,
5838: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
5839: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
5840: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
5841: types/pa_vrequest.C: - String constructors don't have that stupid
5842: true/false param which means 'tainted'. they accept lang instead.
5843:
5844: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
5845: with OPTIMIZE_RESULT
5846:
5847: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
5848: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
5849:
5850: 2009-05-13 misha
5851:
5852: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
5853: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
5854: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5855: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
5856: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
5857: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5858: include/pa_string.h, classes/date.C, classes/file.C,
5859: classes/hash.C, classes/image.C, classes/string.C,
5860: classes/table.C, classes/xdoc.C: - result optimisation -
5861: helper_length parameter removed from string constructors
5862:
5863: 2009-05-11 misha
5864:
5865: * tests/209.html: - tests for ^hash::create[hash] were added
5866:
5867: * tests/208.html: - tests for $status:rusage, $status:memory,
5868: ^memory:compact[] were added
5869:
5870: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
5871: log10 were added
5872:
5873: * tests/206.html: - test for try with finally was added
5874:
5875: 2009-05-10 misha
5876:
5877: * tests/205.html: - test for ^file::create[...] was added
5878:
5879: * tests/204.html: - test for ^response:clear[] was added
5880:
5881: * tests/038.html: - tests for trigonometric functions were added
5882:
5883: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
5884: added - more tests for .add, .sub, .union, .intersects and
5885: .intersections
5886:
5887: * tests/065.html: - test for ^file:dirname was added
5888:
5889: * tests/030.html: - test for $cookie:fields was added
5890:
5891: * tests/203.html: - test for ^h._keys[column name] was added
5892:
5893: * tests/201.html: - tests for .trim were added
5894:
5895: * tests/202.html: - tests for last-day,
5896: date:calendar[type](YYYY;MM;DD) were added
5897:
5898: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
5899: .offset[type](N) were added
5900:
5901: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
5902: and .pos[c](N) were added
5903:
5904: * tests/141.html: - test for math:sha1 was added
5905:
5906: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
5907:
5908: 2009-05-09 misha
5909:
5910: * src/main/compile.y: - rollback
5911:
5912: 2009-05-05 misha
5913:
5914: * src/main/pa_exec.C: - little optimisation: somewhere length() was
5915: replaced by is_empty()
5916:
5917: * src/: include/pa_string.h, main/pa_charset.C: - little
5918: optimisation: somewhere length() was replaced by is_empty()
5919:
5920: * src/classes/table.C: - little optimisation: somewhere length()
5921: was replaced by is_empty()
5922:
5923: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
5924: classes/op.C, classes/table.C, main/pa_exception.C: - little
5925: optimisation: somewhere length() was replaced by is_empty()
5926:
5927: 2009-05-04 misha
5928:
5929: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5930: types/pa_vstateless_class.h, main/execute.C,
5931: include/pa_request.h, classes/hash.C, classes/op.C,
5932: classes/table.C: - more optimisations were added: some operators
5933: don't switch write context anylonger
5934:
5935: 2009-05-01 misha
5936:
5937: * src/main/compile.y: - slightly more opcode optimisations for
5938: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
5939:
5940: * src/main/execute.C: - simplifying process for getters
5941:
5942: 2009-04-30 misha
5943:
5944: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
5945:
5946: * tests/results/199.processed: - test for checking $result into
5947: ^rem was added
5948:
5949: * tests/199.html: - test for checking $result into ^rem was added
5950:
5951: * tests/: 022.html, 096.html: - þsort after :list was asses (on
5952: some OS it returns list in different order)
5953:
5954: * src/: include/pa_array.h, include/pa_request.h,
5955: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
5956: changes in stack impl - get_element() optimisation: 3rd param
5957: removed - bugfix: problems with reading empty input param -
5958: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
5959:
5960: * tests/results/198.processed: - test for reading empty local var
5961: was added
5962:
5963: * tests/198.html: - test for reading empty local var was added
5964:
5965: 2009-04-29 misha
5966:
5967: * src/main/compile.y: - bugfix: couldn't compile because
5968: OP_VALUE__GET_ELEMENT should be unde #ifdef
5969:
5970: * src/: include/pa_array.h, include/pa_opcode.h,
5971: include/pa_request.h, main/compile.y, main/execute.C,
5972: main/pa_request.C, types/pa_vmethod_frame.C,
5973: types/pa_vmethod_frame.h: - we can work without opcode
5974: OP_STORE_PARAM, so it was removed
5975:
5976: 2009-04-28 misha
5977:
5978: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
5979: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
5980: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
5981: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
5982: 4.
5983: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
5984:
5985: * src/main/compile_tools.h: - new stuff for op-codes optimisation
5986:
5987: * src/: main/pa_string.C, classes/string.C: - !length() =>
5988: is_empty()
5989:
5990: 2009-04-27 misha
5991:
5992: * src/types/pa_vregex.h: - back explicit vars initialisation
5993:
5994: 2009-04-24 misha
5995:
5996: * src/classes/string.C: - ups. typo fixed
5997:
5998: * src/main/execute.C: - more replacements '*new VBool' to
5999: 'VBool::get' - checks for ^break[], ^continue[] and
6000: parser.interrupted were optimised
6001:
6002: * src/classes/string.C: - number of params.count() calls was
6003: slightly reduced
6004:
6005: 2009-04-23 misha
6006:
6007: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6008: make it x64 friendly
6009:
6010: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6011: parser is x64 friendly now
6012:
6013: 2009-04-22 misha
6014:
6015: * src/types/pa_vhashfile.C: - coder friendly exception about
6016: exceeding record size was added
6017:
6018: * src/classes/file.C: - use vregex object instead of direct calls
6019: methods from pcre lib
6020:
6021: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
6022: classes/string.C: - use vregex object instead of direct calls
6023: methods from pcre lib
6024:
6025: * src/: include/pa_common.h, main/pa_common.C: - method
6026: print_pcre_exec_error_text was moved to class vregex
6027:
6028: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
6029: was added
6030:
6031: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
6032: - class vregex was added
6033:
6034: 2009-04-21 misha
6035:
6036: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
6037:
6038: * src/: types/pa_junction.h, types/pa_value.C,
6039: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
6040: types/pa_wcontext.h, main/execute.C, classes/op.C: -
6041: junction-optimisation (destructors)
6042:
6043: * src/include/pa_array.h: - free under if now
6044:
6045: 2009-04-19 misha
6046:
6047: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
6048:
6049: 2009-04-18 misha
6050:
6051: * src/include/pa_version.h:
6052: :q :
6053:
6054: CV:
6055: ----------------------------------------------------------------------
6056:
6057: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
6058: refactoring
6059:
6060: * src/: include/pa_array.h, include/pa_hash.h,
6061: types/pa_vmethod_frame.h: - destructors under #ifdef now
6062:
6063: * src/include/pa_memory.h: - define for using destructors was added
6064:
6065: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6066: main/execute.C: - some junctions will be cached now
6067:
6068: * src/include/pa_hash.h: - hash destructor frees pairs now
6069:
6070: * src/include/pa_array.h: - inline was added to destructor
6071:
6072: * src/types/pa_method.h: - comment was changed
6073:
6074: 2009-04-17 misha
6075:
6076: * src/: include/pa_array.h, include/pa_hash.h,
6077: types/pa_vmethod_frame.h: - destructors were added
6078:
6079: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
6080: renamed to always_use_result
6081:
6082: * src/main/: compile.y, compile_tools.h: - rollback changes in
6083: compiler: full backward compatibility is better
6084:
6085: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
6086: result in var's hash
6087:
6088: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6089: optimisation in method_frame
6090:
6091: * src/include/pa_array.h: - optimisation in array (allocate
6092: elements only when needed)
6093:
6094: * src/types/pa_vresponse.C: - check for $response:headers field
6095: before looking at custom fields
6096:
6097: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
6098: not needed to check existance var with name 'result' in var's
6099: hash
6100:
6101: * src/main/compile.y: - compiler was changed: now it detects
6102: writings to $result and set flag writo_to_result in method
6103:
6104: * src/classes/string.C: - little optimisation: no needed to write
6105: number with lang
6106:
6107: * src/main/pa_charset.C: - methods readChar and skipChar which is
6108: used for read utf8-strings were renamed - is_escaped was renamed
6109: to isEscaped (to the same name convention)
6110:
6111: * src/: types/pa_method.h, main/compile_tools.h: - flag
6112: write_to_result added. compiler get this info from code.
6113:
6114: 2009-04-16 misha
6115:
6116: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
6117: String only before 1st write
6118:
6119: * src/include/pa_string.h: - not needed template removed
6120:
6121: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
6122: types/pa_vjunction.C, types/pa_vproperty.C,
6123: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
6124: main/pa_request.C, classes/bool.C, classes/double.C,
6125: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
6126: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
6127: bool objects)
6128:
6129: 2009-04-15 misha
6130:
6131: * src/lib/cord/cordxtra.c: - more optimisation
6132:
6133: * src/: include/pa_string.h, main/untaint.C: - String::append
6134: optimisation
6135:
6136: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
6137: then get and can sometime be used)
6138:
6139: * src/main/pa_string.C: - String::length optimisation
6140:
6141: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
6142: these methods read different strings
6143:
6144: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6145: fresult_initial_void removed + some optimisation - if $result
6146: defined we don't write to context anymore
6147:
6148: * src/main/pa_charset.C: - readChar => skipChar (in this place we
6149: need just skip char)
6150:
6151: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6152: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
6153: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
6154:
6155: * src/types/pa_vvoid.h: - added get() method for retreave one
6156: instance
6157:
6158: 2009-04-11 misha
6159:
6160: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
6161:
6162: * tests/197.html: - test for parser://test in xml was added
6163:
6164: * src/classes/string.C: - small optimisation
6165:
6166: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
6167: optimisation
6168:
6169: 2009-04-10 misha
6170:
6171: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
6172: to pcre-7.8
6173:
6174: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
6175:
6176: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
6177: added
6178:
6179: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
6180: $request:CLASS_NAME were added
6181:
6182: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
6183: were added
6184:
6185: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
6186: $env:CLASS_NAME were added
6187:
6188: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
6189: '@todo' now
6190:
6191: * src/targets/cgi/parser3.C: - size_t -> int for calming down
6192: compirer
6193:
6194: * src/main/pa_string.C: - little code cleanup
6195:
6196: * src/main/pa_common.C: - describe one more UTF-8 related error
6197: during PCRE compile/execute
6198:
6199: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
6200: normalizing todo-comments: '@todo' now
6201:
6202: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
6203:
6204: * src/main/pa_charset.C: - type changed for making compiler happy
6205:
6206: 2009-03-10 misha
6207:
6208: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
6209: in main()
6210:
6211: 2009-02-01 misha
6212:
6213: * src/main/pa_http.C: - bugfix: double CRLF before the end of
6214: boundary
6215:
6216: 2009-01-25 misha
6217:
6218: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
6219:
6220: * src/classes/file.C: - more changes for parsing different number
6221: of params for file::load
6222:
6223: * tests/193.html: - tests for exception while base64-decode binary
6224: to string was added
6225:
6226: * tests/192.html: - tests for file::load with different number of
6227: options
6228:
6229: * src/classes/math.C: - ups. forgot '+1'
6230:
6231: * src/: classes/table.C, classes/file.C, include/pa_common.h,
6232: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
6233: main/pa_http.C: - ^file::load[...;http://...;] now can post files
6234: (new option $.encode[multipart-form/data] should be specified) -
6235: $.method[] option for file::load now is not case-sensitive
6236:
6237: * src/: include/pa_string.h, main/untaint.C: - for file post the
6238: new taint language L_FILE_POST was added
6239:
6240: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
6241: main/main.vcproj, classes/math.C, include/Makefile.am: - some
6242: stuff was moved to separate files
6243:
6244: 2009-01-23 misha
6245:
6246: * src/classes/math.C: - little optimisation in ^math:sha1[] -
6247: spaces to tabs were converted
6248:
6249: 2009-01-12 misha
6250:
6251: * src/main/pa_http.C: - value of $.method[] option force uppercased
6252: now
6253:
6254: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
6255: types/pa_vform.C, types/pa_vmail.C: - some constants changed
6256: their names
6257:
6258: * src/main/pa_common.C: - changes in formating
6259:
6260: * src/: classes/file.C, main/pa_http.C: - some constants changed
6261: their names
6262:
6263: * src/include/pa_http.h: - some spaces were converted to tabs
6264:
6265: * src/include/pa_common.h: - some constants changed their names
6266:
6267: * src/classes/file.C: - fixed 4-th paramether for file::load -
6268: little code rewriting
6269:
6270: * src/types/pa_vfile.C: - little code rewriting
6271:
6272: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
6273: types/pa_value.h: - some formating changes
6274:
6275: * src/include/pa_common.h: - some formating spaces transformed to
6276: tabs
6277:
6278: * src/classes/string.C: - exception while base64-decode binary to a
6279: string
6280:
6281: 2009-01-11 misha
6282:
6283: * configure.in: - version changed to 3.3.1b
6284:
6285: 2008-09-05 misha
6286:
6287: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
6288: release_3_3_0 on 2008-09-05 10:59:35 +0000
6289:
6290: 2008-09-04 misha
6291:
6292: * tests/: 130.html, 131.html: - these exceptions not typeless
6293: anymore
6294:
6295: * src/classes/op.C: - exception with 'invalid taint language' not
6296: typeless anylonger
6297:
6298: * src/classes/image.C: - some exceptions while operations with
6299: image not typeless anymore
6300:
6301: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
6302: main/pa_exec.C, main/pa_http.C: - some exceptions while
6303: operations with files not typeless anymore
6304:
6305: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
6306: types/pa_vdate.h: - exceptions while checking date range not
6307: typeless anymore
6308:
6309: * src/include/pa_exception.h: - exception type string for invalid
6310: date range was added
6311:
6312: 2008-09-03 misha
6313:
6314: * src/: classes/file.C, main/pa_string.C: - exception while pce
6315: operations not typeless anymore
6316:
6317: * src/include/pa_exception.h: - exception type for pce operations
6318: was added
6319:
6320: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
6321: and .CLASS_NAME insite classes
6322:
6323: * src/classes/table.C: - don't save table header whiile
6324: ^table.save[append;filename] if file exists
6325:
6326: 2008-09-02 misha
6327:
6328: * src/main/compile.y, src/main/compile_tools.h,
6329: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
6330: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
6331: renamed to partial and it login changed: we must mark class as
6332: partial for allow their modifications in future.
6333:
6334: 2008-08-29 misha
6335:
6336: * tests/results/022.processed: - testing taint[regex] in mask for
6337: file:list
6338:
6339: * tests/022.html: - testing taint[regex] in mask for file:list
6340:
6341: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
6342: for file:list was added
6343:
6344: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
6345: file:list
6346:
6347: 2008-08-26 misha
6348:
6349: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
6350: last derived object
6351:
6352: * src/classes/image.C: - many strings "image.format" replaced by
6353: IMAGE_FORMAT constant string - handle GPS info while parse exif -
6354: understand some more exif tags
6355:
6356: * src/include/pa_exception.h: - string "image.format" was added
6357:
6358: 2008-08-21 misha
6359:
6360: * src/: main/pa_string.C, classes/file.C: - use method for print
6361: pcre_exec text error
6362:
6363: * src/main/pa_common.C: - method for print pcre_exec text error was
6364: added
6365:
6366: * src/include/pa_common.h: - method declaration for print pcre_exec
6367: text error was added
6368:
6369: 2008-08-19 misha
6370:
6371: * src/main/execute.C: - bugfix: opcodes must be in separate
6372: namespace while debug execution as well
6373:
6374: * tests/: 015.html, results/015.processed: - test for escaping some
6375: parser chars was added
6376:
6377: 2008-08-18 misha
6378:
6379: * tests/: 190.html, 190.p, results/190.processed: - test for
6380: $caller.self.field + default getter in one class was added
6381:
6382: * tests/: 189.html, results/189.processed: - test for
6383: ^date::create[date object]
6384:
6385: * tests/: 188.html, results/188.processed: - tests for match with
6386: UTF-8 strings
6387:
6388: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
6389: ^string.match[]
6390:
6391: * ChangeLog: - parser 3.3.0 beta13
6392:
6393: 2008-08-15 misha
6394:
1.101 moko 6395: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
6396: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
6397: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
6398: dftables.c: - old PCRE files removed
1.95 moko 6399:
6400: * src/lib/pcre/config.h: - configuration for PCRE library
6401:
6402: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6403: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
6404:
6405: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
6406: library and set flag UTF8 if $request:charset is UTF-8
6407:
6408: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
6409: include/pa_config_fixed.h: - moved to new PCRE library
6410:
6411: * src/: main/main.vcproj, types/types.vcproj,
6412: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
6413: win32\pcre instead of parser3\src\lib\pcre
6414:
6415: * src/: include/pa_opcode.h, include/pa_operation.h,
6416: main/compile.C, main/compile.y, main/compile_tools.C,
6417: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
6418: opcodes were moved to separate namespace
6419:
6420: 2008-08-14 misha
6421:
6422: * src/types/pa_vstateless_class.C: - newline at the end missed
6423:
6424: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
6425: tainting
6426:
6427: 2008-08-11 misha
6428:
6429: * tests/: 187.html, 187.p, results/187.processed: - tests for
6430: $caller.self, $caller.self.field and $caller.self.field[value]
6431: were added
6432:
6433: * src/types/pa_vmethod_frame.h: - still need to check 'self'
6434: runtime as well (for $caller.self)
6435:
6436: 2008-07-25 misha
6437:
6438: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
6439: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
6440: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
6441: tests with international characters
6442:
6443: 2008-07-23 misha
6444:
6445: * src/main/pa_http.C: - escape $cookies as %uXXXX while
6446: file::load[...;http://
6447:
6448: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
6449: now everywhere in separate namespace
6450:
6451: * src/types/pa_vmethod_frame.h: - looking for caller before looking
6452: for vars
6453:
6454: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
6455: can be escaped by '^'
6456:
6457: 2008-07-22 misha
6458:
6459: * src/classes/string.C, tests/186.html: - names changes:
6460: escape=>js-escape, unescape=>js-unescape
6461:
6462: 2008-07-21 misha
6463:
6464: * tests/results/186.processed: - test for string escape/unescape
6465:
6466: * tests/186.html: - test for string escape/unescape
6467:
6468: * src/classes/string.C: - string has escape and unescape methods
6469: now
6470:
6471: * src/: include/pa_string.h, main/pa_string.C: - escape method was
6472: added
6473:
6474: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
6475: method-layers added (with different params)
6476:
6477: 2008-07-18 misha
6478:
6479: * tests/results/185.processed: - test for ^str.pos[substr](offset)
6480: was added
6481:
6482: * tests/185.html: - test for ^str.pos[sub](offset) added
6483:
6484: * src/classes/string.C, src/classes/void.C, operators.txt: -
6485: ^string.pos[substr](offset) -- 2nd param accepted now
6486:
6487: * src/main/pa_string.C: - .pos works fine with offset for utf-8
6488: strings
6489:
6490: 2008-07-17 misha
6491:
6492: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6493: helper length added for mid for small optimisation
6494:
6495: 2008-07-16 misha
6496:
6497: * tests/: 185.html, results/185.processed: - tests for
6498: length/left/right/mid/pos with utf-8 strings
6499:
6500: * src/classes/string.C: - left/right/mid/length/pos works fine for
6501: utf-8 strings
6502:
6503: * src/main/untaint.C: - comments removed
6504:
6505: * src/: include/pa_string.h, main/pa_string.C,
6506: include/pa_charset.h, main/pa_charset.C: - methods for working
6507: with pos/mid for strings in utf-8 were added
6508:
6509: 2008-07-15 misha
6510:
6511: * tests/: 184.html, results/184.processed: - test for case body as
6512: expression: $var(^switch(1){^case(1)(true)..})
6513:
6514: * src/classes/op.C: - case body can be expression now:
6515: $var(^switch(1){^case(1)(true)..})
6516:
6517: * tests/: results/183.processed, 183.html: - added test for testing
6518: new cookie encoding (%uXXXX)
6519:
6520: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
6521: decoding for backward compatibility they decoded from %XX in
6522: request:charset too
6523:
6524: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
6525: - cookie class now decode cookies before first access after last
6526: request:charset changing (as form class).
6527:
6528: * src/main/pa_charset.C: - added method escape for escaping cookies
6529: as %uXXXX - before transcode calculate required space for dest
6530: string. it reduce mem usage for transcode
6531:
6532: * src/include/pa_charset.h: - added method escape for escaping
6533: cookies as %uXXXX
6534:
6535: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
6536: was added. will used for escaping cookies as %uXXXX
6537:
6538: * src/include/pa_common.h: - escape method has new option for skip
6539: converting '+' to a space char
6540:
6541: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
6542: transcode - escape method has new option for skip converting '+'
6543: to a space char
6544:
6545: 2008-07-08 misha
6546:
6547: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
6548: (no UE if more then 1 case matches anylonger) - optimization:
6549: doing searching.as_string() || searching.as_double() only once
6550:
6551: 2008-07-04 misha
6552:
6553: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
6554: now ^date::create[date object] works
6555:
6556: * src/classes/string.C: - left and right added as aliases for start
6557: and end in ^string.trim[]
6558:
6559: 2008-07-03 misha
6560:
6561: * src/classes/file.C: - allow $.limit for file::sql as well
6562:
6563: * src/classes/file.C: - allow $.offset option for file::sql - force
6564: send limit=1 to query for use sql specifics authomatically
6565:
6566: * src/classes/: hash.C, string.C, table.C: - don't throw exception
6567: if $.limit value if empty. autoconvert it as everywere
6568:
6569: 2008-07-02 misha
6570:
6571: * configure.in: - time to change version number to 3.3.0 %-)
6572:
6573: * src/include/pa_version.h: - time to change version number to
6574: 3.3.0 %-)
6575:
6576: 2008-06-26 misha
6577:
6578: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6579: $.limit(0) fixes
6580:
6581: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
6582: - $.limit(0) fixes
6583:
6584: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
6585: new API)
6586:
6587: * src/: include/pa_sql_driver_manager.h,
6588: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
6589: classes/op.C: - document_root added
6590:
6591: * src/main/compile.tab.C: - error message was changed
6592:
6593: 2008-06-25 misha
6594:
6595: * src/main/compile.y: - error message was changed
6596:
6597: 2008-06-24 misha
6598:
6599: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
6600:
6601: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
6602: tests for @OPTIONS\nappend
6603:
6604: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
6605:
6606: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
6607:
6608: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
6609:
6610: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
6611: compile.y
6612:
6613: 2008-06-17 misha
6614:
6615: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
6616: compilation: ^if(default){true. it's incorrect. must be
6617: exception}
6618:
6619: 2008-06-16 misha
6620:
6621: * tests/: 181.ent, 181.html, results/181.processed: - test for
6622: checking external reference loading with 'http://localhost'
6623: prefix while creating xdoc
6624:
6625: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
6626: ^math:long2ip[] and ^math:ip2long[]
6627:
6628: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
6629: added which use scalar stateless class method when user object
6630: used in scalar context - use get_scalar_value when user object
6631: requested in scalar context
6632:
6633: * src/main/pa_common.C: - size must be int but not size_t or we
6634: can't compare with 0 sprintf result
6635:
6636: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6637: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
6638: with internal switch between local/global vars
6639:
6640: * src/types/pa_vclass.C: - register scalar if method @GET[] was
6641: specified
6642:
6643: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
6644: pa_vstateless_object.h: - stateless class and object now has
6645: private scalar field and getter/setter for working with it
6646:
6647: * src/classes/math.C: - methods math:long2ip & math:ip2long were
6648: moved to inet static class
6649:
6650: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
6651: class added (^inet:aton[IP], ^inet:ntoa(number))
6652:
6653: * tests/: 180.html, results/180.processed: - tests for
6654: ^math:long2ip(long) and ^math:ip2long[IP]
6655:
6656: * src/classes/math.C: - ^math:ip2long[IP] added
6657:
6658: 2008-06-11 misha
6659:
6660: * src/main/pa_xml_io.C: - use file_read_text again because of we
6661: need cut BOM code and remove DOS newline chars. but don't
6662: transcode it anyway.
6663:
6664: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
6665: main/pa_http.C: - option for disable transcoding while file_read
6666: and file_read_text added
6667:
6668: 2008-06-10 misha
6669:
6670: * tests/: 179.html, 179.p, results/179.processed: - test for many
6671: classes in 1 file
6672:
6673: * src/main/: compile.C, compile_tools.h: - compile return list of
6674: classes now.
6675:
6676: * src/main/: compile.y, compile.tab.C: - compile return list of
6677: classes now. internals.
6678:
6679: * src/main/pa_request.C: - compile return list of classes now. try
6680: call @conf and @auto for each returned class
6681:
6682: * src/include/pa_request.h: - compile return list of classes now
6683:
6684: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
6685: return list of classes when compile buf)
6686:
6687: 2008-06-07 misha
6688:
6689: * src/main/pa_request.C: - constructing VRequest object with 3rd
6690: param -- form
6691:
6692: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
6693: 3rd param: form. needed for get post_charset
6694:
6695: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
6696: added
6697:
6698: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
6699: types/pa_vform.C, types/pa_vform.h: - some polish
6700:
6701: 2008-06-06 misha
6702:
6703: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
6704: charset and decode chars from it but not from response:charset
6705:
6706: * src/main/pa_http.C: - detect_charset moved out of here
6707:
6708: * src/: include/pa_common.h, main/pa_common.C: - more helpers
6709: methods moved here - unescape_chars accepn one charset now
6710:
6711: * src/main/pa_http.C: - new constants used - don't allow
6712: $.content-type in ^file::load[;http://;$.method[POST]] - add
6713: charset info while ^file::load[;http://;$.method[POST]] - option
6714: $.omit-post-charset(true) added to ^file::load[;http://] for
6715: disabling charset during post
6716:
6717: * src/types/pa_vform.C: - new constants used
6718:
6719: * src/include/pa_common.h: - some constants were added
6720:
6721: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
6722: instead of StrEqNc
6723:
6724: * src/main/pa_common.C: - new method for caseless search
6725: c-substring in c-string - use isxdigit instead of is_hex_digit
6726:
6727: * src/include/pa_common.h: - new method for caseless search
6728: c-substring in c-string
6729:
6730: 2008-06-05 misha
6731:
6732: * tests/results/178.processed: - test for testing default getter
6733:
6734: * tests/178.html: - test for testing default getter
6735:
6736: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
6737: for test for testing default getter
6738:
6739: * src/main/execute.C: - default getter soul
6740:
6741: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
6742: requested objects' field not found
6743:
6744: * src/types/pa_vclass.C: - register default getter if defined - get
6745: default getter if requested field not found
6746:
6747: * src/types/pa_vstateless_object.h: - method get_default_getter was
6748: added
6749:
6750: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6751: pointer to default getter and methods for get/set it were added
6752:
6753: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
6754: auto_name field (for default getter)
6755:
6756: 2008-06-04 misha
6757:
6758: * src/main/pa_xml_io.C: - load external xml in binary mode (no
6759: transcoding, no cutting BOM code, no fixing line breaks) and get
6760: it to libxml "as is"
6761:
6762: 2008-06-03 misha
6763:
6764: * src/main/pa_common.C: - use store_Char instead of
6765: transcodeCharFromUTF8
6766:
6767: * src/: include/pa_charset.h, main/pa_charset.C: - method
6768: store_Char added, transcodeCharFromUTF8 -- removed
6769:
6770: 2008-06-02 misha
6771:
6772: * tests/: results/177.processed, 177.html: - test for checking
6773: .[acm]date after local ^file::load[] was added
6774:
6775: * tests/: results/176.processed, 176.html: - test for checking
6776: @OPTION\locals + @method[vars][locals] added
6777:
6778: * tests/results/auto.p: - CLASS_PATH specified for checking use
6779:
6780: 2008-05-30 misha
6781:
6782: * src/main/: compile.y, compile.tab.C: - changes in compiler:
6783: @OPTION\nlocals + @method[vars][;locals;] were added
6784:
6785: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
6786: moved to separate method op_code - switch from VMethodFrame to
6787: VMethodFrameGlobal + VMethodFrameLocal
6788:
6789: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
6790: was moved to separate method op_code
6791:
6792: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
6793: VMethodFrame now
6794:
6795: * src/types/pa_vstateless_class.h: - stateless class have bool flag
6796: all_vars_local as well
6797:
6798: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
6799: pa_vmethod_frame_local.h, Makefile.am: - who children for
6800: VMethodFrame were added: one (global) works as VMethodFrame
6801: before and second (local) write all vars in self vars scope
6802:
6803: * src/types/pa_method.h: - method has bool flag all_vars_local now
6804:
6805: 2008-05-29 misha
6806:
6807: * tests/: 129.html, results/129.processed: - more tests for
6808: ^table.hash[]
6809:
6810: * src/classes/hash.C: - ^hash::sql has a new option:
6811: $.type[hash|string|table] as ^table.hash[] one.
6812:
6813: * src/classes/op.C: - ^try has 3rd param now: finally code which
6814: executed anyway after try or catch section
6815:
6816: 2008-05-27 misha
6817:
6818: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
6819: must not fail if $.distinct(1) wasn't specified
6820:
6821: 2008-05-26 misha
6822:
6823: * src/classes/op.C: - allow ^throw[my type]
6824:
6825: 2008-05-22 misha
6826:
6827: * configure.in, configure: - version number updated to 3.2.4b
6828:
6829: * src/classes/: op.C, string.C: - trim format string before
6830: eval/format
6831:
6832: * tests/: results/175.processed, 175.html: - more tests for
6833: different format strings in .format[]
6834:
6835: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
6836: as well (not only %XX)
6837:
6838: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
6839: charset specified - checks for format before print number
6840: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
6841: (instead of tabs) removed
6842:
6843: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
6844: charset specified
6845:
6846: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
6847: char in requested charset from utf code was added
6848:
6849: 2008-05-19 misha
6850:
6851: * tests/: 174.html, results/174.processed: - test for
6852: ^hashfile.cleanup[] added
6853:
6854: * src/classes/hashfile.C: - optimization: don't create any key or
6855: value variable if it's name weren't specified
6856: (^hf.foreach[;v]{...})
6857:
6858: 2008-05-16 misha
6859:
6860: * src/classes/hash.C: - optimization: don't create any key variable
6861: if variable name wasn't specified (^h.foreach[;v]{...})
6862:
6863: 2008-05-15 misha
6864:
6865: * src/classes/op.C: - small changes
6866:
6867: * src/classes/hashfile.C: - code reformating (as hash.foreach)
6868:
6869: * src/classes/hash.C: - calculate var_context once before foreach
6870:
6871: 2008-05-14 misha
6872:
6873: * src/classes/hashfile.C: - incorrect vars context calculation for
6874: ^hashfile.foreach[;]{} fixed
6875:
6876: * src/classes/: hash.C, table.C: - little optimisation
6877:
6878: * src/classes/file.C: - bugfix: double absolute path while loading
6879: file
6880:
6881: * tests/: 174.html, results/174.processed: - tests for hashfile
6882: were added
6883:
6884: * buildall-with-xml: - moving to libxslt 1.1.24
6885:
6886: 2008-04-30 misha
6887:
6888: * src/classes/file.C: - stat file while loading (local only) so
6889: .adate, .mdate and .cdate available without additional ::stat
6890:
6891: 2008-04-28 misha
6892:
6893: * src/classes/file.C: - $.name and $.content-type available for
6894: stated file
6895:
6896: 2008-04-14 misha
6897:
6898: * src/targets/cgi/parser3.C: - new year in copyright %-)
6899:
6900: * src/include/pa_version.h: - new version number in head
6901:
6902: 2008-04-10 misha
6903:
6904: * tests/: 080.html, results/080.processed: - cut '0' from
6905: exponential part because of on diff OS it differ (20 or 020 for
6906: ex)
6907:
6908: * tests/: 119.html, results/119.processed: - check for encoding
6909: while creating xdoc
6910:
6911: 2008-04-09 misha
6912:
6913: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
6914:
6915: * src/main/pa_common.C: - comment added
6916:
6917: * src/classes/date.C: - little refactoring
6918:
6919: 2008-04-07 misha
6920:
6921: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
6922: style of ^table.save[]: prepare one big string and sabe it at
6923: once. it's safe on freebsd 4.x but use much more memory.
6924:
6925: * buildall-with-xml, buildall-without-xml: - option
6926: --disable-stringstream added (under comment. use it on freebsd
6927: 4.x)
6928:
6929: 2008-02-22 misha
6930:
6931: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
6932: specified together in file::load[;http] - get back transcoding
6933: $.body[] in file::load[;http]
6934:
6935: 2008-02-21 misha
6936:
6937: * src/classes/date.C: - ^date.gmt-string[] was added
6938:
6939: * src/types/pa_value.C: - method for output date in RFC 822 format
6940: moved to pa_common.h
6941:
6942: * src/include/pa_common.h: - method for output date in RFC 822
6943: format moved here from pa_value.C
6944:
6945: * src/types/pa_vmail.C: - fixed core in sending mail with
6946: attachment in simple mode ($.file[file here]) introduced in 3.2.2
6947:
6948: 2008-02-20 misha
6949:
6950: * src/main/pa_http.C: - transcode $.headers before escaping into
6951: specified charset while ^file::load[...;http://...] (L_URI
6952: instead of L_HTTP_HEADER) - $.cookies param available in
6953: ^file::load[;http://...] now (but we don't parse set-cookies from
6954: response yet) (cookies not transcoded as common $cookies)
6955:
6956: 2008-02-19 misha
6957:
6958: * src/main/pa_request.C: - rollback: we mustn't force taint
6959: $response:field values because in this case
6960: $response:locateion[http://...] don't works.
6961:
6962: 2008-02-15 misha
6963:
6964: * src/classes/op.C: - little refactoring
6965:
6966: * src/main/pa_http.C: - taint names of $.headers for load[;http
6967:
6968: * src/main/pa_request.C: - force taint values of $response:field
6969:
6970: 2008-02-14 misha
6971:
6972: * src/main/pa_request.C: - $response:field transcoded to
6973: $response:charset before escaping now
6974:
6975: * src/main/pa_http.C: - some outdated comments removed
6976:
6977: * src/classes/date.C: - lastdat -> last-day
6978:
6979: * src/classes/date.C: - ^date:lastday(year;month) and
6980: ^date.lastday[] were added - little code refactoring - comments
6981: changes
6982:
6983: * tests/: 159.html, results/159.processed: - test for number of
6984: days in February
6985:
6986: * src/types/pa_value.C: - fixes in code formatting
6987:
6988: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
6989: and comments
6990:
6991: 2008-02-13 misha
6992:
6993: * src/main/pa_common.C: - bugfix for february at leap year
6994:
6995: 2008-01-28 misha
6996:
6997: * tests/: 160.html, results/160.processed: - more test for cache
6998: added
6999:
7000: * src/classes/op.C: - bugfix: cache body executed twice if contains
7001: unhandled exception
7002:
7003: 2008-01-25 misha
7004:
7005: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
7006: bug when hashfile became inavailable after memory:compact)
7007:
7008: * src/lib/sdbm/apr_strings.C: - +arp_malloc
7009:
7010: 2008-01-22 misha
7011:
7012: * src/classes/table.C: - little refactiring and exception texts
7013: changes in method ^table.hash[]
7014:
7015: * src/types/pa_vcookie.C: - link to cookie specification changed
7016:
7017: 2008-01-21 misha
7018:
7019: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
7020: file::exec/cgi
7021:
7022: * src/classes/file.C: - bugfix: core while processing headers if
7023: executed cgi script don't return content
7024:
7025: 2008-01-18 misha
7026:
7027: * buildall-with-xml: - move to libxml2 version 2.6.31
7028:
7029: * src/include/pa_version.h, configure.in: - version number updated
7030: to '3.2.3b'
7031:
7032: 2007-12-28 misha
7033:
7034: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
7035: hash.contains
7036:
7037: 2007-12-27 misha
7038:
7039: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7040: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
7041: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
7042: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
7043: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7044: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
7045: src/targets/cgi/parser3.vcproj,
7046: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
7047: back to VS2003 because of Apache 1.3 module can't work if it was
7048: built in VS 2005. with cgi all file so VS2003 project files can
7049: be easy converted to the new format.
7050:
7051: 2007-12-04 misha
7052:
7053: * src/types/pa_vcode_frame.h: - changes in comment
7054:
7055: 2007-11-29 misha
7056:
7057: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
7058: intercept strings any longer
7059:
7060: * tests/: 173.html, results/173.processed: - tests for
7061: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
7062: but not in main code frame
7063:
7064: * tests/: 172.html, results/172.processed: - more tests for pass
7065: objects from code frames
7066:
7067: 2007-11-27 misha
7068:
7069: * tests/: 152.html, results/152.processed: - tests for converting
7070: strings 'true'/'false' to bool were added
7071:
7072: * tests/152.html: - added checks for converting strings
7073: 'true'/'false' to bool
7074:
7075: * src/classes/string.C: - ^srting.bool[] now can convert to bool
7076: not only strings with numbers but with values 'true'/'false' as
7077: well
7078:
7079: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
7080: for parser3.log increased
7081:
7082: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
7083:
7084: * src/include/pa_common.h: - remove_crlf return cstring size now
7085:
7086: * src/include/pa_types.h: - constant with buffer size for
7087: parser3.log added
7088:
7089: 2007-11-16 misha
7090:
7091: * tests/cat.sh: - script for tests for file::exec/cgi
7092:
7093: * tests/171.html: - tests for file::exec/cgi
7094:
7095: * tests/results/171.processed: - tests results for file::exec/cgi
7096:
7097: 2007-11-15 misha
7098:
7099: * src/main/pa_exec.C: - fixed incorrect exec code for unix
7100:
7101: * src/classes/file.C: - .body must be set before analyzing cgi
7102: headers
7103:
7104: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
7105: only if exec/cgi return anything.
7106:
7107: 2007-11-14 misha
7108:
7109: * operators.txt: - info about new text|binary option for
7110: file::exec/cgi was added
7111:
7112: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
7113: ^file:exec[[text|binary];script;...]
7114:
7115: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
7116: classes/string.C, classes/table.C: - more text strings moved to
7117: the one place
7118:
7119: 2007-11-09 misha
7120:
7121: * src/types/pa_vrequest.C: - $request:argv must be taint
7122:
7123: * ChangeLog: - $request:argv [patch from Sumo]
7124:
7125: * operators.txt: - $request:argv
7126:
7127: * src/: include/pa_request_info.h, types/pa_vrequest.C,
7128: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
7129:
7130: 2007-10-25 misha
7131:
7132: * buildall-with-xml, buildall-without-xml: - options preparations
7133: for ./configure rewrited
7134:
7135: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
7136: error occure in unhandled_exception finally fixed
7137:
7138: 2007-10-23 misha
7139:
7140: * tests/: 170.html, results/170.processed: - test for
7141: @method[][result]
7142:
7143: * operators.txt: - added info about node.prefix and
7144: node.namespaceURI
7145:
7146: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
7147:
7148: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
7149: added for node and attribute
7150:
7151: 2007-10-22 misha
7152:
7153: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
7154:
7155: * src/main/pa_request.C: - added const content-transfer-encoding
7156:
7157: * src/include/pa_request.h: - added const content-transfer-encoding
7158: - ups. constants must be in lowercase (for search)
7159:
7160: * src/types/pa_vmail.C: - more constants used -
7161: content-transfer-encoding: 8bit added
7162:
7163: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
7164:
7165: * src/include/pa_request.h: - more constants
7166:
7167: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
7168: ommit anymore if $.content-disposition was specified - little
7169: refactoring
7170:
7171: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
7172:
7173: 2007-10-17 misha
7174:
7175: * operators.txt: - info about
7176: table::create[nameless]{data}[>options<] was added
7177:
7178: * src/main/: compile.tab.C, compile.y: - if error occure while
7179: compile method don't put this method in methods table anymore.
7180: in other case the parser coredumped if @unhandled_exception
7181: method can't be compiled because of parser.compile error.
7182:
7183: * src/main/execute.C: - little code reformating
7184:
7185: * src/main/pa_request.C: - little code reformating - comment
7186: changed
7187:
7188: 2007-10-16 misha
7189:
7190: * tests/: 035.html, results/035.processed: - tests
7191: table::create[]{}[options] added
7192:
7193: * src/classes/table.C: - table::create[]{} now accept 3rd param:
7194: options (only $.seperator[] yet)
7195:
7196: 2007-10-10 misha
7197:
7198: * src/classes/table.C: - some contstants moved to pa_common.h -
7199: some code changes
7200:
7201: 2007-10-02 misha
7202:
7203: * src/main/pa_uue.C: - memory usage during uuencode reduced more
7204: then three time as much. but base64 encoding method still use
7205: less memory anyway.
7206:
7207: 2007-09-17 misha
7208:
7209: * operators.txt: - added info about $cookie:fields
7210:
7211: * src/types/pa_vcookie.C: - $cookie:fields available now
7212:
7213: * src/classes/hash.C: - some stuff for use with .for_each moved to
7214: common
7215:
7216: * src/include/pa_common.h: - some stuff for use with .for_each
7217: moved here
7218:
7219: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
7220:
7221: 2007-09-14 misha
7222:
7223: * buildall-with-xml: - new xml libs again =)
7224:
7225: 2007-08-28 misha
7226:
7227: * operators.txt: - texts about ^table.columns[[column name]] and
7228: ^string.split[...][v][column name] were added
7229:
7230: * tests/: 168.html, 169.html, results/168.processed,
7231: results/169.processed: - tests for ^table.columns[[column name]]
7232: and ^string.split[...][v][column name] were added
7233:
7234: * src/classes/table.C: - new option ^table.columns[[column name]]
7235: was added
7236:
7237: * src/classes/string.C: - new option ^string.split[...;v;[column
7238: name]]
7239:
7240: * src/include/pa_exception.h: - error text message for
7241: ^hash._keys[], ^table.columns[] and ^string.split[]
7242:
7243: 2007-08-27 misha
7244:
7245: * src/main/untaint.C: - try to fix coredump on unix if print to
7246: body ^taint[sql][something] outside of connect
7247:
7248: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
7249: outside of connect
7250:
7251: * buildall-with-xml, buildall-without-xml: - strip parser3 was
7252: added (commented by default)
7253:
7254: 2007-08-20 misha
7255:
7256: * operators.txt: - comment about new method ^node.hasAttributes[]
7257: was added
7258:
7259: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
7260: duplicated exception text strings were removed
7261:
7262: * src/include/pa_exception.h: - more exception text strings moved
7263: here
7264:
7265: * src/classes/table.C: - some duplicate exceptions' text strings
7266: removed
7267:
7268: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
7269: xdoc.C, xnode.C: - some duplicate exceptions' text strings
7270: removed
7271:
7272: * src/include/pa_exception.h: - some exception text strings movet
7273: to pa_exception
7274:
7275: * tests/: 149.html, results/149.processed: - test for
7276: ^xnode.hasAttributes[] was added - some code changes
7277:
7278: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
7279: added
7280:
7281: 2007-08-17 misha
7282:
7283: * tests/: results/006.processed, results/059.processed, 006.html,
7284: 059.html: - more tests for match
7285:
7286: * tests/: 129.html, results/129.processed: - tests for
7287: ^table.hash[...][$.type[string|hash|table]] added
7288:
7289: * src/targets/cgi/parser3.C: - little syntax changes
7290:
7291: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
7292: syntax changes
7293:
7294: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
7295: messages in parser3.log switched off by default. If someone
7296: really still need it: use $SIGPIPE(1)
7297:
7298: 2007-08-08 misha
7299:
7300: * buildall-with-xml, buildall-without-xml: - remove libs source
7301: files by default since now
7302:
7303: 2007-08-07 misha
7304:
7305: * buildall-without-xml: - some option syntax changes
7306:
7307: * buildall-with-xml: - compile libxml2 without http support - some
7308: option syntax changes
7309:
7310: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
7311:
7312: 2007-08-06 misha
7313:
7314: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
7315:
7316: * tests/: 160.html, results/160.processed: - cache test was
7317: rewrited
7318:
7319: 2007-07-06 misha
7320:
7321: * tests/: 153.html, results/153.processed: - added test for
7322: ^math:sha1[string]
7323:
7324: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
7325: transcoded
7326:
7327: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
7328: were added
7329:
7330: 2007-06-28 misha
7331:
7332: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
7333: some incorrect chars
7334:
7335: 2007-06-19 misha
7336:
7337: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
7338: were moved on top because of gcc 4 had a problems during
7339: building.
7340:
7341: 2007-06-18 misha
7342:
7343: * tests/results/019.processed: - new image commited
7344:
7345: 2007-06-09 misha
7346:
7347: * src/classes/: op.C, table.C: - in while and table.select method
7348: as_expression used now
7349:
7350: * src/types/pa_vmethod_frame.h: - method as_expression was added
7351:
7352: 2007-06-08 misha
7353:
7354: * tests/: 166.html, results/166.processed: - test for
7355: ^match[...][n]
7356:
7357: * tests/: 165.html, results/165.processed: - tests for loops
7358:
7359: * src/lib/cord/include/private/cord_pos.h: - back to origin value
7360: because of no speed/memory optimisation but some proglems with
7361: long cycles occure
7362:
7363: 2007-06-06 misha
7364:
7365: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
7366: ^table.select(true) and ^table.select(1) didn't works because of
7367: awaiting junction-param only. fixed.
7368:
7369: 2007-05-24 misha
7370:
7371: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
7372: with 0.5 secs interval
7373:
7374: * src/classes/op.C: - cache was rewrited. I hope it works with
7375: locking system now on unix
7376:
7377: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
7378: system locks which wait till other threads release it but try get
7379: lock, if fail wait 1 sec and make 10 attempts.
7380:
7381: * src/include/pa_os.h: - consts for blocking locks + some comments
7382: were added
7383:
7384: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
7385: opening files
7386:
7387: * src/classes/table.C: - changes in includes. if unclude <sstream>
7388: after our classes on unix it can't be build
7389:
7390: * src/types/pa_vhashfile.C: - not needed code removed
7391:
7392: 2007-05-23 misha
7393:
7394: * src/: classes/file.C, classes/op.C, main/pa_common.C,
7395: include/pa_common.h: - cosmetic changes
7396:
7397: 2007-05-18 misha
7398:
7399: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
7400: often. it's give some speed increasing
7401:
7402: * tests/results/160.processed: - returned time corrected
7403:
7404: * tests/160.html: - time increased because on unix 1 mean nothing
7405: :(
7406:
7407: * operators.txt: - added info about ^hash.contain[key]
7408:
7409: * src/classes/hash.C: - added ^hash.contain[key]
7410:
7411: * src/include/pa_hash.h: - added method for checking key exists in
7412: hash
7413:
7414: 2007-05-07 misha
7415:
7416: * src/include/pa_string.h: - was compilation error during build on
7417: freebsd4
7418:
7419: 2007-05-03 misha
7420:
7421: * src/classes/table.C: - option $.type[hash|string|table] was added
7422: for ^table.hash[]
7423:
7424: * src/classes/file.C: - comment removed
7425:
7426: 2007-04-26 misha
7427:
7428: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
7429: real files doesn't opened in place anymore
7430:
7431: 2007-04-24 misha
7432:
7433: * src/classes/math.C: - I thought one more time and remove lg(N) :)
7434:
7435: * src/include/pa_exception.h: "static" removed
7436:
7437: 2007-04-23 misha
7438:
7439: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
7440:
7441: * src/classes/math.C: added: - ^math:ln(N) (the same as
7442: ^math:log(N)) - ^math:lg(N)
7443:
7444: * tests/: 097.html, results/097.processed: - charsets converstion
7445: during ^file::load[text;http://...] added
7446:
7447: * tests/: 164.html, results/164.processed: - check for set expires
7448: as a date
7449:
7450: * tests/: 164.html, results/164.processed: - test for hashfile
7451:
7452: * src/classes/hashfile.C: - little comment changes
7453:
7454: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
7455: access
7456:
7457: * src/: classes/date.C, classes/double.C, classes/file.C,
7458: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
7459: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
7460: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7461: classes/xnode.h, include/pa_request.h, main/execute.C,
7462: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7463: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
7464: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
7465: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
7466: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
7467: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
7468: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7469: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
7470: "parser.runtime" strings were removed
7471:
7472: * src/classes/hashfile.C: - with .clear[] called files_delete()
7473: now.
7474:
7475: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
7476:
7477: * src/include/pa_exception.h: - string constant with
7478: "parser.runtime" text was added
7479:
7480: 2007-04-20 misha
7481:
7482: * operators.txt: - some comments changing
7483:
7484: * operators.txt: - added info about .^hashfile.release[],
7485: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
7486:
7487: * configure: =cheching for unsetenv
7488:
7489: * src/classes/hashfile.C: - ^hashfile.cleanup[],
7490: ^hashfile.release[] were added
7491:
7492: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
7493: ^string.match[][] understand new option now: return number of
7494: matches but not table wit results
7495:
7496: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
7497: reopen now
7498:
7499: * src/classes/op.C: - bug. must be false
7500:
7501: * configure.in: - checking for unsetenv was added
7502:
7503: * src/types/pa_vform.C: - some comments
7504:
7505: 2007-04-18 misha
7506:
7507: * buildall-with-xml: moving to libxml2-2.6.28
7508:
7509: * buildall-with-xml, buildall-without-xml: added commented lines
7510: with --disable-safe-mode option
7511:
7512: * operators.txt: - info about $form:files
7513:
7514: 2007-04-17 misha
7515:
7516: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
7517: $form:files was added
7518:
7519: * tests/: 163.html, results/163.processed: removing auto format
7520:
7521: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
7522:
7523: 2007-04-16 misha
7524:
7525: * tests/: 163.html, results/163.processed: - test for .int[],
7526: floor, round, ceiling and .format[]
7527:
7528: * src/classes/file.C: - little optimization for getting args in
7529: exec/cgi
7530:
7531: 2007-04-13 misha
7532:
7533: * src/classes/file.C: - arguments for file::exec/cgi can be
7534: specified now as s table with one column
7535:
7536: 2007-03-27 misha
7537:
7538: * tests/: 162.html, results/162.processed: - test for
7539: ^table.select(^condition[$t])
7540:
7541: * tests/results/auto.p: - load windows-1251 charset for some tests
7542:
7543: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
7544:
7545: * tests/: results/161.processed, 161.html, 161_utf8.txt,
7546: 161_windows1251.txt: - added test for
7547: ^file::load[text;/local/file.txt;$.charset[...]]
7548:
7549: * tests/: results/013.processed, 013.html: - added test for
7550: checking $._default value while hash modifications
7551:
7552: * tests/: 160.html, results/160.processed: - add test for
7553: ^cache[key](secs){code}, ^cache[] and ^cache(0)
7554:
7555: 2007-03-22 misha
7556:
7557: * src/include/pa_common.h: - "charset" string defined for
7558: ^file::load[text;/local.txt] and ^table::load[/table.txt]
7559:
7560: * src/main/: pa_common.C, pa_http.C: - $.charset option for
7561: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
7562: added - not needed transcodes were removed from
7563: ^file::load[...;http://...]
7564:
7565: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
7566: added
7567:
7568: * src/classes/date.C: - date.week was fixed
7569:
7570: * operators.txt: - added info about date.weekyear
7571:
7572: * tests/: 159.html, results/159.processed: - tests for date.week
7573: and date.weekyear added
7574:
7575: 2007-03-15 misha
7576:
7577: * src/classes/table.C: - enclose column numbers for nameless tables
7578: as well
7579:
7580: 2007-03-14 misha
7581:
7582: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
7583:
7584: * src/classes/table.C: - table.save optimization: now required much
7585: less memory
7586:
7587: 2007-03-13 misha
7588:
7589: * tests/results/: 158.processed, 158.processes: - tests for
7590: table.save/table.load
7591:
7592: * tests/: 158.html, results/158.processes: - tests for
7593: table.save/table.load
7594:
7595: * buildall-with-xml: libxml2: --without-ftp --without-docbook
7596:
7597: * buildall-with-xml: - pattern needed now for building
7598:
7599: * tests/results/097.processed: - added test results for xdoc::load
7600: & xdoc::load[http://...]
7601:
7602: * tests/097.html: - added test for xdoc::load
7603:
7604: 2007-03-12 misha
7605:
7606: * tests/: 107.html, results/107.processed: - added test for xpath
7607: '//man'
7608:
7609: 2007-03-01 misha
7610:
7611: * tests/: 097.html, results/097.processed: - added test for
7612: creating xdoc from file
7613:
7614: * tests/: results/157.processed, 157.html: - added test for
7615: file:move
7616:
7617: 2007-02-28 misha
7618:
7619: * src/classes/xdoc.C: - another attempt
7620:
7621: * src/classes/xdoc.C: - roll back last changes for a while
7622:
7623: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
7624:
7625: * src/classes/file.C: - under lock we create non-exist dir anyway
7626:
7627: * tests/results/099.processed: - ever send content-disposition to
7628: client with file
7629:
7630: * tests/157.html: + test for file:copy
7631:
7632: 2007-02-26 misha
7633:
7634: * src/classes/file.C: - some similar strings moved to #define
7635: instead of to be copy/pasted many times
7636:
7637: * src/types/pa_vfile.h: - class name string ("file") moved to
7638: #define
7639:
7640: 2007-02-20 misha
7641:
7642: * bin/auto.p.dist.in: - added lines for sqlite
7643:
7644: * configure.in: - added some strings for sqlite detection
7645:
7646: 2007-02-19 misha
7647:
7648: * operators.txt: - some comments changes
7649:
7650: * buildall-with-xml, buildall-without-xml: - some modifications
7651:
7652: 2007-02-17 misha
7653:
7654: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
7655:
7656: * src/main/pa_request.C: - damn, i forgot to commit it while I
7657: change console behaviour
7658:
7659: 2007-02-12 misha
7660:
7661: * src/targets/cgi/parser3.C: - don't print headers if
7662: $console:line[data] was used during cgi execution.
7663:
7664: * src/types/pa_vconsole.h: - console class have bool flag now which
7665: marked as 'true' if class was used.
7666:
7667: * tests/: 152.html, results/152.processed: - more types was added
7668: to test 152
7669:
7670: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
7671: adding 'bool' (^if($image){} caused exception)
7672:
7673: 2007-02-09 misha
7674:
7675: * tests/: 152.html, results/152.processed: - test alightly updated
7676:
7677: * tests/: 152.html, results/152.processed: - test rewrited
7678:
7679: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
7680: bugfix. I broke xdoc & xnode in expression
7681:
7682: 2007-02-08 misha
7683:
7684: * tests/: 152.html, results/152.processed: - add test for checking
7685: 'def' for void, string, bool, int & double
7686:
7687: 2007-02-07 misha
7688:
7689: * operators.txt: - ^file:base64[filespec] was added
7690:
7691: * tests/results/153.processed: - result test for
7692: ^file:base64[filespec] was updated
7693:
7694: * tests/153.html: - test for ^file:base64[filespec] was added
7695:
7696: * src/types/pa_vconsole.h: - little optimization
7697:
7698: * src/classes/file.C: - ^file:base64[filespec]
7699:
7700: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
7701:
7702: * src/include/pa_common.h: - declarations for
7703: ^file:base64[filespec]
7704:
7705: * src/types/pa_vcookie.C: - little optimization
7706:
7707: 2007-02-06 misha
7708:
7709: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
7710: were temporary commented
7711:
7712: * src/types/pa_vbool.h: - bugfix
7713:
7714: * tests/156.html: - added test for bool cookie
7715:
7716: * src/types/pa_vcookie.h: - not needed string "cookie" removed
7717:
7718: * tests/: 155.html, results/155.processed: - added test for check
7719: $.encloser[] option for table save/load
7720:
7721: * tests/: 153.html, 154.html, todo.txt: - two more tests added
7722:
7723: 2007-02-05 misha
7724:
7725: * tests/results/152.processed: - newline at the end was missed
7726:
7727: * tests/results/141.processed: - math:md5 must be lowercased
7728:
7729: * src/targets/cgi/parser3.C: - 2007 in help ;)
7730:
7731: 2007-02-03 misha
7732:
7733: * tests/results/: 150.processed, 151.processed, 152.processed: -
7734: test for bool added and some content length fixes
7735:
7736: * tests/152.html: - test for bool added
7737:
7738: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
7739:
7740: * operators.txt: - info bool class was added
7741:
1.101 moko 7742: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 7743: classes/classes.vcproj, classes/double.C, classes/int.C,
7744: classes/string.C, classes/void.C, classes/xnode.C,
7745: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
7746: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
7747: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
7748: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7749: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
7750: types/types.vcproj: - bool class was added
7751:
7752: * src/main/pa_request.C: - fix
7753:
7754: 2007-01-18 misha
7755:
7756: * src/: main/pa_string.C, classes/string.C: - return table during
7757: ^string.match[][] even if no matched found.
7758:
7759: 2006-12-20 misha
7760:
7761: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
7762: http://www.parser.ru/forum/?id=55598 ]
7763:
7764: 2006-12-19 misha
7765:
7766: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
7767: details: http://www.parser.ru/forum/?id=52359
7768:
7769: * src/main/pa_request.C: - always set content-disposition for
7770: $response:body[hash here]. more details:
7771: http://www.parser.ru/forum/?id=52130
7772:
7773: 2006-12-07 misha
7774:
7775: * operators.txt: - added info about bool params in cookie set
7776:
7777: * src/types/pa_vcookie.C: - bool param in cookies available now
7778: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
7779: ]
7780:
7781: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
7782: was added
7783:
7784: 2006-12-02 misha
7785:
7786: * src/classes/file.C: - file_block_read used instead of native read
7787:
7788: * src/main/pa_common.C: - added file_block_read with read error
7789: detection - file_block_read used instead of native read
7790:
7791: * src/include/pa_common.h: - added file_block_read declaration
7792:
7793: 2006-12-01 misha
7794:
7795: * operators.txt: - info about $var.CLASS_NAME was added
7796:
7797: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7798: $var.CLASS_NAME added
7799:
7800: * operators.txt: - added info about ^file:copy[]
7801:
7802: * src/classes/file.C: - ^file:copy[from;fo] was added
7803:
7804: 2006-11-20 misha
7805:
7806: * src/classes/date.C: - bug fix :)
7807:
7808: 2006-11-17 misha
7809:
7810: * src/include/pa_common.h: - array in crc32 calculation was changed
7811: to static
7812:
7813: * src/main/pa_common.C: - little optimization in getMonthDays -
7814: small changes in crc32 calculation
7815:
7816: * src/classes/date.C: - not needed code was removed
7817:
7818: 2006-11-16 misha
7819:
7820: * src/types/pa_vmail.C: - fix missed brakes
7821:
7822: * src/types/pa_vmail.C: - mail:send now set content-type:
7823: multipart/related instead of multipart/mixed if file have
7824: $.content-id[]
7825:
7826: 2006-11-15 misha
7827:
7828: * src/types/pa_vdouble.h: abs -> fabs
7829:
7830: 2006-11-14 misha
7831:
7832: * operators.txt: - added info about ^file.md5[] and
7833: ^file:md5[file-name]
7834:
7835: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
7836: added
7837:
7838: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
7839: FILE_BUFFER_SIZE
7840:
7841: * src/classes/math.C: - hex_string was moved to pa_common.h
7842:
7843: * src/include/pa_common.h: - hex_string was moved from math.C -
7844: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
7845:
7846: * src/types/pa_vdouble.h: - incorrect frac detection with negative
7847: values was fixed
7848:
7849: 2006-11-13 misha
7850:
7851: * operators.txt: - added info about ^math:crc32[string],
7852: ^file:crc32[file-name] & ^file.crc32[]
7853:
7854: * src/classes/math.C: - added ^math:crc32[string]
7855:
7856: * src/classes/file.C: - some comments were changed - added
7857: ^file:crc32[file-name] and ^file.crc32[]
7858:
7859: * src/: include/pa_common.h, main/pa_common.C: - some functions for
7860: crc32 calculation added
7861:
7862: 2006-11-03 misha
7863:
7864: * src/include/pa_array.h: - not needed variable removed
7865:
7866: * tests/: 150.html, 151.html, results/150.processed,
7867: results/151.processed: - 2 tests were added
7868:
7869: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
7870: with $.reverse(1) were fixed
7871:
7872: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
7873: query converted to $.charset during ^file::load[http://...]
7874:
7875: 2006-11-02 misha
7876:
7877: * src/include/pa_table.h: ups. forget '=' char
7878:
7879: * src/include/pa_table.h: - one more fix in
7880: .locate[...][$.reverse(1)]
7881:
7882: 2006-11-01 misha
7883:
7884: * src/classes/math.C: - bug fix, details:
7885: http://www.parser.ru/forum/?id=53360
7886:
7887: * src/include/pa_table.h: - bug fix during ^table.locate( condition
7888: false for all records )[$.reverse(1)]
7889:
7890: * src/main/pa_http.C: - second param for this mid method is length
7891: but not end_index so this method has error and can't detect
7892: charsets in next content-types: Content-type: text/html;
7893: charset="windows-1251" Content-type: text/html;
7894: charset="windows-1251"; Content-type: text/html;
7895: charset=windows-1251;
7896:
7897: only Content-type: text/html; charset=windows-1251 was fine
7898:
7899: 2006-10-31 misha
7900:
7901: * src/classes/file.C: - empty args in file::exec removed now
7902:
7903: 2006-09-11 misha
7904:
7905: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
7906: replaced to table::create - some changes in text/code formatting
7907:
7908: 2006-09-03 paf
7909:
7910: * src/classes/file.C: proper tainting of
7911: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
7912:
7913: 2006-06-09 paf
7914:
7915: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
7916:
7917: * src/classes/table.C: formatting
7918:
7919: * src/classes/table.C: incorporated patch from misha: Sent:
7920: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
7921: ignoring string options for ^table.save[]
7922:
7923: * src/classes/hash.C: incorporated patch from misha Sent:
7924: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
7925: $hash._default disappear while
7926:
7927: * operators.txt: ^mail:send[ $.file1[ $.value[file]
7928: $.format[!uue|!base64] << new base64 option. default uue ] ]
7929:
7930: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
7931: PM Subject: patch for base64 in ^mail:send[] %-)
7932:
7933: 2006-04-09 paf
7934:
7935: * src/main/compile.tab.C: ` change compiled
7936:
7937: * gnu.vcproj, operators.txt, parser3.sln,
7938: src/classes/classes.vcproj, src/classes/file.C,
7939: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
7940: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7941: src/classes/xnode.C, src/include/pa_array.h,
7942: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7943: src/include/pa_memory.h, src/include/pa_request.h,
7944: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7945: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7946: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7947: src/lib/pcre/pcre_dftables.vcproj,
7948: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7949: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7950: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7951: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7952: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7953: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7954: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7955: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7956: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7957: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7958: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7959: src/types/pa_value.h, src/types/pa_vcookie.C,
7960: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
7961: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7962: src/types/pa_vstatus.C, src/types/types.vcproj,
7963: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
7964: ^menu, ^hash/hashfile.foreach
7965:
7966: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7967: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
7968: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7969: src/classes/xnode.C, src/include/pa_array.h,
7970: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7971: src/include/pa_memory.h, src/include/pa_request.h,
7972: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7973: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7974: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7975: src/lib/pcre/pcre_dftables.vcproj,
7976: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7977: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7978: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7979: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7980: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7981: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7982: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7983: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7984: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7985: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7986: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7987: src/types/pa_value.h, src/types/pa_vcookie.C,
7988: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7989: src/types/pa_vstatus.C, src/types/types.vcproj,
7990: tests/descript.ion: ! switched to VS2005 (projects and
7991: object<info explicitly typed>.for_each(, info)) +
7992: $response:field[] setting void means removing + grammar $name`
7993: name stops now, for mysql `$field` + started ^break[]
7994: ^continue[], in ^for. TODO: to other iterators (while, menu,
7995: foreach) + all log messages += [uri=, method=, cl=]
7996:
7997: * buildall-with-xml: merged . ftp paths update
7998:
7999: * buildall-with-xml: . ftp paths update
8000:
8001: 2006-03-04 paf
8002:
8003: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
8004: checks++ [thanks to Igor Zinkovsky for detailed report]
8005:
8006: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
8007: Igor Zinkovsky for detailed report]
8008:
8009: 2006-03-01 paf
8010:
8011: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8012: \n to ' ' in
8013:
8014: 2006-02-18 paf
8015:
8016: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8017: \n to ' ' in
8018:
8019: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
8020:
8021: 2006-02-03 paf
8022:
8023: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
8024: base64
8025:
8026: * src/main/pa_common.C: ! bugfix: decoding from base64
8027:
8028: 2006-01-20 paf
8029:
8030: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8031: economy fix
8032:
8033: * src/classes/: table.C: merged from HEAD ! bugfix
8034: ^table.save[$.encloser-s now handled properly
8035:
8036: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
8037: handled properly
8038:
8039: 2006-01-19 paf
8040:
8041: * buildall-with-xml, buildall-without-xml: merged from HEAD !
8042: libgc:USE_MUNMAP activates merging of free memory blocks which
8043: helps a lot in our case: after transform we want
8044: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
8045:
8046: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8047: economy fix
8048:
8049: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
8050: activates merging of free memory blocks which helps a lot in our
8051: case: after transform we want CORD(main.result)->cstr[big
8052: malloc]->transcode[big malloc]
8053:
8054: 2006-01-17 paf
8055:
8056: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
8057: before reading them. got rid of reallocs = became quicker and
8058: less fragmentated
8059:
8060: 2005-12-29 paf
8061:
1.101 moko 8062: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
8063: configure, configure.in, src/include/pa_version.h,
8064: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 8065: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
8066: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
8067: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
8068: src/lib/ltdl/missing: . merged from 3.2.1
8069:
1.101 moko 8070: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
8071: packaged when 'make dist', so do configure companion files in
8072: src/lib/ltdl
8073:
8074: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
8075: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
8076: missing: . now config_auto.h is created with configure [were
8077: constant]
1.95 moko 8078:
8079: * INSTALL: . references to documentation and some clarification
8080:
8081: * buildall-with-xml, buildall-without-xml: . farawell doc
8082: indication
8083:
1.101 moko 8084: * Makefile.am: . dist+=buildall*
1.95 moko 8085:
8086: 2005-12-28 paf
8087:
8088: * configure: . 3.2.1
8089:
8090: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
8091: simplify build process, see INSTALL
8092:
8093: 2005-12-26 paf
8094:
8095: * configure: ver
8096:
8097: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
8098: version
8099:
8100: 2005-12-21 paf
8101:
8102: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
8103: compiled with bison 1.875b, it reports unexpected token names
8104:
8105: 2005-12-19 paf
8106:
8107: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
8108: holds a link to xmlNode to prevent premature gc(xmlNode)
8109:
8110: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
8111: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
8112: src/main/main.vcproj, src/main/pa_globals.C,
8113: src/targets/cgi/parser3.vcproj,
8114: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
8115: configure, configure.in, src/include/pa_version.h: . killing
8116: gdome [what a relief]
8117:
8118: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
8119: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
8120: run_parser.sh, results/001.processed, results/002.processed,
8121: results/003.processed, results/004.processed,
8122: results/005.processed, results/006.processed,
8123: results/008.processed, results/009.processed,
8124: results/010.processed, results/011.processed,
8125: results/012.processed, results/013.processed,
8126: results/014.processed, results/015.processed,
8127: results/016.processed, results/017.processed,
8128: results/018.processed, results/020.processed,
8129: results/021.processed, results/022.processed,
8130: results/023.processed, results/024.processed,
8131: results/025.processed, results/026.processed,
8132: results/027.processed, results/028.processed,
8133: results/029.processed, results/030.processed,
8134: results/031.processed, results/032.processed,
8135: results/033.processed, results/034.processed,
8136: results/035.processed, results/036.processed,
8137: results/037.processed, results/038.processed,
8138: results/039.processed, results/040.processed,
8139: results/041.processed, results/042.processed,
8140: results/043.processed, results/044.processed,
8141: results/045.processed, results/046.processed,
8142: results/047.processed, results/048.processed,
8143: results/049.processed, results/050.processed,
8144: results/051.processed, results/052.processed,
8145: results/053.processed, results/054.processed,
8146: results/055.processed, results/056.processed,
8147: results/057.processed, results/058.processed,
8148: results/059.processed, results/060.processed,
8149: results/061.processed, results/062.processed,
8150: results/063.processed, results/064.processed,
8151: results/065.processed, results/066.processed,
8152: results/067.processed, results/068.processed,
8153: results/069.processed, results/070.processed,
8154: results/071.processed, results/072.processed,
8155: results/073.processed, results/074.processed,
8156: results/075.processed, results/076.processed,
8157: results/077.processed, results/078.processed,
8158: results/079.processed, results/080.processed,
8159: results/081.processed, results/082.processed,
8160: results/083.processed, results/084.processed,
8161: results/085.processed, results/086.processed,
8162: results/087.processed, results/088.processed,
8163: results/089.processed, results/090.processed,
8164: results/091.processed, results/092.processed,
8165: results/093.processed, results/094.processed,
8166: results/095.processed, results/096.processed,
8167: results/097.processed, results/099.processed,
8168: results/100.processed, results/101.processed,
8169: results/102.processed, results/104.processed,
8170: results/105.processed, results/106.processed,
8171: results/107.processed, results/108.processed,
8172: results/109.processed, results/110.processed,
8173: results/111.processed, results/112.processed,
8174: results/113.processed, results/114.processed,
8175: results/115.processed, results/117.processed,
8176: results/119.processed, results/120.processed,
8177: results/121.processed, results/122.processed,
8178: results/123.processed, results/124.processed,
8179: results/125.processed, results/126.processed,
8180: results/127.processed, results/128.processed,
8181: results/129.processed, results/130.processed,
8182: results/131.processed, results/132.processed,
8183: results/133.processed, results/134.processed,
8184: results/135.processed, results/136.processed,
8185: results/138.processed, results/139.processed,
8186: results/140.processed, results/141.processed,
8187: results/142.processed, results/143.processed,
8188: results/144.processed, results/145.processed,
8189: results/146.processed, results/147.processed,
8190: results/148.processed, results/149.processed, results/auto.p: .
8191: now works if we turn off default auto.p
8192:
1.101 moko 8193: * configure: . makes
1.95 moko 8194:
8195: * src/types/pa_vxnode.C: . less warnings
8196:
8197: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
8198: tests/145.html, tests/149.html, tests/descript.ion,
8199: tests/outputs/d.cmd, tests/results/142.processed,
8200: tests/results/143.processed, tests/results/144.processed,
8201: tests/results/145.processed, tests/results/146.processed,
8202: tests/results/147.processed, tests/results/148.processed,
8203: tests/results/149.processed: . removed .nodeValue from all node
8204: types other than 5 (grabbed piece from gdome)
8205:
8206: * tests/: 137.html, results/137.processed: . not handled this case
8207: yet. code does not hang from inserting parent into child,
8208: considering thing minor issue -- nodes are removed from source
8209: anyway, don't know why shold that be an error after all
8210:
8211: * src/targets/cgi/parser3.C: . style
8212:
8213: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
8214: xdoc too [were barking "not element"]
8215:
8216: 2005-12-16 paf
8217:
8218: * tests/: 146.html, 147.html, 148.html: . more tests
8219:
8220: * src/classes/xnode.C: . also bark on possible errors
8221:
8222: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
8223: props
8224:
8225: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
8226: main/compile.y: merged from HEAD ! fixed overoptimized
8227: ^call(false) case. (confused it with ^call[] case)
8228:
8229: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
8230: ^call(false) case. (confused it with ^call[] case)
8231:
8232: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
8233:
8234: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
8235: results/001.processed, results/002.processed,
8236: results/003.processed, results/004.processed,
8237: results/005.processed, results/006.processed,
8238: results/008.processed, results/009.processed,
8239: results/010.processed, results/011.processed,
8240: results/012.processed, results/013.processed,
8241: results/014.processed, results/015.processed,
8242: results/016.processed, results/017.processed,
8243: results/018.processed, results/019.processed,
8244: results/020.processed, results/021.processed,
8245: results/022.processed, results/023.processed,
8246: results/024.processed, results/025.processed,
8247: results/026.processed, results/027.processed,
8248: results/028.processed, results/029.processed,
8249: results/030.processed, results/031.processed,
8250: results/032.processed, results/033.processed,
8251: results/034.processed, results/035.processed,
8252: results/036.processed, results/037.processed,
8253: results/038.processed, results/039.processed,
8254: results/040.processed, results/041.processed,
8255: results/042.processed, results/043.processed,
8256: results/044.processed, results/045.processed,
8257: results/046.processed, results/047.processed,
8258: results/048.processed, results/049.processed,
8259: results/050.processed, results/051.processed,
8260: results/052.processed, results/053.processed,
8261: results/054.processed, results/055.processed,
8262: results/056.processed, results/057.processed,
8263: results/058.processed, results/059.processed,
8264: results/060.processed, results/061.processed,
8265: results/062.processed, results/063.processed,
8266: results/064.processed, results/065.processed,
8267: results/066.processed, results/067.processed,
8268: results/068.processed, results/069.processed,
8269: results/070.processed, results/071.processed,
8270: results/072.processed, results/073.processed,
8271: results/074.processed, results/075.processed,
8272: results/076.processed, results/077.processed,
8273: results/078.processed, results/079.processed,
8274: results/080.processed, results/081.processed,
8275: results/082.processed, results/083.processed,
8276: results/084.processed, results/085.processed,
8277: results/086.processed, results/087.processed,
8278: results/088.processed, results/089.processed,
8279: results/090.processed, results/091.processed,
8280: results/092.processed, results/093.processed,
8281: results/094.processed, results/095.processed,
8282: results/096.processed, results/097.processed,
8283: results/099.processed, results/101.processed,
8284: results/102.processed, results/104.processed,
8285: results/105.processed, results/106.processed,
8286: results/107.processed, results/108.processed,
8287: results/109.processed, results/110.processed,
8288: results/111.processed, results/112.processed,
8289: results/113.processed, results/114.processed,
8290: results/115.processed, results/116.processed,
8291: results/117.processed, results/118.processed,
8292: results/119.processed, results/120.processed,
8293: results/121.processed, results/122.processed,
8294: results/123.processed, results/124.processed,
8295: results/125.processed, results/126.processed,
8296: results/127.processed, results/128.processed,
8297: results/129.processed, results/130.processed,
8298: results/131.processed, results/132.processed,
8299: results/133.processed, results/134.processed,
8300: results/135.processed, results/136.processed,
8301: results/137.processed, results/138.processed,
8302: results/139.processed, results/140.processed,
8303: results/141.processed: . refreshed old tests, made them work
8304: without auto.p (in utf8) . things noted: . gif got encoded
8305: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
8306: some strange year)
8307:
8308: * INSTALL: . revived linux libgc fix
8309:
8310: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
8311: glib/gdome in INSTALL and patches]
8312:
8313: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8314: include/pa_charset.h, include/pa_config_includes.h,
8315: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
8316: include/pa_xml_exception.h, lib/cord/Makefile.am,
8317: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8318: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
8319: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
8320: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
8321: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
8322: types/pa_vxnode.h: . started killing gdome
8323:
8324: 2005-12-13 paf
8325:
8326: * src/main/: pa_request.C: merged from HEAD ! when code in
8327: @unhandled_exception thrown another exception, print correct
8328: origin (earlier code in catch of exception inside of
8329: @unhandled_exception grabbed parent_frame(original_exception)
8330: origin and printed it, instead of true origin)
8331:
8332: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
8333: another exception, print correct origin (earlier code in catch of
8334: exception inside of @unhandled_exception grabbed
8335: parent_frame(original_exception) origin and printed it, instead
8336: of true origin)
8337:
8338: 2005-12-09 paf
8339:
8340: * INSTALL: . updated INSTALL doc to work around linux stack base
8341: detection problem, due to change in gc6.4 code
8342:
8343: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
8344: ignored in ^string.matched :(
8345:
8346: * src/main/pa_string.C: ! regex tainting were ignored in
8347: ^string.matched :(
8348:
8349: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
8350: src/include/pa_config_fixed.h, src/include/pa_version.h,
8351: src/main/compile.y, src/main/compile_tools.h,
8352: src/main/pa_charset.C, src/main/pa_common.C,
8353: src/main/pa_globals.C, src/main/pa_string.C,
8354: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
8355: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
8356:
8357: 2005-12-08 paf
8358:
8359: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
8360: 500 chars now handled OK [were wrapped on 500th char according to
8361: rfc, but sendmail failed to unwrap it properly]
8362:
8363: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
8364: handled OK [were wrapped on 500th char according to rfc, but
8365: sendmail failed to unwrap it properly]
8366:
8367: * src/targets/isapi/parser3isapi.C: . less warnings
8368:
8369: * src/targets/isapi/parser3isapi.C: . undone some strange change
8370: since 3.1.5
8371:
8372: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
8373: link fixes
8374:
8375: * src/: classes/date.C, include/pa_config_fixed.h,
8376: main/compile.tab.C, main/compile.y, main/compile_tools.h,
8377: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
8378: main/pa_string.C, targets/cgi/getopt.c: . less warnings
8379:
8380: * src/include/pa_config_fixed.h: . removed outdated string origins
8381: [in current storage scheme there's no place for them. someday we
8382: can add third CORD to store origins and special version of parser
8383: which stores origins there [separate binary]]
8384:
8385: 2005-12-07 paf
8386:
8387: * src/targets/isapi/parser3isapi.C: . now links in release mode
8388:
8389: * src/include/pa_version.h: makefiles
8390:
8391: * src/include/pa_version.h: . not beta
8392:
8393: * configure, configure.in, src/include/pa_version.h: not beta
8394:
8395: 2005-12-06 paf
8396:
8397: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
8398: [some details here http://i2/tasks/edit/?id=4869912143891354460]
8399: decided to undo the change ^call[$void] passes void. now it will
8400: pass empty string again.
8401:
8402: * src/main/: compile.tab.C, compile.y: . version readded
8403:
8404: * src/classes/op.C: . in this version there is no ^switch[$nothing]
8405: = ^switch[void] problem
8406:
8407: 2005-12-01 paf
8408:
8409: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
8410: caused ^case[string] to be coerced to double since searching
8411: value were not string (it was vvoid)
8412:
8413: * src/classes/op.C: . bugfix ^switch[$void_value] caused
8414: ^case[string] to be coerced to double since searching value were
8415: not string (it was vvoid)
8416:
8417: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
8418: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
8419:
8420: 2005-11-30 paf
8421:
8422: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
8423: win32 must putenv("TZ="), on unix works only putenv("TZ")
8424:
8425: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
8426: putenv("TZ="), on unix works only putenv("TZ")
8427:
8428: * INSTALL: . xml libs versions updated
8429:
8430: * src/main/pa_globals.C: //20051130 trying to remove this, author
8431: claims that fixed a lot there // 20040920 for now both
8432: workarounds needed. wait for new libxml/xsl versions
8433:
8434: 2005-11-28 paf
8435:
8436: * src/classes/table.C: merged from HEAD: ! nameless table has
8437: columns==0
8438:
8439: * src/classes/table.C: ! nameless table has columns==0
8440:
8441: * src/main/pa_http.C: merged from HEAD: ! status line check made
8442: earlier [was totally wrong]
8443:
8444: * src/main/pa_http.C: ! status line check made earlier [was totally
8445: wrong]
8446:
8447: 2005-11-25 paf
8448:
8449: * src/include/pa_array.h: -this reduces speed(table::load) strange.
8450: undoing for now...
8451:
8452: * src/include/pa_version.h: -this reduces speed(table::load),
8453: strange. undoing
8454:
8455: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
8456:
8457: * src/classes/op.C: + ^while(){}[SEPARATOR]
8458:
8459: * src/include/pa_array.h: + optimistics added: all arrays (table
8460: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
8461: this speeds things up and saves memory a LOT! (not noticed
8462: negative effect on syntetic tests, future will tell...)
8463:
8464: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
8465: changed gc_malloc implementation, which obscured profiling
8466:
8467: * src/classes/table.C: merged from HEAD: + optimized
8468: table::load/sql, now row ArrayString-s allocated with
8469: columns.count() elements and don't always grow from
8470: count=3[realloc,realloc]
8471:
8472: * src/classes/table.C: + optimized table::load/sql, now row
8473: ArrayString-s allocated with columns.count() elements and don't
8474: always grow from count=3[realloc,realloc]
8475:
8476: * src/classes/table.C: merged from HEAD: . ^table.save unused
8477: buffer after save
8478:
8479: * src/classes/table.C: . ^table.save unused buffer after save
8480:
8481: 2005-11-24 paf
8482:
8483: * configure.in: . merged glib2-config patch
8484:
8485: * configure.in: + trying to find glib2-config
8486:
8487: * src/: classes/file.C, include/pa_common.h, main/execute.C,
8488: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
8489: file/dir_readable to simple file/dir_exist, this would help in
8490: situations "class not found because .p file has bad rights" << in
8491: that case error would be explicit "access denied to 'this' file"
8492:
1.101 moko 8493: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 8494:
8495: * src/: classes/file.C, include/pa_common.h, main/execute.C,
8496: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
8497: to simple file/dir_exist, this would help in situations "class
8498: not found because .p file has bad rights" << in that case error
8499: would be explicit "access denied to 'this' file"
8500:
8501: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
8502: include/pa_http.h, main/Makefile.am, main/main.vcproj,
8503: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
8504: ^file::exec/cgi[script;$.charset[changed]
8505: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
8506: encoded in $.charset charset
8507:
8508: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
8509: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
8510: encoded in $.charset charset
8511:
8512: * src/: include/Makefile.am, include/pa_common.h,
8513: include/pa_http.h, main/Makefile.am, main/main.vcproj,
8514: main/pa_common.C, main/pa_http.C: . extracted http:// into
8515: separate file [preparation for
8516: ^file::cgi[script;$.form[$.field1[]
8517:
8518: 2005-11-22 paf
8519:
8520: * src/: include/pa_version.h, main/compile.tab.C: makefiles
8521:
8522: * acinclude.m4, configure.in: . merged underquting fixes
8523:
1.101 moko 8524: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 8525:
8526: * src/classes/op.C: . overmerged a little
8527:
8528: * src/main/compile.tab.C: Makefile
8529:
8530: * src/main/: pa_common.C: . less gcc warnings
8531:
8532: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
8533: now reports original exception if we have no old cache
8534:
8535: * src/classes/op.C: + $exception.handled[cache] now reports
8536: original exception if we have no old cache
8537:
8538: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
8539: from HEAD: + ^taint/untaint[regex] << escapes these:
8540: \^$.[]|()?*+{}
8541:
8542: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
8543: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
8544:
8545: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
8546: getenv-ed variable, which does not work both on win32&unix.
8547: copied old TZ value now
8548:
8549: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
8550: stored pointer to getenv-ed variable, which does not work both on
8551: win32&unix. copied old TZ value now
8552:
8553: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
8554: getenv-ed variable, which does not work both on win32&unix.
8555: copied old TZ value now
8556:
8557: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
8558: access to internal hash
8559:
8560: * src/types/pa_vresponse.C: + $response:headers access to internal
8561: hash
8562:
8563: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
8564: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
8565: isapi] this reduces number of "GC Warning: Repeated allocation of
8566: very large block" messages to only important onces
8567:
8568: * src/targets/isapi/parser3isapi.C: +
8569: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
8570: isapi] this reduces number of "GC Warning: Repeated allocation of
8571: very large block" messages to only important onces
8572:
8573: * src/classes/string.C: merged from HEAD: + removed limitation on
8574: ^string/int/double:sql{}[$.default[({param style})] ]
8575:
8576: * src/classes/string.C: + removed limitation on
8577: ^string/int/double:sql{}[$.default[({param style})] ]
8578:
8579: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
8580: with ?params or $.form option" limitation
8581:
8582: * src/main/pa_common.C: + removed "use either uri with ?params or
8583: $.form option" limitation
8584:
8585: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8586: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
8587: ^file::base64[encoded] decode
8588:
8589: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8590: main/pa_common.C: + ^file.base64[] encode +
8591: ^file::base64[encoded] decode
8592:
8593: * src/classes/: file.C, string.C: + ^string.base64[] encode +
8594: ^string:base64[encoded] decode
8595:
8596: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
8597: ^string:base64[in] encode + ^string.base64[] decode
8598:
8599: 2005-11-21 paf
8600:
8601: * src/classes/file.C: + merged from HEAD:
8602: ^file::create[text;file.xml;^untaint[xml]{data}]
8603:
8604: * src/classes/file.C: +
8605: ^file::create[text;file.xml;^untaint[xml]{data}]
8606:
8607: * src/main/pa_request.C: ! merged: $response:body[file] now
8608: differes from :download, it does not return content-disposition
8609: at all now [previusely it returned valueless content-disposition]
8610:
8611: * src/main/pa_request.C: ! $response:body[file] now differes from
8612: :download, it does not return content-disposition at all now
8613: [previusely it returned valueless content-disposition]
8614:
8615: * src/main/: compile.tab.C, compile.y: ! overoptimized void
8616: literals, reverted to just vvod, recreating empty array with each
8617: void_value token. that's absolutely needed, since that array
8618: grows
8619:
8620: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
8621: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
8622: types/pa_vmethod_frame.h: + merged: expression literals:
8623: true/false. ^format[$.indent(true)]
8624:
8625: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
8626: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
8627: types/pa_vmethod_frame.h: + expression literals: true/false.
8628: ^format[$.indent(true)]
8629:
8630: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
8631: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
8632: i386-pc-win32)"
8633:
8634: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
8635: $env:PARSER_VERSION reports "3.1.5beta (compiled on
8636: i386-pc-win32)"
8637:
8638: 2005-11-18 paf
8639:
8640: * src/classes/: double.C, int.C: ! ^int/double:sql{select
8641: null}[$.default(123)] will now return default value
8642:
8643: * src/classes/op.C: + merged ^cache[] << returns current cache
8644: expiration time
8645:
8646: * src/classes/op.C: + ^cache[] << returns current cache expiration
8647: time
8648:
8649: * src/classes/table.C: ! merged ^table::create[not'nameless';
8650: failed << Exception.problem_source pointed to local var!
8651:
8652: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
8653: Exception.problem_source pointed to local var!
8654:
8655: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
8656: now loads VFile.ptr!=0, so such files can be saved now
8657:
8658: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
8659: loads VFile.ptr!=0, so such files can be saved now
8660:
8661: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
8662: only . and .. now removed from list [were removed all .*]
8663:
8664: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
8665: .. now removed from list [were removed all .*]
8666:
8667: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
8668: open error now checked, were not :( [stole that piece from apache
8669: 1.3 sources]
8670:
8671: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
8672: checked, were not :( [stole that piece from apache 1.3 sources]
8673:
8674: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
8675: untainting of @main result if returned by $result or
8676: $response:body
8677:
8678: * src/main/pa_request.C: ! ensured proper untainting of @main
8679: result if returned by $result or $response:body
8680:
8681: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
8682: issue: now tries to guess content-length and allocates one big
8683: piece if possible [regretfully gc_realloc works as malloc+free,
8684: leaving lots of holes behind]
8685:
8686: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
8687: fixed file load memory issue: now tries to guess content-length
8688: and allocates one big piece if possible [regretfully gc_realloc
8689: works as malloc+free, leaving lots of holes behind]
8690:
8691: 2005-11-16 paf
8692:
8693: * src/: include/pa_common.h, classes/file.C, classes/table.C,
8694: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
8695: table::save with enclosers now doubles them: "->"" !
8696: table::save/load do not remove elements from options hash
8697:
8698: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
8699: [were overoptimized ^if(double_literal), compiler confused
8700: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8701:
8702: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
8703: [were overoptimized ^if(double_literal), compiler confused
8704: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8705:
8706: * src/: classes/file.C, classes/table.C, include/pa_common.h,
8707: main/pa_common.C: ! table::save with enclosers now doubles them:
8708: "->"" ! table::save/load do not remove elements from options hash
8709:
8710: 2005-11-03 paf
8711:
1.101 moko 8712: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
8713: compilation, not all makefiles liked that
1.95 moko 8714:
8715: 2005-08-30 paf
8716:
8717: * src/classes/op.C: merge . speedup check of [DEFAULT]
8718:
8719: * src/classes/op.C: . speedup check of [DEFAULT]
8720:
8721: 2005-08-26 paf
8722:
8723: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
8724:
8725: * src/: classes/date.C, types/pa_vdate.h: + date.week
8726:
8727: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
8728: complains about bad!=nameless
8729:
8730: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
8731: about bad!=nameless
8732:
8733: * src/classes/: hash.C, string.C, table.C, void.C: merged !
8734: optional options were allowed to be empty. were checked
8735: if(is_string), changed to !defined||is_string to allow void
8736:
8737: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
8738: classes/string.C, classes/table.C, classes/void.C: ! optional
8739: options were allowed to be empty. were checked if(is_string),
8740: changed to !defined||is_string to allow void
8741:
8742: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
8743: as_junction where they needed as_int/double, so failed with
8744: recent "(const) now no junction" optimization
8745:
8746: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
8747: merged ! many classes/* used as_junction where they needed
8748: as_int/double, so failed with recent "(const) now no junction"
8749: optimization
8750:
8751: * src/: classes/double.C, classes/int.C, classes/math.C,
8752: classes/op.C, classes/string.C, classes/table.C,
8753: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
8754: used as_junction where they needed as_int/double, so failed with
8755: recent "(const) now no junction" optimization
8756:
8757: 2005-08-24 paf
8758:
8759: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
8760: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
8761: stripped it
8762:
8763: 2005-08-09 paf
8764:
8765: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8766: not cleared
8767:
8768: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8769: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8770: classes/hashfile.C, classes/image.C, classes/int.C,
8771: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8772: classes/response.C, classes/string.C, classes/table.C,
8773: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8774: include/pa_array.h, include/pa_cache_managers.h,
8775: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8776: include/pa_config_fixed.h, include/pa_config_includes.h,
8777: include/pa_dictionary.h, include/pa_dir.h,
8778: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8779: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8780: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8781: include/pa_request_charsets.h, include/pa_request_info.h,
8782: include/pa_sapi.h, include/pa_socks.h,
8783: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8784: include/pa_stack.h, include/pa_string.h,
8785: include/pa_stylesheet_connection.h,
8786: include/pa_stylesheet_manager.h, include/pa_table.h,
8787: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8788: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8789: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8790: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8791: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
8792: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8793: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8794: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8795: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
8796: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
8797: main/pa_sql_driver_manager.C, main/pa_string.C,
8798: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8799: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8800: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8801: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8802: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8803: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8804: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8805: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8806: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8807: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
8808: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
8809: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
8810: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8811: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
8812: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8813: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8814: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8815: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8816: types/pa_vresponse.C, types/pa_vresponse.h,
8817: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8818: types/pa_vstateless_object.h, types/pa_vstatus.C,
8819: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8820: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8821: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8822: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8823: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
8824:
8825: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8826: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
8827: speedup consequent checks in vmethod_frame
8828:
8829: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8830: not cleared
8831:
8832: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
8833: params: 50 max (were 10)
8834:
8835: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
8836: params: 50 max (were 10)
8837:
8838: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8839: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
8840: pa_wcontext.h: + ^call[$void] param inside now is void (were:
8841: empty string) ! simplified (double) speedup consequent checks in
8842: vmethod_frame
8843:
8844: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
8845: optimized constants in expressions vstring->vdouble + optimized
8846: ^call(vdouble), no junction creation, no calls later
8847:
8848: 2005-08-08 paf
8849:
8850: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
8851: integrated
8852:
8853: * bin/auto.p.dist.in: . apache bad 404 handling workaround
8854: integrated
8855:
8856: * src/main/: compile.tab.C, compile.y, compile_tools.C,
8857: compile_tools.h: merged + optimized constants in expressions
8858: vstring->vdouble + optimized ^call(vdouble), no junction
8859: creation, no calls later
8860:
8861: * src/types/pa_vdouble.h: merged . double values without fractional
8862: part now default printed as %.0f instead of %g
8863:
8864: * src/types/pa_vdouble.h: . double values without fractional part
8865: now default printed as %.0f instead of %g
8866:
8867: * src/classes/hashfile.C: . merged ! second hashfile::open would
8868: cause an exception
8869:
8870: * src/classes/hashfile.C: ! second hashfile::open would cause an
8871: exception
8872:
8873: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
8874: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8875: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8876: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8877: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.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_class.C,
8881: types/pa_vstateless_object.h, types/pa_vvoid.h,
8882: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8883: merged VJunction(new Junction) optimization from 3.1.4
8884:
8885: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
8886: types/pa_vstateless_class.C: + optimized new VJunction(new
8887: Junction(params)) to new VJunction(params), thousands of mallocs
8888: removed
8889:
8890: 2005-08-05 paf
8891:
8892: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
8893: types/pa_vdouble.h, types/pa_vmethod_frame.C,
8894: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
8895: creation, no calls later
8896:
8897: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8898: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8899: classes/hashfile.C, classes/image.C, classes/int.C,
8900: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8901: classes/response.C, classes/string.C, classes/table.C,
8902: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8903: include/pa_array.h, include/pa_cache_managers.h,
8904: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8905: include/pa_config_fixed.h, include/pa_config_includes.h,
8906: include/pa_dictionary.h, include/pa_dir.h,
8907: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8908: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8909: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8910: include/pa_request_charsets.h, include/pa_request_info.h,
8911: include/pa_sapi.h, include/pa_socks.h,
8912: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8913: include/pa_stack.h, include/pa_string.h,
8914: include/pa_stylesheet_connection.h,
8915: include/pa_stylesheet_manager.h, include/pa_table.h,
8916: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8917: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8918: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8919: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8920: lib/smtp/smtp.h, main/compile.C, main/compile.y,
8921: main/compile_tools.C, main/compile_tools.h, main/execute.C,
8922: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
8923: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8924: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8925: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
8926: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
8927: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8928: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8929: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8930: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8931: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8932: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8933: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8934: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8935: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8936: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8937: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8938: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
8939: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8940: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
8941: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
8942: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8943: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8944: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8945: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8946: types/pa_vstateless_object.h, types/pa_vstatus.C,
8947: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8948: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8949: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8950: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8951: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
8952:
8953: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
8954: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
8955: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8956: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
8957: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8958: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
8959: optimized constants in expressions vstring->vdouble
8960:
8961: 2005-07-29 paf
8962:
8963: * src/types/pa_vclass.C: . shaped up error messages a bit
8964:
8965: * src/types/pa_vclass.C: + property getter can now be overridden
8966:
8967: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
8968: bug fix: static parent fields were not replaced in case
8969: $derived:field[put] + property setter can now be overridden
8970:
8971: 2005-07-28 paf
8972:
8973: * configure, configure.in, src/classes/classes.h,
8974: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
8975: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
8976: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
8977: src/classes/xnode.h, src/include/pa_hash.h,
8978: src/include/pa_version.h, src/main/execute.C,
1.101 moko 8979: src/types/Makefile.am, src/types/pa_method.h,
8980: src/types/pa_value.h, src/types/pa_vclass.C,
8981: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
8982: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
8983: src/types/pa_vcookie.h, src/types/pa_vhash.h,
8984: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
8985: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
8986: src/types/pa_vobject.C, src/types/pa_vobject.h,
8987: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
8988: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
8989: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
8990: src/types/pa_vstateless_class.h,
1.95 moko 8991: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
8992: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
8993: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
8994: dynamic_fields_join
8995:
8996: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8997: classes/xnode.C, include/pa_hash.h, main/execute.C,
8998: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8999: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9000: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9001: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9002: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9003: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9004: types/pa_vresponse.h, types/pa_vstateless_object.h,
9005: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
9006: types/pa_wwrapper.h: ! restored put_element('replace' param), and
9007: restored its checks in vobject.put_element->static fields |
9008: dynamic properties
9009:
9010: 2005-07-27 paf
9011:
9012: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
9013: is some old code containing @set_name $name
9014:
9015: * src/types/pa_vobject.h: . fixed warning
9016:
9017: * configure, configure.in, src/include/pa_version.h,
1.101 moko 9018: src/types/Makefile.am: 3.2.0beta started
1.95 moko 9019:
9020: * src/: classes/xnode.C, include/pa_hash.h,
9021: types/pa_vstateless_class.C: ! new asserts were all false.
9022: regretfully reverted them all to checks
9023:
9024: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9025: classes/op.C, main/execute.C, types/pa_method.h,
9026: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9027: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9028: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9029: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9030: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9031: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9032: types/pa_vstateless_object.h, types/pa_vvoid.h,
9033: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9034: joined_dynamic_fields: removed unused param from put_method
9035: (returned to 3 params)
9036:
9037: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
9038: joined_dynamic_fields: dynamic get/set works with overriding
9039: props [alpha2]
9040:
9041: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
9042: works [alfa]
9043:
9044: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9045: classes/op.C, include/pa_hash.h, main/execute.C,
9046: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9047: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9048: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9049: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9050: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9051: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9052: types/pa_vresponse.h, types/pa_vstateless_class.C,
9053: types/pa_vstateless_object.h, types/pa_vvoid.h,
9054: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9055: joined_dynamic_fields: just compiled
9056:
9057: * src/: classes/date.C, classes/file.C, classes/hash.C,
9058: classes/hashfile.C, classes/image.C, classes/table.C,
9059: classes/xdoc.C, classes/xnode.h, main/execute.C,
9060: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9061: types/pa_vstateless_class.h: joined_dynamic_fields: started
9062:
9063: * src/types/pa_vobject.C: . object setters [only started, does not
9064: work yet]
9065:
9066: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
9067: object setters [only started, does not work yet]
9068:
9069: 2005-07-26 paf
9070:
9071: * src/: include/pa_request.h, main/execute.C: . properties: set
9072: works [alpha2]. for classes. todo: for objects
9073:
9074: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
9075: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9076: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9077: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9078: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9079: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9080: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9081: types/pa_vstateless_object.h, types/pa_vvoid.h,
9082: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9083: properties: set works [alpha1]
9084:
9085: 2005-07-25 paf
9086:
9087: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
9088: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
9089: properties: started, get works [alpha1, other approach]
9090:
9091: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
9092: properties: started, get works [alpha2]
9093:
9094: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9095: pa_vstateless_class.h: . properties: started, get works [alpha]
9096:
9097: 2005-07-15 paf
9098:
9099: * src/: classes/classes.h, classes/op.C, main/execute.C,
9100: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
9101: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9102: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9103: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9104: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
9105: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
9106: types/pa_vresponse.C, types/pa_vresponse.h,
9107: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9108: types/pa_vstateless_object.h, types/pa_vvoid.h,
9109: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
9110: types/pa_wwrapper.h, types/types.vcproj: + started property
9111: [getters work but think of changing them too to precaching]
9112:
9113: 2005-07-08 paf
9114:
9115: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
9116: gpf
9117:
9118: 2005-06-28 paf
9119:
9120: * src/: classes/file.C, main/untaint.C: ! string invariant violated
9121: in passing empty strings to file::exec/cgi environment
9122:
9123: 2005-06-06 paf
9124:
9125: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
9126: ^table:sql ^hash:sql now DO process $.bind option
9127:
9128: 2005-05-24 paf
9129:
9130: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
9131: $.limit] now work again [support was broken in 3.1.4]
9132:
9133: * src/: main/pa_string.C, classes/op.C: . steps toward removing
9134: ALL_INTERIOR_POINTERS
9135:
9136: 2005-05-12 paf
9137:
9138: * configure: 3.1.5beta
9139:
9140: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
9141:
9142: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
9143: $.limit] now work again [support was broken in 3.1.4]
9144:
9145: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
9146: line-width [was refusing to fill if line-width >1, thanks to
9147: Seras <seras@pinxit.lt> for repro case
9148:
9149: 2005-04-25 paf
9150:
9151: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
9152: correctly
9153:
9154: 2005-04-19 paf
9155:
9156: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
9157: in VString violating invariant!!
9158:
9159: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
9160: getenv("TZ")==null
9161:
9162: 2005-04-08 paf
9163:
9164: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
9165: bugfix: when there is no char in charset one byte produces 6
9166: (ÿ <<max). increased buffer size!
9167:
9168: 2005-03-23 paf
9169:
9170: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
9171: ^date.sql-string now takes TZ into account
9172:
9173: 2005-03-16 paf
9174:
9175: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
9176: gcc 3.4
9177:
9178: * src/types/pa_vhash.C: . warning about eof eol
9179:
9180: 2005-02-17 paf
9181:
9182: * operators.txt, src/classes/op.C: + operator ^sleep(double
9183: seconds)
9184:
9185: 2005-02-02 paf
9186:
9187: * src/classes/xnode.C: beauty: removed needless includes
9188:
9189: 2005-01-31 paf
9190:
9191: * src/types/pa_vmail.C: change: $.partX now always 1... change:
9192: $.partNoNumber now alias to $.part1
9193:
9194: * src/types/pa_vmail.C: change: incoming letter part contains
9195: "content-disposition" header with any value? now considering that
9196: part to be "file#" [for text/plain text/html were $.text#
9197: $.html#]
9198:
9199: * INSTALL: updatet to latest working versions available
9200:
9201: 2005-01-20 paf
9202:
9203: * configure.in, src/include/pa_version.h: version
9204:
9205: 2005-01-19 paf
9206:
1.101 moko 9207: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
9208: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
9209: couple warnings in parser3.C
1.95 moko 9210:
9211: 2004-12-23 paf
9212:
9213: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
9214:
9215: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
9216: dir to directory of script (when shbang used), not to directory
9217: of its interpreter
9218:
9219: * src/include/pa_version.h: compiled on win32...
9220:
9221: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
9222: we need more hspace
9223:
9224: * configure, configure.in, src/include/pa_version.h: configured
9225: host to pa_version. will be displayed everywhere
9226:
9227: * src/main/pa_request.C: new: @unhandled_exception can prevent
9228: exception from being logged by setting $exception.handled(1)
9229:
9230: * operators.txt, src/classes/file.C: change:
9231: ^file::sql{query}[[options]] options: $.name[file name]
9232: $.content-type[application/what]
9233:
9234: * src/: include/pa_common.h, main/pa_common.C,
9235: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
9236: new file
9237:
9238: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
9239: bugfix: table->hash now regards _default
9240:
9241: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
9242: created by accessing $name_of_method it acquired bad self=closest
9243: methodframe; instead of proper self (current class)
9244:
9245: * src/types/pa_vhashfile.C: bugfix: reading empty string from
9246: hashfile produced bad cord
9247:
9248: 2004-12-10 paf
9249:
9250: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
9251: subsequent failures though defined in .h
9252:
9253: * src/main/pa_common.C: comment on volatile
9254:
9255: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
9256: alarm function were not used since the beginning due to stupid
9257: error [setsigjmp were not checked in configure.in]
9258:
9259: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
9260: unix too
9261:
9262: * src/main/pa_common.C: http: exception status of send/recv errors
9263: change to most probable http.timeout
9264:
9265: * src/main/pa_common.C: win32: http connection $.timeout option now
9266: works [setsockopt on send/receive]
9267:
9268: 2004-12-08 paf
9269:
9270: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
9271: cstr-ed knowing mail charset, and untainting uri lang now knows
9272: proper charset
9273:
9274: 2004-11-24 paf
9275:
9276: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
9277:
9278: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
9279: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
9280:
9281: 2004-11-12 paf
9282:
9283: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
9284: [since 3.0.4]
9285:
9286: 2004-11-09 paf
9287:
9288: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
9289: writes basics to c:\parser3.log
9290:
9291: 2004-10-21 paf
9292:
9293: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
9294: tainted strings [were returning clean onces]
9295:
9296: 2004-10-15 paf
9297:
9298: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
9299: cycles(i=1; i=2), which was wrong, now does ONE
9300:
9301: 2004-10-12 paf
9302:
9303: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
9304:
9305: 2004-10-07 paf
9306:
9307: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
9308: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
9309: release asserts
9310:
9311: * src/: main/pa_string.C, include/pa_string.h: debugger help:
9312: String.dump() to stdout in detailed form [were String.v() in
9313: short form]
9314:
9315: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
9316: \t\r\n as @#| and truncates long char sequences less
9317:
9318: 2004-10-06 paf
9319:
9320: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
9321: win32 beauty: socket errors properly decoded
9322:
9323: 2004-10-05 paf
9324:
9325: * src/: include/pa_request.h, main/pa_request.C: bugfix:
9326: request::configure_user/admin done always, even if no
9327: file-to-process useful in @unhandled_exception [say, if they
9328: would want to mail by SMTP something]
9329:
9330: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
9331: now performed prior to file loading [and @auto executing] thus
9332: making $cookie:value available in @auto and in
9333: @unhandled_exception when IIS is configured to run interpreter
9334: even if no file exist
9335:
9336: 2004-09-20 paf
9337:
9338: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
9339: somewhere where it should have called xmlMalloc and it calls
9340: xmlFree when it should have not called it. inserted two
9341: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
9342: xmlFree just ignored. put away a testcase, maybe someday libxml
9343: author would fix all that. until that day: we have SLOW garbage
9344: collecting when many xml objects are alive hint: do
9345: ^memory:compact[] before xdoc::create
9346:
9347: 2004-09-17 paf
9348:
9349: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
9350: error from 3.0.8 version]
9351:
9352: 2004-09-14 paf
9353:
9354: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
9355: part bugfix: hashfile.foreach iterated only part if hashfile were
9356: modified inside
9357:
9358: 2004-09-13 paf
9359:
9360: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
9361: [were as octal]
9362:
9363: * src/types/pa_vhashfile.C: beauty: not reproduced
9364: $hashfile.key[$novalue] bug [reported by motorin], inserted
9365: safety-check
9366:
9367: * src/types/pa_vhashfile.C: change: empty keys now error in parser
9368: [not something obscure from sdbm lib]
9369:
9370: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
9371: = strerror now returnes something and we can properly report that
9372: to client
9373:
9374: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
9375: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
9376:
9377: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9378: [tainted as-is] this helps //[space][newline] to remain as-is and
9379: not be unnecessary optimized away [ruining javascript]
9380:
9381: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9382: [tainted as-is]
9383:
9384: * src/classes/mail.C: bugfix: typo error
9385:
9386: 2004-09-09 paf
9387:
9388: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
9389: separators bugfix: loads header with endings \r\n\r\n and \n\n
9390: (bloody yandex.server)
9391:
9392: 2004-09-06 paf
9393:
9394: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
9395: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
9396: encoded
9397:
9398: 2004-09-01 paf
9399:
9400: * src/types/pa_vmail.C: change: multipart/mixed changed to
9401: multipart/related outlook express have no problems showing
9402: unrelated attachments. todo: someday figure out a way of
9403: multipart/mixed multipart/related text/html
9404: image/xxx application/octet-stream << true attachments
9405:
9406: * src/types/pa_vmail.C: new:
9407: ^mail:send[$.file[$.content-disposition can be overriden new:
9408: empty mail header fields removed from letter
9409:
9410: * src/: classes/mail.C, include/pa_config_fixed.h,
9411: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
9412: ^mail:send[ $.file[ $.any[header]
9413:
9414: 2004-08-30 paf
9415:
9416: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
9417: warnings
9418:
9419: * src/main/pa_common.C: beauty: do not bother with charset
9420: detection when ^file::load[binary
9421:
9422: 2004-08-27 paf
9423:
9424: * src/main/pa_common.C: hack: for yandex.server http server
9425:
9426: 2004-08-18 paf
9427:
9428: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
9429: possibly-chunked response
9430:
9431: 2004-08-17 paf
9432:
9433: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
9434: $f.content-type now = that of http response
9435:
9436: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
9437: $f.content-type now = that of http response
9438:
9439: 2004-07-30 paf
9440:
9441: * src/: include/pa_request.h, main/pa_request.C,
9442: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
9443: win32: system&parser exceptions in release mode reported properly
9444: parser exception in exception handler WERE mistakenly reported as
9445: system exception, without details [in apache & isapi] +some
9446: beauty in exception text
9447:
9448: * src/: include/pa_exception.h, main/pa_request.C,
9449: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
9450: release mode reported properly parser exception in exception
9451: handler WERE mistakenly reported as system exception, without
9452: details
9453:
9454: * src/main/execute.C: beauty: simplified system exception handling
9455:
9456: 2004-07-29 paf
9457:
9458: * src/classes/table.C: bugfix:
9459: ^table.save[export.csv;$.separator[^;]] now works fine [separator
9460: were ignored, and \t used unconditionally]
9461:
9462: * src/types/Makefile.am: added vhash.c
9463:
9464: 2004-07-28 paf
9465:
9466: * src/: classes/date.C, classes/image.C, classes/math.C,
9467: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
9468: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
9469: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
9470: failed on russian letters
9471:
9472: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
9473: bugfix: isspace((unsigned char)c) everywhere. failed on russian
9474: letters
9475:
9476: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
9477: as 'currentDirectory' parameter to CreateProcess
9478:
9479: 2004-07-27 paf
9480:
9481: * src/targets/cgi/parser3.vcproj: beauty: win32:
9482: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
9483: from release somewhere [to help searching for unhandled system
9484: exceptions]
9485:
9486: * src/types/pa_vdate.h: check: for invalid datetime after temporary
9487: TZ shift
9488:
9489: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
9490: but also in ctor
9491:
9492: 2004-07-26 paf
9493:
9494: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
9495: src/main/pa_request.C, src/types/pa_vfile.h,
9496: src/types/pa_vhash.C, src/types/pa_vhash.h,
9497: src/types/types.vcproj: new: $response:body/download[
9498: $.file[name on disk] $.name[of file for user]
9499: $.mdate[date of last-modified. default from directory] ]
9500:
9501: * src/classes/file.C: moving file:send somewhere else..
9502:
9503: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
9504: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
9505: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
9506: $response:download[ $.filename[filename] $.option[] ,, ]
9507:
9508: * src/classes/file.C: beauty: invalid mode thoroughly reported
9509:
9510: 2004-07-21 paf
9511:
9512: * src/types/pa_vmail.C: bugfix: too long header values now splitted
9513: to several lines
9514:
9515: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
9516:
9517: note: ms outlook[!express] shows only first 255 characters of
9518: subject
9519:
9520: 2004-07-15 paf
9521:
9522: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
9523: off]
9524:
9525: 2004-07-14 paf
9526:
9527: * src/classes/table.C: bugfix: $.bind values now got untainted
9528: according to lang [were: as-is]
9529:
9530: 2004-07-07 paf
9531:
9532: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
9533: checked that
9534:
9535: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
9536: now untainted according to their languages. were: as-is.
9537: EVERYWHERE
9538:
9539: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
9540: environment string now untainted according to their languages.
9541: were: as-is. EVERYWHERE
9542:
9543: * src/main/pa_exec.C: bufix: on unix environment string now
9544: untainted according to their languages. were: as-is. on win32:
9545: ok
9546:
9547: * parser3.vssscc: ...would not go unnoticed
9548:
9549: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
9550: fails. in case on input appears nonutf, those bytes will be
9551: printed in %HH form. that can be easily decoded/recovered.
9552:
9553: this form is quite noticable, and hopefully would not go noticed
9554:
9555: 2004-07-06 paf
9556:
9557: * src/main/pa_exec.C: bufix: on unix environment string now
9558: untainted according to their languages. were: as-is. on win32:
9559: ok
9560:
9561: 2004-07-01 paf
9562:
9563: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
9564: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
9565: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9566: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
9567: main/main.vcproj, targets/cgi/parser3.vcproj,
9568: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
9569: option: global optimization ON
9570:
9571: * src/main/untaint.C: workaround kinda bug in libxml: life requires
9572: to do xdoc::create{invalid chars} standard disables chars less
9573: then \x20, except tab, cr, lf.
9574:
9575: changed tainting so that those become '!'
9576:
9577: 2004-06-25 paf
9578:
9579: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
9580: int on odd address [prev bugfix failed due to superwize
9581: optimizer, which turned memcpy into same 'ld' asm command]
9582:
9583: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
9584: int on odd address
9585:
9586: 2004-06-22 paf
9587:
9588: * src/sql/pa_sql_driver.h: note: about possible optimization
9589:
9590: * operators.txt, src/classes/hash.C, src/classes/memory.C,
9591: src/classes/string.C, src/classes/table.C, src/classes/void.C,
9592: src/include/pa_config_includes.h: new: ^void:sql{call
9593: paf(:a)}[ $.bind[ $.a[2]
9594: ] ] output variables work. todo: check in out
9595: variables
9596:
9597: 2004-06-18 paf
9598:
9599: * src/: classes/file.C, classes/hash.C, classes/string.C,
9600: classes/table.C, classes/void.C, include/pa_globals.h,
9601: include/pa_sql_connection.h, main/compile.tab.C,
9602: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
9603: $.bind[ $.a[2] ]
9604: ] input variables work. todo:output
9605:
9606: * src/targets/cgi/parser3.C: bugfix: iis specific
9607: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
9608: /_bug.html?404;http://hpsv/test/
9609: --------------------------------------------------------------------------------
9610: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
9611: --------------------------------------------------------------------------------
9612: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
9613:
9614: 2004-06-16 paf
9615:
9616: * src/targets/cgi/parser3.C: new: iis specific
9617: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
9618: $request:query
9619: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
9620: $form:fields IIS-STATUS="404"
9621: IIS-DOCUMENT="http://server/_bug.html" f="v"
9622:
9623: todo: isapi too
9624:
9625: 2004-05-26 paf
9626:
9627: * src/include/pa_version.h: 3.1.3
9628:
9629: * operators.txt: beauty: removed outdated level 'table'
9630:
9631: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
9632:
9633: * src/main/pa_string.C: beauty: removed 3 warnings
9634:
9635: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
9636: classes/op.C: beauty: removed outdated level 'table'
9637:
9638: 2004-05-25 paf
9639:
9640: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
9641: implementation. mistery: how anything worked
9642:
9643: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
9644: changed, it is now safe to use url if pointers to it are stored
9645: to gc mem
9646:
9647: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
9648: unknown errors reported and not cause SIGSEGV now
9649:
9650: 2004-05-24 paf
9651:
9652: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9653: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
9654: less memory: CORD_chars_block originally intended to ... it was
9655: good that CORD_chars_block were not used: it consumes more memory
9656: [and, might be slow too] undoing that. [and removed that func so
9657: that it would not confuse parser developer in future]
9658:
9659: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
9660: less memory: CORD_chars_block originally intended to
9661: speedup/reduce mem usage were forgotten, and were used stupid
9662: CORD_chars
9663:
9664: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
9665:
9666: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
9667: BIGENDIAN processors space-conserving mech failed, causing
9668: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
9669: (1|2|3));
9670:
9671: 2004-05-14 paf
9672:
9673: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
9674: bugfix: void now has vfile value, and $response:body[] works OK
9675:
9676: 2004-05-12 paf
9677:
9678: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
9679: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
9680: sources to use is_defined() {return as_bool();} along VBool
9681:
9682: 2004-05-11 paf
9683:
9684: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
9685: referencing to local objects
9686:
9687: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
9688: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
9689: left intact
9690:
9691: 2004-04-15 paf
9692:
9693: * src/classes/date.C: merged: beauty: unused var removed
9694:
9695: * src/classes/date.C: beauty: unused var removed
9696:
9697: * src/include/: pa_exec.h: bugfix: interface without pointer
9698: provoked bug
9699:
9700: 2004-04-09 paf
9701:
9702: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
9703:
9704: * src/types/pa_vform.C: bugfix: form:imap were incorrect
9705:
9706: 2004-04-08 paf
9707:
9708: * src/classes/date.C: new: ^date::create[y-m-d
9709: h-M-s>>.milliseconds<<] now allowed, ignored so far
9710:
9711: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
9712:
9713: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
9714: to consult default catalog [usually, that file belongs to other
9715: user/group]
9716:
9717: 2004-04-06 paf
9718:
9719: * src/main/pa_common.C: beauty: gcc warning removed
9720:
9721: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
9722: accept that trick, trying other
9723:
9724: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
9725: explicit result problem
9726:
9727: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
9728: explicit result problem
9729:
9730: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
9731: explicit result problem
9732:
9733: * operators.txt, src/classes/string.C: new: ^string.append[string]
9734:
9735: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9736: main/execute.C: attempt_check_call_in_explicit_result_mode:
9737: failed
9738:
9739: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9740: http://i.p.a.ddress gethostbyaddr added [on some platforms
9741: gethostbyname failed with such 'domains'] now checked properly,
9742: were: needless reverse/forward dns lookup
9743:
9744: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9745: http://i.p.a.ddress gethostbyaddr added [on some platforms
9746: gethostbyname failed with such 'domains'] now checked properly,
9747: were: needless reverse/forward dns lookup
9748:
9749: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
9750: @method[][result] means "no string output here" moved to lexical
9751: level [on grammar level it were too difficult]
9752:
9753: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
9754: src/main/compile.y, src/main/compile_tools.h,
9755: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
9756: @method[][result] means "no string output here", implemented part
9757: of that idea: compiler throws away string literal generation
9758: code. and barks nonwhitespace chars
9759:
9760: * operators.txt: truth: removed comment about $ORIGIN
9761:
9762: 2004-04-05 paf
9763:
9764: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
9765: src/include/pa_version.h, src/main/pa_common.C,
9766: src/targets/isapi/parser3isapi.C: merged with 3.1.3
9767:
9768: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
9769: Konstantin Tomashevitch [mailto:konst@design.ru]
9770:
9771: * src/doc/html2chm.cmd: beauty: no need in bg here
9772:
9773: * src/doc/sources2html.cmd: beauty: same window, in bg it
9774: interfered with FAR console
9775:
9776: * configure, configure.in: 3.1.3
9777:
9778: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
9779:
9780: * src/main/pa_common.C: removed warning
9781:
9782: * src/include/pa_version.h: 3.1.3
9783:
9784: 2004-04-02 paf
9785:
9786: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
9787:
9788: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
9789: allows to specify where to put parser log file
9790:
9791: 2004-04-01 paf
9792:
9793: * src/classes/table.C: bugfix: bugfix: table::load last line
9794: without tab and enter were ignored
9795:
9796: * src/: include/pa_cache_managers.h, include/pa_globals.h,
9797: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
9798: main/pa_socks.C, targets/cgi/parser3.C,
9799: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
9800: bugfix: sql connections now are disconnected
9801:
9802: 2004-03-30 paf
9803:
9804: * src/classes/table.C: bugfix: table::load last line without tab
9805: and enter were ignored
9806:
9807: * src/classes/table.C: bufix: if last table lines were commented,
9808: gpfed
9809:
9810: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
9811: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
9812: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
9813: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
9814: doc/methoded.dox, doc/object.dox, doc/string.dox,
9815: doc/targets.dox, doc/value.dox, include/pa_version.h,
9816: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
9817: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
9818: bugfixes from 3.1.2, changed version to 3.1.3beta
9819:
9820: 2004-03-29 paf
9821:
9822: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
9823: causes gpf
9824:
9825: * src/doc/: ClassExample1.dox, ClassExample2.dox,
9826: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
9827: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
9828: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
9829: value.dox: translated to english
9830:
9831: 2004-03-25 paf
9832:
9833: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
9834: parser3project dependency removed
9835:
9836: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
9837: bugfix: refused to compile without xml
9838:
9839: * src/types/pa_vform.C: beauty: removed warning
9840:
9841: * src/classes/classes.vcproj: merged bugfix: now all compiles in
9842: any folder [removed last ;) folder dependency]
9843:
9844: * src/classes/classes.vcproj: bugfix: now all compiles in any
9845: folder [removed last ;) folder dependency]
9846:
9847: * src/include/pa_version.h: release
9848:
9849: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
9850:
9851: * src/classes/table.C: beauty: comment& more meaningful error
9852: message
9853:
9854: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
9855: $.hash[$.column_value1(true) ... ] [were producing some strang
9856: thing]
9857:
9858: 2004-03-23 paf
9859:
9860: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
9861: and http status line parsing checked number of columns in table
9862: [user reported an assert]
9863:
9864: * operators.txt: example: on hashfile
9865:
9866: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
9867: bugfix: junction reattach now actually reattaches a junction to
9868: new wcontext [were only assigning it to junction, which caused
9869: junction tracking to loose junction, and it's context were not
9870: killed, and it tried to process in invalid context, gpf]
9871:
9872: * src/targets/cgi/parser3.C: debug helper added
9873:
9874: 2004-03-19 paf
9875:
9876: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
9877: "type(type)" in braces
9878:
9879: 2004-03-10 paf
9880:
9881: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
9882: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
9883: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
9884: solution to search-in-namespaces problem:
9885: $xdoc.search-namespaces.x[http://pif.design.ru/]
9886: $nodes[^xdoc.select[//x:second]]
9887:
9888: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
9889: expression][[NAMESPACES HASH]] allows to search for info in
9890: namespaces
9891:
9892: $nodes[^xdoc.select[//x:second][
9893: $.x[http://pif.design.ru/] ]]
9894:
9895: 2004-03-09 paf
9896:
9897: * operators.txt, src/main/pa_common.C: new:
9898: ^file::load[...][options] $.form[
9899: !$.field1[string]
9900: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
9901: ] !$.body[string]
9902:
9903: GET ?here notGET(POST, HEAD, others) in content-type:
9904: application/x-www-form-urlencoded
9905:
9906: todo: upload files ability
9907:
9908: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
9909: properly, done
9910:
9911: 2004-03-05 paf
9912:
9913: * operators.txt, src/main/pa_common.C: new: file::load[;http://
9914: GET/POST $.form[$.fields started, not tested yet
9915: todo:$.field[table] for multiple values
9916:
9917: * operators.txt: new: http:// options $.user $.password basic
9918: authorization
9919:
9920: * src/main/pa_common.C: beauty: link to rtf added
9921:
9922: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
9923: new: http:// options $.user $.password basic authorization
9924:
9925: * src/main/pa_common.C: beauty: removed needless vars
9926:
9927: * operators.txt: new: pgsql option [like that recently added to
9928: oracle driver] ClientCharset=parser-charset <<
9929: charset in which parser thinks client works
9930:
9931: * operators.txt: new: odbc option [like that recently added to
9932: oracle driver] ClientCharset=parser-charset <<
9933: charset in which parser thinks client works
9934:
9935: * src/sql/pa_sql_driver.h: beauty: important warning added
9936:
9937: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
9938: char!
9939:
9940: * etc/parser3.charsets/windows-1251.cfg: typo
9941:
9942: 2004-03-04 paf
9943:
9944: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
9945: cached, sql transcoding now goes faster
9946:
9947: * operators.txt: new: mysql option [like that recently added to
9948: oracle driver] ClientCharset=parser-charset <<
9949: charset in which parser thinks client works
9950:
9951: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
9952: typo error
9953:
9954: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
9955: chars commented
9956:
9957: 2004-03-03 paf
9958:
9959: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
9960: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
9961:
9962: 2004-03-02 paf
9963:
9964: * operators.txt: new[update typo]: !^void.left(n)
9965: nothing !^void.right(n) nothing !^void.mid(p[;n])
9966: nothing
9967:
9968: * operators.txt, src/classes/void.C: new: !^void.left(n)
9969: nothing !^void.right(n) nothing !^void.pos(p[;n])
9970: nothing
9971:
9972: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
9973: ^file::sql[[name_to_become_$.name]]{} query result must be one
9974: row with columns: first: data second: file name third:
9975: content-type
9976:
9977: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
9978: ^connect gets properly escaped string, which can be passed to
9979: request now this for mysql only. it's up to parser sql driver to
9980: fix zeros properly
9981:
9982: * INSTALL: note: added on building apache with this option:
9983: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
9984:
9985: 2004-03-01 paf
9986:
9987: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
9988: extension memory:compact befor processingrequest
9989:
9990: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
9991: call sole column of result
9992:
9993: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
9994: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
9995: pixel color
9996:
9997: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
9998: beauty: image -- less checks [were ugly impl]
9999:
10000: * src/classes/string.C: bugfix: ^string.left/right/mid with
10001: negative values now considered bad
10002:
10003: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
10004:
10005: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
10006: options now have unified defaults [after transform
10007: indent/omit-xml-declaration/standalone 'default' erroreously
10008: meant 'true']
10009:
10010: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
10011: added [on some platforms gethostbyname failed with such
10012: 'domains']
10013:
10014: * src/include/pa_config_auto.h.in: no select check, no define
10015:
10016: * src/classes/string.C: feature: ^string.trim both parameters may
10017: be empty-strings, meaning kind=both chars=whitespaces
10018:
10019: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
10020: exist
10021:
10022: * src/classes/string.C: check: trim 'chars' must not be empty,
10023: exception if it is
10024:
10025: * src/classes/string.C: changed: ^string.trim [] << both,
10026: whitespaces [start|both|end] << kind, whitespaces
10027: [start|both|end;chars] full
10028:
10029: 2004-02-27 paf
10030:
10031: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
10032: method: ^string.trim[start|both|end[;chars]] default
10033: 'chars' -- whitespace chars finished
10034:
10035: * operators.txt, src/classes/string.C, src/include/pa_string.h,
10036: src/main/pa_string.C: new method:
10037: ^string.trim[start|both|end[;chars]] default 'chars' --
10038: whitespace chars started, only start works
10039:
10040: * src/main/compile.C: bugfix: line numbers after
10041: ^process{}[$.line(-10]] can be negative, allowed to print they as
10042: signed
10043:
10044: * src/main/untaint.C: speed: there's no \n chars in output
10045: [normally], so no need to optimize them they could be retrived
10046: from databases, though. but 1. should be replaced 2. if not
10047: optimized, no harm done
10048:
10049: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
10050: ^file::exec/cgi could return invalid status & zombie child can
10051: remain for short period until process exists [very bad in
10052: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
10053:
10054: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
10055: malicious SMTP server to attack as by returning too long status
10056: responses http://i2/tasks/edit/?id=4629448401140924947
10057:
10058: 2004-02-26 paf
10059:
10060: * operators.txt: feature: ^process...{CODE}[now has options] which
10061: are $.main[to what to rename @main] $.file[file,
10062: from which (user says) goes that CODE] $.lineno(line
10063: number in that file, where CODE starts. may be negative)
10064:
10065: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10066: src/main/compile.C, src/main/compile_tools.h,
10067: src/main/pa_request.C: feature: ^process...{CODE}[now has
10068: options] which are $.main[to what to rename @main]
10069: $.file[file, from which (user says) goes that CODE]
10070: $.lineno(line number in that file, where CODE starts. may be
10071: negative)
10072:
10073: 2004-02-25 paf
10074:
1.101 moko 10075: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
10076: old @charsetsdir@ recently erased from configure.in]
1.95 moko 10077:
10078: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
10079: produces hash of column=>1
10080:
10081: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
10082: with incomplete errno constants set
10083:
10084: 2004-02-24 paf
10085:
10086: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
10087: "man select"
10088:
10089: * src/main/pa_os.C: beauty: <0 better then ==-1
10090:
10091: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
10092:
10093: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
10094:
1.101 moko 10095: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 10096:
10097: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
10098: unix: steps to work on unix [extracted 'to']
10099:
10100: * src/classes/mail.C: smtp on unix: steps to work on unix
10101:
10102: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
10103:
1.101 moko 10104: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
10105: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
10106: unix [testing on solaris]
1.95 moko 10107:
10108: 2004-02-20 paf
10109:
10110: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
10111: pointing that out
10112:
10113: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
10114: fixed again [same solution, mistanenly removed one line]
10115:
10116: 2004-02-19 paf
10117:
10118: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
10119: date::create from bad datetime in spring daylightsaving hole now
10120: OK for all platforms [on some platforms it failed]
10121:
10122: * src/classes/: date.C, image.C: beauty: date::create[bad date time
10123: in daylightsaving hole] now throws error
10124:
10125: * src/classes/date.C: comment: mistake fixed
10126:
10127: 2004-02-18 paf
10128:
10129: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
10130: now renderes in $request:charset, but in header puts
10131: $response:charset todo: make that default only so that coder
10132: could override that
10133:
10134: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
10135: turns off omit-xml-declaration
10136:
10137: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
10138: /.xsl for sample
10139:
10140: 2004-02-17 paf
10141:
10142: * src/classes/xdoc.C: beauty: needless helper class removed
10143:
10144: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
10145: copied extra time
10146:
10147: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
10148: part of libxml
10149:
10150: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
10151: libxml to do the work] <xsl:output method="html"
10152: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
10153: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
10154: />
10155:
10156: * src/classes/xdoc.C: beauty: no <meta ... charset generated
10157:
10158: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
10159: caused assertion
10160:
10161: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
10162: could hang. now such add does nothing, sub clears $hash
10163:
10164: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
10165: not made quoted-printable
10166:
10167: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
10168: string invariant
10169:
10170: 2004-02-16 paf
10171:
10172: * src/main/pa_globals.C: bugfix: xml errors copy from library now
10173: cleared [were not cleared properly]
10174:
10175: 2004-02-13 paf
10176:
1.101 moko 10177: * src/include/pa_version.h: prerelease
1.95 moko 10178:
10179: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
10180: used, introducing dependencies timestamp check
10181:
10182: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
10183: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
10184: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
10185: .xsl.stamp now not used, introducing dependencies timestamp check
10186:
10187: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
10188:
10189: 2004-02-12 paf
10190:
10191: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
10192: ruined empty <input type=file> submits. parser thought there were
10193: nameless empty file and $form:field got value of type 'file'
10194:
10195: * INSTALL: --without-threads
10196:
10197: * src/include/pa_sapi.h: 2004
10198:
10199: 2004-02-11 paf
10200:
10201: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10202: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10203: classes/hashfile.C, classes/image.C, classes/int.C,
10204: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10205: classes/response.C, classes/string.C, classes/table.C,
10206: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10207: include/pa_array.h, include/pa_cache_managers.h,
10208: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10209: include/pa_config_fixed.h, include/pa_config_includes.h,
10210: include/pa_dictionary.h, include/pa_dir.h,
10211: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10212: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10213: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10214: include/pa_request_charsets.h, include/pa_request_info.h,
10215: include/pa_socks.h, include/pa_sql_connection.h,
10216: include/pa_sql_driver_manager.h, include/pa_stack.h,
10217: include/pa_string.h, include/pa_stylesheet_connection.h,
10218: include/pa_stylesheet_manager.h, include/pa_table.h,
10219: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10220: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10221: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10222: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10223: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10224: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10225: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10226: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10227: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10228: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10229: main/pa_sql_driver_manager.C, main/pa_string.C,
10230: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
10231: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
10232: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10233: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10234: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10235: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10236: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10237: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10238: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10239: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10240: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10241: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10242: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10243: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10244: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10245: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10246: types/pa_vresponse.h, types/pa_vstateless_class.C,
10247: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10248: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10249: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10250: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10251: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10252: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
10253:
10254: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
10255: debug version of gc.dll
10256:
10257: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10258: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10259: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
10260: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
10261: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
10262: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
10263: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
10264: processes
10265:
10266: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
10267: main/pa_globals.C, targets/cgi/parser3.vcproj,
10268: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
10269: changes to reflect libxml xsl new folders
10270:
10271: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10272: lib/smtp/smtp.vcproj, main/main.vcproj,
10273: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
10274: to reflect libxml xsl new folders
10275:
10276: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10277: lib/smtp/smtp.vcproj, main/main.vcproj,
10278: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
10279: types/types.vcproj: started changes to reflect libxml xsl new
10280: folders
10281:
10282: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
10283: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10284: src/main/compile.tab.C, src/main/main.vcproj,
10285: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
10286: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10287: started changes to reflect libxml xsl new folders
10288:
10289: 2004-02-10 paf
10290:
10291: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
10292: compile. recommened latest libxml up to date
10293:
10294: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
10295: pattern compilation errors", on which spent 4 hours worktime. use
10296: versions higher than that. recommended now latest up to date
10297:
10298: 2004-02-06 paf
10299:
10300: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
10301: beauty: unified destructing style
10302:
10303: * src/main/untaint.C: beauty: removed old def/ifdef
10304:
10305: * src/main/untaint.C: beauty: coredump @unknown untaint language
10306: now
10307:
10308: 2004-02-03 paf
10309:
10310: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
10311: targets/isapi/parser3isapi.C, types/pa_value.C,
10312: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
10313: then %ld/%lu
10314:
10315: * src/main/pa_common.C: typo: %l -> %u
10316:
10317: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
10318: in attributes or documents-results of transform now not xx;
10319:
10320: * src/classes/xnode.C: memleaks found: not fixed yet. todo
10321:
10322: * src/main/pa_charset.C: bugfix: forgot to undo some
10323:
10324: * src/main/pa_charset.C: beauty: uncomment
10325: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
10326: libraries
10327:
10328: 2004-02-02 paf
10329:
10330: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
10331: $cookie:example[ $.value[value] $.path[/there/] ]
10332:
10333: $cookie:example[ $.value[] $.expires[session]
10334: $.path[/there/] $.domain[test.com] ]
10335:
10336: * src/types/pa_vform.C: bugfix: empty values with
10337: enctype=multipart/form-data now produce entries in $form:tables
10338: <form method=post enctype=multipart/form-data> <input type=hidden
10339: name=a> <input type=hidden name=b>
10340:
10341: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
10342: <hr> <pre>$request:body
10343:
10344: 2004-01-30 paf
10345:
10346: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
10347: or documents-results of transform now not xx;
10348:
10349: * src/classes/date.C: bugfix: ^date::create[invalid fields now
10350: produce exception.
10351:
10352: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
10353: bugfix: ^date::create[invalid fields now produce exception.
10354:
10355: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
10356: year] now produces exception. todo: check other fields
10357:
10358: 2004-01-29 paf
10359:
10360: * src/include/pa_memory.h: typo error
10361:
10362: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
10363: more byte then specified, then zeroed it << useless and
10364: potentially harmful(could gpf)
10365:
10366: 2004-01-22 paf
10367:
10368: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
10369:
10370: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
10371: optimization
10372:
10373: * src/main/untaint.C: bugfix: whitespace now optimized properly
10374: [were bug: ^taint[1 & 2]="1 &2"
10375:
10376: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
10377: errors
10378:
10379: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
10380: overflow
10381:
10382: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
10383: error-reporting code * in parser-error reporting code [when no
10384: @unhandled_exception defined]
10385:
10386: fixed in one place: my *snprintf override
10387:
10388: 2004-01-13 paf
10389:
10390: * operators.txt: typo erro
10391:
10392: 2003-12-25 paf
10393:
10394: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
10395: garbled [pieces after zero bytes were removed]
10396:
10397: 2003-12-22 paf
10398:
1.101 moko 10399: * src/include/Makefile.am: bugfix: removed from dist:
10400: src/include/pa_config_auto.h which were configured for
1.95 moko 10401: make-dist-platform and badly updated proper config file in target
10402: [when .tar used for updating existing source tree]
10403:
10404: * ChangeLog, operators.txt, src/classes/op.C,
10405: src/include/pa_sql_connection.h,
10406: src/include/pa_sql_driver_manager.h,
10407: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
10408: feature: sql introducing ability to transcode charsets
10409:
10410: 2003-12-19 paf
10411:
10412: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
10413: error message
10414:
10415: * src/main/pa_charset.C: bugfix: memory for charsethandler
10416: structure for libxml now allocated properly
10417:
10418: 2003-12-17 paf
10419:
10420: * src/types/pa_vfile.C: beauty: removed outdated cast
10421:
10422: * src/main/pa_common.C: bugfix: empty http response caused gpf
10423:
10424: * src/include/pa_string.h: bugfix: removed too strong a assert
10425:
10426: * src/main/pa_globals.C: bugfix: removed false warning [warning:
10427: unreported xmlGenericErrors]
10428:
10429: 2003-12-15 paf
10430:
10431: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
10432: works}
10433:
10434: 2003-12-11 paf
10435:
10436: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
10437: id
10438: !$status:tid thread id
10439:
10440: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
10441: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
10442: bugfix(solaris): removed dependency on object initialization
10443: order [one more place]
10444:
10445: * src/: classes/file.C, classes/mail.C, classes/op.C,
10446: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
10447: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
10448: understand that
10449:
10450: * src/: classes/file.C, classes/mail.C, classes/op.C,
10451: classes/xdoc.C, include/pa_cache_managers.h,
10452: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10453: include/pa_stylesheet_manager.h, main/pa_request.C,
10454: main/pa_stylesheet_manager.C, types/pa_vimage.C,
10455: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
10456: ctor call [relying on implicit String::Body(cstr) call]
10457:
10458: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
10459: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
10460: object initialization order [two places]
10461:
10462: 2003-12-10 paf
10463:
10464: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
10465: << time now ok
10466:
10467: * operators.txt, src/main/pa_sql_driver_manager.C,
10468: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
10469: operational
10470:
10471: * ChangeLog, operators.txt, src/classes/xdoc.C,
10472: src/include/pa_charset.h, src/include/pa_sql_connection.h,
10473: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
10474: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
10475: back operational
10476:
10477: 2003-12-02 paf
10478:
10479: * src/types/pa_vmail.C: bugfix:
10480: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
10481: as-is forced]
10482:
10483: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
10484: exceptions out of libxml callbacks: reimplemented error handling
10485: of http://localhost, parser://method and safemode check callbacks
10486:
10487: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
10488: [merged from HEAD]
10489:
10490: * src/classes/image.C: nothing: comment removed
10491:
10492: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
10493: addresses to int
10494:
10495: 2003-12-01 paf
10496:
10497: * src/main/pa_xml_io.C: bugfix: typo
10498:
10499: * src/main/pa_globals.C: bugfix: win32: compile prob
10500:
10501: * src/classes/xdoc.C: bugfix: typo
10502:
10503: * src/main/pa_xml_io.C: todo: safe mode check not to throw
10504: exception
10505:
10506: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
10507:
10508: 2003-11-28 paf
10509:
10510: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
10511: all xml documents read
10512:
10513: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
10514:
10515: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
10516: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
10517: replaced original open mech of xdoc::create & co to use libxml
10518: open, so that this would work for root document todo: safe mode
10519: checks to libxml: ideally to some 1 point
10520:
10521: * src/main/pa_xml_io.C: comment
10522:
10523: * operators.txt, src/main/pa_xml_io.C: leading / in
10524: http://parser[abscent params]
10525:
10526: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
10527: works. todo: maybe replace original open mech of xdoc::create &
10528: co to use libxml open, so that this would work for root document
10529:
10530: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
10531: "parser://method/params/here"> <test> &test^; </test> }]
10532:
10533: ^taint[^xdoc.string[]]
10534:
10535: @method[param] <!ENTITY test
10536: "test-entity-value+$form:user+$param!">
10537:
10538: 2003-11-27 paf
10539:
10540: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
10541:
10542: * src/classes/date.C: bugfix: typo error
10543:
10544: 2003-11-26 paf
10545:
10546: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
10547: src/main/Makefile.am, src/main/main.vcproj,
10548: src/main/pa_globals.C, src/main/pa_request.C,
10549: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
10550: xml errors to hash<thread_id,error> reorganization: xml io moved
10551: to pa_xml_io.C/h
10552:
10553: * src/types/pa_value.h: warnings: --
10554:
10555: 2003-11-25 paf
10556:
10557: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
10558: whatever)
10559:
10560: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
10561: a, (c?x:y, z)
10562:
10563: * src/main/untaint.C: bugfix: consequences of not reading this
10564: comment: CORD_pos_chars_left /* Number of characters in cache.
10565: <= 0 ==> none */
10566:
10567: * src/include/pa_array.h: removed needless checks
10568:
10569: 2003-11-24 paf
10570:
10571: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
10572: removed limit: now $form:xxx can be accessed anytime, even in
10573: @auto/conf [and request/response:charset still can be changed
10574: anytime]
10575:
10576: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
10577: now not transcodes response body
10578:
10579: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
10580: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
10581: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
10582: $xdoc.firstChild.firstChild.nodeValue[different]
10583: ^taint[^xdoc.string[]]
10584:
10585: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
10586: workaround: static Hash::allocates -> static Hash_allocates
10587:
10588: 2003-11-21 paf
10589:
1.101 moko 10590: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
10591: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
10592: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 10593:
10594: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
10595:
10596: * src/classes/mail.C: bugfix: typo
10597:
10598: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101 moko 10599: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
10600: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
10601: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
10602: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 10603: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
10604:
10605: * src/main/pa_exec.C: bug in safe mode
10606:
10607: * src/include/Makefile.am: pa_xml_exception.h
10608:
10609: * src/targets/isapi/parser3isapi.C: more warnings --
10610:
10611: 2003-11-20 paf
10612:
10613: * src/: classes/math.C, classes/op.C, classes/string.C,
10614: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
10615: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
10616: --
10617:
10618: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
10619: more warnings --
10620:
10621: * src/classes/xdoc.C: more warnings --
10622:
10623: * src/classes/: date.C, image.C, xdoc.C: more warnings --
10624:
10625: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
10626: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
10627:
10628: * src/: classes/date.C, classes/file.C, classes/hash.C,
10629: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
10630: classes/table.C, include/pa_cache_managers.h,
10631: include/pa_stylesheet_connection.h, main/pa_request.C,
10632: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
10633: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
10634: --
10635:
10636: * src/main/: execute.C, pa_request.C: old forgotten todo: when
10637: can't report problem (undefined @unhandled_exception) problem
10638: source string were not reported
10639:
10640: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10641: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10642: classes/hashfile.C, classes/image.C, classes/int.C,
10643: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10644: classes/response.C, classes/string.C, classes/table.C,
10645: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10646: include/pa_array.h, include/pa_cache_managers.h,
10647: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10648: include/pa_config_fixed.h, include/pa_dictionary.h,
10649: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
10650: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
10651: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
10652: include/pa_request.h, include/pa_request_charsets.h,
10653: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
10654: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10655: include/pa_stack.h, include/pa_string.h,
10656: include/pa_stylesheet_connection.h,
10657: include/pa_stylesheet_manager.h, include/pa_table.h,
10658: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10659: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
10660: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
10661: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10662: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10663: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10664: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10665: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
10666: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
10667: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
10668: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
10669: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10670: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
10671: targets/isapi/parser3isapi.C, types/pa_junction.h,
10672: types/pa_method.h, types/pa_value.C, types/pa_value.h,
10673: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
10674: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10675: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
10676: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
10677: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
10678: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
10679: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10680: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10681: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10682: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10683: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10684: types/pa_vresponse.h, types/pa_vstateless_class.C,
10685: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10686: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10687: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10688: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10689: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10690: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
10691: const IDENT
10692:
10693: * src/: include/pa_array.h, include/pa_pool.h,
10694: include/pa_request.h, include/pa_string.h, include/pa_table.h,
10695: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
10696: types/pa_wcontext.h: more warnings --
10697:
10698: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
10699: classes/file.C, classes/hash.C, classes/hashfile.C,
10700: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
10701: classes/memory.C, classes/op.C, classes/string.C,
10702: classes/table.C, classes/xdoc.C, classes/xnode.C,
10703: include/pa_config_includes.h, include/pa_operation.h,
10704: include/pa_sql_connection.h, include/pa_table.h,
10705: include/pa_types.h, lib/ltdl/config_fixed.h,
10706: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
10707: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10708: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
10709: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
10710: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
10711: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
10712: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
10713: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
10714: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
10715: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
10716: types/pa_vmail.C, types/pa_vobject.C,
10717: types/pa_vstateless_class.h, types/pa_vtable.C,
10718: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
10719: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
10720: on all projects (except libltdl=off & libsdbm=level3) found
10721: several unitialized vars
10722:
10723: 2003-11-19 paf
10724:
10725: * src/classes/op.C: more ansi C++ comp
10726:
10727: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10728: src/main/pa_request.C: ^cache[...]{body}{catch block with
10729: $exception.handled[cache] meaning "get expired cache, if any.
10730: else error"}
10731:
10732: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
10733: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
10734: ^cache[...]{body}{catch code with $exception.cache field}
10735:
10736: 2003-11-12 paf
10737:
10738: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
10739: [copy/paste bug]
10740:
10741: 2003-11-11 paf
10742:
10743: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
10744: failed]
10745:
10746: * bin/auto.p.dist.in: colno
10747:
10748: 2003-11-10 paf
10749:
10750: * src/types/pa_vconsole.h: flush
10751:
10752: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
10753: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
10754: read/write [for nntp]
10755:
10756: * operators.txt: mysql: transaction support: ?autocommit=0
10757:
10758: * operators.txt: comment: updated
10759:
10760: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
10761: serialize version and exipire now removes entries
10762:
10763: * operators.txt: ^hashfile.delete[] removes files altogether [and
10764: dir, if could]
10765:
10766: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
10767: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
10768: removes files altogether [and dir, if could]
10769:
10770: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
10771: nonexistent pair. .c coded that that was error. fixed
10772:
10773: * src/types/pa_vhashfile.C: sdbm: exception type change to
10774: file.access [regretfull can't split it to different exceptions
10775: without modifying sdbm source wich would prefer not to]
10776:
10777: 2003-11-07 paf
10778:
10779: * src/: classes/date.C, classes/file.C, classes/hash.C,
10780: classes/hashfile.C, classes/image.C, classes/table.C,
10781: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
10782: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
10783: main/execute.C, main/main.vcproj, main/pa_pool.C,
10784: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
10785: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
10786: types/pa_vstateless_class.h: resurrected: pool idea. now only for
10787: destructing objects at request processing end
10788:
10789: 2003-11-06 paf
10790:
10791: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
10792: updates
10793:
10794: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
10795: to include sdbm
10796:
1.101 moko 10797: * src/include/: pa_config_includes.h, pa_version.h: our
10798: replacements of max& co only for cpp
1.95 moko 10799:
10800: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
10801: upper dir, .am updated
10802:
10803: * tests/todo.txt: hashfile: done
10804:
10805: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
10806: expiration [time in value. todo: move time to key]
10807:
10808: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
10809:
10810: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
10811: to do that in foreach, no errors, but surely wrong]
10812:
10813: * operators.txt, src/types/pa_vhashfile.C,
10814: src/types/pa_vhashfile.h: hashfile: clear and proper locking
10815:
10816: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
10817: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
10818: foreach
10819:
10820: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
10821: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
10822:
10823: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
10824: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
10825:
10826: * src/: include/pa_memory.h, targets/cgi/parser3.C,
10827: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
10828: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
10829: get/put [raw]
10830:
10831: * src/: classes/op.C, main/pa_os.C: just linked
10832:
10833: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
10834: XmlException changes
10835:
10836: * src/: include/pa_charset.h, include/pa_globals.h,
10837: include/pa_stylesheet_connection.h, main/pa_exception.C:
10838: XmlException changes
10839:
10840: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
10841:
10842: * src/: include/pa_common.h, include/pa_exception.h,
10843: main/main.vcproj, main/pa_common.C, include/pa_os.h,
10844: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
10845: main/pa_xml_exception.C: locking move to pa_os [along with
10846: pa_sleep] apr-impl locking done
10847:
10848: * configure, configure.in, operators.txt, parser3.sln,
10849: src/classes/classes.vcproj, src/classes/hashfile.C,
10850: src/classes/xdoc.C, src/include/pa_config_fixed.h,
10851: src/include/pa_exception.h, src/include/pa_globals.h,
10852: src/include/pa_memory.h, src/include/pa_version.h,
10853: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
10854: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
10855: src/main/compile.tab.C, src/main/main.vcproj,
10856: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
10857: src/types/Makefile.am, src/types/pa_vhash.C,
10858: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10859: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
10860: again with sdbm from apache
10861:
10862: 2003-11-05 paf
10863:
10864: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10865: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
10866: \parser3project dir anymore
10867:
10868: * src/main/pa_charset.C: bugfix: had broken binary search [copied
10869: thoughtlessly from xalan]
10870:
10871: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
10872: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
10873: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
10874:
10875: * src/main/helpers/CaseFolding.txt:
10876: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
10877:
10878: 2003-11-04 paf
10879:
10880: * operators.txt: comment: ^mail:send[$.options[
10881:
10882: * src/classes/table.C: compiled on unix
10883:
1.101 moko 10884: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 10885:
10886: * src/classes/mail.C: compiled on unix
10887:
10888: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
10889: src/types/pa_vmail.h: !^mail:send[
10890: $.options[unix: string to append to sendmail command
10891: line]
10892:
10893: * operators.txt, src/classes/table.C, src/main/pa_string.C,
10894: tests/todo.txt: ^table.save[... $.separator[^#09]
10895: $.encloser["] <nothing> by default
10896:
10897: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
10898: !$.separator[^#09] !$.encloser["] <nothing> by
10899: default
10900:
10901: 2003-11-03 paf
10902:
10903: * operators.txt, src/classes/table.C, src/main/pa_common.C:
10904: ^table::load[; options: !$.column-separator[^#09]
10905: !$.column-encloser["]
10906:
10907: * operators.txt, src/include/pa_config_fixed.h,
10908: src/types/pa_vrequest.C: $request:document-root
10909:
10910: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
10911: [already included into uri=xxx]
10912:
10913: * operators.txt, src/classes/image.C, tests/todo.txt:
10914: ^image.gif[filename] for $response:download
10915:
10916: * src/classes/date.C: minor precaution
10917:
10918: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
10919: !^date.unix-timestamp[]
10920:
10921: 2003-10-30 paf
10922:
10923: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
10924: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
10925:
10926: * src/classes/: date.C, image.C: improvement diagnostics:
10927: $now[^date::create[$undefined]] now is error
10928:
10929: * src/main/pa_common.C: read errors would now be reported 'actually
10930: read -1 bytes'
10931:
10932: 2003-10-24 paf
10933:
10934: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
10935: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
10936: src/main/Makefile.am, src/targets/cgi/Makefile.am,
10937: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
10938:
10939: 2003-10-22 paf
10940:
10941: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
10942:
10943: 2003-10-21 paf
10944:
10945: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
10946: fixed: string.match[g] without <'> option produced columns with
10947: NULL's, which gpf'ed at table.save time
10948:
10949: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
10950: recoursion' message with intensive throw-catches fixed: incorrect
10951: name and line (one name upper then needed) in error message about
10952: problems inside try block
10953:
10954: 2003-10-10 paf
10955:
10956: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
10957: check offset argument for validity did that in String::Body::pos
10958: myself http://i2/tasks/edit/?id=4577425257580789777
10959:
10960: 2003-10-07 paf
10961:
10962: * src/main/: compile.tab.C, compile.y: ^if ( better error:
10963: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
10964:
10965: 2003-10-03 paf
10966:
10967: * parser3.sln, src/include/pa_dictionary.h,
10968: src/main/pa_dictionary.C, src/main/pa_string.C,
10969: src/targets/cgi/parser3.vcproj: dictionary optimized by
10970: precalculating cstr&length
10971:
10972: 2003-10-02 paf
10973:
10974: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10975: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10976: main/pa_stylesheet_manager.C: bugfix: ^throw context were
10977: saved/restored incompletely http://www.parser.ru/forum/?id=21484
10978:
10979: 2003-09-30 paf
10980:
10981: * src/main/pa_string.C: string::replace bug fix [were ignoring
10982: occurrances after lang-mismatched
10983:
10984: 2003-09-29 paf
10985:
10986: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
10987: helper
10988:
10989: * src/main/pa_string.C: string::serialize bug fix with
10990: zero-terminator
10991:
10992: * src/classes/table.C: ^nameless_table.save column row now has no
10993: \t at the end
10994:
10995: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
10996: @postprocess now takes $response:body/download
10997:
10998: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
10999: error message
11000:
11001: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
11002:
11003: * src/classes/table.C: bugfix: flip: must produce nameless
11004: http://i2/tasks/edit/?id=4573405524674081244
11005:
11006: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
11007: main/helpers/simple_folding.pl: utf-8 upper/lower
11008:
11009: * src/main/pa_common.C: bugfix: utf signature were not ignored due
11010: to typo error http://i2/tasks/edit/?id=4573354650786434584
11011:
11012: 2003-09-26 paf
11013:
11014: * src/main/untaint.C: removed needless field
11015:
11016: * src/main/untaint.C: removed needless const
11017:
11018: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
11019: String.for_each bug fixed [omited one-char cases]
11020:
11021: * src/include/pa_stack.h: bugfix: before collecting garbage,
11022: runtime-executor stack were cleared... BADLY
11023:
11024: * src/main/pa_string.C: ^stirng.replace code used old
11025: param-convention on langs.append, fixed that search fo the like,
11026: found none
11027:
11028: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
11029: string::serialize/deserialize implemented Language enum assigned
11030: meaningful letters [more convinient for debugging. read warning
11031: before adding/changing anything]
11032:
11033: 2003-09-25 paf
11034:
11035: * src/: include/pa_string.h, include/pa_version.h,
11036: main/pa_string.C, main/untaint.C: templates and anonymous unions
11037: differences on unix
11038:
11039: * parser3.sln, src/classes/file.C, src/classes/image.C,
11040: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
11041: src/classes/xdoc.C, src/classes/xnode.C,
11042: src/include/pa_cache_managers.h, src/include/pa_charset.h,
11043: src/include/pa_charsets.h, src/include/pa_common.h,
11044: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
11045: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
11046: src/include/pa_table.h, src/lib/cord/cordbscs.c,
11047: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
11048: src/lib/cord/include/cord.h, src/main/compile.tab.C,
11049: src/main/compile_tools.h, src/main/pa_charset.C,
11050: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
11051: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11052: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
11053: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
11054: src/types/pa_vmail.C, src/types/pa_vmath.C,
11055: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
11056: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
11057:
11058: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
11059: functions aligned to that of eeparser3 look
11060:
11061: * src/lib/cord/cordprnt.c: removed warnings
11062:
11063: 2003-09-24 paf
11064:
11065: * src/: classes/file.C, classes/image.C, classes/mail.C,
11066: classes/op.C, classes/xdoc.C, classes/xnode.C,
11067: include/pa_cache_managers.h, include/pa_charset.h,
11068: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
11069: include/pa_sql_driver_manager.h, include/pa_string.h,
11070: include/pa_stylesheet_manager.h, include/pa_table.h,
11071: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
11072: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
11073: main/pa_sql_driver_manager.C, main/pa_string.C,
11074: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
11075: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
11076: types/pa_vstateless_class.h, types/pa_vstatus.C,
11077: types/pa_vxnode.C: v() functions of String::Body,
11078: String::Languages and String itself StringBody->String::Body
11079:
11080: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11081: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
11082: never optimized anything. todo: somehow speed up harder cases:
11083: concatenationA+concatenationB when last block of A and first of B
11084: contain same letters
11085:
11086: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11087: lib/cord/include/cord.h: langs: speed up by joining adjucent
11088: blocks of same char [CORD_append_block]
11089:
11090: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11091: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
11092: save space by extending blocks when appending block with c ==
11093: lastblock.c
11094:
11095: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
11096: working yet :( but more working &understood :)
11097:
11098: * src/: classes/table.C, include/pa_string.h,
11099: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
11100:
11101: 2003-09-23 paf
11102:
11103: * src/main/untaint.C: $a[ok!] $a works!
11104:
11105: * src/main/untaint.C: something even more works :)
11106:
11107: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11108: something more works :)
11109:
11110: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11111: lib/cord/cordxtra.c: something already works :)
11112:
11113: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
11114: serialize&deserialize
11115:
11116: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
11117: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
11118: main/untaint.C: main idea implemented, details left
11119:
11120: 2003-09-22 paf
11121:
11122: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
11123:
11124: * src/classes/xnode.C: copy/paste comment bugfix
11125:
11126: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
11127: allocator returns 0, just die.
11128: http://i2/tasks/edit/?id=4570798492410259445
11129:
11130: * src/classes/xdoc.C: copy/paste comment bugfix
11131:
11132: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
11133: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
11134: xnode: getAttributeNS setAttributeNS removeAttributeNS
11135: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
11136:
11137: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
11138: chars due to bitwise operation signed-char error]
11139:
11140: 2003-09-19 paf
11141:
11142: * src/types/pa_wcontext.C: output message: more practical
11143: suggestion
11144:
11145: * src/main/pa_common.C, operators.txt: merged
11146: $f[^file::load[binary;http://...]] $f.tables
11147:
11148: 2003-09-02 paf
11149:
11150: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
11151: flush stdout without referencing 'stdout' symbol. to hell with
11152: non-ansi libraries without 'stdout' symbol
11153:
11154: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
11155: unix (users reported problems with some old libc)
11156:
11157: * src/types/pa_vdate.h: forgot initializer
11158:
11159: 2003-09-01 paf
11160:
11161: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
11162: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
11163: zone]
11164:
11165: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
11166:
11167: 2003-08-19 paf
11168:
11169: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
11170: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
11171: simplified a little
11172:
11173: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
11174: [lost fix from 3.0.8]
11175:
11176: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
11177: visible here }
11178:
11179: bug fix
11180:
11181: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
11182:
11183: * src/main/compile.tab.C: initialized couple of variables about
11184: which user reported runtime problems when parser were compiled
11185: with VC7, warning level4. study shows that later in bison
11186: they've fixed that. would migrate to latest bison someday
11187:
11188: * src/types/pa_vmail.C: turned off recoding in gmime (were still
11189: recoding headers)
11190:
11191: * src/types/pa_vmail.C: works as before, same charset problems:
11192: gmime recodes to UTF-8 only headers, not body. so not recoding
11193: anything for now
11194:
11195: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
11196: problems with body
11197:
11198: * src/types/pa_vmail.C: mail_receive just compiled
11199:
11200: 2003-08-18 paf
11201:
11202: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11203: main/main.vcproj, types/types.vcproj: win32: continued process
11204: detaching from \parser3project directory
11205:
11206: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
11207: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
11208: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
11209: src/lib/pcre/pcre_dftables.dsp,
11210: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
11211: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
11212: src/types/types.dsp: moved to MSVC 7
11213:
11214: * gnu.vcproj.vspscc, parser3.vssscc,
11215: src/classes/classes.vcproj.vspscc,
11216: src/lib/cord/cord.vcproj.vspscc,
11217: src/lib/ltdl/libltdl.vcproj.vspscc,
11218: src/lib/md5/md5.vcproj.vspscc,
11219: src/lib/pcre/pcre_dftables.vcproj.vspscc,
11220: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
11221: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
11222: src/targets/isapi/parser3isapi.vcproj.vspscc,
11223: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
11224: moved to MSVC 7
11225:
11226: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
11227: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
11228: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11229: src/lib/pcre/pcre_dftables.vcproj,
11230: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
11231: src/targets/cgi/parser3.vcproj,
11232: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11233: new VS project files
11234:
11235: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
11236: .NET to detect Jalindi Igloo capabilities.
11237:
11238: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101 moko 11239: src/classes/classes.awk, src/doc/footer.htm,
11240: src/include/pa_config_fixed.h, src/include/pa_version.h,
11241: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 11242: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
11243: src/types/pa_vmail.C: merged 3.1.0 latest changes
11244:
11245: 2003-08-15 paf
11246:
11247: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11248: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
11249:
11250: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11251: non-ascii <yyy> now encoded correctly
11252:
11253: 2003-07-29 paf
11254:
1.101 moko 11255: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
11256: dist
1.95 moko 11257:
11258: * src/types/pa_vmail.C: just started --with-mail-receive
11259:
11260: 2003-07-28 paf
11261:
1.101 moko 11262: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
11263: dependence in src/classes, src/lib/gc now in dist
1.95 moko 11264:
11265: * src/main/pa_string.C: ^cache bug fix [were not working at all]
11266:
11267: 2003-07-25 paf
11268:
11269: * src/doc/footer.htm: year
11270:
11271: 2003-07-24 paf
11272:
11273: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
11274: fix
11275:
11276: * src/include/pa_version.h: release
11277:
1.101 moko 11278: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 11279:
11280: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
11281: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
11282: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
11283: getting rid of win32xml pseudo project
11284:
11285: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
11286:
1.101 moko 11287: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
11288: configure.in, operators.txt, parser3.dsw,
1.95 moko 11289: etc/parser3.charsets/koi8-r.cfg,
1.101 moko 11290: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 11291: src/classes/classes.C, src/classes/classes.awk,
11292: src/classes/classes.dsp, src/classes/classes.h,
11293: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11294: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11295: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11296: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11297: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11298: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11299: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
11300: src/doc/string.dox, src/include/Makefile.am,
1.101 moko 11301: src/include/pa_array.h, src/include/pa_cache_managers.h,
11302: src/include/pa_charset.h, src/include/pa_charsets.h,
11303: src/include/pa_common.h, src/include/pa_config_auto.h.in,
11304: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
11305: src/include/pa_dictionary.h, src/include/pa_dir.h,
11306: src/include/pa_exception.h, src/include/pa_exec.h,
11307: src/include/pa_globals.h, src/include/pa_hash.h,
11308: src/include/pa_memory.h, src/include/pa_opcode.h,
11309: src/include/pa_operation.h, src/include/pa_pool.h,
11310: src/include/pa_pragma_pack_begin.h,
1.95 moko 11311: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
11312: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
11313: src/include/pa_sapi.h, src/include/pa_socks.h,
11314: src/include/pa_sql_connection.h,
11315: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
11316: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
11317: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11318: src/include/pa_threads.h, src/include/pa_types.h,
1.101 moko 11319: src/include/pa_uue.h, src/lib/Makefile.am,
11320: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
11321: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
11322: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
11323: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 11324: src/lib/cord/include/ec.h,
11325: src/lib/cord/include/private/Makefile.am,
11326: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101 moko 11327: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
11328: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 11329: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101 moko 11330: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
11331: src/main/compile_tools.C, src/main/compile_tools.h,
11332: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
11333: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11334: src/main/pa_charsets.C, src/main/pa_common.C,
11335: src/main/pa_dictionary.C, src/main/pa_dir.C,
11336: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 11337: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
11338: src/main/pa_request.C, src/main/pa_socks.C,
11339: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11340: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101 moko 11341: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
11342: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
11343: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
11344: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
11345: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
11346: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
11347: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 11348: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11349: src/targets/isapi/parser3isapi.dsp,
11350: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101 moko 11351: src/types/pa_junction.h, src/types/pa_method.h,
11352: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 11353: src/types/pa_vclass.C, src/types/pa_vclass.h,
11354: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11355: src/types/pa_vcookie.h, src/types/pa_vdate.h,
11356: src/types/pa_vdouble.h, src/types/pa_venv.h,
11357: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
11358: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
11359: src/types/pa_vimage.C, src/types/pa_vimage.h,
11360: src/types/pa_vint.h, src/types/pa_vjunction.h,
11361: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
11362: src/types/pa_vmath.h, src/types/pa_vmemory.h,
11363: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11364: src/types/pa_vobject.C, src/types/pa_vobject.h,
11365: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
11366: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
11367: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
11368: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
11369: src/types/pa_vstatus.h, src/types/pa_vstring.C,
11370: src/types/pa_vstring.h, src/types/pa_vtable.C,
11371: src/types/pa_vtable.h, src/types/pa_vvoid.h,
11372: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11373: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11374: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
11375: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
11376: HEAD
11377:
11378: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
11379: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
11380: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
11381: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
11382: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
11383: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
11384: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
11385: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
11386: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
11387: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
11388: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
11389: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
11390: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
11391: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
11392: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
11393: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
11394: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
11395: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
11396: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
11397: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
11398: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
11399: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
11400: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
11401: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
11402: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
11403: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
11404: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
11405: outputs/create-dir, results/001.processed, results/002.processed,
11406: results/003.processed, results/004.processed,
11407: results/005.processed, results/006.processed,
11408: results/007.processed, results/008.processed,
11409: results/009.processed, results/010.processed,
11410: results/011.processed, results/012.processed,
11411: results/013.processed, results/014.processed,
11412: results/015.processed, results/016.processed,
11413: results/017.processed, results/018.processed,
11414: results/019.processed, results/020.processed,
11415: results/021.processed, results/022.processed,
11416: results/023.processed, results/024.processed,
11417: results/025.processed, results/026.processed,
11418: results/027.processed, results/028.processed,
11419: results/029.processed, results/030.processed,
11420: results/031.processed, results/032.processed,
11421: results/033.processed, results/034.processed,
11422: results/035.processed, results/036.processed,
11423: results/037.processed, results/038.processed,
11424: results/039.processed, results/040.processed,
11425: results/041.processed, results/042.processed,
11426: results/043.processed, results/044.processed,
11427: results/045.processed, results/046.processed,
11428: results/047.processed, results/048.processed,
11429: results/049.processed, results/050.processed,
11430: results/051.processed, results/052.processed,
11431: results/053.processed, results/054.processed,
11432: results/055.processed, results/056.processed,
11433: results/057.processed, results/058.processed,
11434: results/059.processed, results/060.processed,
11435: results/061.processed, results/062.processed,
11436: results/063.processed, results/064.processed,
11437: results/065.processed, results/066.processed,
11438: results/067.processed, results/068.processed,
11439: results/069.processed, results/070.processed,
11440: results/071.processed, results/072.processed,
11441: results/073.processed, results/074.processed,
11442: results/075.processed, results/076.processed,
11443: results/077.processed, results/078.processed,
11444: results/079.processed, results/080.processed,
11445: results/081.processed, results/082.processed,
11446: results/083.processed, results/084.processed,
11447: results/085.processed, results/086.processed,
11448: results/087.processed, results/088.processed,
11449: results/089.processed, results/090.processed,
11450: results/091.processed, results/092.processed,
11451: results/093.processed, results/094.processed,
11452: results/095.processed, results/096.processed,
11453: results/097.processed, results/098.processed,
11454: results/099.processed, results/100.processed,
11455: results/101.processed, results/102.processed,
11456: results/103.processed, results/104.processed,
11457: results/105.processed, results/106.processed,
11458: results/107.processed, results/108.processed,
11459: results/109.processed, results/110.processed,
11460: results/111.processed, results/112.processed,
11461: results/113.processed, results/114.processed,
11462: results/115.processed, results/116.processed,
11463: results/117.processed, results/118.processed,
11464: results/119.processed, results/120.processed,
11465: results/121.processed, results/122.processed,
11466: results/123.processed, results/124.processed,
11467: results/125.processed, results/126.processed,
11468: results/127.processed, results/128.processed,
11469: results/129.processed, results/130.processed,
11470: results/131.processed, results/132.processed,
11471: results/133.processed, results/134.processed,
11472: results/135.processed, results/136.processed,
11473: results/137.processed, results/138.processed,
11474: results/139.processed, results/140.processed,
11475: results/141.processed: merged(copied) to HEAD from template_gc
11476:
11477: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
11478: towards \parser3project not having to be in root
11479:
11480: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
11481: module compiled [were minor unnecessary changes in lib/md5
11482: interface]
11483:
11484: * src/include/pa_version.h: release
11485:
11486: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
11487:
11488: * src/classes/math.C: merged uuid bugfix
11489:
11490: * tests/: 141.html, results/141.processed: fixed bug with
11491: too-small-a-buffer
11492:
11493: * src/classes/math.C: uuid bugfix
11494:
11495: * tests/: 141.html, Makefile, results/005.processed,
11496: results/030.processed, results/075.processed,
11497: results/078.processed: to reflect date format change (were -
11498: become ' ')
11499:
11500: * src/classes/math.C: uuid bugfix
11501:
11502: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
11503: debug/release changes
11504:
11505: * src/lib/md5/pa_md5c.c: PA_ -> pa_
11506:
11507: 2003-07-23 paf
11508:
11509: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
11510: renamed a little [to move to comman naming conv]
11511:
1.101 moko 11512: * src/targets/Makefile.am: apache13 splitted to simplify apache
11513: build
1.95 moko 11514:
11515: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
11516: main/pa_request.C, main/pa_sql_driver_manager.C,
11517: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
11518: stack top_index() fixed
11519:
11520: * src/main/pa_globals.C: minor style changes
11521:
11522: * src/: classes/op.C, include/pa_sql_connection.h: connection
11523: closing/caching fixed [connections were not closed/put to cache]
11524:
11525: 2003-07-22 paf
11526:
11527: * INSTALL: gc part updated stightly
11528:
11529: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
11530: new sapi interface
11531:
11532: * src/classes/file.C: comment on OS
11533:
11534: * src/main/pa_string.C: removed reduntant invariant check [there is
11535: one deeper in cord lib]
11536:
11537: * src/main/pa_exec.C: on win32 bugfix in handling shbang
11538:
11539: * src/main/pa_memory.C: out of memory is no longer coredump
11540:
11541: * INSTALL: disable-threads adviced
11542:
11543: 2003-07-21 paf
11544:
1.101 moko 11545: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 11546:
11547: * src/classes/file.C: file::exec/cgi environment variables now must
11548: be UPPERCASE and A-Z 0-9 _-
11549:
11550: * src/classes/file.C: env passing fixed
11551:
11552: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
11553:
11554: * src/main/pa_common.C: http:// CRLF now
11555:
11556: 2003-07-02 paf
11557:
11558: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
11559: fields to reflect their real meaning
11560:
11561: 2003-06-27 paf
11562:
11563: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
11564: include/pa_hash.h, main/pa_charset.C: merged from HEAD
11565: file::exec/cgi .charset
11566:
11567: 2003-06-26 paf
11568:
11569: * ChangeLog, src/classes/file.C, src/classes/hash.C,
11570: src/classes/image.C, src/classes/op.C, src/classes/string.C,
11571: src/classes/table.C: fixed several uninitialized local
11572: structures. notably ^hash.foreach now inserts delimiters
11573: properly [were inserting it before first body]
11574:
11575: 2003-06-24 paf
11576:
11577: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
11578:
11579: 2003-06-20 paf
11580:
11581: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
11582: src/main/pa_globals.C: introducing
11583: $f[^file::load[binary;http://...]] $f.tables
11584:
11585: 2003-06-06 paf
11586:
11587: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
11588: table. [were method lookup: inconsistent]
11589:
11590: 2003-06-02 paf
11591:
11592: * src/include/pa_memory.h: empty string clone fixed to return
11593: writable memory
11594:
11595: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
11596: were not appended] which violated string invariant
11597:
11598: 2003-05-30 paf
11599:
11600: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
11601: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
11602:
11603: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
11604: GMT ; RFC 822, updated by RFC 1123
11605:
11606: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
11607: targets/isapi/parser3isapi.C: initialized request_info properly
11608:
11609: * src/classes/xnode.C: found minor bug, commended for future
11610:
11611: 2003-05-28 paf
11612:
11613: * src/classes/form.C: request_info.content_length can't be <0,
11614: size_t for some time
11615:
11616: 2003-05-26 paf
11617:
11618: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
11619: forgotten <0 changed to !=STRING_NOT_FOUND
11620:
11621: * src/classes/math.C: merged ffffu from HEAD
11622:
11623: 2003-05-11 paf
11624:
11625: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
11626:
11627: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
11628: premature doc free. transformed document had xmlDoc reference
11629: stored to non-gc-memory (libgdome) added holding-reference
11630:
11631: 2003-04-29 paf
11632:
11633: * src/main/pa_globals.C: started digging on double free. on win32
11634: found that that's perfectly normal.
11635:
11636: 2003-04-25 paf
11637:
11638: * src/classes/table.C: table.join bug fix [bad limit check]
11639:
11640: * src/classes/math.C: merged from HEAD: simpiler hash_string
11641:
11642: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
11643: print anything. changed to quicker and simplier code
11644:
11645: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
11646: strict a check]
11647:
11648: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
11649:
11650: 2003-04-24 paf
11651:
11652: * src/include/pa_table.h: too strict assert loosened
11653:
11654: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
11655: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
11656: report
11657:
11658: 2003-04-21 paf
11659:
1.101 moko 11660: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 11661:
11662: * src/main/pa_globals.C: pcre memory management changed to use GC
11663: memory
11664:
11665: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
11666: xmlMallocAtomic [author agreed to my suggestion], used that
11667:
11668: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
11669:
11670: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
11671: types/pa_vmail.C: attributed_meaning_to_string added
11672: L_UNSPECIFIED piece which was sortof OK, but violated string
11673: invariant [assertion barked on that] changed to L_PASS_APPEND,
11674: made that param obligatory
11675:
11676: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
11677: fixed [assert helped]
11678:
11679: * src/include/pa_string.h: assert added [looking for bug]
11680:
11681: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
11682: names on Win32 considered disk-global
11683:
11684: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
11685: considered disk-global
11686:
11687: 2003-04-18 paf
11688:
11689: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
11690: filenames
11691:
11692: * src/main/untaint.C: enabled '~' letter in filenames
11693:
11694: 2003-04-16 paf
11695:
11696: * src/classes/file.C: small bug introduced in autoptr times fixed
11697:
11698: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
11699: HEAD
11700:
1.101 moko 11701: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 11702:
11703: 2003-04-15 paf
11704:
11705: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11706: src/lib/md5/pa_md5c.c, tests/141.html,
11707: tests/results/141.processed: merged from head ^math:uuid[]
11708: ^math:uid64[] ^math:md5[string]
11709:
11710: test added: 141.html
11711:
11712: * operators.txt, src/classes/math.C: ^math:uid64[]
11713:
11714: * src/classes/math.C: ^math:uuid[]
11715:
11716: * operators.txt, src/classes/math.C: ^math:uuid[]
11717:
11718: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11719: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
11720:
11721: * operators.txt, src/classes/file.C, src/include/pa_common.h,
11722: src/include/pa_config_fixed.h, src/main/pa_common.C:
11723: ^file::load[mode;name; $.offset $.limit
11724:
11725: 2003-04-14 paf
11726:
11727: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
11728: started ^math:md5
11729:
11730: * src/classes/table.C, src/include/pa_array.h,
11731: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
11732: tests/results/140.processed: table $.reverse option works in
11733: create&co table $.distinct[tables] bug fix merged
11734:
11735: * src/: classes/table.C, include/pa_table.h: table
11736: $.distinct[tables] bug fixed
11737:
11738: * src/classes/table.C: more warnings
11739:
11740: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
11741: removed checks in table::set_current, moved them back to
11742: table::locate implemented table::create/join ñ $.reverse
11743:
11744: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
11745: removed checks in table::set_current, moved them back to
11746: table::locate
11747:
11748: 2003-04-11 paf
11749:
11750: * operators.txt, src/classes/date.C, src/classes/table.C,
11751: src/include/pa_array.h, src/include/pa_common.h,
11752: src/include/pa_config_includes.h, src/include/pa_string.h,
11753: src/include/pa_table.h, src/main/pa_request.C,
11754: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11755: src/main/pa_table.C: merged from HEAD from
11756: before_append_array_limit_sense_change to
11757: after_append_array_limit_sense_change
11758:
11759: * src/classes/table.C: typo
11760:
11761: * operators.txt, src/classes/date.C, src/classes/table.C,
11762: src/include/pa_array.h, src/include/pa_common.h,
11763: src/include/pa_config_includes.h, src/include/pa_globals.h,
11764: src/include/pa_table.h, src/main/pa_array.C,
11765: src/main/pa_globals.C, src/main/pa_request.C,
11766: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11767: src/main/pa_table.C: append_array_limit_sense_change locate
11768: accepts options same as create new option: $.reverse(1) [do not
11769: work in table::create]
11770:
11771: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
11772: (stat xxx,
11773:
11774: * src/classes/: table.C: typo
11775:
11776: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
11777: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
11778: results/130.processed, results/131.processed,
11779: results/132.processed, results/133.processed,
11780: results/134.processed, results/135.processed,
11781: results/136.processed, results/137.processed,
11782: results/138.processed, results/139.processed: added few mustfail
11783: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
11784: date/time 132.html mustfail: access to junction outside of
11785: context 133.html mustfail: access to junction outside of context,
11786: case version 134.html mustfail: hash: adding a key inside of
11787: foreach 135.html mustfail: modifying system class 136.html
11788: mustfail: $.name outside of $hash[here] 137.html mustfail:
11789: appendChild without import 138.html mustfail: invalid encoding
11790: inside of xml 139.html mustfail: bad XPath
11791:
11792: * operators.txt, src/classes/table.C, tests/084.html,
11793: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
11794: tests/129.html, tests/results/125.processed,
11795: tests/results/126.processed, tests/results/127.processed,
11796: tests/results/128.processed, tests/results/129.processed: merged
11797: from HEAD ^table.hash[key][$.distinct[tables]]
11798:
11799: maked appropriate tests [changed one old nonconforming]
11800:
11801: * operators.txt, src/classes/table.C:
11802: ^table.hash[key][$.distinct[tables]]
11803:
11804: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11805: merged fix for found very old xml (dom) bug: were passing
11806: domString objects and later ERROREOUSLY freed them
11807:
11808: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
11809: src/main/pa_charset.C: re-added libgdome patch. regretfully
11810: libgdome bug can not be worked around
11811:
11812: 2003-04-10 paf
11813:
11814: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11815: found very old xml (dom) bug: were passing domString objects and
11816: later ERROREOUSLY freed them
11817:
11818: * src/doc/string.dox, src/include/pa_memory.h,
11819: src/include/pa_string.h, src/lib/cord/cordbscs.c,
11820: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
11821: tests/123.html, tests/124.html, tests/results/001.processed,
11822: tests/results/002.processed, tests/results/003.processed,
11823: tests/results/004.processed, tests/results/005.processed,
11824: tests/results/006.processed, tests/results/008.processed,
11825: tests/results/009.processed, tests/results/010.processed,
11826: tests/results/011.processed, tests/results/012.processed,
11827: tests/results/013.processed, tests/results/014.processed,
11828: tests/results/015.processed, tests/results/016.processed,
11829: tests/results/017.processed, tests/results/018.processed,
11830: tests/results/020.processed, tests/results/021.processed,
11831: tests/results/022.processed, tests/results/023.processed,
11832: tests/results/024.processed, tests/results/025.processed,
11833: tests/results/026.processed, tests/results/027.processed,
11834: tests/results/028.processed, tests/results/029.processed,
11835: tests/results/030.processed, tests/results/031.processed,
11836: tests/results/032.processed, tests/results/033.processed,
11837: tests/results/034.processed, tests/results/035.processed,
11838: tests/results/036.processed, tests/results/037.processed,
11839: tests/results/038.processed, tests/results/039.processed,
11840: tests/results/040.processed, tests/results/041.processed,
11841: tests/results/042.processed, tests/results/043.processed,
11842: tests/results/044.processed, tests/results/045.processed,
11843: tests/results/046.processed, tests/results/047.processed,
11844: tests/results/048.processed, tests/results/049.processed,
11845: tests/results/050.processed, tests/results/051.processed,
11846: tests/results/052.processed, tests/results/053.processed,
11847: tests/results/054.processed, tests/results/055.processed,
11848: tests/results/056.processed, tests/results/057.processed,
11849: tests/results/058.processed, tests/results/059.processed,
11850: tests/results/060.processed, tests/results/061.processed,
11851: tests/results/062.processed, tests/results/063.processed,
11852: tests/results/064.processed, tests/results/065.processed,
11853: tests/results/066.processed, tests/results/067.processed,
11854: tests/results/068.processed, tests/results/069.processed,
11855: tests/results/070.processed, tests/results/071.processed,
11856: tests/results/072.processed, tests/results/073.processed,
11857: tests/results/074.processed, tests/results/075.processed,
11858: tests/results/076.processed, tests/results/077.processed,
11859: tests/results/078.processed, tests/results/079.processed,
11860: tests/results/080.processed, tests/results/081.processed,
11861: tests/results/082.processed, tests/results/083.processed,
11862: tests/results/084.processed, tests/results/085.processed,
11863: tests/results/086.processed, tests/results/087.processed,
11864: tests/results/088.processed, tests/results/089.processed,
11865: tests/results/090.processed, tests/results/091.processed,
11866: tests/results/092.processed, tests/results/093.processed,
11867: tests/results/094.processed, tests/results/095.processed,
11868: tests/results/096.processed, tests/results/097.processed,
11869: tests/results/101.processed, tests/results/102.processed,
11870: tests/results/104.processed, tests/results/105.processed,
11871: tests/results/106.processed, tests/results/107.processed,
11872: tests/results/108.processed, tests/results/109.processed,
11873: tests/results/110.processed, tests/results/111.processed,
11874: tests/results/112.processed, tests/results/113.processed,
11875: tests/results/114.processed, tests/results/115.processed,
11876: tests/results/116.processed, tests/results/117.processed,
11877: tests/results/118.processed, tests/results/119.processed,
11878: tests/results/120.processed, tests/results/121.processed,
11879: tests/results/122.processed, tests/results/123.processed,
11880: tests/results/124.processed: new convention: char* never 0.
11881: assert in cord on that
11882:
11883: * src/main/pa_charset.C: couple more asserts
11884:
11885: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
11886: speedup
11887:
11888: * src/main/pa_charset.C: couple assertions on fantastic situations
11889: added [may be those is the case now?]
11890:
11891: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11892: that's memory from gc_malloc, not from g_malloc :(, but would
11893: hope]
11894:
11895: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11896: that's memory from gc_malloc, not from g_malloc :(, but would
11897: hope]
11898:
11899: * src/main/pa_charset.C: checked custom malloc for returning 0
11900:
11901: 2003-04-09 paf
11902:
11903: * src/classes/date.C: merged ^date.roll changes
11904:
11905: * src/classes/date.C: ^date.roll bug fix
11906:
11907: * src/classes/date.C: ^date.roll now throws less errors: month
11908: shifts handles end of month situation by reducing day number
11909: hour-hole shift reduces hour to recover
11910:
11911: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
11912: Sort by function time
11913:
11914: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
11915: http:// $.charset[] param done
11916:
11917: * tests/: 122.html, results/122.processed: 122 date test <= and ==
11918: added [after volatile fix. passes on win&intel-solaris]
11919:
11920: 2003-04-08 paf
11921:
11922: * src/: classes/file.C, classes/op.C, classes/table.C,
11923: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
11924: include/pa_common.h, include/pa_request_charsets.h,
11925: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11926: main/pa_exec.C, main/pa_request.C, main/untaint.C,
11927: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
11928: types/pa_vresponse.C: started http:// $.charset[] param and
11929: http response charset detection just compiled. todo:test
11930:
11931: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
11932:
11933: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
11934: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
11935: types/pa_vmail.C: changed transcode param converntion along with
11936: string creating convention -- all strings are zero-terminated,
11937: this allowed to fix one remaining String("123", 2) case
11938:
11939: * src/: classes/date.C, classes/file.C, classes/hash.C,
11940: classes/op.C, classes/string.C, classes/table.C,
11941: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
11942: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
11943: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11944: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
11945: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
11946: violated String::invariant. started fixing [not compiled now]
11947:
11948: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
11949: main/compile.tab.C, main/compile.y, main/pa_string.C,
11950: main/untaint.C, targets/cgi/parser3.C: number of string style
11951: improvements & optimizations
11952:
11953: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
11954: :(]
11955:
11956: * src/main/untaint.C: removed redundant & in CORD_pos param passing
11957: [for it's a pointer really]
11958:
11959: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
11960: 'n' param. worked that around
11961:
11962: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
11963: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
11964: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
11965: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
11966: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
11967:
11968: Thanks for the bug report and patch.
11969:
11970: I hadn't looked at this code in a while. Reading it now, it
11971: seems to me that the tests should also be ">= MAX_DEPTH" to
11972: comply with the invariant, though that may not matter a lot. I
11973: changed that, too.
11974:
11975: Hans
11976:
11977: 2003-04-07 paf
11978:
11979: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
11980: merged from head:safe mode error message now includes numbers
11981:
11982: * src/main/execute.C: n-th attempt to make a=a work with double.
11983: problem: as_double returns it's result in fp-register compiler
11984: optimizes access to that register after b->as_double, and just
11985: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11986: from memory. _SAME_ double values do not match here. when
11987: forced to REload fp-register, values do match.
11988:
11989: tried to make them volatile.
11990:
11991: * src/main/execute.C: n-th attempt to make a=a work with double.
11992: problem: as_double returns it's result in fp-register compiler
11993: optimizes access to that register after b->as_double, and just
11994: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11995: from memory. _SAME_ double values do not match here. when
11996: forced to REload fp-register, values do match.
11997:
11998: tried to make them volatile.
11999:
12000: * src/types/pa_vobject.h: small style change
12001:
12002: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
12003:
12004: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
12005: mode error message now includes numbers
12006:
12007: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
12008: now causes death
12009:
12010: 2003-04-04 paf
12011:
12012: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
12013: incorportated pa_exec patch by From: "Victor Fedoseev"
12014: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
12015: Sent: Thursday, January 23, 2003 9:14 AM
12016:
12017: huge speedup on ^file::cgi with big result
12018:
12019: * src/classes/table.C: sort table with 0 rows bug fixed
12020:
12021: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
12022: fix http://i2/tasks/edit/?id=4493701604654042676
12023:
12024: @main[] $with_default[ $.a[1] $._default[default from
12025: with_default] ] ^show[$with_default]
12026:
12027: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12028: =$to_add_to.xxx=<br>
12029:
12030: ^show[$to_add_to]
12031:
12032: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12033: ^show[$cloned]
12034:
12035: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12036:
12037: } <hr>
12038:
12039: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
12040: http://i2/tasks/edit/?id=4493701604654042676
12041:
12042: @main[] $with_default[ $.a[1] $._default[default from
12043: with_default] ] ^show[$with_default]
12044:
12045: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12046: =$to_add_to.xxx=<br>
12047:
12048: ^show[$to_add_to]
12049:
12050: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12051: ^show[$cloned]
12052:
12053: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12054:
12055: } <hr>
12056:
12057: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
12058: http://i2/tasks/edit/?id=4507350336410850921
12059:
12060: * src/classes/xdoc.C: memory allocation func bugfix
12061: http://i2/tasks/edit/?id=4499303470368629745
12062:
12063: * src/classes/math.C: allowed random 1...
12064:
12065: * src/classes/math.C: allowed random 0..
12066:
12067: * src/main/pa_globals.C: exif mem leak
12068: http://i2/tasks/edit/?id=4480590323629807263
12069:
12070: * src/: classes/classes.dsp, main/main.dsp,
12071: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
12072: fix http://i2/tasks/edit/?id=4493946731322521294
12073: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
12074:
12075: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12076: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
12077: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
12078: links to xml libs made relative, no need to unpack parser3project
12079: to /parser3project.
12080:
12081: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
12082: column more precise - tab handling bug fixed
12083:
12084: * src/main/: compile.tab.C, compile.y: more understandable error
12085: message in case @CLASS with more then one line inside
12086:
12087: * src/targets/cgi/parser3.C: more understandable error message in
12088: case of errors in @unhandled_exception
12089:
12090: 2003-04-03 paf
12091:
12092: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
12093: src/main/compile.tab.C, src/main/compile.y,
12094: src/main/compile_tools.C, src/main/compile_tools.h,
12095: src/main/execute.C, src/main/pa_request.C: debug info format
12096: simplified, now it's: OP_VALUE Operation::Origin << here value*
12097:
12098: higher limits: file number (max: 255) line number (max:
12099: 64535) column number (max: 255)
12100:
12101: * src/classes/math.C: top limit
12102:
12103: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
12104: precise parse error position in case of
12105:
12106: ^bug ]
12107:
12108: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
12109: changed to realities, and passed [bug fixed]
12110:
12111: * src/: classes/op.C, include/pa_request.h, main/compile.C,
12112: main/compile.tab.C, main/compile.y, main/compile_tools.C,
12113: main/compile_tools.h, main/pa_request.C: introducing
12114: ^process...[main-method-alias]
12115:
12116: * src/: classes/date.C, classes/image.C, classes/op.C,
12117: classes/string.C, classes/table.C, classes/xdoc.C,
12118: types/pa_vmethod_frame.h: MethodParams& now [methods without
12119: params receive zero reference, but they are expected not to look
12120: there]
12121:
12122: * operators.txt, src/classes/date.C, src/classes/double.C,
12123: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12124: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12125: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12126: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12127: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12128: src/main/execute.C, src/types/pa_method.h: MethodParams& now
12129: [methods without params receive zero reference, but they are
12130: expected not to look there]
12131:
12132: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12133: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
12134: ^process...[filename] useful for better error reporting
12135: [file/line/col]
12136:
12137: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
12138: types/pa_vstring.h: slightly improved error messages text: 1. is
12139: '%s', it 2. method undefined in case of ^void[]
12140:
12141: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12142: include/pa_types.h, main/execute.C, main/pa_request.C: exception
12143: handling done. now we have error columns todo: test it
12144:
12145: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
12146: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
12147:
12148: this makes life easier: were: bad stack order -- were in
12149: exception catch unwind order, which didn't match execution order
12150:
12151: @main[] ^try{ ^first[] }{ ^throw[c;3] }
12152:
12153: @first[] ^throw[a;1]
12154:
12155: showed throw a first throw b try
12156:
12157: which is no good
12158:
12159: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12160: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
12161: trace reset after handled exception [old bug fixed]
12162:
12163: * src/main/: compile.tab.C, compile.y: parse position old bug
12164: fixed. position reporting made precise [both, in parse erros and
12165: runtime errors]
12166:
12167: 2003-04-02 paf
12168:
12169: * src/: include/pa_operation.h, include/pa_request.h,
12170: main/compile.C, main/compile.tab.C, main/compile.y,
12171: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12172: main/pa_exception.C, main/pa_request.C: debug info: started
12173: using. todo:complete
12174:
12175: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
12176: main/compile.C, main/compile.tab.C, main/compile.y,
12177: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12178: main/pa_request.C: prepared debug info todo:use it
12179:
12180: * src/include/pa_operation.h: strange mistake fixed: forgot to
12181: return Operation class->union after switching from autoptrs.
12182:
12183: * tests/: Makefile, results/108.processed, results/117.processed:
12184: meta considered OK [it's up to coder now to remove it not needed]
12185:
12186: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
12187: Dictionary constructor when moved to gc]
12188:
12189: * src/main/pa_common.C: uncommented http:// file loading
12190:
12191: * src/include/pa_array.h, src/main/execute.C,
12192: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
12193: fix [gdGrowingBuf]
12194:
12195: * configure.in, src/lib/Makefile.am: removed patches
12196:
12197: * configure, src/include/pa_config_auto.h.in,
12198: src/main/pa_charset.C: --enable-assertions autoconf-ed
12199:
12200: * src/main/pa_common.C: uncommented http:// file loading
12201:
12202: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
12203: xdoc::create/load
12204:
12205: * src/: classes/form.C, classes/hash.C, classes/image.C,
12206: classes/string.C, classes/table.C, classes/void.C,
12207: include/pa_common.h, main/pa_common.C, main/pa_request.C,
12208: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
12209: String::String(str,helper_length) are checked. found/fixed one
12210: place: $request:body now zero-terminated,
12211:
12212: * src/: classes/op.C, classes/table.C, include/pa_request.h,
12213: main/compile_tools.C, main/execute.C, types/pa_value.h,
12214: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
12215: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12216: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12217: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
12218: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12219: types/pa_vxnode.h: more locally scoped vars in execute (more
12220: easily optimizable)
12221:
12222: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
12223: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
12224:
12225: * src/: include/pa_array.h, include/pa_stack.h,
12226: include/pa_string.h, main/compile_tools.C, main/main.dsp,
12227: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
12228: become assertion iterator in methodframe filler
12229:
12230: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
12231: targets/cgi/parser3.C: array::get/put inlined
12232:
12233: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
12234: gc_substitute_memory_management_functions +installed CORD_oom
12235: function
12236:
12237: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
12238: src/include/pa_config_includes.h, src/include/pa_string.h,
12239: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
12240: src/targets/cgi/parser3.C: converted debug hacks to ANSI
12241: assertions started configure.in --enable-assertions
12242:
12243: 2003-04-01 paf
12244:
12245: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
12246: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
12247: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
12248: gdome uses glib memory, and stores last pointer to xmlDoc there,
12249: gc misses that and collects valid memory fixed by remembering
12250: xmlDoc from dom object in xdoc. todo: do something with
12251: premature free of xdoc with xnodes/node values referring into it
12252:
12253: * src/classes/: mail.C: typo fix
12254:
12255: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
12256: changes
12257:
12258: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
12259: main/pa_memory.C: moved memory debugging to global level: to
12260: pa_gc_malloc
12261:
12262: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
12263: debugging showed no errors. todo: debug parser memory
12264:
12265: * src/targets/cgi/: parser3.C, parser3.dsp: more build
12266: configurations
12267:
12268: * src/: classes/classes.dsp, include/pa_config_fixed.h,
12269: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
12270: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
12271: types/types.dsp: prepared xml-static configuration
12272:
12273: 2003-03-31 paf
12274:
12275: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
12276: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
12277: xml lib memory debugging, simple checks failed: it seems that
12278: library does realloc(bad ptr), and recording those ptrs in heap
12279: [for debugging] was bad: heap situation changes = everything
12280: works fine
12281:
12282: * src/: main/pa_charset.C, include/pa_charset.h: worked around
12283: xmlRegisterCharEncodingHandler limitation [currently imposed
12284: limit of 10 user-defined charsets]
12285:
12286: 2003-03-28 paf
12287:
12288: * src/main/execute.C: execution stack copied to local register
12289: variable, removed lots [~2e7) of memory accesses
12290:
12291: 2003-03-27 paf
12292:
12293: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
12294: works in debug, but fails in release todo: fix that
12295:
12296: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
12297: targets/cgi/parser3.C: forgot to merge XML memory funcs
12298: replacement from gc branch
12299:
12300: * src/main/pa_exec.C: introducing append_help_length [radical
12301: improvement here]
12302:
12303: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
12304: 'not recommened' in gc.h, on win32 noticed no difference]
12305:
12306: * src/include/pa_array.h: returned checked array get [were disabled
12307: for debugging] result:not slower [don't understand that, it were
12308: INLINED] todo: find out a way of inlining it!
12309:
12310: * src/: include/pa_string.h, lib/gc/include/gc.h,
12311: lib/gc/include/gc_fake.h, main/compile.tab.C,
12312: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
12313: convention changed: all resulting strings are zero-terminated
12314:
12315: * src/: classes/date.C, classes/file.C, classes/hash.C,
12316: classes/string.C, classes/table.C, classes/void.C,
12317: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
12318: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
12319: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
12320: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12321: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
12322: types/pa_vfile.C, types/pa_vmail.C: introducing
12323: append_help_length [radical improvement here]
12324:
12325: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
12326: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
12327: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
12328: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
12329: even slower
12330:
12331: * src/: classes/string.C, classes/table.C, include/pa_array.h,
12332: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
12333: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
12334: clients of &get(): most to use non-ref version, some[in tight
12335: places] to get_unchecked_ref
12336:
12337: * src/doc/memory.dox: forgot to add
12338:
12339: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
12340: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
12341: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
12342: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
12343: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12344: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
12345: targets/cgi/parser3.dsp, types/pa_vmail.C,
12346: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
12347: T>>&<< removed after Stack::pop wiping removed [moved to separate
12348: func] other Array & removed
12349:
12350: 2003-03-26 paf
12351:
12352: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
12353: classes/table.C, include/pa_array.h, include/pa_charset.h,
12354: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
12355: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12356: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
12357: main/main.dsp, main/pa_charset.C, main/pa_common.C,
12358: main/pa_exec.C, main/pa_sql_driver_manager.C,
12359: main/pa_stylesheet_manager.C, main/pa_table.C,
12360: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12361: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12362: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
12363: pre-evaluated .count() in some places
12364:
12365: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12366: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
12367: types/types.dsp: .dsp profiling updated
12368:
12369: * src/: classes/classes.dsp, lib/cord/cord.dsp,
12370: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
12371: targets/cgi/parser3.dsp, types/types.dsp: started profiling
12372:
12373: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
12374: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
12375: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
12376: use lib/gc,lib/cord
12377:
1.101 moko 12378: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
12379: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 12380: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
12381: src/include/pa_config_includes.h, src/include/pa_request.h,
12382: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12383: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101 moko 12384: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 12385: src/lib/cord/include/Makefile.am,
1.101 moko 12386: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
12387: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
12388: src/targets/cgi/Makefile.am, src/types/Makefile.am,
12389: src/types/pa_vclass.h, src/types/pa_vcookie.h,
12390: src/types/pa_vform.h, src/types/pa_vhash.h,
12391: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
12392: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
12393: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
12394: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
12395: funcs ported pa_exec
1.95 moko 12396:
12397: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
12398:
12399: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
12400: bundled gc includes
12401:
12402: * src/: classes/op.C, include/pa_array.h,
12403: include/pa_sql_connection.h, include/pa_string.h,
12404: include/pa_version.h, main/compile.tab.C, main/compile.y,
12405: main/execute.C, main/pa_common.C, main/pa_exception.C,
12406: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
12407: targets/cgi/parser3.dsp: a number of bugfixes [while testing
12408: first real site (aval)]
12409:
12410: 2003-03-25 paf
12411:
12412: * operators.txt, src/main/pa_sql_driver_manager.C,
12413: src/types/pa_vstatus.C: $status.memory used free since_compact
12414: process
12415:
12416: * src/: include/pa_sql_connection.h, main/pa_globals.C,
12417: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
12418:
12419: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
12420:
12421: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
12422: src/types/pa_value.h, src/types/pa_vfile.h,
12423: src/types/pa_vobject.C, src/types/pa_vobject.h,
12424: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
12425: tests/results/121.processed: untaint.C L_URI
12426:
12427: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
12428: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
12429: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
12430: src/types/pa_vmemory.h: ^memory:compact[]
12431:
12432: * tests/results/109.processed: it was a bug in parser. updated 109
12433: test result
12434:
12435: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
12436:
12437: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
12438: tests/results/107.processed: fixed dom language [values are now
12439: considered tainted. it was a bug in parser. updated 107 test
12440: result
12441:
12442: * src/classes/xdoc.C: fixed transform params
12443:
12444: * src/: include/pa_stylesheet_manager.h,
12445: main/pa_stylesheet_manager.C: fixed stylesheet caching
12446:
12447: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
12448: overloads for structure handling
12449:
12450: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
12451: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
12452: StringBody(0) ambiguilty, introducting static
12453: StringBody::Format(int)
12454:
12455: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
12456: linked
12457:
12458: * src/types/pa_vxdoc.C: vxdoc compiled
12459:
12460: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
12461: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
12462: finalizers isntalled
12463:
12464: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
12465: doc/exception.dox, doc/index.dox, include/pa_charset.h,
12466: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12467: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
12468: compiled todo: xnode.C / finalizers
12469:
12470: * src/doc/string.dox: updated: new string internals
12471:
12472: 2003-03-24 paf
12473:
12474: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12475: include/pa_charset.h, include/pa_config_fixed.h,
12476: include/pa_request.h, include/pa_stylesheet_connection.h,
12477: include/pa_stylesheet_manager.h, main/pa_charset.C,
12478: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
12479: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
12480: types/pa_vxnode.h: started XML
12481:
12482: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
12483:
12484: * src/: classes/file.C, classes/image.C, classes/mail.C,
12485: include/pa_string.h, main/pa_common.C,
12486: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
12487:
12488: * src/: classes/file.C, classes/image.C, classes/mail.C,
12489: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
12490: main/pa_request.C, main/pa_sql_driver_manager.C,
12491: types/pa_vimage.h: size_t pos everywhere checks changed to check
12492: for eq STRING_NOT_FOUND
12493:
12494: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
12495: optimize bit implemented
12496:
12497: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12498: String::ArrayFragment::append_positions fixed
12499:
12500: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
12501: String::this_starts fixed
12502:
12503: * src/main/pa_string.C, tests/Makefile: string::pos fixed
12504:
12505: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
12506: hashcode implemented fully, including per-char callback [it can
12507: be - substr CORD node]
12508:
12509: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
12510: rewritten to rewalloc with 100byte buf ahead
12511:
12512: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
12513: src/include/pa_string.h, src/main/compile.tab.C,
12514: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
12515: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
12516: CORD_ec [bad] would rewrite as realloc now
12517:
12518: * src/: classes/date.C, classes/file.C, classes/form.C,
12519: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
12520: include/pa_cache_managers.h, include/pa_charsets.h,
12521: include/pa_common.h, include/pa_request.h,
12522: include/pa_sql_driver_manager.h, include/pa_table.h,
12523: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
12524: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
12525: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
12526: types/pa_vmail.C, types/pa_vmethod_frame.C,
12527: types/pa_vstateless_class.h: 2*2 worked :)
12528:
12529: * parser3.dsw, src/classes/date.C, src/classes/file.C,
12530: src/include/pa_exec.h, src/include/pa_string.h,
12531: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
12532: passed OK
12533:
12534: * src/: classes/hash.C, classes/string.C, classes/table.C,
12535: types/pa_value.C: all linked todo: debug
12536:
12537: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
12538: types/pa_vstateless_class.C: all compiled. todo:link
12539:
12540: * src/types/pa_wcontext.C: pa_wcontext.C compiled
12541:
12542: * src/types/pa_vtable.C: pa_vtable.C compiled
12543:
12544: * src/types/pa_vstring.C: pa_vstring.C compiled
12545:
12546: * src/types/pa_vstatus.C: pa_vstatus.C compiled
12547:
12548: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
12549: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
12550: pa_vstateless_class.C, pa_vstateless_class.h:
12551: pa_vstateless_class.C compiled
12552:
12553: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
12554: types/pa_vmath.C: pa_vmail.C compiled
12555:
12556: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
12557:
12558: * src/types/pa_vform.C: pa_vform.C compiled
12559:
12560: * src/types/pa_vfile.C: pa_vfile.C compiled
12561:
12562: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
12563: pa_vstateless_class.C: pa_vcookie.C compiled
12564:
12565: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
12566: types/pa_vhash.h: pa_value.C compiled
12567:
12568: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
12569: classes.lib main.lib compiled
12570:
12571: * src/classes/void.C: void.C compiled
12572:
12573: * src/: classes/string.C, classes/table.C, include/pa_string.h,
12574: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
12575: compiled
12576:
12577: * src/: classes/string.C, include/pa_request.h,
12578: include/pa_string.h, main/pa_string.C: string.C compiled
12579:
12580: * src/: classes/op.C, classes/string.C, classes/table.C,
12581: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
12582: main/pa_request.C, main/pa_string.C: op.C compiled
12583:
12584: * src/classes/: math.C, op.C: math.C compiled
12585:
12586: * src/: classes/mail.C, classes/string.C, classes/table.C,
12587: types/pa_vmail.h: mail.C compiled
12588:
12589: * src/classes/: int.C, table.C: int.C compiled
12590:
12591: * src/: classes/hash.C, classes/image.C, classes/string.C,
12592: classes/table.C, include/pa_memory.h, include/pa_string.h,
12593: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
12594: compiled
12595:
12596: * src/: classes/hash.C, classes/string.C, classes/table.C,
12597: classes/void.C, classes/xdoc.C, include/pa_request.h,
12598: include/pa_sql_connection.h: hash.C compiled
12599:
12600: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
12601: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
12602: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12603: classes/math.C, classes/op.C, classes/response.C,
12604: classes/string.C, classes/table.C, classes/void.C,
12605: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
12606: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
12607: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
12608: file.C table.C compiled
12609:
12610: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
12611: main/untaint.C: main.lib compiled
12612:
12613: 2003-03-21 paf
12614:
12615: * src/: classes/op.C, include/pa_cache_managers.h,
12616: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12617: include/pa_stylesheet_manager.h, main/pa_exception.C,
12618: main/pa_globals.C, main/pa_sql_driver_manager.C,
12619: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
12620: compiled
12621:
12622: * src/: classes/hash.C, classes/image.C, classes/op.C,
12623: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
12624: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12625: main/compile.C, main/pa_common.C, main/pa_request.C,
12626: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
12627: pa_request.C compiled
12628:
12629: * src/: classes/hash.C, classes/mail.C, classes/op.C,
12630: include/pa_request.h, main/execute.C, main/pa_request.C,
12631: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12632: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
12633: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12634: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
12635: compiled
12636:
12637: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
12638: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
12639: on unix
12640:
12641: * src/: include/pa_charset.h, include/pa_charsets.h,
12642: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
12643: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
12644: pa_charsets.C compiled
12645:
12646: * src/: classes/image.C, classes/mail.C, classes/op.C,
12647: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
12648: main/compile.y, main/execute.C, main/pa_common.C,
12649: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
12650: types/pa_vcode_frame.h, types/pa_vimage.h,
12651: types/pa_vmethod_frame.h: execute.C compiled
12652:
12653: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12654: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12655: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12656: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
12657: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12658: include/pa_cache_managers.h, include/pa_charsets.h,
12659: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
12660: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
12661: include/pa_sql_driver_manager.h, include/pa_string.h,
12662: include/pa_stylesheet_connection.h,
12663: include/pa_stylesheet_manager.h, include/pa_table.h,
12664: main/compile.C, main/compile.tab.C, main/compile.y,
12665: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12666: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12667: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12668: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
12669: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12670: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12671: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12672: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12673: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12674: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12675: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12676: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12677: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12678: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12679: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12680: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12681: types/pa_vresponse.h, types/pa_vstateless_class.C,
12682: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12683: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12684: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12685: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12686: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12687: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
12688: [C++ CORD wrapper]
12689:
12690: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
12691:
12692: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
12693: $file::exec/cgi[script; $.charset[this is script's charset]
12694:
12695: command line, env values, input got transcoded before call
12696: stdout, stderr got transcoded after call
12697:
12698: * src/classes/file.C: ^file::exec/cgi now does not pass post data
12699: by default. use: ^file::exec[...;$.stdin[$request.body]
12700:
12701: * src/main/pa_common.C: } typo bug fix
12702:
12703: * src/main/pa_common.C: } typo bug fix
12704:
12705: 2003-03-20 paf
12706:
12707: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
12708: main/untaint.C: cord bug fix, but still errors todo: clear out
12709:
12710: * src/include/pa_string.h: more tests
12711:
12712: * src/main/pa_string.C: string.pos fixed
12713:
1.101 moko 12714: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
12715: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
12716: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
12717: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
12718: replaces
1.95 moko 12719:
12720: * src/: classes/image.C, include/pa_dictionary.h,
12721: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12722: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
12723: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
12724: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
12725:
12726: * src/include/pa_string.h: warning
12727:
12728: * src/include/pa_string.h: this_starts fixed
12729:
12730: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
12731: new String ctor & append params convention
12732:
12733: * src/: classes/file.C, classes/hash.C, classes/image.C,
12734: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
12735: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
12736: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
12737: main/pa_exception.C, main/pa_exec.C,
12738: main/pa_sql_driver_manager.C, main/pa_string.C,
12739: main/pa_stylesheet_manager.C, main/untaint.C,
12740: targets/isapi/parser3isapi.C, types/pa_vimage.C,
12741: types/pa_vmail.C: more tests OK
12742:
12743: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
12744: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
12745: gc/exit runned OK
12746:
12747: * src/types/pa_vmail.C: another naming problem: should not name
12748: vars like that: unpredictable close caused problems with later
12749: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
12750: descriptors missing on startup: stdin; Bad file number
12751:
12752: todo: find out why so many filters(stream) here. probably wrong?
12753:
12754: * src/: include/pa_dictionary.h, include/pa_string.h,
12755: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
12756: main/untaint.C: test compiled
12757:
12758: * src/: classes/image.C, classes/mail.C, classes/math.C,
12759: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
12760: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
12761: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
12762: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
12763: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12764: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
12765: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
12766: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
12767: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
12768:
12769: * parser3.dsw, src/classes/file.C, src/classes/image.C,
12770: src/classes/op.C, src/classes/string.C, src/classes/table.C,
12771: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
12772: src/include/pa_memory.h, src/include/pa_request.h,
12773: src/include/pa_request_charsets.h,
12774: src/include/pa_sql_connection.h, src/include/pa_string.h,
12775: src/main/compile.tab.C, src/main/execute.C,
12776: src/main/pa_charset.C, src/main/pa_common.C,
12777: src/main/pa_exception.C, src/main/pa_exec.C,
12778: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12779: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
12780: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
12781: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
12782: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12783: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
12784: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12785: src/types/pa_vobject.C, src/types/pa_vresponse.C,
12786: src/types/pa_vstatus.C, src/types/pa_vstring.C,
12787: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12788: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
12789: pa_common.C [done, without http for now]
12790:
12791: 2003-03-19 paf
12792:
12793: * src/: classes/date.C, classes/form.C, classes/hash.C,
12794: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
12795: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
12796: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
12797: include/pa_string.h, include/pa_table.h, main/compile.C,
12798: main/compile_tools.C, main/execute.C, main/pa_charset.C,
12799: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
12800: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
12801: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12802: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
12803: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
12804: types/pa_vstateless_class.h, types/pa_vtable.C,
12805: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
12806: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
12807: types/pa_wwrapper.h: started test
12808:
1.101 moko 12809: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
12810: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 12811:
12812: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
12813: include/pa_string.h, main/pa_string.C: string compiled todo: test
12814: it
12815:
12816: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
12817: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
12818: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
12819: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
12820: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
12821: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
12822: types/pa_vmethod_frame.h, types/types.dsp: string
12823: reimplementation with cord+array<fragment>: 70%
12824:
12825: 2003-03-18 paf
12826:
12827: * src/: classes/date.C, classes/file.C, classes/form.C,
12828: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
12829: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
12830: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
12831: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
12832: can ignore lang in cmp and pos really, but would
12833: split properly!
12834:
12835: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
12836: cord part made parser/src/lib: it's not compiled into libgc by
12837: default
12838:
12839: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
12840: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12841: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12842: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12843: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12844: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12845: src/classes/xnode.C, src/classes/xnode.h,
12846: src/include/Makefile.am, src/include/pa_cache_managers.h,
12847: src/include/pa_charset.h, src/include/pa_charsets.h,
12848: src/include/pa_common.h, src/include/pa_dictionary.h,
12849: src/include/pa_exception.h, src/include/pa_exec.h,
12850: src/include/pa_globals.h, src/include/pa_hash.h,
12851: src/include/pa_memory.h, src/include/pa_pool.h,
12852: src/include/pa_request.h, src/include/pa_request_charsets.h,
12853: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
12854: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12855: src/include/pa_stylesheet_connection.h,
12856: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12857: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
12858: src/main/compile.C, src/main/compile.tab.C,
12859: src/main/compile_tools.C, src/main/compile_tools.h,
12860: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
12861: src/main/pa_charsets.C, src/main/pa_common.C,
12862: src/main/pa_dictionary.C, src/main/pa_exception.C,
12863: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
12864: src/main/pa_pool.C, src/main/pa_request.C,
12865: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12866: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
12867: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
12868: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
12869: src/types/pa_junction.h, src/types/pa_method.h,
12870: src/types/pa_value.C, src/types/pa_value.h,
12871: src/types/pa_vclass.C, src/types/pa_vclass.h,
12872: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12873: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12874: src/types/pa_vdouble.h, src/types/pa_venv.h,
12875: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12876: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12877: src/types/pa_vimage.C, src/types/pa_vimage.h,
12878: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
12879: src/types/pa_vmath.C, src/types/pa_vmath.h,
12880: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12881: src/types/pa_vobject.C, src/types/pa_vobject.h,
12882: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12883: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12884: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12885: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12886: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12887: src/types/pa_vstring.h, src/types/pa_vtable.C,
12888: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12889: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12890: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12891: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12892: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
12893: gc: PA_Object done lots of replacements also
12894:
12895: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
12896: gc logging
12897:
12898: 2003-03-17 paf
12899:
12900: * src/: classes/date.C, classes/file.C, classes/form.C,
12901: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
12902: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
12903: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12904: include/pa_string.h, include/pa_types.h, main/compile.C,
12905: main/compile.tab.C, main/execute.C, main/pa_charset.C,
12906: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
12907: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12908: main/pa_sql_driver_manager.C, main/pa_string.C,
12909: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
12910: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
12911: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
12912: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
12913: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
12914: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12915: types/pa_vxnode.h: libgc attempt
12916:
12917: 2003-03-13 paf
12918:
12919: * src/: include/pa_sql_driver_manager.h,
12920: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
12921: called
12922:
12923: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
12924: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
12925: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
12926: types/pa_value.h, types/pa_vobject.h,
12927: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
12928: set_base, set_derived simplified [counter leaks fixed]
12929:
12930: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
12931: src/types/types.dsp: incorporated status class patch From:
12932: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
12933: 2003 8:14 AM
12934:
12935: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
12936: Win32 specific: QuotaPeakNonPagedPoolUsage
12937: QuotaPeakPagedPoolUsage PeakPagefileUsage]
12938:
12939: 2003-03-12 paf
12940:
1.101 moko 12941: * configure, configure.in, src/lib/ltdl/configure,
12942: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 12943: lib/ltdl/Makefile now created by /configure.in only [were by
12944: lib/ltdl/configure.in OVERWRITE]
12945:
1.101 moko 12946: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
12947: linkage fixed for g++ 3.2.2
1.95 moko 12948:
12949: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
12950: on using privately declared class [fixed]
12951:
12952: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
12953: 3.2 rightliy complained on using privately declared class [fixed]
12954:
12955: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
12956: sigpipe before request constructor now causes death
12957:
12958: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
12959: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
12960: not cause exception in exception handler
12961:
1.101 moko 12962: * configure, configure.in, src/targets/cgi/Makefile.am: configure
12963: now default links libstdc++ statically. that can be overriden by
12964: --with-dynamic-stdcpp
1.95 moko 12965:
12966: 2003-03-11 paf
12967:
12968: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
12969: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
12970: necessity of libstdc++
12971:
12972: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12973:
12974: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12975:
12976: 2003-03-08 paf
12977:
12978: * tests/Makefile: make install & co
12979:
12980: * src/: include/pa_request.h, classes/op.C: removing
12981: vclass,object.h -> pa_request.h dependency
12982:
12983: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
12984: main/pa_request.C: removing vform,response,cookie.h ->
12985: pa_request.h dependency
12986:
12987: * src/include/pa_request.h: removing vmail.h -> pa_request.h
12988: dependency [testing...]
12989:
12990: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
12991: return 0; fixed
12992:
12993: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
12994: types/pa_vmail.h: vmail.C received just compiled [not tested]
12995:
12996: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
12997:
12998: * src/main/pa_request.C: forgotten: ifdef XML
12999:
13000: * src/main/pa_request.C: forgotten: ifdef XML
13001:
13002: * src/targets/cgi/parser3.C: todo: move to latest xml version on
13003: win32 and run memleak tests again
13004:
13005: * src/targets/cgi/parser3.C: charsets: see some strange things with
13006: old xml lib-- it's internal memory handling has faults
13007:
13008: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
13009: problems when transcode from charset A to A.
13010:
13011: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
13012: todo: still problems when transcode from charset A to A.
13013:
13014: * src/: classes/hash.C, classes/mail.C, classes/string.C,
13015: classes/table.C, include/pa_array.h,
13016: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
13017: started full-scale-site-test [~ http://parser.ru sources]
13018:
13019: some fixes
13020:
13021: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
13022: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13023: 117.html, 118.html, 119.html, 120.html, results/109.processed,
13024: results/110.processed, results/111.processed,
13025: results/112.processed, results/113.processed,
13026: results/114.processed, results/115.processed,
13027: results/116.processed, results/117.processed,
13028: results/118.processed, results/119.processed,
13029: results/120.processed: xml: tests 109 dom create/show 110 xpath
13030: selectSingle 111 xdoc.create from tainted & 112
13031: xdoc.create/output with russian attr value 113 xpath
13032: selectString/Number 114 dom attributes.count 115 xpath selectBool
13033: 116 output media-type change 117 transform by dom stylesheet 118
13034: empty transform result 119 dom setAttribute 120 nbsp letter
13035: output
13036:
13037: =END OF PREPARED XML TESTS=
13038:
13039: 2003-03-07 paf
13040:
13041: * src/classes/xdoc.C, src/include/pa_charset.h,
13042: src/include/pa_stylesheet_connection.h, tests/108.html,
13043: tests/108.xsl, tests/results/108.processed: xml: test 108
13044: transform with params [bugs fixed]
13045:
13046: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
13047: from copy/paste bug
13048:
13049: * src/classes/xdoc.C, src/include/pa_charset.h,
13050: src/include/pa_request.h, src/main/execute.C,
13051: src/main/pa_charset.C, src/main/pa_exception.C,
13052: src/main/pa_globals.C, src/main/pa_request.C,
13053: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13054: src/types/pa_vxnode.C, tests/107.html,
13055: tests/results/107.processed: xml: test: 107 bug fixes
13056:
13057: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13058: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13059: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
13060:
13061: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
13062: string
13063:
13064: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
13065: mem alloc functions used for different cases [libxml, libxsl]
13066:
13067: * src/classes/classes.C: fixed: prevent system classes from
13068: modification to lock ALL the classes, not only directly used
13069:
13070: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
13071: linked
13072:
13073: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
13074:
13075: 2003-03-06 paf
13076:
13077: * src/classes/xdoc.C: xdoc.C 50%
13078:
13079: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
13080: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13081: main/pa_globals.C, main/pa_request.C,
13082: main/pa_stylesheet_manager.C: xnode.C compiled
13083:
13084: * src/: include/pa_stylesheet_connection.h,
13085: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
13086: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
13087:
13088: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
13089: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13090: xml: stylesheet&manager STARTED
13091:
13092: * src/: include/pa_globals.h, main/pa_charset.C,
13093: main/pa_exception.C, main/pa_globals.C: xml: exceptions
13094:
13095: * src/: include/pa_charset.h, include/pa_config_fixed.h,
13096: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
13097: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
13098: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
13099: charsets
13100:
13101: * tests/023.html: in some cases it rounded up badly. postponing
13102: solution of that problem, making more simple test
13103:
13104: * tests/: 058_paf2000.png, results/058.processed: .png added with
13105: -kb now
13106:
13107: * src/: include/pa_charset.h, include/pa_charsets.h,
13108: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
13109: moved to charsets.C
13110:
13111: 2003-03-05 paf
13112:
13113: * src/classes/string.C, src/include/pa_string.h,
13114: src/main/pa_string.C, tests/105.html,
13115: tests/results/105.processed: String::match bug fixed
13116:
13117: * src/classes/op.C, src/main/main.dsp, tests/104.html,
13118: tests/results/104.processed: ^bpt operator added [does int3 in
13119: debug build on win32]
13120:
13121: * tests/: 057.html, results/057.processed: test bug fixed
13122:
1.101 moko 13123: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 13124:
13125: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
13126: missing
13127:
1.101 moko 13128: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
13129: forgotten files added to Makes
1.95 moko 13130:
13131: * ltmain.sh: ltmain.sh added
13132:
13133: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13134: change undone ;(
13135:
13136: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13137: made static
13138:
13139: * src/: classes/math.C, classes/op.C, classes/string.C,
1.101 moko 13140: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
13141: todo:make linker happy
1.95 moko 13142:
13143: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
13144: env param made optional
13145:
13146: 2003-03-04 paf
13147:
13148: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
13149: types/pa_vimage.h: number of gcc compiler bugs fixed
13150:
13151: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
13152: results/103.processed: tests: 103 image.copy transparence test
13153:
13154: * src/main/execute.C, tests/101.html, tests/102.html,
13155: tests/results/101.processed, tests/results/102.processed: tests:
13156: 101 method/variable name conflict test 102 form fields change
13157: should not not change anything [bug fix]
13158:
13159: * tests/: 057.html, 099.html, 100.html, results/057.processed,
13160: results/099.processed, results/100.processed: tests: 57 date
13161: create 2002: added 99,100 response:body/download
13162:
13163: * src/classes/image.C, tests/098.html, tests/098font.gif,
13164: tests/results/098.processed: test: 98 image font text [bug fixed]
13165:
13166: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
13167: tests/results/097.processed: test: 97 file::load http:// [bugs
13168: fixed]
13169:
13170: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
13171: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
13172: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
13173: image EXIF [bug fixed]
13174:
13175: * src/classes/table.C, src/main/execute.C, tests/061.dat,
13176: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
13177: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
13178: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
13179: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
13180: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
13181: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
13182: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
13183: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
13184: tests/094.html, tests/095.html, tests/results/061.processed,
13185: tests/results/062.processed, tests/results/063.processed,
13186: tests/results/064.processed, tests/results/065.processed,
13187: tests/results/066.processed, tests/results/067.processed,
13188: tests/results/068.processed, tests/results/069.processed,
13189: tests/results/070.processed, tests/results/071.processed,
13190: tests/results/072.processed, tests/results/073.processed,
13191: tests/results/074.processed, tests/results/075.processed,
13192: tests/results/076.processed, tests/results/077.processed,
13193: tests/results/078.processed, tests/results/080.processed,
13194: tests/results/081.processed, tests/results/082.processed,
13195: tests/results/083.processed, tests/results/084.processed,
13196: tests/results/085.processed, tests/results/086.processed,
13197: tests/results/087.processed, tests/results/088.processed,
13198: tests/results/089.processed, tests/results/090.processed,
13199: tests/results/091.processed, tests/results/092.processed,
13200: tests/results/093.processed, tests/results/094.processed,
13201: tests/results/095.processed, tests/079.html,
13202: tests/results/079.processed: tests: 61 file::stat size 62
13203: string->int autoconvert 63 double .int,dec,div,mul 64 date
13204: compare 65 file: basename,justname,justext 66 math:crypt 67
13205: string.match simple on long 68 string.match normalized simple on
13206: long 69 string.int 70 file::stat content-type 71 table.join 72
13207: hash parameter conditional pass 73 date daylightsaving,yearday 74
13208: date arithmetics 75 response date values/attributes 76 string.pos
13209: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
13210: with local 80 scientific numeric literal in string autoconvert 81
13211: xor: logical and numerical 82 for delims 83 menu delims 84
13212: table.hash distinct 85 long string replace 86 throw+catch
13213: current language preserve 87 bit shifts 88 junction tests +
13214: $caller test 89 hash.foreach selfmodification 90 int/void to int
13215: 91 $caller test 92 junction is + def junction tests 93 $caller
13216: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
13217:
13218: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
13219: fixed] 60 string eq string [bug fixed]
13220:
13221: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
13222: 058.html, 058_paf2000.png, 059.html, 060.html,
13223: results/053.processed, results/054.processed,
13224: results/055.processed, results/056.processed,
13225: results/057.processed, results/058.processed,
13226: results/059.processed, results/060.processed: test: 53
13227: string.replace 54 junctions 55 table.hash 56 call indirect 57
13228: date.create[string] 58 image.measure[png]
13229:
13230: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
13231: outputs/051.processed, results/052.processed: test: 52
13232: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
13233: task: fix that
13234:
13235: 2003-03-03 paf
13236:
13237: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
13238: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
13239: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
13240: outputs/049.processed, outputs/050.processed,
13241: outputs/051.processed, results/001.processed,
13242: results/002.processed, results/003.processed,
13243: results/005.processed, results/006.processed,
13244: results/008.processed, results/009.processed,
13245: results/011.processed, results/012.processed,
13246: results/013.processed, results/014.processed,
13247: results/015.processed, results/016.processed,
13248: results/017.processed, results/020.processed,
13249: results/021.processed, results/022.processed,
13250: results/024.processed, results/025.processed,
13251: results/026.processed, results/027.processed,
13252: results/028.processed, results/029.processed,
13253: results/030.processed, results/031.processed,
13254: results/049.processed, results/050.processed,
13255: results/051.processed, results/043.processed,
13256: results/044.processed, results/045.processed,
13257: results/046.processed, results/047.processed,
13258: results/048.processed: tests: 43,44,45 date rolls 46
13259: autoevaluating junction 47 table.select 48 name with subvar 49
13260: hash-creating switch 50 process 51 started parent/child, works as
13261: it were but it were NOT GOOD, created separate task to fix that
13262:
13263: * tests/: 042.html, results/042.processed: test: 42
13264: exception.handled
13265:
13266: * tests/: 041.html, results/041.processed: test: 41 table.locate by
13267: expression
13268:
13269: * tests/: 040.html, results/040.processed: test: 39 method result
13270: of type table 40 method param junction auto evaluate
13271:
13272: * tests/: 039.html, results/039.processed: test: 37 method result
13273: of type table
13274:
13275: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
13276: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
13277: tests/038.html, tests/results/033.processed,
13278: tests/results/034.processed, tests/results/035.processed,
13279: tests/results/036.processed, tests/results/037.processed,
13280: tests/results/038.processed: tests: 33 string.replace 34
13281: string.upper 35 table created 36 local/global vars with juntions
13282: 37 table clone 38 math PI & number formatting
13283:
13284: math class registring typo fixed
13285:
13286: * src/classes/op.C, src/include/pa_request.h,
13287: src/include/pa_string.h, src/main/execute.C,
13288: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
13289: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
13290: tests/032.html, tests/results/032.processed: uchar changed to
13291: String_UL in all places [was not everywhere] untaint test: 032
13292:
13293: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
13294: tests/results/004.processed, tests/parser-cygwin.sh,
13295: tests/parser-unix.sh: removed -H command line key, now testing
13296: using .sh file with SERVER_SOFTWARE=xxx
13297:
13298: 2003-02-26 paf
13299:
13300: * src/main/execute.C, src/types/pa_vstateless_class.h,
13301: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
13302: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
13303: tests/results/024.processed, tests/results/025.processed,
13304: tests/results/026.processed, tests/results/027.processed,
13305: tests/results/028.processed, tests/results/029.processed,
13306: tests/results/030.processed, tests/results/031.processed: fixed
13307: bug with name_cstr mutable CharPtr more tests
13308:
13309: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
13310: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
13311: << abort. die now just exits
13312:
13313: * src/classes/classes.awk, src/classes/classes.h,
13314: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13315: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13316: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13317: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13318: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13319: src/classes/xnode.C, src/include/pa_memory.h,
13320: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
13321: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
13322: src/types/pa_vform.C, tests/015.html, tests/016.html,
13323: tests/017.html, tests/018.html, tests/019.html,
13324: tests/019paf2001.gif, tests/020.html, tests/021.html,
13325: tests/022.html, tests/023.html, tests/022_dir/a.html,
13326: tests/022_dir/b.txt, tests/022_dir/c.htm,
13327: tests/results/015.processed, tests/results/016.processed,
13328: tests/results/017.processed, tests/results/018.processed,
13329: tests/results/019.processed, tests/results/020.processed,
13330: tests/results/021.processed, tests/results/022.processed,
13331: tests/results/023.processed: methoded_array now contains all Mxxx
13332: classes SAPI::get_env now returns info on pool more tests
13333:
13334: * src/include/pa_array.h, src/include/pa_hash.h,
13335: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
13336: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
13337: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
13338: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
13339: tests/014.html, tests/Makefile, tests/outputs/create-dir,
13340: tests/results/001.processed, tests/results/002.processed,
13341: tests/results/003.processed, tests/results/004.processed,
13342: tests/results/005.processed, tests/results/006.processed,
13343: tests/results/007.processed, tests/results/008.processed,
13344: tests/results/009.processed, tests/results/010.processed,
13345: tests/results/011.processed, tests/results/012.processed,
13346: tests/results/013.processed, tests/results/014.processed: hash
13347: cloning fixed
13348:
13349: 2003-02-25 paf
13350:
13351: * src/main/pa_common.C: typo fixed
13352:
13353: 2003-02-24 paf
13354:
13355: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
13356: [one remained]
13357:
13358: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
13359: [should have been get_string(&pool)] todo: check other such calls
13360:
13361: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
13362: test10, bad lookups
13363:
13364: xxx* xxx=smartptr.get(); << is bad style, after ";" original
13365: object got destructed, and xxx points to sky
13366:
13367: * ChangeLog, src/classes/string.C: match bug fixed
13368:
13369: * src/types/pa_vmail.C: body [text/html] transcoded to
13370: $.charset[specified] now
13371:
13372: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13373: which failed to handle sigsetjmp+throw: crashed inside of
13374: pre-throw code. rewritten simplier [though duplicating
13375: closesocket code]
13376:
13377: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13378: which failed to handle sigsetjmp+throw: crashed inside of
13379: pre-throw code. rewritten simplier [though duplicating
13380: closesocket code]
13381:
13382: 2003-02-21 paf
13383:
13384: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
13385: $cookie:name[$.expires[date << can be now]]
13386:
13387: written makefile with regression tests [raw]
13388:
13389: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
13390: tests' only [it's not forcing CGI mode now] now use -H to output
13391: CGI header when parser used in command line [useful for tests
13392: also]
13393:
13394: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
13395: switches on CGI mode, and is used in regression tests
13396:
13397: * src/: include/pa_request.h, main/pa_request.C,
13398: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
13399: fixed
13400:
13401: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
13402: handling pa_*
13403:
13404: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
13405: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
13406: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
13407: memory handling files
13408:
13409: * src/main/pa_array.C: pool::format_integer terminator fixed
13410:
13411: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
13412: compiles OK test to show benefits of free
13413:
13414: * src/: classes/file.C, classes/image.C, classes/mail.C,
13415: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
13416: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
13417: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
13418: use pool [as the one in ^process]
13419:
13420: * src/classes/op.C: fixed process. sould now check for all cstr's
13421: -- some must use pool [as the one in ^process]
13422:
13423: 2003-02-20 paf
13424:
13425: * src/: classes/date.C, classes/double.C, classes/file.C,
13426: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13427: classes/math.C, classes/op.C, classes/response.C,
13428: classes/string.C, classes/table.C, classes/void.C,
13429: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
13430: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
13431: string cmp fixed
13432:
13433: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
13434: values passed OK now
13435:
13436: 2003-02-19 paf
13437:
13438: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
13439: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
13440: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
13441: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
13442: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
13443: all remaning leaks resulted from pooled::malloc calls [excluding
13444: in gd -- planning complete rewrite extremely ugly code]
13445:
13446: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
13447: files
13448:
13449: 2003-02-17 paf
13450:
13451: * src/: classes/date.C, classes/double.C, classes/file.C,
13452: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13453: classes/response.C, classes/string.C, classes/table.C,
13454: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
13455: include/pa_stylesheet_connection.h,
13456: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
13457: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
13458: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
13459: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
13460: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
13461: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
13462: of unitialized simple-typed field
13463:
13464: * src/: classes/classes.C, classes/classes.h, main/execute.C,
13465: main/pa_charset.C, main/pa_request.C: another bug of unitialized
13466: simple-typed field fixed. todo: find&kill all like that one
13467:
13468: * src/: main/execute.C, targets/cgi/pa_pool.C,
13469: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
13470: debug output fixed
13471:
13472: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
13473: main/pa_request.C: stack-stored items need extra .ref to prevent
13474: object_ptr from delete[them]
13475:
13476: * src/: classes/date.C, classes/op.C, classes/table.C,
13477: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
13478: include/pa_charset.h, main/Makefile.am, main/main.dsp,
13479: main/pa_charset.C, main/pa_common.C,
13480: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
13481: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13482: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
13483: calls
13484:
13485: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
13486: couple mem leaks rusulted from old pooled::malloc usage.
13487: todo:find more like those
13488:
13489: * src/main/: compile.C, compile_tools.C: 2*2!
13490:
13491: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
13492: stackItem fixed [there were no string on stack before]
13493:
13494: * src/: main/execute.C, main/pa_request.C,
13495: types/pa_vmethod_frame.C: first letters out OK
13496:
13497: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
13498: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
13499: main/pa_string.C, main/untaint.C, types/pa_value.h,
13500: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
13501: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
13502: type not initialized with zeros :( while class fields of class
13503: types initialized with default constructors. learn C++
13504:
13505: * src/: classes/classes.awk, classes/double.C, classes/file.C,
13506: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
13507: classes/math.C, classes/xdoc.C, classes/xnode.C,
13508: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
13509: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
13510:
13511: 2003-02-14 paf
13512:
13513: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
13514: 13 link errors
13515:
13516: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
13517: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
13518: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13519: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
13520: errors :)
13521:
13522: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
13523: classes/hash.C, classes/mail.C, classes/op.C,
13524: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
13525: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
13526: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
13527: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
13528:
13529: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
13530: classes/table.C, include/pa_common.h, include/pa_globals.h,
13531: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
13532: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
13533: types/pa_vint.h, types/types.dsp: op compiled
13534:
13535: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
13536: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
13537: main/untaint.C, types/pa_vtable.h: string, response compiled
13538:
13539: 2003-02-07 paf
13540:
13541: * src/: classes/table.C, types/pa_vtable.h: table compiled
13542:
13543: 2003-02-06 paf
13544:
13545: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
13546: mail compiled
13547:
13548: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
13549: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
13550: types/pa_vfile.h, types/pa_vimage.h: image compiled
13551:
13552: * src/classes/: file.C, form.C: form compiled
13553:
13554: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
13555: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
13556: types/pa_vfile.C, types/pa_vfile.h: file compiled
13557:
13558: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
13559: types/pa_vmath.h: math compiled [win32]
13560:
13561: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
13562: types/pa_vstring.h: hash compiled
13563:
13564: 2003-02-04 paf
13565:
13566: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
13567: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13568: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
13569: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
13570: types/pa_vhash.h: hash 50% compiled
13571:
13572: * src/: classes/date.C, classes/file.C, classes/hash.C,
13573: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
13574: classes/string.C, classes/table.C, classes/xdoc.C,
13575: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
13576: main/pa_string.C: date compiled
13577:
13578: * src/classes/: classes.dsp, double.C: double compiled
13579:
13580: * src/: classes/date.C, classes/double.C, classes/file.C,
13581: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
13582: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
13583: classes/string.C, classes/table.C, classes/void.C,
13584: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
13585: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
13586: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
13587: compiled
13588:
13589: * src/: classes/date.C, classes/double.C, classes/file.C,
13590: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13591: classes/math.C, classes/op.C, classes/response.C,
13592: classes/string.C, classes/table.C, classes/void.C,
13593: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13594: types/pa_vvoid.h: void compiled :)
13595:
13596: * src/: include/pa_globals.h, main/pa_cache_managers.C,
13597: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13598: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13599: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
13600: main/pa_string.C, main/pa_uue.C, main/untaint.C,
13601: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
13602: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
13603: types/pa_vresponse.C, types/pa_vstateless_class.C,
13604: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
13605: types/pa_wcontext.C, types/types.dsp: removed stupid
13606: value_includes.h
13607:
13608: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
13609: trying to remove stupid value_includes.h
13610:
13611: * src/main/pa_exec.C: pa_exec compiled on win32
13612:
13613: * src/main/pa_exec.C: libmain.a compiled on six [unix]
13614:
13615: * src/: include/pa_globals.h, include/pa_request.h,
13616: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
13617: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
13618: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
13619: types/pa_vrequest.C, types/pa_vstateless_class.C,
13620: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
13621:
13622: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
13623: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
13624: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
13625:
13626: * src/: include/pa_array.h, include/pa_config_includes.h,
13627: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
13628: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
13629: compiled
13630:
13631: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
13632: name conflicts)
13633:
13634: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
13635: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
13636: yelds "virtual memory exhausted" while trying to compile
13637: execute.C [eating up to 127MB]
13638:
13639: 2003-02-03 paf
13640:
13641: * src/: include/pa_config_includes.h, include/pa_hash.h,
13642: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
13643: main/pa_common.C, types/pa_value.C, types/pa_value.h,
13644: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13645: types/pa_vint.h, types/pa_vjunction.h,
13646: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
13647: started gcc compiling pa_common compiled
13648:
13649: * src/: include/pa_exception.h, include/pa_pool.h,
13650: main/pa_exception.C: exception gcc change #1
13651:
1.101 moko 13652: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
13653: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 13654:
13655: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
13656:
13657: * src/types/pa_vtable.C: vtable compiled
13658:
13659: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
13660:
13661: * src/: include/pa_cache_managers.h, main/pa_request.C,
13662: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
13663:
13664: * src/types/pa_vstateless_class.C: vstateless_class compiled
13665:
13666: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
13667:
13668: * src/types/pa_vrequest.C: vrequest compiled
13669:
13670: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
13671: pa_vobject.C, pa_vobject.h: vobject compiled
13672:
13673: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
13674: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13675: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
13676: compiled
13677:
13678: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
13679:
13680: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
13681: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
13682: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
13683: compiled
13684:
13685: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13686: main.lib - 0 error(s), 0 warning(s)
13687:
13688: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13689: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
13690:
13691: 2003-01-31 paf
13692:
13693: * src/: include/pa_array.h, include/pa_operation.h,
13694: include/pa_request.h, main/execute.C, main/main.dsp,
13695: types/pa_vjunction.h: started last file from main library:
13696: execute
13697:
13698: * src/: include/pa_request.h, include/pa_sapi.h,
13699: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13700: main/pa_request.C, targets/cgi/parser3.C,
13701: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
13702: types/pa_vhash.h: pa_request compiled
13703:
13704: * src/: classes/op.C, classes/string.C, include/pa_common.h,
13705: include/pa_globals.h, include/pa_request.h,
13706: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
13707: main/execute.C, main/main.dsp, main/pa_common.C,
13708: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13709: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
13710: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
13711: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
13712: types/types.dsp: most pa_request compiled
13713:
13714: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13715: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13716: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13717: classes/op.C, classes/response.C, classes/string.C,
13718: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13719: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13720: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13721: include/pa_config_fixed.h, include/pa_config_includes.h,
13722: include/pa_dictionary.h, include/pa_dir.h,
13723: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13724: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
13725: include/pa_pool.h, include/pa_request.h,
13726: include/pa_request_charsets.h, include/pa_request_info.h,
13727: include/pa_sapi.h, include/pa_socks.h,
13728: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13729: include/pa_stack.h, include/pa_string.h,
13730: include/pa_stylesheet_connection.h,
13731: include/pa_stylesheet_manager.h, include/pa_table.h,
13732: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13733: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13734: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
13735: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
13736: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13737: main/compile.C, main/compile.tab.C, main/compile.y,
13738: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13739: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
13740: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13741: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13742: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13743: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13744: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13745: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
13746: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
13747: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13748: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
13749: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13750: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
13751: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
13752: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13753: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13754: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13755: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13756: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13757: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13758: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13759: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13760: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13761: types/pa_vresponse.h, types/pa_vstateless_class.C,
13762: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13763: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13764: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13765: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13766: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13767: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
13768:
13769: * ChangeLog, src/classes/classes.h, src/classes/op.C,
13770: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13771: src/include/pa_charsets.h, src/include/pa_common.h,
13772: src/include/pa_dictionary.h, src/include/pa_exception.h,
13773: src/include/pa_exec.h, src/include/pa_pool.h,
13774: src/include/pa_request.h, src/include/pa_sapi.h,
13775: src/include/pa_sql_connection.h,
13776: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13777: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
13778: src/main/compile.tab.C, src/main/compile_tools.C,
13779: src/main/compile_tools.h, src/main/main.dsp,
13780: src/main/pa_charset.C, src/main/pa_charsets.C,
13781: src/main/pa_common.C, src/main/pa_dictionary.C,
13782: src/main/pa_exception.C, src/main/pa_exec.C,
13783: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13784: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
13785: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
13786: src/types/pa_vclass.h, src/types/pa_vcookie.C,
13787: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13788: src/types/pa_vdouble.h, src/types/pa_venv.h,
13789: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
13790: src/types/pa_vhash.h, src/types/pa_vimage.C,
13791: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
13792: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
13793: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13794: src/types/pa_vobject.C, src/types/pa_vobject.h,
13795: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13796: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13797: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13798: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
13799: src/types/pa_vstring.h, src/types/pa_vtable.h,
13800: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
13801: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
13802: died, long live StringPtr
13803:
13804: 2003-01-30 paf
13805:
13806: * src/: include/pa_charset.h, include/pa_request.h,
13807: include/pa_sql_driver_manager.h, main/compile.tab.C,
13808: main/compile.y, main/compile_tools.h, main/pa_request.C,
13809: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
13810:
13811: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
13812: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
13813: types/pa_vhash.h, types/pa_vmethod_frame.h,
13814: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13815: types/types.dsp: vstateless_class compiled
13816:
13817: * src/main/compile.C: compile compiled
13818:
13819: * src/: include/pa_array.h, include/pa_operation.h,
13820: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
13821: main/pa_table.C: compile_tools compiled
13822:
13823: * src/: include/pa_operation.h, main/compile.y,
13824: main/compile_tools.C, main/compile_tools.h: started
13825: compile_tools. vagues ideas of how to free compiled code
13826:
13827: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
13828: main/main.dsp, types/pa_value.C, types/pa_value.h,
13829: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
13830: compiled
13831:
13832: 2003-01-29 paf
13833:
13834: * src/: include/pa_globals.h, include/pa_request.h,
13835: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13836: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
13837: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
13838: compiled
13839:
13840: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
13841: now
13842:
13843: * src/: include/pa_array.h, include/pa_exception.h,
13844: include/pa_pool.h, main/pa_exception.C: gd compiled
13845:
13846: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
13847: compiled
13848:
13849: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
13850: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
13851: types/pa_vfile.h: vfile compiled
13852:
13853: * src/: include/pa_common.h, include/pa_globals.h,
13854: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
13855: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
13856: types/pa_vform.C, types/pa_vform.h: vcookie compiled
13857:
13858: * src/: include/pa_exception.h, main/pa_cache_managers.C,
13859: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
13860: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
13861: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13862: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
13863:
13864: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
13865: main/main.dsp, main/untaint.C: more compiled
13866:
13867: * src/: include/pa_charsets.h, include/pa_request.h,
13868: include/pa_request_info.h, include/pa_string.h,
13869: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
13870: types/pa_vresponse.h: vrequest compiled
13871:
13872: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
13873: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
13874: pa_vresponse.h, pa_wcontext.h: vrequest compiled
13875:
13876: * src/: classes/classes.h, include/pa_charset.h,
13877: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
13878: include/pa_request.h, include/pa_string.h, main/main.dsp,
13879: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
13880: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
13881: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
13882: types/pa_vrequest.C, types/pa_vrequest.h,
13883: types/pa_vstateless_class.h, types/pa_vstring.h,
13884: types/pa_vvoid.h: vrequest,vdouble,vint compiled
13885:
13886: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
13887: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13888: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
13889: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
13890: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13891: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
13892: types/pa_vobject.h, types/pa_vstateless_class.h,
13893: types/pa_vstateless_object.h, types/pa_vstatus.h,
13894: types/pa_vstring.h, types/types.dsp: vmath compiled
13895:
13896: 2003-01-28 paf
13897:
13898: * src/: classes/classes.h, classes/date.C, classes/file.C,
13899: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
13900: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
13901: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
13902: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
13903: compile_tools
13904:
13905: * src/: include/pa_charset.h, include/pa_exception.h,
13906: include/pa_request.h, include/pa_string.h, main/untaint.C:
13907: untaint compiled
13908:
13909: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
13910: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
13911: more compiled. struck with string::store_to needing to know
13912: source/client charsets
13913:
13914: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
13915: types/pa_vfile.h: uue compiled
13916:
13917: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
13918: table compiled
13919:
13920: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13921: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
13922:
13923: * src/: include/pa_charset.h, main/pa_charset.C,
13924: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
13925: introduced]
13926:
13927: * src/: classes/date.C, include/pa_charset.h,
13928: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
13929: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
13930: pa_charsets compiled
13931:
13932: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
13933: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
13934:
13935: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
13936: common compiled
13937:
13938: * src/: include/pa_charsets.h, main/pa_charsets.C,
13939: main/pa_sql_driver_manager.C: pa_charsets compiled
13940:
13941: * src/: include/pa_array.h, include/pa_charset.h,
13942: include/pa_charsets.h, include/pa_pool.h,
13943: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13944: include/pa_stack.h, include/pa_string.h,
13945: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
13946: sql_driver_manager compiled
13947:
13948: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
13949: letter i with two dots added to koi, all ukranian letters added
13950: to win1251.
13951:
13952: typographic simbol 0xb9 deleted from win1251 [strange one & were
13953: abscent from koi]
13954:
13955: 2003-01-27 paf
13956:
13957: * src/: include/pa_exception.h, include/pa_sql_connection.h,
13958: include/pa_sql_driver_manager.h, include/pa_string.h,
13959: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
13960: sql/pa_sql_driver.h: paused on sql_manager
13961:
13962: * src/: include/pa_cache_managers.h, include/pa_pool.h,
13963: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13964: include/pa_stack.h, main/pa_sql_driver_manager.C,
13965: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
13966:
13967: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
13968: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13969: include/pa_table.h, main/pa_sql_driver_manager.C,
13970: main/pa_table.C: table compiled
13971:
13972: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
13973: cache_managers compiled
13974:
13975: * src/: include/pa_array.h, include/pa_charset.h,
13976: include/pa_pool.h, main/pa_charset.C: charset compiled
13977:
13978: * src/: include/pa_pool.h, main/pa_common.C: common compiled
13979:
13980: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
13981: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13982: main/pa_string.C, types/pa_value.C, types/pa_value.h,
13983: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
13984: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
13985:
13986: 2003-01-24 paf
13987:
13988: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
13989: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
13990: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13991: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
13992: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
13993: types/pa_vint.h, types/pa_vjunction.h,
13994: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13995: types/pa_vstatus.h, types/pa_vstring.h: more patched
13996:
13997: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
13998: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
13999: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
14000: main/pa_string.C, main/pa_table.C: string compiled
14001:
14002: * src/: include/pa_array.h, include/pa_common.h,
14003: include/pa_dictionary.h, include/pa_exception.h,
14004: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
14005: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
14006: main/pa_string.C: dictionary compiled
14007:
14008: 2003-01-23 paf
14009:
14010: * src/: include/pa_array.h, include/pa_common.h,
14011: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
14012: include/pa_request.h, include/pa_string.h, main/pa_common.C,
14013: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
14014: types/pa_value.h: resurrected pool in new sense: now it's
14015: factory, producing&accounting memory chunks for read[autofree]
14016: buffers
14017:
14018: * src/: include/pa_array.h, include/pa_exception.h,
14019: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
14020: main/pa_exception.C, main/pa_table.C: table compiled
14021:
14022: * src/: classes/image.C, classes/op.C, include/pa_array.h,
14023: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
14024: include/pa_pool.h, include/pa_pragma_pack_begin.h,
14025: include/pa_pragma_pack_end.h, include/pa_sapi.h,
14026: include/pa_string.h, include/pa_table.h, include/pa_types.h,
14027: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
14028: main/pa_table.C: aint that easy
14029:
14030: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
14031: main/main.dsp: continued with Hash
14032:
14033: * src/main/pa_common.C: connect_string allocated on heap[wes on
14034: stack] now. and exception can be reported OK now [can be reported
14035: outside of pro c with that stack]
14036:
14037: 2003-01-22 paf
14038:
14039: * src/: include/pa_array.h, include/pa_charset.h,
14040: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
14041: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
14042: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
14043: base: contains references_count. auto_ptr template calls
14044: add_ref/release
14045:
14046: 2003-01-21 paf
14047:
14048: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14049: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14050: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14051: classes/op.C, classes/response.C, classes/string.C,
14052: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14053: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14054: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14055: include/pa_config_fixed.h, include/pa_config_includes.h,
14056: include/pa_dictionary.h, include/pa_dir.h,
14057: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14058: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14059: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14060: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14061: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14062: include/pa_stack.h, include/pa_string.h,
14063: include/pa_stylesheet_connection.h,
14064: include/pa_stylesheet_manager.h, include/pa_table.h,
14065: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14066: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14067: lib/pcre/pcre_parser_ctype.c, main/compile.C,
14068: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14069: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14070: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14071: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14072: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14073: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14074: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14075: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14076: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14077: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14078: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14079: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14080: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
14081: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
14082: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14083: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14084: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14085: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14086: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14087: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14088: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14089: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14090: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14091: types/pa_vstateless_object.h, types/pa_vstatus.C,
14092: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14093: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14094: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14095: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14096: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
14097: 2002->2003
14098:
14099: 2003-01-16 paf
14100:
14101: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14102: src/main/pa_globals.C: http:// introducing $.any-status(1)
14103:
14104: * operators.txt, src/include/pa_config_fixed.h,
14105: src/main/pa_common.C: http request now return status. and not
14106: fail on status!=200
14107:
14108: 2003-01-15 paf
14109:
14110: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
14111:
14112: 2003-01-14 paf
14113:
14114: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
14115: mkinstalldirs: removed some ancient files [they in / really]
14116:
14117: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
14118: regretfully needed patch in two places. in config_fixed.h made
14119: stubs for lib to compile in MSVC
14120:
14121: 2003-01-13 paf
14122:
14123: * config.guess, config.sub, ltmain.sh: removed last piece of
14124: configure.in(libtool) hacks
14125:
1.101 moko 14126: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 14127: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
14128: ltdl.h: moved to latest libtool (1.4.3)
14129:
14130: 2003-01-10 paf
14131:
14132: * src/lib/ltdl/: configure, configure.in: PROG_NM
14133:
14134: * src/main/pa_globals.C: moved to latest xml lib versions, changed
14135: patches. libxml2 >= 2.5.1
14136: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
14137: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
14138: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14139:
14140: * INSTALL: moved to latest versions of xml libs libxml2 >=
14141: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
14142: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
14143: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14144:
14145: 2003-01-09 paf
14146:
14147: * INSTALL: xml,xslt,gdome lib urls updated
14148:
14149: * config.guess, config.sub, missing, mkinstalldirs,
1.101 moko 14150: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 14151: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101 moko 14152: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
14153: 1.7.2
1.95 moko 14154:
14155: * depcomp: moving to automake 1.7.2
14156:
14157: 2002-12-27 paf
14158:
14159: * src/include/pa_version.h: 0007
14160:
14161: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
14162: outdated parts, made links to language docs
14163:
14164: * src/include/pa_config_auto.h.in: comment
14165:
14166: 2002-12-26 paf
14167:
14168: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
14169: not contain trailing / fixed.
14170:
14171: * INSTALL: changing SAFE_MODE politics
14172:
14173: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
14174:
14175: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
14176:
14177: 2002-12-25 paf
14178:
14179: * src/main/pa_globals.C: optimized-xml
14180:
14181: * src/main/pa_globals.C: optimized-as-is
14182:
14183: 2002-12-24 paf
14184:
14185: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
14186: fixed [were really called with zero size when .html?a=&b=]
14187:
14188: * src/classes/mail.C: $MAIL in @conf now invalid when configured
14189: with --with-sendmail
14190:
14191: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
14192: fixed]
14193:
14194: 2002-12-23 paf
14195:
14196: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
14197: ignoring parameters & were storing only string with default
14198: expires
14199:
14200: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
14201: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
14202: December 23, 2002 4:22 AM Subject: bug â
14203: Charset::transcode_buf2xchar
14204:
14205: 2002-12-20 paf
14206:
14207: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
14208: non-cgi [script] runs
14209:
14210: 2002-12-19 paf
14211:
14212: * INSTALL: --without-iconv recommended [it crashes on some systems
14213: [tested on elik]] moreover, it's not needed there [parser
14214: registers charsets itself]
14215:
14216: * INSTALL: --without-iconv recommended [it crashes on some systems
14217: [tested on elik]]
14218:
14219: * operators.txt, src/include/pa_globals.h,
14220: src/include/pa_request.h, src/main/pa_globals.C,
14221: src/main/pa_request.C: $response:download
14222:
14223: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
14224: compiler [win32]].
14225:
14226: 2002-12-18 paf
14227:
14228: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
14229:
14230: 2002-12-17 paf
14231:
14232: * src/targets/cgi/parser3.C: merged die&iis changes
14233:
14234: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
14235: to exit(1) 2. more flexible iilegal call check
14236:
14237: 2002-12-16 paf
14238:
14239: * ltmain.sh: some automakes silly insist on having this handy
14240:
14241: * src/main/untaint.C: filespec russian small 'r' changed to latin
14242: 'p' bug fix
14243:
14244: 2002-12-15 paf
14245:
14246: * src/main/untaint.C: filespec russian small 'r' changed to latin
14247: 'p'
14248:
14249: * configure.in, src/include/pa_config_auto.h.in,
14250: src/main/compile.C, src/main/pa_common.C: merged small changes
14251: from branch 6 to HEAD
14252:
14253: * src/main/compile.C: removed warning
14254:
14255: * src/main/pa_common.C: ftruncate having checked
14256:
14257: * configure.in, src/include/pa_version.h: new version
14258:
14259: 2002-12-14 paf
14260:
14261: * src/classes/table.C: removed unnecessary code
14262:
14263: * src/sql/pa_sql_driver.h: exception type fixed
14264:
14265: 2002-12-09 paf
14266:
14267: * src/types/pa_vvoid.h: $void.store[now] error
14268:
14269: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14270:
14271: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
14272: tries to write core dump
14273:
14274: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14275:
14276: * src/: classes/hash.C, classes/string.C, classes/table.C,
14277: classes/void.C, main/pa_sql_driver_manager.C,
14278: sql/pa_sql_driver.h: changed exception handling mech in sql
14279: handlers #2
14280:
14281: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
14282: exception handling mech in sql handlers
14283:
14284: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
14285: handlers
14286:
14287: * src/: classes/hash.C, classes/string.C, classes/table.C,
14288: classes/void.C, main/pa_sql_driver_manager.C,
14289: sql/pa_sql_driver.h: changed exception handling mech in sql
14290: handlers
14291:
1.101 moko 14292: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
14293: to write makefile which used libtool to install things, which is
14294: not needed
1.95 moko 14295:
14296: 2002-12-06 paf
14297:
14298: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
14299: $hash.fields -- pseudo field to make 'hash' more like 'table'
14300:
14301: 2002-12-05 paf
14302:
14303: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
14304: cc/bcc OK now
14305:
14306: * src/main/untaint.C: mail header closed properly
14307:
14308: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
14309: header ',' allowed. still bugs in smtp [only one receiptient
14310: works, cc, bcc ignored now, and MAILED ;)]
14311:
14312: [strncpy killed, memnchr used]
14313:
14314: * src/main/pa_table.C: table-copy now current=0
14315:
14316: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
14317: lowlevel proc
14318:
14319: * src/targets/cgi/parser3.C: more checks on
14320: http://domain/parser.cgi start [maybe some getenv returns "",
14321: checked that now
14322:
14323: * src/targets/cgi/parser3.C: more checks on
14324: http://domain/parser.cgi start [maybe some getenv returns "",
14325: checked that now
14326:
14327: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
14328: out-of-mem errors reached log]
14329:
14330: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
14331: mail:send MIME-Version default
14332:
14333: * src/main/main.dsp: pa_version included into main.dsp
14334:
14335: 2002-12-04 paf
14336:
14337: * src/types/pa_vform.C: $form:field string value cut by premature 0
14338:
14339: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
14340: lib/libltdl -> lib/ltdl Win32 changes. s
14341:
14342: * src/classes/classes.awk: more strict *.C$
14343:
14344: * gnu.dsp: restored
14345:
1.101 moko 14346: * configure.in, gnu.dsp, src/lib/Makefile.am,
14347: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
14348: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
14349: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
14350: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
14351: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
14352: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
14353: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
14354: now created with /configure, not ltdl/configure, so it does have
14355: no problems with automake. ltdl/configure
14356: AC_OUTPUT(Makefile<<removed)
1.95 moko 14357:
14358: 2002-12-02 paf
14359:
14360: * operators.txt: removed outdated status:db
14361:
14362: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
14363: src/main/pa_common.C, src/main/pa_request.C,
14364: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
14365: tainted parts becomes http-header
14366:
14367: 2002-11-29 paf
14368:
14369: * src/classes/date.C, src/classes/image.C, operators.txt: exif
14370: dates now objects of type date
14371:
14372: * src/classes/image.C: file.seek removed [it were used in image.C
14373: only, and for parser user this means that jpeg image has bad
14374: size in fragment's header] now used image.format
14375:
14376: * src/: include/pa_common.h, main/pa_common.C,
14377: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
14378: now handled exactly like $response:header values. e.g. can be
14379: hash [can have subattributes] & contain date values.
14380:
14381: * src/main/pa_common.C: http:// param values lang forced URI
14382:
14383: * src/main/pa_common.C: http:// tainted partes now %xx
14384:
14385: 2002-11-28 paf
14386:
14387: * operators.txt: http.timeout
14388:
14389: * src/classes/image.C: ^image.length now counts interchar space.
14390: plus space after last char
14391:
14392: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
14393:
14394: * src/classes/image.C: ^image.font width measurer now scans full
14395: height [were -1]
14396:
14397: * configure.in: stopped double libltdl/Makefile generation
14398:
14399: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
14400: chars [one top horizontal line of 1pixel height were missing]
14401:
14402: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
14403: 'false' to go into (Hash *) parameter
14404:
14405: 2002-11-27 paf
14406:
14407: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
14408: types/pa_vmail.C: response:body[file] if file nows it's name now
14409: returns content-disposition: >>attachment<<
14410:
14411: * src/classes/image.C: ^image.font << bad font file-size now
14412: properly reported
14413:
14414: 2002-11-26 paf
14415:
14416: * src/main/pa_request.C: fixed lang in reponse header
14417:
14418: * src/main/pa_common.C: utf8 prefix ignored @read text
14419:
14420: * operators.txt, src/main/pa_common.C: http:// response status!=200
14421: made exception: http.status with source=bad status#
14422:
14423: 2002-11-25 paf
14424:
14425: * configure.in, src/classes/image.C,
14426: src/include/pa_config_auto.h.in,
14427: src/include/pa_config_includes.h, src/main/Makefile.am,
1.101 moko 14428: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
14429: const void related probs fixed
1.95 moko 14430:
14431: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
14432:
14433: $file[^file::load[http://there]] $file.SERVER
14434:
14435: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
14436: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
14437: http options [invalid onces now reported] made default
14438: user-agent: paf
14439:
14440: * operators.txt, src/classes/file.C, src/classes/table.C,
14441: src/classes/xdoc.C, src/include/pa_common.h,
14442: src/include/pa_globals.h, src/main/pa_common.C,
14443: src/main/pa_globals.C, src/main/pa_request.C,
14444: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
14445: now understand http:// prefix and additional params, sample:
14446: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
14447: $.USER-AGENT[parser3] ]]
14448:
14449: 2002-11-22 paf
14450:
14451: * src/classes/image.C, src/include/pa_globals.h,
14452: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
14453: src/types/pa_vimage.h, operators.txt: $image.exif support
14454: $image.exif.DateTime & co
14455:
14456: 2002-11-21 paf
14457:
14458: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
14459: _PASS_APPENDED)
14460:
14461: * src/classes/image.C: jpeg size measure fixed: were badly skipping
14462: EXIF information [were big block and it's size were considered
14463: negative :(]
14464:
14465: * operators.txt, src/classes/image.C, src/include/pa_common.h,
14466: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
14467: internals rewritten. no there's reader.seek, and all's ready for
14468: EXIF extraction [now we fail to measure files with EXIF info]
14469:
14470: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
14471: O_TRUNC truncates even exclusevely write-locked file [thanks to
14472: Igor Milyakov <virtan@rotabanner.com> for discovering]
14473:
14474: 2002-11-20 paf
14475:
14476: * src/targets/cgi/parser3.C: logging @signal += query_string
14477:
14478: * configure.in, src/include/pa_config_auto.h.in,
14479: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
14480: comment
14481:
14482: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
14483:
14484: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14485: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
14486: currently processed document SIGPIPE >> interrupts request
14487: processing [exception = DB rollback]
14488:
14489: * src/main/pa_exec.C: comment
14490:
14491: * src/main/pa_exec.C: pa_exec: data written only if size>0
14492:
14493: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
14494: << disable HTTP-POST repassing
14495:
14496: * src/: include/pa_config_fixed.h, main/pa_common.C,
14497: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
14498: pipe read errors now checked
14499:
14500: 2002-11-19 paf
14501:
14502: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
14503: CGI: Illegal call
14504:
14505: 2002-11-01 paf
14506:
14507: * src/main/execute.C: comment
14508:
14509: 2002-10-31 paf
14510:
14511: * src/main/execute.C: found out why, checked that for now. todo:
14512: find out a way for that user could do that
14513:
14514: * src/types/pa_vstateless_object.h: object put replaces static
14515: parent if any
14516:
14517: * src/types/pa_vobject.C: object put replaces static parent if any
14518:
14519: * src/: classes/form.C, classes/mail.C, classes/op.C,
14520: classes/xnode.h, main/compile.tab.C, main/execute.C,
14521: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14522: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14523: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14524: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14525: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14526: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14527: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14528: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14529: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14530: types/pa_vstateless_object.h, types/pa_vstatus.C,
14531: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
14532: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
14533: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
14534: types/pa_wwrapper.h: static fix merged
14535:
14536: * src/: main/compile.tab.C, types/pa_vobject.C: killed
14537: $virtual_fields in dynamic, but one can reach derived
14538: static[class] variable from base
14539:
14540: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
14541: types/pa_vobject.C, types/pa_vobject.h,
14542: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
14543: statics, left $virtual_fields in dynamic
14544:
14545: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
14546: one can't remember derivates in base class: there's so many of
14547: them. also there can be no virtual method calls in static
14548: classes
14549:
14550: * src/: classes/form.C, classes/mail.C, classes/op.C,
14551: classes/xnode.h, main/execute.C, main/pa_request.C,
14552: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14553: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14554: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14555: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14556: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14557: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14558: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14559: types/pa_vresponse.C, types/pa_vresponse.h,
14560: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14561: types/pa_vstateless_object.h, types/pa_vstatus.C,
14562: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
14563: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
14564: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
14565: types/pa_wwrapper.h: static call $self fixed
14566:
14567: * src/main/execute.C: comment
14568:
14569: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
14570: ^process[$caller.self]{...} now compiles to last derived object
14571: part of that 'self'
14572:
14573: 2002-10-29 paf
14574:
14575: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
14576: re-passing [iis to blame]
14577:
14578: * src/classes/string.C: changed string.save to pass current sql
14579: connection to cstr thus one can ^connect[some server]{
14580: $s[insert into table x (x) values (^taint[sql]{value})]
14581: ^s.save[some.sql] } and he'd get in some.sql file code with
14582: properly escaped. [tried in mssql->mysql export->import of
14583: binary data]
14584:
14585: 2002-10-25 paf
14586:
14587: * src/types/pa_vresponse.C: case insensitive response user fields
14588: get/put
14589:
14590: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
14591: types/pa_vresponse.C: saving for maybe-future
14592:
14593: 2002-10-23 paf
14594:
14595: * operators.txt, src/classes/table.C: ^table.hash{code}...
14596: ^table.hash(expr)...
14597:
14598: * src/types/pa_vmail.C: email whitespace trimBoth-ed
14599:
14600: 2002-10-22 paf
14601:
14602: * src/types/: pa_vform.C, pa_vform.h: removed needless
14603: VForm::Append...(...Value)
14604:
14605: * src/main/execute.C: $.name outside of $name[...] checked
14606:
14607: * src/main/: compile.tab.C, compile.y: lexer changed to fix
14608: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
14609:
14610: 2002-10-21 paf
14611:
14612: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
14613: $form:qtail $form:imap.x/y
14614:
14615: * operators.txt, src/types/pa_vform.C: $form:nameless =
14616: "?value&...", "...&value&...", "...&value"
14617:
14618: * operators.txt, src/types/pa_vform.C: $form:image-map
14619:
14620: * operators.txt, src/classes/file.C: /some/page.html:
14621: ^file:fullpath[a.gif] => /some/a.gif
14622:
14623: 2002-10-17 paf
14624:
14625: * src/main/: compile.tab.C, compile.y: operators precedence changed
14626: a little: logical not and bitwise negation precedence made
14627: highest, << and >> bitshits precedence made equal [were << higher
14628: than >>]
14629:
14630: * src/classes/op.C: exception handling fixed [were bad with
14631: contexts]
14632:
14633: 2002-10-16 paf
14634:
14635: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14636: main/pa_request.C: Request::self considered equal to
14637: VMethodFrame::self, and removed, Request::get_self() mapped to
14638: VMethodFrame.self()
14639:
14640: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
14641: $hash in open field now gives old good error meesage
14642:
14643: 2002-10-15 paf
14644:
14645: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
14646: use ^if($junction is junction){was and now true}
14647:
14648: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
14649: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
14650: types/pa_vxnode.C: xml->parser strings now have origin, which
14651: points to place where value left xml library and came to parser:
14652: place of dom field extraction/call
14653:
14654: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
14655: main/compile.tab.C, main/compile.y, main/execute.C,
14656: types/pa_vmethod_frame.h: removed last pieces of old code
14657: allowing $junction.xxx at compile time
14658:
14659: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
14660: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
14661: objects also considered [were only classes]
14662:
14663: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
14664: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
14665: with CLASS self. [ (request&method_frame).self temporarily
14666: changed ]
14667:
14668: * src/classes/: hash.C, op.C: method_frame now always changed, with
14669: no exception to native calls. for&foreach changed to use
14670: method_frame.caller for their var's name context
14671:
14672: * src/: main/execute.C, targets/cgi/parser3.C,
14673: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
14674: compiling to system classes disabled
14675:
14676: * operators.txt, src/classes/op.C:
14677: ^process[$caller.CLASS]{code-string} added
14678:
14679: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
14680: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
14681: src/types/Makefile.am, src/types/pa_vjunction.C,
14682: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
14683: src/types/types.dsp: removed $junction.get $junction.set[]
14684: introducing $caller
14685:
14686: * src/types/pa_value.h: removed outdated comments. doxygen would
14687: find them lower by inheritance tree
14688:
14689: * src/types/pa_vjunction.C: ident
14690:
14691: 2002-10-14 paf
14692:
14693: * src/classes/op.C: process compiles to code's class class
14694:
14695: * src/: classes/form.C, classes/mail.C, classes/op.C,
14696: include/pa_request.h, main/compile.C, main/compile.tab.C,
14697: main/compile.y, main/execute.C, main/pa_request.C,
14698: types/pa_vstateless_class.h: operators now main-class-methods
14699:
14700: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
14701: better stack trace [has "call" & co there]
14702:
14703: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14704: operators @auto now executed in MAIN context
14705:
14706: * src/main/execute.C: operator execution context now = MAIN, not
14707: closest stack frame
14708:
14709: @touchit[] $i[after]
14710:
14711: ----t.html $i[before] << local ^touchit[] $i << now 'before',
14712: were 'after'
14713:
14714: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
14715: 'after'
14716:
14717: * src/main/execute.C: comment
14718:
14719: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
14720: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
14721: action]
14722:
14723: * src/types/pa_vxnode.C: misreplace fixed
14724:
14725: * configure, configure.in, src/include/pa_config_auto.h.in,
14726: src/types/pa_vstatus.C, operators.txt:
14727: $status:rusage.tv_secs/usecs introduced
14728:
14729: 2002-10-09 paf
14730:
14731: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
14732: on empty string [or uses (default)]
14733:
14734: 2002-10-08 paf
14735:
14736: * src/main/untaint.C: mail header quoted printable changed after
14737: RFC reread
14738:
14739: * operators.txt: plan on ^if(method
14740:
14741: * src/types/pa_vxnode.C: misreplace
14742:
14743: 2002-09-24 paf
14744:
1.101 moko 14745: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 14746:
14747: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
14748: mailreceive would compile on freebsd now
14749:
14750: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
14751: configure, configure.in, src/include/pa_config_auto.h.in,
1.101 moko 14752: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
14753: mailreceive would compile on freebsd now
1.95 moko 14754:
14755: * src/: classes/file.C, main/untaint.C: 1. file spec language
14756: changed: now there are only few chars are untainted: * ? ' " < >
14757: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
14758: one should use ^untaint[uri]{...} now]
14759:
14760: 2. $list[^file:list[dir]] now returns simply tainted names in
14761: $list.name, not tainted as filespec
14762:
14763: @russianindex[] #dir with files with russian-lang names
14764: $where[dir]
14765:
14766: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
14767: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
14768:
14769: 2002-09-23 paf
14770:
14771: * src/types/pa_vdouble.h: double->int round added
14772:
14773: * src/classes/date.C: date bug fix, now
14774: round(floatDays*secondsPerDay)
14775:
14776: * src/classes/date.C: date bug fix, now
14777: round(floatDays*secondsPerDay)
14778:
14779: 2002-09-20 paf
14780:
14781: * src/main/execute.C: code junction calls disabled [before: code
14782: was compiled in such a way, that there were no code-junctions in
14783: OP_CALL]
14784:
14785: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
14786:
14787: @badjunctioncallinside[code] ^code[]
14788:
14789: * src/main/: compile.tab.C, compile.y: changed grammer on junction
14790: expanding to include ^junction.method
14791:
14792: * src/main/pa_common.C: -d "DIR/" now true
14793:
14794: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
14795: as internal xdoc encoding, and after decoding attributes set by
14796: dom functions now encoded OK, not as digital entities
14797:
14798: * src/classes/xdoc.C: empty transform result, being taken as file
14799: now returns empty file, not raises stupid error about "stat-ed
14800: file"
14801:
14802: * src/types/pa_vhash.h: hash.foreach modification of existing keys
14803: allowed
14804:
14805: * src/types/types.dsp: introducing $junction.get/put(1) one can
14806: write iterators now:
14807:
14808: ^user-foreach[key;value]{$key=$value<br>}
14809:
14810: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14811: $code.value($i*2) $code }
14812:
14813: * src/main/compile_tools.h: mistype
14814:
1.101 moko 14815: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
14816: thus taking linking options configure changes into account [were:
14817: ignoring]
1.95 moko 14818:
14819: * src/types/: pa_vjunction.C, Makefile.am: introducing
14820: $junction.get/put(1) one can write iterators now:
14821:
14822: ^user-foreach[key;value]{$key=$value<br>}
14823:
14824: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14825: $code.value($i*2) $code }
14826:
14827: * src/: include/pa_opcode.h, include/pa_request.h,
14828: main/compile.tab.C, main/compile.y, main/execute.C,
14829: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
14830: introducing $junction.get/put(1) one can write iterators now:
14831:
14832: ^user-foreach[key;value]{$key=$value<br>}
14833:
14834: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14835: $code.value($i*2) $code }
14836:
14837: 2002-09-19 paf
14838:
1.101 moko 14839: * Makefile.am: new: make commit
1.95 moko 14840:
14841: * aclocal.m4: forced to be older
14842:
14843: 2002-09-18 paf
14844:
14845: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
14846: src/main/compile.y, src/main/execute.C: << >> int shifts
14847:
14848: * src/: include/pa_common.h, include/pa_request.h,
14849: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
14850: - now this - fatal error
14851:
14852: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
14853: that one can pass binary data there
14854:
14855: * src/: classes/date.C, classes/double.C, classes/file.C,
14856: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14857: classes/op.C, classes/response.C, classes/string.C,
14858: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14859: include/pa_request.h: pa_request contexts made privated, plus
14860: get_{self/method_frame} to read. Request_context_saver used in
14861: ^try to save flang too. [were not saved]
14862:
14863: * src/types/pa_vresponse.C: header value chains joined before
14864: output, this should help $.subject[$var $var] from being
14865: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
14866:
14867: 2002-09-17 paf
14868:
14869: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
14870: removed changes, operators executed with calling self. lots of
14871: code with ^include code relies on defined/defining self variables
14872:
14873: $a[1] ^include[print_a.p] print_a.p: $a
14874:
14875: ^include[set_a.p] a=$a set_a.p: $a[1]
14876:
14877: * src/: classes/op.C, main/execute.C, main/pa_request.C,
14878: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
14879: types/pa_vstateless_class.h: operators now executed with MAIN
14880: self. it's for ^include sake, too strong a change
14881:
14882: * src/classes/op.C: made place for ^process to compile it's code to
14883: in case of no self
14884:
14885: * src/main/execute.C: found ancient param to Junction, removed.
14886: allowed passing self to native_code_operators [for ^process to
14887: work, she needs self]
14888:
14889: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14890: types/pa_vstateless_class.h: found ancient param to Junction,
14891: removed. allowed passing self to native_code_operators [for
14892: ^process to work, she needs self]
14893:
14894: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
14895: types/pa_value.h, types/pa_vmethod_frame.h,
14896: types/pa_vstateless_class.h: allowed Request.self to be 0,
14897: checked that in VMethodFrame get/put and $self.
14898:
14899: * src/classes/: table.C, xdoc.C: table::sql options table::create
14900: copy options options checked, wrong option now fatal error
14901:
14902: * src/main/pa_string.C: string.replace fixed [were missing words on
14903: pieces boundaries]
14904:
14905: * bin/auto.p.dist.in: strange \n
14906:
14907: * configure, configure.in: .so now detected [can be .sl on hpux,
14908: .dll on cygwin, .so in other cases)
14909:
1.101 moko 14910: * configure, configure.in, bin/auto.p.dist.in: .so now detected
14911: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 14912:
14913: * operators.txt, src/classes/hash.C, src/classes/table.C,
14914: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
14915: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
14916: record taken [were last]
14917:
14918: * src/: classes/hash.C, classes/table.C,
14919: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
14920: now errors
14921:
14922: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
14923:
14924: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
14925: ,2,3]
14926:
14927: 2002-09-16 paf
14928:
14929: * src/classes/file.C: file::cgi line ends can be both unix & dos.
14930: and they can be unix [\n\n] on win when 'use CGI' used, it causes
14931: stdout to be binary. now detected closest header break.
14932:
14933: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
14934: closed right
14935:
14936: 2002-09-13 paf
14937:
14938: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
14939: src/main/compile_tools.h: (expression #comment)
14940:
14941: (multiline expression #comment line2 #comment )
14942:
14943: (expression #comment with (brackets) comment) << OK
14944:
14945: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
14946: bitwise !|| numerical xor now [preparing for expression
14947: #comments]
14948:
14949: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
14950: error
14951:
14952: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
14953: cheched in pa_socks.C
14954:
1.101 moko 14955: * configure, configure.in, src/include/pa_config_auto.h.in:
14956: HAVE_WINSOCK_H created in configure.in
1.95 moko 14957:
14958: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
14959: cookie date now clean [were mistakenly tainted & that worked bad
14960: with opera -- 'happily' that worked OK with msie]
14961:
14962: 2002-09-12 paf
14963:
14964: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14965: VClass get_element now first looks to fields, next to methods &
14966: co todo: the rest reason: more speed
14967:
14968: * src/main/untaint.C: quoted printable encoding stops before
14969: \s*<...>$
14970:
14971: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14972: stops before <...>$
14973:
14974: 2002-09-11 paf
14975:
14976: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14977: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14978: forgot to check users of those funcs. not all were using that
14979: return value convention
14980:
14981: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14982: windows-1254 added
14983:
14984: 2002-09-10 paf
14985:
14986: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14987: VCodeFrame parent param were specified badly
14988:
14989: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14990: WWrapper which used in constructing objects(second param to sql
14991: method) ^...sql{}[$.default{code}] now has parent, wich helps
14992: code in hash to survivi
14993:
14994: * src/: include/pa_request.h, main/execute.C: removed redundant
14995: param to execute [stack said 'thanks']
14996:
14997: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14998: types/pa_value.h, types/pa_vcode_frame.h,
14999: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15000: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
15001: responsibility to wcontext
15002:
15003: * src/classes/file.C: decided not to log exec's with stderr, that
15004: could be warnings, and it's up to scritper to log/show them
15005:
15006: * src/: classes/double.C, main/execute.C: double:sql badly called
15007: write_assign_lang, not write_no_lang, thus doing unnecessary
15008: double/string converstion, which were loosing time&precesion
15009:
15010: * src/: main/pa_charset.C, types/pa_vmail.C:
15011: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
15012: case of unfinished in buffer processing, causing accidental
15013: transcode stop [in case that source enc != utf-8 & there is
15014: incomplete utf-8 sequence at the end of 16000block iside of
15015: libxml lib] tfm readed & code updated
15016:
15017: 2002-09-04 paf
15018:
15019: * configure: makes with sjlj
15020:
15021: * INSTALL, src/include/pa_config_fixed.h,
15022: src/include/pa_sql_connection.h,
15023: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
15024: checked. on win32 it made default
15025:
15026: * src/include/pa_config_auto.h.in: sjlj define
15027:
15028: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
15029: can not work with longjump/throw pair, and one must switch that
15030: on there. todo: detect that automatically]
15031:
15032: * src/types/pa_vxnode.C: removed too strong checks of
15033: xnode.elements. now, for instance, if element does not have any
15034: attributes, $xnode.attributes is void, not error
15035:
15036: 2002-09-02 paf
15037:
15038: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
15039: removed double_result, didn't help
15040:
15041: * src/main/execute.C: double_result made to move that var away from
15042: hungry g++ optimizer (-O2), before: it were optimized and
15043: comparison operators worked badly
15044:
15045: * src/types/pa_vdate.h: removed debug
15046:
1.101 moko 15047: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 15048:
15049: * src/main/execute.C: fixed numeric < & co so that thay now use
15050: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
15051: unknown reason.
15052:
15053: 2002-08-29 paf
15054:
15055: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
15056: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
15057: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
15058: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
15059: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
15060: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
15061: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
15062: [called less frequent, allowed to remove ugly
15063: Junction.change_context-s from many places, switch,
15064: mail:send..html{}, ..] request.root renamed to method_frame [more
15065: easyreading] ancient {...PUSH/POPs...} changed to stack vars
15066: [speed up]
15067:
15068: 2002-08-28 paf
15069:
15070: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
15071: tainted
15072:
15073: * src/types/pa_vcookie.C: fixed cookie delete when
15074: $cookie:name[$.value[]]
15075:
15076: * operators.txt, src/classes/string.C:
15077: ^string.split[delim[;options]]
15078:
15079: 2002-08-27 paf
15080:
1.101 moko 15081: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 15082:
15083: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
15084: delimiter
15085:
15086: * INSTALL: recommended latest gmime 1.0.5
15087:
15088: 2002-08-26 paf
15089:
15090: * configure, configure.in: apache13/hook added to make dist.
15091:
15092: 2002-08-23 paf
15093:
15094: * src/: include/pa_common.h, main/pa_common.C,
15095: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
15096: beside binary [cgi, isapi] not accessible [due to bad rights or
15097: whatever] it's error now
15098:
15099: 2002-08-21 paf
15100:
1.101 moko 15101: * Makefile.am: can use: make happy equals to make update install
1.95 moko 15102:
15103: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15104: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
15105: class". compiled as if here they named base class
15106:
15107: * src/main/pa_string.C: fixed bad language bug, [were wrong string
15108: cloning constructor]
15109:
15110: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
15111:
15112: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
15113: src/types/pa_vfile.C, src/types/pa_vmail.C:
15114: $mail.received.file.value.content-type fixed
15115:
15116: 2002-08-20 paf
15117:
15118: * src/classes/file.C: fixed language of file:file result
15119:
15120: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
15121: from 3.0.0005
15122:
15123: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
15124:
15125: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
15126: 3.0.0005
15127:
15128: * src/classes/void.C, operators.txt: ^void.length[] = 0
15129:
15130: 2002-08-19 paf
15131:
15132: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
15133: work now
15134:
15135: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
15136: error in xnode, which were not catched in xdoc]
15137:
15138: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
15139: prepared: // validate each document after load/create (?)
15140: //xmlDoValidityCheckingDefaultValue = 1;
15141:
15142: 2002-08-15 paf
15143:
15144: * src/classes/classes.h: write to static var caused useless
15145: Exception, introduced Methoded::put_element wich consumes those
15146:
15147: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
15148: src/types/pa_vcookie.C, src/types/pa_vdate.h,
15149: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
15150: $response:field[date] $response:field[$.xxx[date]]
15151:
15152: * src/: classes/hash.C, classes/string.C, classes/table.C,
15153: classes/void.C, include/pa_sql_connection.h: fixed source of
15154: ^hash::sql{bad}
15155:
15156: * operators.txt: $request:body unprecessed POST request body
15157:
15158: * src/types/pa_vrequest.C: $request:body unprecessed POST request
15159:
15160: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
15161: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
15162:
15163: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
15164: src/include/pa_request.h, src/main/pa_pool.C,
15165: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
15166: $request:body r.post_data now const
15167:
15168: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
15169: classes/xnode.C, main/execute.C, types/pa_value.h,
15170: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
15171: types/pa_vtable.h: instead of type() checking everywhere used
15172: Value.as now user descendants can be used in params.
15173:
15174: VObject::as_*, is_defined now taken from bases. xtable(table)
15175: ^if($xtable) now OK
15176:
15177: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
15178: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
15179: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
15180:
15181: 2002-08-14 paf
15182:
15183: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
15184: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15185: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15186: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15187: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15188: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15189: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15190: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15191: types/pa_vresponse.C, types/pa_vresponse.h,
15192: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15193: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15194: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15195: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15196: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
15197: & VClass
15198:
15199: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
15200:
15201: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
15202: removed fixopt stupidity. on stupid linux use cd /document/root
15203: ../cgi/parser3 script
15204:
15205: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
15206: params, splitting them by space, excluding argv[0], argv[argc-1]
15207:
15208: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
15209: fixopt.h: fixopt now preprocesses command line params, splitting
15210: them by space, excluding argv[0], argv[argc-1]
15211:
15212: * src/targets/cgi/parser3.C: -f config file
15213:
15214: * src/targets/cgi/parser3.C: fixed .log file dir
15215:
15216: 2002-08-13 paf
15217:
15218: * src/types/pa_vobject.C: allow override parent variables, useful
15219: for form descendants [in vobject too, were in vclass]
15220:
15221: * src/types/pa_vclass.C: allow override parent variables, useful
15222: for form descendants
15223:
15224: * src/types/pa_vclass.C: checked: form[vclass]fields can be
15225: overwritten in derived(table)
15226:
15227: * src/: classes/form.C, classes/mail.C, classes/op.C,
15228: classes/xnode.h, include/pa_request.h, main/execute.C,
15229: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15230: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15231: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15232: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15233: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15234: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15235: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15236: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15237: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15238: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15239: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15240: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15241: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
15242: Value::get_element(..., bool looking_down) [needed to exclude
15243: endless recoursion]
15244:
15245: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
15246: fix bug with put endless recoursion todo: check 'as'
15247:
15248: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
15249: reorganized modules todo: fix bug with put endless recoursion
15250: todo: check 'as'
15251:
15252: * src/types/pa_vobject.h: checked: table fields can be overwritten
15253: in derived(table)
15254:
15255: * src/types/pa_vobject.h: derived classes can have fields of their
15256: own now
15257:
15258: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
15259: fixed error message on using non-created table
15260:
15261: * src/: classes/form.C, classes/hash.C, classes/mail.C,
15262: classes/op.C, classes/xnode.h, include/pa_request.h,
15263: main/compile.C, main/compile.tab.C, main/execute.C,
15264: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15265: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15266: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15267: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15268: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
15269: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15270: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15271: types/pa_vresponse.C, types/pa_vresponse.h,
15272: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15273: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15274: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15275: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15276: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
15277: looking down/up tree todo: fix error message on non-constructed
15278: parents
15279:
15280: 2002-08-12 paf
15281:
15282: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
15283: derived OK
15284:
15285: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
15286: thorough testing
15287:
15288: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
15289: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15290: types/pa_vobject.h, types/pa_vstateless_class.h,
15291: types/pa_vstateless_object.h, types/pa_wcontext.h,
15292: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
15293: ^base:create[] dynamic call rewritten todo: thorough testing
15294:
15295: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
15296: now instantates base class, remembers it and saves child in
15297: parent VObject.get_class now returns last child = downward
15298: virtual calls OK
15299:
15300: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15301: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15302: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
15303: types/pa_vobject.h, types/pa_vresponse.h,
15304: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15305: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
15306: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
15307: VAliased [redundant], moved $CLASS to VObject only [parser class
15308: instance]
15309:
15310: * bin/auto.p.dist.in: more like in dist on parser.ru
15311:
15312: * bin/auto.p.dist.in: fixed sendmail default comment
15313:
15314: * src/main/pa_request.C: $response:body[file] content-type check
15315: fixed [were bad when content-type is hash]
15316:
15317: 2002-08-09 paf
15318:
15319: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15320: types/pa_vobject.h, types/pa_vxdoc.h: started as()
15321:
15322: 2002-08-08 paf
15323:
15324: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
15325: src/main/pa_globals.C: year column in month calendar [week year]
15326:
15327: * src/main/execute.C: error reporting on object writes to MAIN
15328: improved [were ruind with fixing $obj[^if(1){$obj}] ]
15329:
15330: * operators.txt, src/types/pa_vdate.h: $date.yearday
15331: $date.daylightsaving
15332:
15333: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
15334: use tainted data now. only she must specify the language.
15335:
15336: ^mail:send[ $.from[paf@mail.design.ru]
15337: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
15338: $.text[^taint[uri][ìîñêâà]=] ]
15339:
15340: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
15341: now prints more precise origin
15342:
15343: * src/include/pa_string.h: String::first_char now not fails on
15344: empty strings ^if(-f '') now ok and in 3 other places.
15345:
15346: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
15347: String::first_char now not fails on empty strings ^if(-f '') now
15348: ok and in 3 other places.
15349:
15350: 2002-08-07 paf
15351:
15352: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
15353: fixed
15354:
15355: * src/main/pa_string.C: ^string.mid(0;bad) fixed
15356:
15357: * src/: main/execute.C, types/pa_vcode_frame.h,
15358: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15359: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
15360: mistakenly not completely transparent to object writes.
15361: $hash[^if(1){$hash}] now works
15362:
15363: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
15364: now erasing cache file [there were bad check on that]
15365:
15366: * src/: classes/classes.dsp, classes/table.C,
15367: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
15368: all Debug dirs in .dsp now named 'Debug'
15369:
1.101 moko 15370: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 15371:
15372: * operators.txt, src/classes/mail.C: exception_type email.send
15373:
15374: * operators.txt, src/types/pa_vmail.C: exception_type email.format
15375:
15376: * src/types/pa_vmail.C: mail:send empty email checked
15377:
15378: 2002-08-06 paf
15379:
15380: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15381: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
15382: ^table::create[$source;$.options] ^table::join[$source;$.options]
15383:
15384: * operators.txt, src/classes/hash.C, src/classes/string.C,
15385: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
15386: # $.default() }
15387:
15388: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
15389:
15390: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15391: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
15392: $file.content-type [instead of .mime-type] now works for
15393: file::stat also
15394:
15395: * src/main/pa_request.C: case insensitive mime_type_of
15396:
15397: * bin/auto.p.dist.in: jpeg
15398:
15399: 2002-08-05 paf
15400:
15401: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
15402:
15403: * src/types/pa_vmail.C: file buffer relocated to parser heap
15404:
15405: * operators.txt: comment on date:calendar week column
15406:
15407: * src/main/pa_common.C: write checked
15408:
15409: * src/main/: pa_common.C: write checked
15410:
15411: * src/classes/date.C: +1 buf size for stupid snprintfs
15412:
15413: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
15414: month calendar week column [ISO 8601 Week Numbers]
15415:
15416: 2002-08-02 paf
15417:
15418: * src/: include/pa_config_fixed.h, main/pa_string.C,
15419: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
15420: DEBUG*
15421:
15422: * configure, configure.in, src/include/pa_version.h: release
15423: 3_0_0005
15424:
15425: * bin/auto.p.dist.in: unhandled_exception comments
15426:
15427: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
15428: multipart post fixed
15429:
15430: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
15431: response transcoded source->client only when text/* or simple
15432: onoverridden $response:body
15433:
15434: 2002-08-01 paf
15435:
15436: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15437: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15438: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15439: classes/op.C, classes/response.C, classes/string.C,
15440: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15441: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15442: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15443: include/pa_config_fixed.h, include/pa_dictionary.h,
15444: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15445: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
15446: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
15447: include/pa_socks.h, include/pa_sql_connection.h,
15448: include/pa_sql_driver_manager.h, include/pa_stack.h,
15449: include/pa_string.h, include/pa_stylesheet_connection.h,
15450: include/pa_stylesheet_manager.h, include/pa_table.h,
15451: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15452: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15453: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
15454: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15455: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15456: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15457: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15458: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15459: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15460: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15461: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15462: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15463: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15464: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15465: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15466: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
15467: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
15468: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15469: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
15470: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15471: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
15472: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15473: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
15474: types/pa_vmethod_frame.h, types/pa_vobject.h,
15475: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15476: types/pa_vresponse.h, types/pa_vstateless_class.C,
15477: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15478: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15479: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15480: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15481: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15482: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
15483:
15484: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
15485: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15486: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15487: classes/math.C, classes/op.C, classes/response.C,
15488: classes/string.C, classes/table.C, classes/void.C,
15489: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15490: include/pa_array.h, include/pa_cache_managers.h,
15491: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15492: include/pa_config_fixed.h, include/pa_config_includes.h,
15493: include/pa_dictionary.h, include/pa_dir.h,
15494: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15495: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15496: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15497: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15498: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15499: include/pa_stack.h, include/pa_string.h,
15500: include/pa_stylesheet_connection.h,
15501: include/pa_stylesheet_manager.h, include/pa_table.h,
15502: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15503: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
15504: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15505: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
15506: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15507: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
15508: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
15509: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15510: main/pa_sql_driver_manager.C, main/pa_string.C,
15511: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15512: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15513: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15514: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15515: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15516: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15517: targets/isapi/pool_storage.h, types/pa_valiased.C,
15518: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
15519: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15520: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15521: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15522: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15523: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15524: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15525: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15526: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15527: types/pa_vresponse.C, types/pa_vresponse.h,
15528: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15529: types/pa_vstateless_object.h, types/pa_vstatus.C,
15530: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15531: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15532: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15533: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15534: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
15535: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
15536: types/Makefile.am: ident.C* removed
15537:
15538: * operators.txt, src/classes/file.C, src/main/pa_request.C:
15539: file:find[/can/do/this/now.txt]
15540:
15541: * src/targets/cgi/parser3.C: usage to stdout now
15542:
15543: 2002-07-31 paf
15544:
15545: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
15546:
15547: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
15548: default "postmaster"
15549:
15550: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
15551: -f postmaster now default sendmail key word "postmaster"
15552: replaced to $.from
15553:
15554: 2002-07-30 paf
15555:
1.101 moko 15556: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
15557: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 15558:
15559: * src/main/pa_charset.C: comment
15560:
15561: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
15562: table, &#decimal;
15563:
15564: * src/main/pa_request.C: comment
15565:
15566: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
15567: paragraf]
15568:
15569: 2002-07-11 paf
15570:
15571: * src/main/pa_exec.C: build command line badly added params twice
15572: [and first time without ' ']. double wrong. fixed.
15573:
15574: * src/main/pa_exec.C: invalid .exe caused error message with params
15575: wich parser did not provide = reported badly. fixed that.
15576:
15577: * src/classes/mail.C: $MAIL[ # xxx ]
15578:
15579: now ok
15580:
15581: * operators.txt: plan: sql detailed exception
15582:
15583: 2002-07-01 paf
15584:
15585: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
15586: [MForm.configure_admin were called when request.main_class ==0
15587:
15588: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
15589:
15590: * src/classes/form.C: content_length type fix
15591:
15592: 2002-06-30 paf
15593:
15594: * src/classes/mail.C: merged from 4
15595:
15596: * src/classes/mail.C: restored $MAIL
15597:
15598: 2002-06-28 paf
15599:
15600: * configure, configure.in: removed paths.h
15601:
1.101 moko 15602: * configure, src/include/pa_version.h,
1.95 moko 15603: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
15604: merged, makes updated
15605:
15606: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
15607: src/include/pa_charset.h, src/include/pa_config_fixed.h,
15608: src/include/pa_pool.h, src/include/pa_version.h,
15609: src/main/pa_charset.C, src/main/pa_pool.C,
15610: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15611: src/types/pa_vmail.C: merged latest updates to head
15612:
15613: 2002-06-27 paf
15614:
15615: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
15616: not error now
15617:
15618: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
15619: src/include/pa_config_fixed.h, src/include/pa_pool.h,
15620: src/main/pa_charset.C, src/main/pa_pool.C:
15621: ^xdoc::create[[uri]]... base uri for document being created,
15622: imports and other relative file names would be relative to this
15623: uri default uri=path_translated
15624:
15625: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
15626:
15627: 2002-06-26 paf
15628:
15629: * configure, configure.in, src/include/pa_version.h:
15630: release_3_0_0004
15631:
15632: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
15633: 0 now
15634:
15635: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
15636:
15637: 2002-06-25 paf
15638:
15639: * src/main/pa_string.C: emtpy string, or string of whitespaces
15640: considered bad number now
15641:
15642: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
15643: now
15644:
15645: * operators.txt, src/classes/string.C: ^string.normalize [old
15646: name: optimize
15647:
15648: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
15649: library configured
15650:
15651: * src/main/pa_request.C: configure_admin forced if no @conf
15652:
15653: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
15654: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
15655: when needed and to call system crypt() if not $apr1$ prefix
15656:
15657: 2002-06-24 paf
15658:
15659: * INSTALL: --with-static/shared-mailreceive described
15660:
15661: * src/include/pa_config_fixed.h: ssize_t fixed
15662:
1.101 moko 15663: * configure, configure.in, src/include/pa_config_auto.h.in,
15664: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 15665: src/types/pa_vmail.C: $mail:received makes update
15666:
15667: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
15668: WITH_MAILRECEIVE
15669:
15670: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
15671:
15672: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
15673: option, for $mail:receive
15674:
15675: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
15676: introducting $message:received ^mail:send rewritten with backward
15677: comp
15678:
15679: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15680: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15681: types/types.dsp: win32xml win32mailreceive pseudomodules paths
15682: now
15683:
15684: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
15685: src/include/pa_charset.h, src/include/pa_config_fixed.h,
15686: src/include/pa_request.h, src/include/pa_string.h,
15687: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
15688: src/main/pa_globals.C, src/main/pa_request.C,
15689: src/main/pa_string.C, src/main/pa_uue.C,
15690: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
15691: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15692: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
15693: uue to separate file introducting $message:received ^mail:send
15694: rewritten with backward comp
15695:
15696: 2002-06-21 paf
15697:
1.101 moko 15698: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
15699: co changes
1.95 moko 15700:
1.101 moko 15701: * configure, configure.in, src/lib/md5/Makefile.am,
15702: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
15703: restructure .in and .am files appropriate changes
1.95 moko 15704:
15705: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
15706: pcre to libs/ added libs/md5 which is linked to non-apache
15707: targets ^math:crypt[password;$apr1$salt]
15708:
15709: * INSTALL, configure.in, operators.txt, parser3.dsw,
15710: src/Makefile.am, src/classes/Makefile.am,
15711: src/classes/classes.dsp, src/classes/math.C,
15712: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101 moko 15713: src/lib/pcre/Makefile.am, src/lib/pcre/README,
15714: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
15715: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
15716: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
15717: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
15718: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
15719: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
15720: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 15721: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
15722: src/lib/pcre/pcre_parser_ctype.dsp,
15723: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
15724: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
15725: src/main/compile.tab.C, src/main/main.dsp,
15726: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
15727: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
15728: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
15729: to libs/ added libs/md5 which is linked to non-apache targets
15730: ^math:crypt[password;$apr1$salt]
15731:
15732: 2002-06-20 paf
15733:
15734: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101 moko 15735: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
15736: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 15737: src/include/pa_request.h, src/main/execute.C,
15738: src/main/pa_request.C, src/targets/cgi/parser3.C,
15739: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
15740: marged latest HEAD updates, mainly file:justname&co &
15741: @auto/conf[filespec
15742:
15743: * operators.txt, src/classes/file.C:
15744: !^file:dirname[/a/some.tar.gz]=/a
15745: !^file:dirname[/a/b/]=/a
15746: !^file:basename[/a/some.tar.gz]=some.tar.gz
15747: !^file:justname[/a/some.tar.gz]=some.tar
15748: !^file:justext[/a/some.tar.gz]=gz
15749:
15750: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15751: main/pa_request.C, types/pa_vmethod_frame.h: introducing
15752: @conf/auto[filespec]
15753:
15754: * bin/auto.p.dist.in: <noindex>
15755:
1.101 moko 15756: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 15757:
15758: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
15759: bin/auto.p.dist.in, src/doc/doxygen.cfg,
15760: src/include/pa_globals.h, src/targets/cgi/parser3.C,
15761: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
15762:
15763: 2002-06-18 paf
15764:
15765: * configure, configure.in, src/include/pa_version.h: version to
15766: configure.in
15767:
15768: * INSTALL: reflected .conf.dist dir change
15769:
1.101 moko 15770: * Makefile.am, configure, configure.in, bin/Makefile.am,
15771: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 15772: .in & *.am updated
15773:
15774: * src/classes/file.C: strncasecmp
15775:
15776: * src/classes/file.C: strcasecmp
15777:
1.101 moko 15778: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
15779: from etc
1.95 moko 15780:
15781: * src/classes/file.C: ^file::exec[script;$.bad error case
15782: insensitive check now
15783:
15784: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
15785:
15786: * configure, configure.in, src/include/pa_pool.h,
15787: src/include/pa_types.h: pack configure.in detection simplified.
15788: figured out that gcc on sparc not that stupid as thought
15789: previously: on sparc: when it sees packed class it modifies it's
15790: field-access-code to byte operations [stb, ldub] instead of 4byte
15791: operations [st, lduh] so packed must be all parts of packed
15792: class, i.e. it's parents&fields(classes). for now it's only
15793: String that packed and what was wrong is that it's parent -
15794: Pooled, were not packed. fixed that.
15795:
15796: 2002-06-14 paf
15797:
15798: * operators.txt: more precise xml-to-text options
15799:
15800: * operators.txt, src/types/pa_vxnode.C: xnode
15801: attribute_node.name/value xnode pi.node.data
15802:
15803: 2002-06-12 paf
15804:
1.101 moko 15805: * configure, configure.in, src/targets/cgi/Makefile.am,
15806: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 15807:
15808: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
15809: src/include/pa_globals.h, src/include/pa_request.h,
15810: src/main/compile.tab.C, src/main/pa_globals.C,
15811: src/main/pa_request.C, src/targets/cgi/parser3.C,
15812: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
15813:
15814: * src/classes/mail.C: sendmail -ti [default now]
15815:
15816: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
15817: to be strings. for convinient #ing
15818:
15819: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
15820: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
15821:
15822: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
15823: main/pa_globals.C, main/pa_request.C: @conf
15824:
15825: 2002-06-11 paf
15826:
15827: * src/classes/file.C: check simplified
15828:
15829: * src/: classes/file.C, targets/cgi/parser3.dsp,
15830: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
15831: valid prefix
15832:
15833: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
15834: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
15835: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
15836:
15837: 2002-06-10 paf
15838:
15839: * operators.txt, src/classes/op.C, src/include/pa_common.h,
15840: src/main/pa_common.C: lock failures reported now
15841:
15842: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
15843: string->double @ compile time were not-enough-checking...
15844:
15845: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
15846: autoconvert now ignored
15847:
15848: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
15849: check
15850:
15851: * src/classes/mail.C: mail netscape attachment name fixed. todo:
15852: $response:body content-type:name
15853:
15854: * configure, configure.in: hpux check, nsl link, no socket
15855:
15856: * operators.txt: old merge conflict removed
15857:
15858: * configure, configure.in: pack even address access on sparc&co
15859: arch checked in configure
15860:
15861: * configure, src/include/pa_version.h: makes
15862:
15863: * configure, configure.in, src/include/pa_version.h: makes
15864:
15865: * src/main/untaint.C: (bug#2) mail subject got always prepended
15866: with charset even when all letters were 7bit one
15867:
15868: * src/main/pa_common.C: merged fixed -d (bug)
15869:
15870: * src/main/pa_common.C: fixed -d (bug)
15871:
15872: 2002-06-03 paf
15873:
15874: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
15875: src/classes/classes.dsp, src/main/compile.tab.C,
15876: src/main/main.dsp, src/main/pa_globals.C,
15877: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15878: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
15879: .dsp-s along with reorganized cvs modules dirs structure
15880:
15881: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15882: main/pa_globals.C, targets/cgi/parser3.dsp,
15883: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
15884: modules
15885:
15886: 2002-05-28 paf
15887:
15888: * src/targets/cgi/parser3.C: info.uri now ""
15889:
15890: 2002-05-17 paf
15891:
15892: * src/classes/: table.C: ^table.save << checked empty
15893: pre/match/post columns
15894:
15895: 2002-05-16 paf
15896:
15897: * src/classes/image.C: image::measure can png now
15898:
15899: 2002-05-15 paf
15900:
15901: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
15902: added
15903:
15904: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
15905:
15906: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
15907: %H[:%M[:%S]]]]]] [-%m now
15908:
15909: 2002-05-14 paf
15910:
15911: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
15912:
15913: 2002-05-07 paf
15914:
15915: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
15916: src/include/pa_globals.h, src/include/pa_request.h,
15917: src/include/pa_table.h, src/main/compile.tab.C,
15918: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
15919: src/main/pa_request.C, src/main/pa_table.C,
15920: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
15921: src/targets/isapi/parser3isapi.dsp,
15922: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
15923: name2number field now &. main_method_name now on Request pool
15924: rather on global_pool [Junction+VJunction created on same pool as
15925: name = were created on global pool, causing mem leaks]
15926:
15927: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
15928: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
15929: main/compile.y, main/main.dsp, main/pa_globals.C,
15930: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15931: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15932: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15933: field now &. main_method_name now on Request pool rather on
15934: global_pool [Junction+VJunction created on same pool as name =
15935: were created on global pool, causing mem leaks]
15936:
15937: 2002-05-06 paf
15938:
15939: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15940: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15941: 100*40 bytes per request memory leak [nonpool malloc in globals]
15942:
15943: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15944: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15945: 100*40 bytes per request memory leak [nonpool malloc in globals]
15946:
15947: 2002-04-30 paf
15948:
15949: * configure, src/include/pa_version.h: version now not b
15950:
15951: * src/targets/cgi/parser3.C: request.uri now never 0
15952:
15953: 2002-04-29 paf
15954:
15955: * configure.in: removed b
15956:
15957: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15958: Exception::comment/type checked in (), no there's no empty
15959: type/comment by default
15960:
15961: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15962: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15963: src/doc/value.dox, src/include/pa_exception.h,
15964: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15965: 0001
15966:
15967: 2002-04-26 paf
15968:
15969: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15970: size reduced
15971:
15972: 2002-04-25 paf
15973:
15974: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15975: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15976: now that took into account
15977:
15978: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15979: 01:03:04]
15980:
15981: * ChangeLog, operators.txt, src/classes/date.C:
15982: ^date::create[2002-12-33 01:03:04]
15983:
15984: * ChangeLog: updated changelog
15985:
15986: * src/classes/table.C: removed restriction on column count to
15987: ^table.hash to work, now must be >0 [were >1]
15988:
15989: 2002-04-24 paf
15990:
15991: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15992: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15993: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15994: targets
15995:
15996: 2002-04-23 paf
15997:
15998: * operators.txt, src/classes/string.C:
15999: int/double/string:sql{}[$.default{code}] fixed [were barking:
16000: "junction used outside of context"]
16001:
16002: 2002-04-22 paf
16003:
16004: * types.txt, src/classes/string.C, src/include/pa_string.h,
16005: src/main/pa_string.C, src/types/pa_vstring.C,
16006: src/types/pa_vstring.h: ^string.optimize[]
16007:
16008: * src/: include/pa_globals.h, include/pa_table.h,
16009: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
16010: table template
16011:
16012: * src/classes/: string.C: optimize removed from string
16013: .left/right/pos
16014:
16015: * src/main/execute.C: rolled back to
16016: before_killing_userjunction_contexts
16017:
16018: * src/main/execute.C: user junctions context killed
16019:
16020: * src/main/execute.C: junctions to local contexts got
16021: cleanized&checked later
16022:
16023: 2002-04-19 paf
16024:
16025: * src/: classes/string.C, include/pa_request.h,
16026: include/pa_string.h, main/pa_request.C, main/pa_string.C,
16027: types/pa_vstring.C, types/pa_vstring.h: string now optimized
16028: prior to .left .right .mid .pos .match when that is profitable,
16029: and always before .replace when $ORIGINS(1) optimization disabled
16030: economy from not wasting mem on lots of strings which occur by
16031: lots of String:mid calls to get parts of source string between
16032: found_occurances
16033:
16034: * src/classes/file.C: ovector now local economy: 16 bytes per
16035: ^file:list
16036:
16037: * src/: include/pa_globals.h, include/pa_table.h,
16038: main/pa_globals.C, main/pa_string.C: String::match table columns
16039: globalized, not created @ each ^match anymore economy:
16040: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
16041:
16042: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
16043: removed from each String::match replace iteration, and made
16044: stacked sizeof(VTable)=12bytes economy on each replace code
16045:
16046: * src/doc/footer.htm: 2001,
16047:
16048: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
16049: string.match[]['] option enables generation of $match.prematch
16050: .match .postmatch columns
16051:
16052: * src/main/pa_string.C: String::match options analized without
16053: cstr-ing them now
16054:
16055: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
16056: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
16057: config updated to doxygen 1.2.15, created helper which fixes
16058: minor bugs in chm project files & htm tree. changed extension to
16059: .htm
16060:
16061: 2002-04-18 paf
16062:
16063: * src/doc/doxygen.cfg: .chi generation disabled
16064:
16065: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
16066: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
16067: fields&methods
16068:
16069: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
16070: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
16071: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
16072: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
16073: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
16074: types/pa_vresponse.h, types/pa_vstateless_class.h,
16075: types/pa_vstateless_object.h, types/pa_vstatus.h,
16076: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
16077: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
16078: VStateless_class to VObject
16079:
16080: * src/: main/pa_request.C, types/pa_valiased.h,
16081: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16082: types/pa_vstring.h: VStateless_string_object speicalized light
16083: version of VStateless_object
16084:
16085: * src/classes/op.C: ^throw comment param made optional
16086:
16087: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
16088: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
16089: and implemented down in VClass, fclass_alias removed,
16090:
16091: * src/types/pa_value.C: forced to cut that from .h because of
16092: VStateless_class usage [undefined in .h]
16093:
16094: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16095: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16096: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
16097: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
16098: on each CALL]
16099:
16100: * src/: classes/classes.h, classes/date.C, classes/double.C,
16101: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
16102: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
16103: classes/response.C, classes/string.C, classes/table.C,
16104: classes/void.C, classes/xnode.C, include/pa_globals.h,
16105: include/pa_request.h, main/execute.C, main/pa_globals.C,
16106: main/pa_request.C, types/Makefile.am, types/pa_value.h,
16107: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
16108: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16109: types/pa_vstateless_class.h, types/pa_wcontext.C,
16110: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
16111: removed Value::fname
16112:
16113: 2002-04-17 paf
16114:
16115: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
16116: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
16117: doc/pooled.dox, doc/string.dox, doc/targets.dox,
16118: include/pa_pool.h, include/pa_types.h: dox updated to current
16119: state, PTHROW freshen to throw & co
16120:
16121: * src/types/pa_vhash.h: vstring wrong parent fixed
16122:
16123: * src/classes/op.C: taint local result var bug fixed
16124:
16125: 2002-04-16 paf
16126:
16127: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
16128: Attic asm.txt as most interesting
16129:
16130: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
16131: check, preventing content-length: 0 from appearing
16132:
16133: * src/main/execute.C: $result in @main now taken into account as in
16134: usual functions
16135:
16136: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
16137: & @unhandled_exception now taken into account as in usual
16138: functions
16139:
16140: * src/doc/postbuild.txt: instructions on post .html build
16141:
16142: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
16143:
16144: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
16145: tainted
16146:
16147: * src/main/pa_request.C: uri in error log
16148:
16149: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
16150: cheched date:create(days) param for validity [later were assumed
16151: valid and crashed on invalid onces]
16152:
16153: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16154: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
16155: and used that for removing VString wrapper
16156:
16157: * src/classes/op.C: exception2vhash file now tainted
16158:
16159: * src/classes/op.C: _process pseudo origin copied from local var to
16160: heap
16161:
16162: * src/classes/op.C: extra check on empty file in origin in _execute
16163:
16164: 2002-04-15 paf
16165:
16166: * src/: main/execute.C, types/pa_value.h: fixed name update
16167:
16168: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
16169: functions
16170:
16171: * src/: classes/file.C, classes/hash.C, classes/op.C,
16172: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
16173: started dual write_xxx_lang functions, if checked & works
16174:
16175: * src/: classes/date.C, classes/file.C, classes/mail.C,
16176: classes/string.C, classes/xnode.C, include/pa_request.h,
16177: types/pa_value.h, types/pa_wcontext.h: removed absolutely
16178: unnecessary VString shells
16179:
16180: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
16181: prev changes]
16182:
16183: * src/: classes/image.C, classes/op.C, classes/string.C,
16184: classes/table.C, include/pa_request.h, main/execute.C,
16185: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
16186: StringOrValue wcontext result, now ready for dual writes
16187:
16188: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
16189: checked that
16190:
16191: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16192: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
16193: changed to OP_WRITE_VALUE in var get cases
16194:
16195: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
16196: include/pa_request.h, main/compile.tab.C, main/compile.y,
16197: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16198: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
16199: switch in hash constructor fixed [were problems with using of
16200: stacked wwrapper after it's death]
16201:
16202: 2002-04-12 paf
16203:
16204: * operators.txt, src/classes/table.C: table.select(expression) 0
16205:
16206: 2002-04-11 paf
16207:
16208: * src/: classes/string.C, include/pa_request.h, main/execute.C:
16209: Request::process_internal codeFrame & wwrapper stacked [not
16210: wasting heap anymore]
16211:
16212: 2002-04-10 paf
16213:
16214: * src/: classes/double.C, classes/file.C, classes/hash.C,
16215: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
16216: classes/string.C, classes/table.C, classes/void.C,
16217: classes/xdoc.C, include/pa_request.h, main/execute.C,
16218: main/pa_string.C: killed Request::process() wrapping
16219: VString(String) in case we need only String
16220:
16221: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16222: killed 8 bytes from String.head
16223:
16224: 2002-04-09 paf
16225:
16226: * src/: main/compile.tab.C, targets/cgi/parser3.C,
16227: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
16228: local*/char b[...]; a=b; situations
16229:
16230: * operators.txt, src/classes/xdoc.C: xslt params made literal
16231:
16232: * src/classes/xdoc.C: xslt params fixed
16233:
16234: * src/: main/pa_common.C, targets/cgi/parser3.C,
16235: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
16236: not pool.malloc(MAX_NUMBER) but really neaded
16237:
16238: * operators.txt, src/classes/double.C, src/classes/int.C:
16239: int/double.int/double(default)
16240:
16241: 2002-04-04 paf
16242:
16243: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
16244: [when reconstructing pieces were split by
16245: max_integral(piece.size), thus some strings to replace happen to
16246: be split into two = not replaced)
16247:
16248: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
16249: standalone version = current dir
16250:
16251: * src/targets/cgi/parser3.C: document root in standalone version =
16252: current dir
16253:
16254: 2002-04-03 paf
16255:
16256: * configure, configure.in: more checks on nonexistent charset
16257:
1.101 moko 16258: * INSTALL, configure, configure.in: root config configure options
1.95 moko 16259:
16260: 2002-04-02 paf
16261:
16262: * src/main/compile.C: parser.compile [exception name more like in
16263: doc]
16264:
16265: 2002-04-01 paf
16266:
16267: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
16268: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
16269: .content-type.charset, not .charset
16270:
16271: 2002-03-29 paf
16272:
16273: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
16274:
16275: * operators.txt, src/classes/date.C: ^date::create now may not
16276: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
16277: days' year. | 31.05->31.04 roll
16278:
16279: 2002-03-28 paf
16280:
16281: * operators.txt, src/classes/date.C, src/classes/op.C,
16282: src/include/pa_globals.h, src/include/pa_hash.h,
16283: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
16284: ^cache(seconds) ^cache[date] }
16285:
16286: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
16287: param
16288:
16289: 2002-03-27 paf
16290:
16291: * operators.txt, src/classes/date.C, src/classes/double.C,
16292: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
16293: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16294: src/classes/math.C, src/classes/op.C, src/classes/string.C,
16295: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16296: src/classes/xnode.C, src/include/pa_exception.h,
16297: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
16298: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
16299: src/main/pa_array.C, src/main/pa_charset.C,
16300: src/main/pa_charsets.C, src/main/pa_common.C,
16301: src/main/pa_dictionary.C, src/main/pa_exception.C,
16302: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
16303: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
16304: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
16305: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
16306: src/types/pa_value.h, src/types/pa_vcookie.C,
16307: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
16308: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
16309: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
16310: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
16311: src/types/pa_wwrapper.h: assigned exception types
16312:
16313: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
16314: src/include/pa_request.h, src/main/execute.C,
16315: src/main/pa_request.C: decided agains resetting exception_trace,
16316: just changed name
16317:
16318: 2002-03-26 paf
16319:
16320: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
16321: fixed
16322:
16323: * src/classes/op.C: forced language of $source field of exception
16324: to 'tainted', so that sql-langed-frags could be outputed outside
16325: of connect
16326:
16327: * operators.txt: removed date.roll limit of +-1 offset
16328:
16329: * src/classes/date.C: removed date.roll limit of +-1 offset
16330:
16331: * operators.txt, src/classes/date.C: fixed date roll on
16332: daylightsaving days mktime took into account tm_isdst flag, which
16333: remained from BEFORE roll, but should have been reset
16334:
16335: 2002-03-25 paf
16336:
16337: * operators.txt, src/targets/cgi/parser3.C:
16338: http_site_config_filespec
16339:
16340: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
16341: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
16342: with any/both --disable-foreign-group-files --disable-execs
16343:
16344: * INSTALL: "--with=sendmail=COMMAND" comment
16345:
16346: * INSTALL, configure, configure.in, src/classes/mail.C,
16347: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101 moko 16348: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
16349: disables execs also. introducing --sendmail
1.95 moko 16350:
16351: * operators.txt: pgsql options comment
16352:
16353: * INSTALL: comment on --disable-link-stdcpp
16354:
1.101 moko 16355: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
16356: libstdc++ link skipping configure option
1.95 moko 16357:
16358: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
16359: with error were put to cache with 'marked_to_rollback' flag, all
16360: consequent even OK requests rolled back
16361:
16362: 2002-03-22 paf
16363:
16364: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
16365: false return
16366:
16367: * operators.txt: few comments on sets
16368:
16369: 2002-03-18 paf
16370:
16371: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
16372: src/include/pa_globals.h, src/include/pa_request.h,
16373: src/include/pa_stack.h, src/main/pa_globals.C,
16374: src/main/pa_request.C: introducing ^try
16375:
16376: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
16377: types/pa_vdouble.h: removed some tested @tests
16378:
16379: 2002-03-15 paf
16380:
16381: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
16382:
16383: 2002-03-13 paf
16384:
16385: * src/main/pa_exception.C: checked not-pooled malloc
16386:
16387: 2002-03-11 paf
16388:
16389: * INSTALL, configure, configure.in,
16390: src/include/pa_config_auto.h.in: --disable-foreign-group-files
16391:
16392: * src/main/pa_common.C: --disable-foreign-group-files
16393:
16394: * INSTALL: --disable-execs
16395:
16396: * src/main/pa_exec.C: --disable-execs
16397:
16398: * configure, configure.in, src/include/pa_config_auto.h.in:
16399: --disable-execs
16400:
16401: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
16402:
16403: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
16404: file::exec/cgi linebreaks "0D0A" changed to 0A onces
16405:
16406: 2002-03-05 paf
16407:
16408: * operators.txt, src/classes/date.C: date week calendar columns
16409: named
16410:
16411: * operators.txt, src/classes/date.C: date week calendar columns
16412: named
16413:
16414: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
16415: requires headers to be terminated with \r\n manually [refuses to
16416: separate header/body itself]
16417:
16418: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16419: targets/isapi/parser3isapi.C: isapi site config beside .dll
16420:
16421: 2002-03-04 paf
16422:
16423: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
16424: in PASS language
16425:
16426: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
16427: deserialize checks on broken file
16428:
16429: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
16430: parser3isapi.dsp: isapi updated
16431:
16432: 2002-03-01 paf
16433:
16434: * src/main/pa_exec.C: execle -> execve, now argc OK
16435:
16436: 2002-02-28 paf
16437:
16438: * src/main/untaint.C: removed some debug comments
16439:
16440: * src/main/pa_charsets.C: when placing charset to cache using
16441: global name now [were request]
16442:
16443: * configure, configure.in: apache module updated
16444:
16445: * src/main/pa_string.C: origin by first piece preferred before last
16446: piece
16447:
16448: 2002-02-27 paf
16449:
16450: * src/main/pa_charset.C: size_t
16451:
16452: * INSTALL: shared/static-xml with-pathlink
16453:
16454: * operators.txt: SMTP comment
16455:
16456: 2002-02-26 paf
16457:
16458: * src/main/pa_exec.C: more precise names for vars, cosmetic
16459:
16460: * src/classes/xnode.C: in some situation, xpath query returned
16461: result with type NODESET, but empty nodeset member field, checked
16462: that
16463:
16464: 2002-02-22 paf
16465:
16466: * INSTALL: without-zlib comment
16467:
16468: * etc/parser3.charsets/windows-1251.cfg: °
16469:
16470: * configure, configure.in: glib###.a detection fixed
16471:
16472: * INSTALL: hashfile removed from INSTALL
16473:
1.101 moko 16474: * Makefile.am: make update
1.95 moko 16475:
16476: * src/main/pa_string.C: string iterators fixed again, so were
16477: String::join_chain
16478:
16479: * src/main/pa_string.C: string iterators fixed again, so were
16480: String::join_chain
16481:
16482: * src/: include/pa_string.h, main/pa_string.C: string iterators
16483: fixed again, so were String::join_chain
16484:
16485: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
16486:
16487: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
16488: "session"
16489:
1.101 moko 16490: * configure, configure.in, src/include/pa_config_auto.h.in:
16491: --with-shared-xml --with-static-xml
1.95 moko 16492:
16493: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16494: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16495: types/types.dsp: *.dsp: removed refereces to win32db & ancient
16496: xalan&xml
16497:
16498: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
16499:
16500: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
16501: src/types/types.dsp: removed hashfile support from sources for
16502: now
16503:
1.101 moko 16504: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 16505: src/classes/hashfile.C, src/include/Makefile.am,
1.101 moko 16506: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
16507: src/include/pa_db_manager.h, src/include/pa_db_table.h,
16508: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 16509: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101 moko 16510: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
16511: src/types/Makefile.am, src/types/pa_vhashfile.C,
16512: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 16513:
16514: 2002-02-21 paf
16515:
16516: * src/main/untaint.C: removed debug code, activated commented-for
16517: debug parts
16518:
1.101 moko 16519: * Makefile.am: make cvsupdate
1.95 moko 16520:
16521: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
16522: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
16523: append_row, not at link zero now string to string appending works
16524:
16525: 2002-02-20 paf
16526:
16527: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
16528: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
16529: DEBUG_STRING_APPENDS_VS_EXPANDS
16530:
16531: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16532: economy: 22%
16533:
16534: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16535: space uptimized: string::link_row removed
16536:
16537: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
16538: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
16539: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
16540: types/pa_vstring.h: speed uptimized: string::is_empty
16541:
16542: * operators.txt, src/include/pa_common.h,
16543: src/include/pa_config_fixed.h, src/include/pa_string.h,
16544: src/include/pa_types.h, src/main/compile.tab.C,
16545: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
16546: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
16547: string append optimiziation idea and estimates
16548:
16549: 2002-02-19 paf
16550:
16551: * src/classes/math.C: not used directly [but erroreously reported
16552: that 'is', thus registering twice&other probs]
16553:
16554: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
16555: to node [element]
16556:
16557: * src/main/compile.C: without string_origins parse error
16558: file+line+col possible
16559:
16560: * src/main/: compile.C: without string_origins not worked
16561:
16562: 2002-02-18 paf
16563:
16564: * src/types/pa_vdouble.h: since we have in_expression removed that
16565: trick i've installed into double::as_string
16566:
16567: * src/main/pa_globals.C: extern "C" was removed too fast
16568:
16569: * src/: include/pa_opcode.h, include/pa_request.h,
16570: main/compile.tab.C, main/compile.y, main/execute.C,
16571: types/pa_wcontext.h: in_expression aimed to solve old problem
16572: with string/nonstring values, now in expressions double/int
16573: values are passed as-is, without stupid tostring/fromstring
16574: conversions
16575:
16576: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
16577: __cplusplus } #endif
16578:
16579: * src/main/compile.tab.C: bison env set so one could compile
16580: without cygwin installed
16581:
16582: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16583: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
16584: gnome xml libs parser .dsp-s changed accordingly
16585:
16586: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
16587:
16588: * operators.txt, src/classes/date.C: date::create [were date::set,
16589: with backward comp
16590:
16591: * src/classes/math.C: math:random range check fixed
16592:
16593: * src/main/: compile.tab.C, compile.y: integer division stops name
16594:
16595: * INSTALL: local install comment
16596:
1.101 moko 16597: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 16598:
1.101 moko 16599: * acinclude.m4, aclocal.m4, configure, configure.in,
16600: src/include/pa_config_auto.h.in,
16601: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
16602: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 16603:
16604: * operators.txt: \ comment
16605:
16606: 2002-02-13 paf
16607:
16608: * src/include/pa_config_includes.h: sys/time time both included
16609: now. vaguely remember confilicts on this on some system [not on
16610: six|ablv] so when would see them again would think up proper
16611: check
16612:
1.101 moko 16613: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
16614: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 16615:
16616: * src/main/pa_common.C: truncation never occured when writing files
16617: on unix [since i've changed cache mech] fix
16618:
16619: * src/main/pa_common.C: strnchr: sanity check added
16620:
16621: * etc/parser3.charsets/windows-1257.cfg: id added
16622:
16623: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
16624: baltic charset file generated, in generation script ispunct check
16625: added
16626:
16627: 2002-02-08 paf
16628:
1.101 moko 16629: * src/: include/Makefile.am, sql/Makefile.am,
16630: targets/isapi/Makefile.am: forgotten makes
1.95 moko 16631:
16632: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
16633: forgotten
16634:
16635: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
16636:
16637: * INSTALL, README: install&others updated
16638:
16639: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
16640:
1.101 moko 16641: * Makefile.am, configure, configure.in,
16642: etc/parser3.charsets/Makefile.am, src/Makefile.am,
16643: src/classes/Makefile.am, src/main/Makefile.am,
16644: src/main/pa_status_provider.C, src/targets/Makefile.am,
16645: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
16646: works
1.95 moko 16647:
16648: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16649: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16650: classes/hashfile.C, classes/int.C, classes/mail.C,
16651: classes/math.C, classes/op.C, classes/response.C,
16652: classes/string.C, classes/table.C, classes/void.C,
16653: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16654: include/pa_array.h, include/pa_cache_managers.h,
16655: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16656: include/pa_config_fixed.h, include/pa_config_includes.h,
16657: include/pa_db_connection.h, include/pa_db_manager.h,
16658: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16659: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16660: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16661: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16662: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16663: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16664: include/pa_stack.h, include/pa_string.h,
16665: include/pa_stylesheet_connection.h,
16666: include/pa_stylesheet_manager.h, include/pa_table.h,
16667: include/pa_threads.h, include/pa_types.h, main/compile.C,
16668: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16669: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
16670: main/pa_db_connection.C, main/pa_db_manager.C,
16671: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16672: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
16673: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16674: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16675: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16676: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16677: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
16678: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16679: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16680: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
16681: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16682: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16683: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
16684: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
16685: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
16686: types/pa_vmethod_frame.h, types/pa_vobject.h,
16687: types/pa_vrequest.h, types/pa_vresponse.h,
16688: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16689: types/pa_vstateless_object.h, types/pa_vstatus.C,
16690: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16691: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16692: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
16693: classes/image.C, main/pa_common.C, main/pa_exec.C,
16694: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
16695: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
16696: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
16697: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
16698: types/pa_vxnode.C, main/pa_charset.C: name spelling
16699:
16700: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16701: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16702: classes/hashfile.C, classes/image.C, classes/int.C,
16703: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16704: classes/string.C, classes/table.C, classes/void.C,
16705: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16706: include/pa_array.h, include/pa_cache_managers.h,
16707: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16708: include/pa_config_fixed.h, include/pa_config_includes.h,
16709: include/pa_db_connection.h, include/pa_db_manager.h,
16710: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16711: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16712: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16713: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16714: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16715: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16716: include/pa_stack.h, include/pa_string.h,
16717: include/pa_stylesheet_connection.h,
16718: include/pa_stylesheet_manager.h, include/pa_table.h,
16719: include/pa_threads.h, include/pa_types.h, main/compile.C,
16720: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16721: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
16722: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16723: main/pa_db_connection.C, main/pa_db_manager.C,
16724: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16725: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16726: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16727: main/pa_socks.C, main/pa_sql_driver_manager.C,
16728: main/pa_status_provider.C, main/pa_string.C,
16729: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16730: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16731: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16732: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16733: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16734: targets/isapi/pool_storage.h, types/pa_valiased.C,
16735: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16736: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16737: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16738: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16739: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16740: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16741: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16742: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16743: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16744: types/pa_vresponse.h, types/pa_vstateless_class.C,
16745: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16746: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16747: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16748: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16749: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16750: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
16751:
16752: 2002-02-07 paf
16753:
16754: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
16755:
1.101 moko 16756: * configure, configure.in, src/include/pa_config_auto.h.in,
16757: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
16758: added yet another locking function: fcntl
1.95 moko 16759:
16760: * config.sub: on cygwin configure passes it with strange i1586
16761: const, hacked it to mean i586
16762:
16763: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16764: disabled $if reference due to conflicts with local variables
16765:
16766: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
16767: xdoc::set obsolete now, now xdoc::create, with both sences
16768:
16769: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16770: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16771: table::create now // 'set' name obsolete now table clone.
16772:
16773: * operators.txt, src/classes/string.C,
16774: src/include/pa_config_fixed.h, src/main/compile.tab.C:
16775: ^int/double/string.format now can be called with normal []
16776: brackets, not stupid {} as it were implemented for some strange
16777: reason. retaining backward compatibility due to some
16778: already-implemented servers
16779:
16780: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
16781: main/compile.y, main/compile_tools.C, main/compile_tools.h:
16782: operators now detected by check at name_without_curly_rdive_read
16783: rule whether diving code constists only of
16784: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
16785: with OP_GET_ELEMENT_OR_OPERATOR to form
16786: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
16787:
16788: 2002-02-06 paf
16789:
16790: * configure, configure.in: prefix expanded, grr
16791:
16792: * operators.txt, src/classes/mail.C: mail:send config changed
16793:
16794: 2002-02-05 paf
16795:
16796: * operators.txt: regex options commented
16797:
16798: * src/main/: pa_exec.C: argv0 now correct
16799:
16800: * src/types/pa_vstatus.C: status:rusage 3
16801:
16802: * src/types/pa_vstatus.C: status:rusage 2
16803:
16804: * operators.txt: status:rusage described int operators
16805:
16806: * src/types/pa_vstatus.C: status:rusage 1
16807:
16808: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
16809: src/types/types.dsp: status:rusage
16810:
16811: * configure.in, operators.txt, src/classes/file.C,
16812: src/classes/op.C, src/include/pa_common.h,
16813: src/include/pa_config_includes.h, src/main/compile.tab.C,
16814: src/main/pa_common.C: rewritten ^cache to use
16815: non-blocking-exclusive-caches
16816:
16817: * src/main/pa_common.C: text file read mode on win32 adjusted
16818: [speed impact. was off for debugging purpose, but forgotten
16819: afterwards]
16820:
16821: 2002-02-01 paf
16822:
16823: * src/classes/op.C: file_write does EX lock after create, while
16824: file_read does SH after open, so there's a moment after create
16825: but before EX lock when read can sneak into, and read
16826: just-created-for-writing-and-not-yet-locked file, added a check
16827: for that in ^cache...read
16828:
16829: 2002-01-31 paf
16830:
16831: * src/main/: compile.y, compile.tab.C: disabled operator call after
16832: ^xxx:
16833:
16834: * src/main/: compile.tab.C, execute.C: made operators lookup first
16835: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
16836:
16837: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
16838: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16839: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
16840: operators check 6.1 rewritten. now check is done at compile time
16841:
16842: * src/main/execute.C: operators check 5 floated up old error of
16843: staying in 'entered class/object' state after $a($a..) it
16844: prevented operators from being called thereafter
16845:
16846: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16847: main/execute.C: operators check 4 floated up old error of staying
16848: in 'entered object' state after ^a.a(a) it prevented operators
16849: from being called thereafter
16850:
16851: * src/main/execute.C: operators check 3 floated up old error of
16852: staying in 'entered class' state after $a:a(a) it prevented
16853: operators from being called thereafter
16854:
16855: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
16856: floated up old error of staying in 'entered class' state after
16857: $a:a[a] it prevented operators from being called thereafter
16858:
16859: * src/main/execute.C: operators check, thay mistakenly seen in
16860: $class:operator $object.operators contexts
16861:
16862: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
16863: win32
16864:
1.101 moko 16865: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
16866: src/classes/Makefile.am, src/main/Makefile.am,
16867: src/targets/cgi/Makefile.am,
1.95 moko 16868: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101 moko 16869: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 16870:
1.101 moko 16871: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
16872: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
16873: configure, configure.in, form.txt, ident.awk, install-sh,
16874: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
16875: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 16876: etc/parser3.charsets/Makefile.am,
16877: etc/parser3.charsets/koi8-r.cfg,
16878: etc/parser3.charsets/windows-1250.cfg,
16879: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101 moko 16880: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
16881: src/main/Makefile.am, src/targets/cgi/Makefile.am,
16882: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
16883: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 16884: straightened installation scripts procedure made
16885: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
16886: change
16887:
16888: 2002-01-30 paf
16889:
16890: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16891: removed] those comments were a mistake, and prevented libltdl
16892: from function properly
16893:
16894: 2002-01-29 paf
16895:
1.101 moko 16896: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
16897: creation [modified acinclude.m4 which were creating int into just
16898: assignment LIBTOOL=../libtool] added default system
16899: config&charsetts prepared 'make install', now it installs
16900: targets/cgi/parser3 into bin directory etc/parser3.conf &
16901: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16902: $sysconfdir/parser3.charsets respectively
16903:
16904: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16905: main/pa_globals.C: few forgotten ifdef XML added
16906:
16907: 2002-01-28 paf
16908:
1.101 moko 16909: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 16910: removed
16911:
16912: * src/main/pa_exception.C: dom|generic error output fix
16913:
16914: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16915:
16916: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16917:
16918: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16919: [fixed as_node helper func to accept docs]
16920:
16921: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16922: xdoc.importNode 0
16923:
16924: * src/classes/xdoc.C: xdoc::set now untaints OK
16925:
16926: 2002-01-25 paf
16927:
16928: * src/main/: compile.tab.C, compile.y: #comment before @ after
16929: @SPECIAL now works OK
16930:
16931: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16932:
16933: * src/main/pa_exec.C: max arg count now 10, and proper message on
16934: violation that added
16935:
16936: * src/classes/hash.C: unified hash::sql, now
16937: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16938:
16939: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16940: ^file:lock[filename]{code}
16941:
16942: * src/: classes/file.C, classes/op.C, classes/string.C,
16943: classes/table.C, classes/xdoc.C, include/pa_common.h,
16944: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16945: to some pa_common funcs
16946:
16947: * src/: include/pa_charset.h, main/pa_globals.C:
16948: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16949:
16950: * src/: include/pa_charset.h, main/pa_charset.C,
16951: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16952: not stupid illegal define
16953:
16954: 2002-01-24 paf
16955:
16956: * src/include/pa_version.h: changed version number
16957:
16958: * src/: classes/hashfile.C, include/pa_db_table.h,
16959: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16960: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16961: main/pa_db_connection.C, main/pa_db_table.C,
16962: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16963: hashfile without logfiles
16964:
16965: * src/: classes/hashfile.C, include/pa_db_table.h,
16966: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16967: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16968: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16969: DB_INIT_TXN init bits, thus got rid of huge log files, which
16970: cluttered disk without huge need]
16971:
16972: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16973: handy macro, which is strangly abscent in dome lib
16974:
16975: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16976:
16977: * src/classes/xdoc.C: checked empty response
16978:
16979: * src/classes/xnode.C: xdoc.select fixed context node [were always
16980: /, not self node]
16981:
16982: * src/classes/xnode.C: xnode.select returns array always now, in
16983: case 'nothing found' returns empty array
16984:
16985: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16986: be more tender with ctrl/c/v
16987:
16988: 2002-01-23 paf
16989:
16990: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16991: substituted. // 2. when dom tree with entites goes under
16992: transform text nodes // got [erroreosly] cut on first
16993: entity occurance
16994:
16995: * src/types/pa_vdouble.h: double prec. todo: get rid of
16996: twice-converting
16997:
16998: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16999: 'e' in output this is for regretful twice-converting here:
17000: $a(double value) when they write double falue they convert it to
17001: string first, thus %g were losing precesion.
17002:
17003: todo: think up some way to remove double->string string->double
17004: twice-converting
17005:
17006: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
17007: %.20E now default float format this is for regretful
17008: twice-converting here: $a(double value) when they write double
17009: falue they convert it to string first, thus %g were losing
17010: precesion.
17011:
17012: todo: think up some way to remove double->string string->double
17013: twice-converting
17014:
17015: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17016: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
17017: reasons in comment inside
17018:
17019: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
17020: statically linked]
17021:
17022: * src/: include/pa_exception.h, main/compile.tab.C,
17023: main/pa_exception.C: removed exception va_list constructor. 1.
17024: not needed anymore 2. there were a conflict[causing errors]
17025: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
17026: never detected an ambiguilty here, compiling ctor(, "hello") into
17027: ctor(, va_list) which, of course, caused gpf
17028:
17029: * src/main/pa_globals.C: removed debug xslt messages
17030:
17031: 2002-01-22 paf
17032:
17033: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17034: main/pa_globals.C: xsl stylesheet load: parsed entities, this
17035: helps compiling stylesheet properly. example: this refused to
17036: work, <b>«<xsl:value-of select="@title"
17037: />»</b> stranly worked only this way:
17038: <b>«<xsl:value-of select="@title" />»</b>
17039:
17040: docs says "set it to 1", never going into details, so I decided
17041: to try NOT to do that
17042:
17043: * src/classes/table.C: join behaived badly in case named tables
17044: structure mismatched: 0 strings sneaked into dest failing
17045: afterwards. replaced them with empty strings
17046:
17047: 2002-01-21 paf
17048:
17049: * src/main/pa_charset.C: checked empty transcoders in
17050: transcode_cstr|buf
17051:
17052: * src/classes/xdoc.C: xdoc::load error source = filespec
17053:
17054: * src/classes/xdoc.C: transform error source now
17055: stylesheet_filespec
17056:
1.101 moko 17057: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 17058: include/pa_stylesheet_connection.h, main/pa_charset.C,
17059: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101 moko 17060: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
17061: gnome
1.95 moko 17062:
17063: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17064: include/pa_globals.h, include/pa_stylesheet_connection.h,
17065: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
17066: xslt generic error 1
17067:
17068: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
17069: xml generic message 1
17070:
17071: * src/classes/table.C: ^table::load empty lines or #comments before
17072: headline
17073:
17074: * src/: include/pa_array.h, include/pa_globals.h,
17075: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
17076: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17077: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
17078: errors 0
17079:
17080: 2002-01-16 paf
17081:
17082: * src/: classes/hash.C, classes/op.C, classes/string.C,
17083: classes/table.C, classes/void.C, classes/xdoc.C,
17084: include/pa_db_connection.h, include/pa_request.h,
17085: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17086: include/pa_stylesheet_connection.h,
17087: include/pa_stylesheet_manager.h, main/pa_request.C,
17088: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17089: targets/cgi/pool_storage.h: auto closers to sql_connection,
17090: stylesheet_connection auto destroyers to remaining gnome objects
17091:
17092: * src/classes/xdoc.C: few comments
17093:
17094: 2002-01-15 paf
17095:
17096: * src/classes/xdoc.C: xdoc file save string
17097:
17098: ready. todo: error handling
17099:
17100: * src/classes/xdoc.C: xdoc save rewritten using
17101: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
17102: result
17103:
17104: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
17105: started output options parsing
17106:
17107: 2002-01-14 paf
17108:
17109: * src/classes/xdoc.C: method
17110:
17111: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17112: include/pa_pool.h, include/pa_stylesheet_connection.h,
17113: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
17114: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
17115: xslt transform0. TODO: use output options handle errors
17116:
17117: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
17118:
17119: 2002-01-11 paf
17120:
17121: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17122: main/compile_tools.C, main/compile_tools.h, main/execute.C:
17123: partial logical && || evaluation
17124:
17125: * src/classes/xnode.C: xpath selectNodes
17126:
17127: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
17128: string/number/bool
17129:
17130: * src/classes/xnode.C: xpath selectNode 2
17131:
17132: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
17133: xpath selectNode 1
17134:
17135: 2002-01-10 paf
17136:
17137: * src/classes/xnode.C: xpath selectNode -100 [just written]
17138:
17139: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17140: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
17141: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
17142: refcounter]
17143:
17144: 2001-12-29 paf
17145:
17146: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
17147: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
17148: glib works 0
17149:
17150: 2001-12-28 paf
17151:
17152: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
17153: main/pa_exception.C: started glib transcoders
17154:
17155: * src/main/pa_globals.C: renamed gdome to libgdome.dll
17156:
17157: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
17158: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
17159: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
17160: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
17161: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
17162: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
17163: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
17164: libs just compiled in. no refcounting no xpath no xslt yet
17165:
17166: 2001-12-27 paf
17167:
17168: * src/: include/pa_charset.h, include/pa_common.h,
17169: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17170: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
17171: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
17172: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
17173: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
17174: from xalan&xerces, started the process. globals [initialization
17175: pool [charset update charset [transcodings vxnode vxdoc [DOM
17176: calls
17177:
17178: * src/classes/Makefile.am: going away from xalan&xerces, not needed
17179: anymore
17180:
17181: 2001-12-26 paf
17182:
17183: * src/: include/pa_charset.h, include/pa_charsets.h,
17184: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
17185: key globalized [bug]
17186:
17187: 2001-12-25 paf
17188:
17189: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
17190: main/pa_string.C: table set & append changed splitting languages,
17191: separators now can be clean AND as-is same to mail command line
17192: $MAIN:MAIL.progX arguments
17193:
17194: 2001-12-24 paf
17195:
17196: * src/classes/mail.C: one parted text messages - no multipart
17197: mime-type anymore. for convinient if $.attach-ments
17198:
17199: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
17200: main/pa_string.C: read from cache size check updated
17201:
17202: * src/main/: pa_string.C: String::join_chain another ugly bug :(
17203:
17204: 2001-12-21 paf
17205:
17206: * src/classes/date.C: date:sql-string now returns localtime
17207:
17208: * src/main/pa_request.C: $result in @main actually not working, to
17209: hell with it for now
17210:
17211: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17212: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
17213: @postprocess @exception
17214:
17215: * src/main/execute.C: junction evaluation canceled - endless
17216: recursion detected
17217:
17218: 2001-12-19 paf
17219:
17220: * src/main/pa_charset.C: charset->charset transcoding via unicode
17221: intermediate
17222:
17223: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
17224:
17225: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
17226:
17227: * src/classes/op.C: ^cache keypath now relative
17228:
17229: * src/classes/mail.C: changed weighting prior to sort
17230:
17231: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
17232: were missing
17233:
17234: 2001-12-17 paf
17235:
17236: * src/main/pa_charset.C: ifndef XML were bad type
17237:
17238: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
17239: outdated unset services_pool
17240:
17241: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
17242: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
17243: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
17244:
17245: * src/main/untaint.C: allowed space in filespec
17246:
17247: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
17248:
17249: * src/classes/image.C: no govno
17250:
17251: * src/classes/image.C: govno
17252:
17253: 2001-12-16 paf
17254:
17255: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
17256:
17257: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
17258: charset_connection&manager replaced by charset&charsets
17259:
17260: * src/main/pa_charset.C: name_cstr 0
17261:
17262: * src/main/untaint.C: uri lang now knows about client/source
17263: charsets
17264:
17265: * src/: classes/file.C, classes/math.C, classes/op.C,
17266: classes/string.C, classes/table.C, classes/xdoc.C,
17267: include/pa_array.h, include/pa_cache_managers.h,
17268: include/pa_charset_connection.h, include/pa_charset_manager.h,
17269: include/pa_common.h, include/pa_db_connection.h,
17270: include/pa_db_manager.h, include/pa_db_table.h,
17271: include/pa_dictionary.h, include/pa_exception.h,
17272: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
17273: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
17274: include/pa_sapi.h, include/pa_socks.h,
17275: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17276: include/pa_string.h, include/pa_stylesheet_connection.h,
17277: include/pa_stylesheet_manager.h, include/pa_table.h,
17278: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
17279: main/pa_charset.C, main/pa_charset_connection.C,
17280: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
17281: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
17282: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
17283: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
17284: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17285: types/types.dsp: introducing Charset
17286:
17287: 2001-12-14 paf
17288:
17289: * src/: include/pa_request.h, include/pa_transcoder.h,
17290: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
17291: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
17292: uri lang
17293:
17294: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
17295:
17296: * src/targets/cgi/Makefile.am: -I../../pcre to .am
17297:
17298: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
17299: defalts_name global
17300:
17301: * src/: include/pa_charset_connection.h, include/pa_pool.h,
17302: include/pa_request.h, main/main.dsp,
17303: main/pa_charset_connection.C, main/pa_charset_manager.C,
17304: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
17305: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
17306: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
17307: changed charset model. now important: $request:charset
17308: $response:charset while $response:content-type.charset become
17309: unimportant [informational]
17310:
17311: 2001-12-13 paf
17312:
17313: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
17314:
17315: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
17316: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
17317: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
17318: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
17319: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
17320: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
17321:
17322: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
17323: auto_ptr part other way, because of stupid gcc 2.96
17324: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
17325: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
17326: FormatterListener] /usr/include/g++-3/memory:48:
17327: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
17328: _Tp1 = FormatterListener, _Tp = FormatterListener]
17329:
17330: * src/classes/xdoc.C: removed extra inc
17331:
17332: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
17333:
17334: * src/include/pa_types.h: msvc head debugging flag
17335:
17336: * src/classes/xdoc.C: freed up listener
17337:
17338: * src/classes/string.C: change msg '... code is not code'
17339:
17340: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
17341: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17342: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
17343: [past/future prob]
17344:
17345: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17346: include/pa_config_fixed.h, include/pa_db_manager.h,
17347: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17348: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
17349:
17350: * src/: include/pa_config_fixed.h, main/pa_common.C,
17351: main/pa_string.C: removed signed mismatch warnings
17352:
17353: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
17354: 'expires' from header outputs
17355:
17356: * src/main/pa_string.C: string::recustruct erroreusly used outdated
17357: row ptr
17358:
17359: * src/classes/file.C: file::cgi bug, request_method were passed to
17360: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
17361:
17362: * src/classes/xdoc.C: lang list updated
17363:
17364: 2001-12-10 paf
17365:
17366: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
17367:
17368: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
17369: erase files like that, knowing their full name introducing //
17370: theoretical problem with, for instance, "_2B" and "." fragments,
17371: // they would yield the same // because
17372: need_file_encode('_')=false // but we need to delete such files
17373: somehow, getting names from ^index
17374:
17375: * src/main/pa_string.C: ^string.replace bug fixed [bad
17376: string::join_chank break]
17377:
17378: 2001-12-07 paf
17379:
17380: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
17381: include/pa_common.h, include/pa_config_auto.h.in,
17382: include/pa_config_fixed.h, include/pa_config_includes.h,
17383: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
17384: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
17385: types/pa_vhashfile.C: merged from r14_simple_cache
17386:
17387: * src/main/pa_string.C: stupid sparc architecture failed to access
17388: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
17389: lduh [ %i2 + 1 ], %l0
17390:
17391: bus error, fixed that
17392:
17393: * src/main/pa_string.C: strange string deserialize bug on
17394: client[pmts], a bit shortened,
17395:
17396: * src/include/pa_config_auto.h.in: makes
17397:
17398: * src/: include/pa_common.h, include/pa_config_fixed.h,
17399: include/pa_config_includes.h, main/pa_common.C: exclusive lock
17400: file write shared lock file read
17401:
17402: * src/: classes/op.C, include/pa_common.h,
17403: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
17404:
17405: 2001-12-06 paf
17406:
17407: * src/: classes/op.C, classes/table.C, include/pa_request.h,
17408: main/pa_request.C: #ifdef RESOURCES_DEBUG
17409:
17410: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
17411: info
17412:
17413: * src/classes/hashfile.C: removed transaction from ^cache
17414:
17415: 2001-12-05 paf
17416:
17417: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
17418: IIS5 there were a prob with illegal call check
17419:
17420: 2001-12-04 paf
17421:
17422: * src/: classes/op.C, classes/table.C, include/pa_request.h,
17423: main/pa_request.C: measures to log
17424:
17425: 2001-11-23 paf
17426:
17427: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
17428: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
17429: types/pa_vhashfile.C: merged from _0014, 1
17430:
17431: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
17432: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
17433: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
17434: ^cache(33) would change
17435:
17436: 0660 bits in file_write & hashfile create
17437:
17438: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
17439: after pa_string optimization]
17440:
17441: 2001-11-22 paf
17442:
17443: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
17444: table.offset[whence]
17445:
17446: * src/classes/op.C: process cstr(,connection)
17447:
17448: * src/classes/op.C: process now gets its body on current language,
17449: not as-is
17450:
17451: * src/main/untaint.C: ORIGINS mode removed UHTML
17452:
17453: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
17454: bit
17455:
1.101 moko 17456: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 17457:
17458: 2001-11-21 paf
17459:
17460: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
17461: <xsl:output output options made identical to xsl:output
17462: attributes exclusion: cdata-section-elements what xalan can do
17463: but that not used now: it can escape and remove CDATA sections
17464:
17465: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
17466: produced by xslt
17467:
17468: * src/targets/cgi/parser3.C: removed debug cgi||1
17469:
17470: * src/main/: pa_string.C, untaint.C: cached some string::size() es
17471:
17472: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
17473: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
17474: default language for {code}, it happen to change it's language
17475: from CLEAN, so later refused to split by CLEAN \t
17476:
17477: 2001-11-20 paf
17478:
1.101 moko 17479: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
17480: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 17481: bottom of dependeces, so that errors would popup quicklier, fixed
17482: line numbering in table::sql
17483:
17484: 2001-11-19 paf
17485:
17486: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
17487: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
17488: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
17489: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
17490: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
17491: at wcontext.write
17492:
1.101 moko 17493: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 17494: _set_new_handler
17495:
1.101 moko 17496: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
17497: set_new_handler in apache&isapi
1.95 moko 17498:
17499: 2001-11-16 paf
17500:
17501: * src/targets/cgi/parser3.C: pool debug @ die
17502:
17503: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
17504: removed 8 bytes from String, 2 bytes from
17505: string::chunk::row::item
17506:
17507: * src/main/pa_string.C: removed 1+4 bytes from String
17508:
17509: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17510: types/pa_vstring.C: removed 1+4 bytes from String
17511:
17512: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
17513: 0
17514:
17515: * src/: include/pa_globals.h, include/pa_string.h,
17516: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
17517: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
17518: targets/cgi/parser3.C: introducing estimating
17519: String::cstr_bufsize, 0
17520:
17521: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
17522:
17523: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
17524:
17525: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
17526: include/pa_pool.h: die in pool::fail
17527:
17528: 2001-11-15 paf
17529:
17530: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
17531: main/pa_exception.C, targets/cgi/parser3.C: exception with
17532: dynamic buffer re-back now with counter
17533:
17534: * src/: include/pa_exception.h, main/pa_exception.C: exception with
17535: static buffer back
17536:
17537: * src/targets/cgi/parser3.C: std::
17538:
17539: * src/: classes/classes.awk, include/pa_config_auto.h.in,
17540: include/pa_config_includes.h: setnewhandler check
17541:
1.101 moko 17542: * src/include/pa_config_auto.h.in: makes
1.95 moko 17543:
17544: * src/targets/cgi/parser3.C: set_new_handler started
17545:
17546: 2001-11-14 paf
17547:
17548: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
17549: was wrong
17550:
17551: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
17552: was wrong
17553:
17554: * src/main/pa_request.C: z
17555:
17556: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
17557: full returns win32 -1 solaris >buffer_size
17558:
17559: checked all that
17560:
17561: * src/classes/op.C: ^untaint{body} as-is default now
17562:
17563: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
17564: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
17565: with no_bad_constructors_try
17566:
17567: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
17568: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
17569: this: $bred[^string::length[]] $bred[^response::clear[]]
17570: $bred[^int::int[]]
17571:
17572: now VObject creation moved into overriden
17573: VClass::create_new_value, thus 0 from create_new_value means that
17574: class has no ctors
17575:
17576: 2001-11-13 paf
17577:
17578: * src/classes/classes.C: returned accedently removed if in foreach
17579: callbacks [when hash no-0-restructure]
17580:
17581: 2001-11-12 paf
17582:
17583: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
17584: passed as-is to method, xalan makes & into & itself
17585:
17586: * src/classes/date.C: date.roll parser2 alg used
17587:
17588: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
17589: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17590: main/pa_dictionary.C, main/pa_hash.C,
17591: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
17592: now does not containt 0 values. put 0 actullay removes. no check
17593: on 0 value in foreach now required
17594:
17595: 2001-11-11 paf
17596:
17597: * src/sql/pa_sql_driver.h: removed extra constructor, doc
17598:
17599: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
17600:
17601: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
17602: driver initialize not const
17603:
17604: 2001-11-10 paf
17605:
17606: * src/main/pa_exec.C: doc
17607:
17608: 2001-11-09 paf
17609:
17610: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
17611: param properly
17612:
17613: * src/classes/string.C: string.save now does untainting before
17614: saving
17615:
17616: * src/main/pa_common.C: line endings fixing fixed last piece[was
17617: still cstr oriented]
17618:
17619: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17620: line endings fixing got rid of cstr, now must work ok with post
17621: multipart
17622:
17623: * src/types/pa_vform.C: line endings fixed at post / multipart /
17624: not file also now
17625:
17626: 2001-11-08 paf
17627:
17628: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17629: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
17630: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
17631: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
17632: main/pa_stylesheet_manager.C: restructured Cache manager to be
17633: simple parent, not second parent [gcc 2.96 strangly refused to
17634: call virtual from second parent]
17635:
1.101 moko 17636: * src/: include/pa_common.h, main/Makefile.am,
17637: targets/cgi/pa_pool.C: makes
1.95 moko 17638:
17639: * src/: include/pa_request.h, main/pa_request.C,
17640: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
17641: 'status' class enabler
17642:
17643: <Location /parser-status.html> ParserStatusAllowed </Location>
17644:
17645: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17646: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
17647: include/pa_stylesheet_manager.h, main/main.dsp,
17648: main/pa_cache_managers.C, main/pa_charset_manager.C,
17649: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17650: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17651: types/pa_vstatus.h: cache_managers, maybe-expiring every request
17652: todo: apache 'status' class enabler
17653:
17654: 2001-11-05 paf
17655:
17656: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
17657: debug to normal
17658:
17659: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
17660: hence i removed skipping 0 values in hash::for_each-es we need to
17661: check cleaned cache items manually. few more checks.
17662:
17663: expiring to 0 time was wrong, changed to 'now' time
17664:
17665: * src/targets/cgi/parser3.C: read can return 0, that means sort of
17666: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
17667: on apache already done :)
17668:
17669: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
17670: skipping 0 values in hash::for_each-es we need to check cleaned
17671: cache items manually
17672:
17673: * src/main/: pa_db_connection.C, pa_db_table.C:
17674: parser_multithreaded check was wrong
17675:
17676: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17677: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17678: classes/hashfile.C, classes/image.C, classes/int.C,
17679: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17680: classes/string.C, classes/table.C, classes/void.C,
17681: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17682: include/pa_array.h, include/pa_charset_connection.h,
17683: include/pa_charset_manager.h, include/pa_common.h,
17684: include/pa_config_fixed.h, include/pa_config_includes.h,
17685: include/pa_db_connection.h, include/pa_db_manager.h,
17686: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17687: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17688: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17689: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17690: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17691: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17692: include/pa_stack.h, include/pa_string.h,
17693: include/pa_stylesheet_connection.h,
17694: include/pa_stylesheet_manager.h, include/pa_table.h,
17695: include/pa_threads.h, include/pa_types.h, main/compile.C,
17696: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17697: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
17698: main/pa_charset_manager.C, main/pa_common.C,
17699: main/pa_db_connection.C, main/pa_db_manager.C,
17700: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17701: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17702: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17703: main/pa_socks.C, main/pa_sql_driver_manager.C,
17704: main/pa_status_provider.C, main/pa_string.C,
17705: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17706: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17707: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17708: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17709: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17710: targets/isapi/pool_storage.h, types/pa_valiased.C,
17711: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17712: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17713: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17714: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17715: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17716: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17717: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17718: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17719: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17720: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17721: types/pa_vstateless_object.h, types/pa_vstatus.h,
17722: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
17723: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17724: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17725: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
17726: $status:db fixed used not initialized in db_connection & db_table
17727:
17728: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
17729: $status:charset
17730:
17731: * src/: classes/xdoc.C, include/pa_db_connection.h,
17732: include/pa_stylesheet_connection.h,
17733: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
17734: types/pa_vstatus.h: $status:stylesheet
17735:
17736: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
17737: include/pa_request.h, include/pa_sql_connection.h,
17738: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17739: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
17740: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17741: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17742: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
17743: types/pa_vxnode.C, types/types.dsp: started status parser class
17744:
17745: 2001-11-01 paf
17746:
17747: * src/include/pa_config_auto.h.in: makes
17748:
17749: * src/main/pa_hash.C: removed old extra include
17750:
17751: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
17752: checks [for hp, there are such in math.h]
17753:
17754: * src/classes/op.C: ^for endless loop check strightened
17755:
17756: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
17757: behavior in native calls. it left unchanged, so ^for ^foreach &
17758: co can use r.root to write their i & key,value there
17759:
17760: * src/classes/op.C: detected for var storage bug, fixed.
17761: todo:foreach
17762:
17763: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
17764: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17765: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
17766: changing of hash inside of foreach
17767:
17768: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
17769: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
17770: were hash.foreach
17771:
17772: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
17773: types/pa_vstring.C, types/pa_vstring.h:
17774: ^foreach[key|value]{body}[[separator]|{separator}]
17775:
17776: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
17777: types/pa_vcookie.C: ^hash.delete[key]
17778:
17779: 2001-10-31 paf
17780:
17781: * src/main/: compile.C, pa_common.C: completely empty file now
17782: considered "read", not ignored [not perfect trick used]
17783:
17784: * src/main/pa_common.C: simplier common ifdefs
17785:
17786: * src/main/pa_common.C: typing bug in common - bad ifdeff
17787:
17788: * src/main/pa_db_connection.C: z
17789:
17790: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
17791: lockdetector flags
17792: dbenv.lk_detect=DB_LOCK_RANDOM;
17793:
17794: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
17795: from accidental show [imagine user forgot @exception]
17796:
17797: * src/classes/table.C: ^table.save[[nameless|+append;]path]
17798:
17799: * src/: classes/file.C, classes/image.C, classes/mail.C,
17800: classes/string.C, classes/xnode.C, include/pa_common.h,
17801: main/pa_common.C: ^string.save[[append;]path]
17802:
17803: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17804: main/execute.C: \ in expression: int divide 10/3=3
17805:
17806: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
17807: inside of ^cache
17808:
17809: * src/: include/pa_threads.h, main/pa_db_connection.C,
17810: main/pa_db_table.C, targets/cgi/pa_threads.C,
17811: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
17812: needed
17813:
17814: 2001-10-30 paf
17815:
17816: * src/: classes/classes.dsp, main/main.dsp,
17817: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17818: types/types.dsp: enabled debug incremental compile
17819:
17820: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17821: form post data line endings not reformatted now.
17822:
17823: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
17824: now required [had bug when file= has no value]
17825:
17826: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
17827: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
17828: cstr(asis) default param removed
17829:
17830: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
17831:
17832: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
17833:
17834: * src/include/pa_dir.h: LOAD_DIR fixed
17835:
17836: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
17837: was broken} fix_line_breaks
17838:
17839: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
17840: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
17841: packed with #pragma pack
17842:
1.101 moko 17843: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 17844:
17845: 2001-10-29 paf
17846:
17847: * src/types/pa_wcontext.h: bitfield syntax stricter
17848:
17849: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
17850: string hash.puts
17851:
17852: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
17853:
17854: * src/include/pa_sql_connection.h: there were one wrong
17855: SQL_CONNECTION_FUNC_GUARDED [failed]
17856:
17857: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
17858: param.someday either ifdef or remove it
17859:
17860: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
17861:
17862: * src/main/untaint.C: optimizing returned after debugging
17863:
17864: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17865: main/untaint.C: memory hunging #pragma pack(1)
17866:
17867: 16 419 844 13 169 394
17868:
17869: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17870: targets/cgi/pa_pool.C: String size_t replace to uint in proper
17871: places [todo:Array]
17872:
17873: * src/: main/execute.C, targets/cgi/pa_pool.C,
17874: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17875: types/pa_wwrapper.h: debugging memory WContext flags to bits
17876:
17877: total 5 652 652/158731 total 5 469 332/158731
17878:
17879: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17880: Array:: without cache in get/put now
17881:
17882: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17883: 18:25:27 2001] total 5 652 652/158731
17884:
17885: * src/: include/pa_string.h, main/pa_string.C,
17886: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17887: now
17888:
17889: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17890: 18:11:53 2001] total 5796092/158731
17891:
17892: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17893: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17894: key ref now
17895:
17896: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17897: 17:11:17 2001] total 16867948/202658
17898:
17899: * src/: classes/file.C, classes/image.C, classes/string.C,
17900: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17901: main/execute.C, main/pa_array.C, main/pa_common.C,
17902: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17903: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17904: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17905: string::as_int/double now usually uses stack, not heap [200K out
17906: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17907:
17908: * src/main/pa_sql_driver_manager.C: ping to have services [old
17909: hiding bug]
17910:
17911: * src/Makefile.am: .am order
17912:
17913: * src/: include/pa_array.h, include/pa_charset_manager.h,
17914: include/pa_db_connection.h, include/pa_db_manager.h,
17915: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17916: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17917: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17918: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17919: required "friend class"
17920:
17921: ../include/pa_request.h:51: friend declaration requires
17922: class-key, i.e. `friend class Temp_lang'
17923:
17924: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17925: main/pa_exception.C, main/pa_sql_driver_manager.C,
17926: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17927:
17928: the idea is to #1 jump to C++ some function to main body, where
17929: every function stack frame has exception unwind information and
17930: from there... #2 propagate_exception()
17931:
17932: 2001-10-28 paf
17933:
17934: * src/main/pa_db_connection.C: removed old consts
17935:
17936: * src/main/pa_db_connection.C: expire table [was accidently pasted
17937: with wrong type/cast]
17938:
17939: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17940: translation
17941:
1.101 moko 17942: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 17943: remember to build DB2 with -fexceptions!!!
17944:
17945: * src/main/pa_db_table.C: DB_RMW defed
17946:
17947: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17948: include/pa_db_connection.h, include/pa_db_manager.h,
17949: include/pa_db_table.h, main/pa_db_connection.C,
17950: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17951:
17952: 2001-10-27 paf
17953:
17954: * src/: classes/hashfile.C, include/pa_db_connection.h,
17955: include/pa_db_table.h, main/pa_db_connection.C,
17956: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17957: types/pa_vhashfile.C: DB2 ifdefs
17958:
1.101 moko 17959: * src/: classes/Makefile.am, include/pa_config_fixed.h,
17960: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 17961: makes with DB2
17962:
1.101 moko 17963: * src/: include/pa_config_auto.h.in, main/Makefile.am,
17964: types/Makefile.am: makes db
1.95 moko 17965:
17966: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17967: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17968: globals.C
17969:
17970: * src/: classes/hashfile.C, include/pa_db_connection.h,
17971: include/pa_db_table.h, main/pa_db_connection.C,
17972: main/pa_db_table.C: ^hashfile.clear[]
17973:
17974: * src/classes/classes.awk: no $ in var names
17975:
17976: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17977: connection&table [forgotten calls]
17978:
17979: 2001-10-26 paf
17980:
17981: * src/main/pa_db_connection.C: db checkpoints
17982:
17983: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17984: checkpoints
17985:
17986: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17987: default. but entities still reparsed. todo: tothink
17988:
17989: * src/main/pa_db_connection.C: db recover mech 2
17990:
17991: * src/: classes/hashfile.C, include/pa_db_connection.h,
17992: include/pa_db_manager.h, include/pa_db_table.h,
17993: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17994: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17995: types/pa_vhashfile.h: db connections & tables now cached at
17996: create time & multithreaded
17997:
17998: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17999: parsed_source
18000:
18001: * src/main/pa_db_connection.C: about to remove connection from
18002: vhashfile
18003:
18004: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
18005: transaction commit/rollback responsibility left to parent [as it
18006: sould - else there were a bug with double free]
18007:
18008: * src/include/pa_db_table.h: db: child transaction commit/rollback
18009: responsibility left to parent [as it sould - else there were a
18010: bug with double free]
18011:
18012: 2001-10-25 paf
18013:
18014: * src/: classes/hashfile.C, include/pa_common.h,
18015: include/pa_db_connection.h, include/pa_db_manager.h,
18016: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
18017: types/pa_vhashfile.C, types/pa_vhashfile.h,
18018: include/pa_db_table.h, main/pa_db_table.C: started db_home
18019: [multiple, cached] todo: autorecover [tried, but not succeded,
18020: yet]
18021:
18022: * src/include/pa_dir.h: ancient gpf on dir not found fixed
18023:
18024: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
18025: transaction parent passed
18026:
18027: 2001-10-24 parser
18028:
1.101 moko 18029: * src/classes/Makefile.am: makes
1.95 moko 18030:
18031: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
18032: isapi/pool_storage.h: pool_storage fixed
18033:
18034: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
18035: types/pa_vform.h: form fix_line_breaks
18036:
1.101 moko 18037: * src/targets/cgi/pool_storage.h: makes
1.95 moko 18038:
18039: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
18040: targets/cgi/pool_storage.h: makes
18041:
18042: * src/sql/pa_sql_driver.h: version
18043:
18044: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
18045: types/pa_vform.C, types/pa_vform.h: .am
18046:
18047: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
18048: this: DB_RMW Acquire write locks instead of read locks when doing
18049: the retrieval. Setting this flag may decrease the likelihood of
18050: deadlock during a read-modify-write cycle by immediately
18051: acquiring the write lock during the read part of the cycle so
18052: that another thread of control acquiring a read lock for the same
18053: item, in its own read-modify-write cycle, will not result in
18054: deadlock
18055:
18056: * src/targets/isapi/parser3isapi.dsp: doc
18057:
18058: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
18059:
18060: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
18061:
18062: * src/: classes/hashfile.C, include/pa_db_connection.h,
18063: main/pa_db_connection.C: hashfile expired deleted from db when
18064: get & iterate
18065:
18066: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
18067: expiring 1
18068:
18069: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
18070:
18071: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
18072: db_connection not bothers with key when not returning expired
18073: data
18074:
18075: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
18076: types/pa_vhashfile.C: db_cursor constructor public now
18077:
18078: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
18079: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
18080: stamped, todo: put_element analize
18081:
18082: * src/: include/pa_db_connection.h, include/pa_string.h,
18083: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
18084: serialize. todo stamp
18085:
18086: 2001-10-23 parser
18087:
18088: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
18089: classes/image.C, classes/mail.C, classes/response.C,
18090: classes/string.C, classes/table.C, classes/xdoc.C,
18091: include/pa_config_fixed.h, include/pa_db_connection.h,
18092: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
18093: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
18094: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
18095: types/pa_vtable.C: ^hashfile.hash[]
18096:
18097: * src/: classes/hashfile.C, classes/xdoc.C,
18098: include/pa_config_fixed.h, main/pa_db_manager.C,
18099: main/pa_globals.C: ifdefs so it compiled without db
18100:
18101: * src/: classes/hashfile.C, include/pa_db_connection.h,
18102: include/pa_db_manager.h, main/pa_db_connection.C,
18103: main/pa_db_manager.C, types/pa_vhashfile.h:
18104: ^hashfile.transaction{code} ^hashfile:clear[filename]
18105: ^hashfile.delete[key]
18106:
18107: 2001-10-22 parser
18108:
18109: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
18110: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
18111:
18112: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
18113: classes/xnode.C, include/pa_charset_connection.h,
18114: include/pa_db_connection.h, include/pa_db_manager.h,
18115: include/pa_exception.h, include/pa_sapi.h,
18116: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18117: include/pa_stylesheet_connection.h,
18118: include/pa_stylesheet_manager.h,
18119: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18120: main/pa_db_connection.C, main/pa_db_manager.C,
18121: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
18122: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18123: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
18124: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
18125: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
18126: types/types.dsp: hashfile 0
18127:
18128: * src/types/pa_vhashfile.C: z
18129:
18130: * src/: classes/classes.dsp, classes/hashfile.C,
18131: include/pa_config_fixed.h, main/execute.C,
18132: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
18133: types/pa_vhashfile.h, types/types.dsp: hashfile -100
18134:
18135: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
18136:
18137: * src/: include/pa_exception.h, include/pa_request.h,
18138: main/execute.C, main/pa_exception.C, main/pa_request.C,
18139: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18140: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
18141:
18142: 2001-10-19 parser
18143:
18144: * src/include/pa_pool.h: header
18145:
18146: * src/main/pa_pool.C: auto compiled on gcc
18147:
18148: * src/classes/image.C: comment
18149:
1.101 moko 18150: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 18151:
18152: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18153: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18154: types/pa_vxnode.h: xnode clone got freed
18155:
18156: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18157: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
18158: can free up xalandomstring resulting from pool::transcode
18159:
18160: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
18161: include/pa_config_fixed.h, include/pa_exception.h,
18162: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
18163: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
18164: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
18165: to c++ exceptions 1xml configure fixed to exclude xalan-patch
18166: from non-xml compile
18167:
18168: * src/main/pa_request.C: pool:: context - get_context
18169:
18170: * src/: classes/classes.h, classes/date.C, classes/double.C,
18171: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18172: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18173: classes/string.C, classes/table.C, classes/void.C,
18174: include/pa_config_fixed.h, include/pa_exception.h,
18175: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
18176: main/compile.C, main/compile_tools.C, main/execute.C,
18177: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
18178: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18179: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18180: main/pa_string.C, main/pa_table.C, main/untaint.C,
18181: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18182: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
18183: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
18184: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
18185: types/pa_vstateless_class.h, types/pa_vtable.C,
18186: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
18187: exceptions 0
18188:
18189: * src/classes/classes.awk: $ removed
18190:
18191: 2001-10-18 parser
18192:
18193: * src/types/pa_vcookie.C: cookie:CLASS
18194:
18195: * src/main/main.dsp: project
18196:
18197: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
18198: set_document & ctor question "who owns document" solved
18199:
18200: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
18201:
18202: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18203: main/pa_pool.C: encoding in dom creating funcs
18204:
18205: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
18206: be transformed now
18207:
18208: * src/classes/xdoc.C: dom created by create can be transformed now
18209:
18210: * src/classes/xdoc.C: z
18211:
18212: * src/classes/xdoc.C: comment
18213:
18214: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
18215: create now uses XercesDocumentBridge, appendChild&co now works
18216:
18217: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
18218: @ recompile
18219:
18220: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
18221: $origin @exception[
18222:
18223: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
18224: tag names forced to XML lang
18225:
18226: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
18227: leechy-found bugs in code&doc fixed
18228:
18229: 2001-10-17 parser
18230:
18231: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
18232: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
18233: n functionality preserved
18234:
18235: * src/types/pa_vimage.h: removed unused vimage::save
18236:
18237: 2001-10-16 parser
18238:
18239: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
18240:
18241: * src/classes/: xnode.C: removed few dom returns & changed op.txt
18242:
18243: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
18244:
18245: * src/classes/image.C: image.copy tolerance
18246:
18247: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
18248: ineffective, but works for small paleted image
18249:
18250: * src/types/pa_vimage.C: comment
18251:
18252: * src/classes/image.C: gd size/resize bugfix
18253:
18254: * src/: classes/classes.dsp, main/main.dsp,
18255: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18256: types/types.dsp: ident >nul 2>&1
18257:
18258: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
18259: systems
18260:
18261: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
18262: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
18263:
18264: 2001-10-15 parser
18265:
18266: * src/main/execute.C: z
18267:
18268: * src/classes/: xdoc.C: !::create{qualifiedName}
18269:
18270: * src/types/pa_vxnode.C: document_type_node.
18271: !readonly attribute DOMString name
18272: !notation_node.
18273: !readonly attribute DOMString publicId
18274: !readonly attribute DOMString systemId
18275:
1.101 moko 18276: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
18277: ::write badly passed string too transparently [failed to
18278: intercept it]
1.95 moko 18279:
18280: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
18281: include/pa_request.h, main/pa_sql_driver_manager.C,
18282: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18283: types/pa_vxnode.h: DOM1 major addtion, only few
18284: attributes/methods left
18285:
18286: 2001-10-13 parser
18287:
18288: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18289: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
18290: in main handler
18291:
18292: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
18293: cleanups & frees order
18294:
18295: * src/types/pa_vcode_frame.h: couple comments
18296:
18297: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
18298: transparent enough to handle hash if creation&passing
18299:
18300: * src/: include/pa_config_fixed.h, main/execute.C,
18301: main/pa_exception.C: noticed that vcodeframe not transparent
18302: enough, would change now
18303:
18304: 2001-10-12 parser
18305:
18306: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
18307: fixed. initialization&free on each thread!
18308:
18309: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
18310: handling changed: now type of default param analized always, not
18311: only at problem time, thus helping early problem spotting
18312:
18313: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
18314: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
18315: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
18316: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
18317: multithread bug fixed. initialization&free on each thread!
18318:
18319: 2001-10-11 parser
18320:
18321: * src/classes/xnode.C: xnode.selectSingle now
18322:
18323: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18324: include/pa_pool.h, include/pa_stylesheet_connection.h,
18325: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
18326: convertors out of Pool into Exception
18327:
18328: * src/main/pa_string.C: const
18329:
18330: * src/: include/pa_string.h, main/pa_string.C: restructured string:
18331: linked pieces of same language together prior to String::replace
18332:
18333: * src/classes/hash.C: !^hash.add[addme]
18334: !^hash.sub[subme]
18335: !^a.union[b] = new
18336: !^a.intersection[b] = new
18337: !^a.intersects[b] = bool
18338:
18339: * src/classes/hash.C: !^hash::append[append_from]
18340:
18341: * src/: classes/hash.C, types/pa_vhash.h:
18342: !^hash::create[[copy_from]]
18343:
18344: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
18345: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
18346: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
18347: fixed. got rid of empty_string, which caused errors - it hasnt
18348: exception but somebody[value.bark] tried to throw it on it's pool
18349:
1.101 moko 18350: * src/include/pa_config_auto.h.in: makes
1.95 moko 18351:
18352: 2001-10-10 parser
18353:
18354: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
18355:
18356: * src/main/: compile.tab.C, compile.y: ^a[
18357:
18358: @next_method << now unclosed ] would be reported here
18359:
18360: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
18361: compile error
18362:
18363: 2001-10-09 parser
18364:
1.101 moko 18365: * src/: classes/Makefile.am, main/Makefile.am,
18366: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 18367:
18368: * src/classes/Makefile.am: makes
18369:
18370: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
18371: win32 errors intercepted [xalan transformer patched and
18372: incorporated]
18373:
18374: * src/: classes/classes.dsp, classes/xdoc.C,
18375: include/pa_stylesheet_connection.h, main/main.dsp,
18376: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18377: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
18378: patches starting
18379:
18380: * src/classes/: string.C, table.C: ^string.save[file]
18381:
18382: * src/classes/: date.C, table.C: calendar moved to date
18383:
18384: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
18385: string/table] now
18386:
18387: * src/classes/: op.C, table.C: z
18388:
18389: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
18390: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
18391: types/pa_vxnode.h: table:menu & op for delims made allowed not to
18392: be code [be string..]
18393:
18394: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
18395: table.C: lots of
18396: params->as_int/double/as_string/as_junction/as_no_junction
18397: messages added
18398:
18399: 2001-10-08 parser
18400:
18401: * src/: classes/date.C, classes/image.C, classes/string.C,
18402: classes/table.C, classes/void.C, include/pa_request.h:
18403: params->as_int/double message added
18404:
18405: * src/classes/image.C: image:circle [and round arc] uses Bresenham
18406:
18407: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
18408: image:sector removed image:html internal "line-*" attribs
18409:
18410: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
18411: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
18412:
18413: * src/types/pa_vcookie.C: removing cookie made more netscape-like
18414: way
18415:
18416: * src/: classes/file.C, classes/form.C, main/pa_common.C,
18417: main/untaint.C: header untainting to UL_HTTP_HEADER,
18418: UL_MAIL_HEADER made nonforced [only tainted pieces]
18419:
18420: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
18421: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
18422: @ SAPI::log
18423:
18424: * src/main/untaint.C: \r to ' ' in origins mode
18425:
18426: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
18427: set]
18428:
18429: * src/: classes/xdoc.C, include/pa_config_fixed.h,
18430: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
18431: nonstandard liaison freed up
18432:
18433: 2001-10-07 parser
18434:
18435: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
18436: project
18437:
18438: 2001-10-05 parser
18439:
18440: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
18441: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
18442: from outputing to cerr. lots of "todos"
18443:
18444: * src/main/untaint.C: http_header tainting more gentle with
18445: enquoting now
18446:
18447: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
18448: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
18449: xml errorhandler. fixed string.replace a little, read @test
18450:
18451: * src/main/pa_string.C: found replace bug - first_that_starts(char
18452: *) does not have limit, and looks further eos, fixing....
18453:
18454: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
18455:
18456: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
18457:
18458: * src/main/: pa_charset_connection.C: ctype another mem clear
18459: bugfix
18460:
1.101 moko 18461: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
18462: $result[^[$p^]z] now works fine
1.95 moko 18463:
18464: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
18465: wrong. fixed it
18466:
18467: * src/main/pa_charset_connection.C: unicode zero pair at the beging
18468: of totable appered to be vital
18469:
18470: 2001-10-04 parser
18471:
18472: * src/classes/image.C: ^image.length[text]
18473:
18474: 2001-10-03 parser
18475:
18476: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
18477:
18478: * src/main/pa_request.C: restored pcre defaulting in request
18479: [mindlessly "optimized" yesterday] comment left
18480:
18481: 2001-10-02 parser
18482:
18483: * src/: main/pa_charset_manager.C,
18484: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
18485: needed
18486:
18487: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
18488: forgot non-xml pool.*charset needed
18489:
18490: * src/classes/table.C: # config comments fixed
18491:
18492: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
18493: charset_connection #comment now
18494:
18495: * src/: classes/classes.dsp, types/types.dsp: release projects
18496: options fixed to use release msvcrt lib
18497:
18498: * src/main/pa_charset_connection.C: pcre tables now const inside
18499: removed default - pcre handles that internally fixed bug on
18500: not-cleaning tables [previously was calloced, now member]
18501:
18502: * src/: include/pa_request.h, main/pa_charset_connection.C,
18503: main/pa_request.C, types/pa_vstring.h: pcre tables now const
18504: inside removed default - pcre handles that internally fixed bug
18505: on not-cleaning tables [previously was calloced, now member]
18506:
18507: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
18508: tested charset reload on file change @ apache version = OK tested
18509: freeing up prev encoding on adding new = OK
18510:
18511: 2001-10-01 parser
18512:
18513: * src/main/pa_charset_connection.C: removed entitify external hack
18514: [internal installed]
18515:
1.101 moko 18516: * src/main/Makefile.am: makes+removed dtd
1.95 moko 18517:
18518: * src/: include/pa_charset_connection.h,
18519: include/pa_charset_manager.h,
18520: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18521: main/pa_charset_connection.C, main/pa_charset_manager.C,
18522: main/pa_request.C: charset loading & caching mech 0
18523:
18524: * src/: include/pa_stylesheet_connection.h,
18525: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18526: main/pa_globals.C, main/pa_request.C: would make charset loading
18527: & caching mech now
18528:
18529: 2001-09-30 parser
18530:
18531: * src/main/pa_request.C: forgot to fill toTable
18532:
18533: * src/: include/pa_config_fixed.h, main/pa_request.C: started
18534: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
18535: failed on win32 for now..
18536:
18537: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
18538: now charsets table configuration variable is: CHARSETS
18539:
18540: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
18541: ctype with unicode 1. todo: no П entities on output somehow
18542:
18543: * src/: classes/file.C, classes/op.C, classes/string.C,
18544: include/pa_request.h, main/pa_request.C: started ctype with
18545: unicode values
18546:
18547: 2001-09-28 parser
18548:
18549: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
18550: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
18551: string passed AS-IS now
18552:
18553: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
18554: way of user-configuring... todo: implement
18555:
18556: 2001-09-27 parser
18557:
18558: * src/classes/table.C: table.sort changed to sort table itself
18559:
18560: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
18561: X^.getElementsByTagName[tagname] = array of xnode
18562: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
18563: nodes removed - regretfully not supported @ xalan. maybe someday
18564: would reimplement, if needed.
18565:
18566: win32build system: solved long waiting anti-non-started-apache
18567: problem
18568:
18569: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
18570: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18571: types/types.dsp: win32 ident make system so not to rebuild
18572: library [ident.C.new]
18573:
18574: 2001-09-26 parser
18575:
18576: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
18577: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
18578: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18579: types/pa_vxnode.C, types/types.dsp: z
18580:
18581: * src/classes/classes.C: forgot one non-xml check
18582:
1.101 moko 18583: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
18584: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 18585:
18586: * src/targets/cgi/parser3.C: z
18587:
18588: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
18589: targets/isapi/parser3isapi.C: #ifdef SMTP
18590:
18591: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
18592: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18593: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
18594: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
18595: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18596: types/types.dsp: xdoc&xnode now
18597:
18598: * src/: classes/classes.C, classes/classes.awk,
18599: classes/classes.dsp, classes/classes.h, classes/date.C,
18600: classes/dnode.C, classes/dnode.h, classes/dom.C,
18601: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18602: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18603: classes/op.C, classes/response.C, classes/string.C,
18604: classes/table.C, classes/void.C, include/pa_array.h,
18605: include/pa_common.h, include/pa_config_fixed.h,
18606: include/pa_config_includes.h, include/pa_dictionary.h,
18607: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18608: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
18609: include/pa_socks.h, include/pa_sql_connection.h,
18610: include/pa_sql_driver_manager.h, include/pa_stack.h,
18611: include/pa_string.h, include/pa_stylesheet_connection.h,
18612: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
18613: include/pa_xslt_stylesheet_manager.h, main/compile.C,
18614: main/compile.y, main/compile_tools.C, main/compile_tools.h,
18615: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
18616: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18617: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18618: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18619: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18620: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
18621: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18622: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18623: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
18624: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18625: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
18626: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18627: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18628: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18629: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
18630: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
18631: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18632: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
18633: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18634: types/pa_vmethod_frame.h, types/pa_vobject.h,
18635: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18636: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18637: types/pa_vstateless_object.h, types/pa_vstring.C,
18638: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18639: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
18640: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
18641: main.dsp splitted to main+classes+types along to .am
18642:
18643: * src/classes/Makefile.am: removed useless var
18644:
18645: * src/: classes/classes.cmd, main/main.dsp,
18646: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
18647: main.dsp
18648:
18649: 2001-09-25 parser
18650:
18651: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
18652: 1251 though, todo ICU
18653:
1.101 moko 18654: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 18655: include/pa_stylesheet_connection.h, main/Makefile.am,
1.101 moko 18656: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
18657: types/pa_vdom.h: xml configure makes
1.95 moko 18658:
18659: 2001-09-24 parser
18660:
1.101 moko 18661: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
18662: types/Makefile.am: makes
1.95 moko 18663:
1.101 moko 18664: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 18665:
18666: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
18667: started unix makes update
18668:
18669: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
18670: started unix makes update
18671:
18672: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
18673:
18674: * src/types/pa_value.h: z
18675:
18676: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
18677: bugs with usinge hash/table in expressions
18678:
18679: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
18680: resolved conflicts fixed [const]
18681:
18682: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
18683: classes/table.C, include/pa_request.h, include/pa_sapi.h,
18684: main/compile.C, main/compile.tab.C, main/compile.y,
18685: main/compile_tools.h, main/main.dsp, main/pa_common.C,
18686: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18687: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
18688: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
18689: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18690: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
18691: with before_xml [merge2 actually didn't happen - i've created
18692: tags on wrong branch. so this merge is in fact re-merge]
18693:
18694: 2001-09-21 parser
18695:
18696: * src/: main/main.dsp, targets/cgi/parser3.dsp,
18697: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
18698: produced "" in make file and sadly wrong interpreted on load]
18699:
1.101 moko 18700: * src/: classes/classes.h, classes/hash.C, classes/op.C,
18701: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
18702: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
18703: include/pa_sql_driver_manager.h, include/pa_string.h,
18704: main/compile.tab.C, main/main.dsp, main/pa_common.C,
18705: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
18706: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 18707:
18708: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
18709: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
18710: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
18711: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18712: main/pa_pool.C, main/pa_request.C,
18713: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
18714: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18715: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18716: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
18717: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
18718: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
18719: types/pa_vrequest.C, types/pa_vresponse.h,
18720: types/pa_vstateless_class.C, types/pa_vstring.C,
18721: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
18722: created new projects for sql drivers [planning to remove sql
18723: drivers from main cvs project] first, will join latest changes
18724:
18725: * src/classes/: dom.C: defaulted dom writing methods encoding to
18726: pool.get_charset
18727:
18728: * src/classes/dom.C: defaulted dom writing methods encoding to
18729: pool.get_charset
18730:
18731: * src/include/pa_pool.h: defaulted dom writing methods encoding to
18732: pool.get_charset
18733:
18734: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
18735: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
18736: methods encoding to pool.get_charset
18737:
18738: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
18739: transcoder were created right "unsupported encoding" message.
18740: not @ set time, but @ use time, so until xml output functions
18741: .string, .file, .save used - no encoding name check occur
18742:
18743: reduced transcode buffer size to 60 fixed pool cleanup - no
18744: registration needed, pools are officially destructured
18745:
18746: 2001-09-20 parser
18747:
18748: * src/classes/image.C: 20K preload on jpg measure [image::measure]
18749:
18750: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
18751: $MAIN:DEFAULTS.content-type[$.charset[here]]
18752:
18753: * src/: classes/dnode.C, classes/dom.C,
18754: include/pa_config_includes.h, include/pa_globals.h,
18755: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18756: main/pa_pool.C, targets/cgi/parser3.dsp,
18757: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18758: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
18759: Pool::transcode 0
18760:
18761: * src/classes/dom.C: dom. string save file moved output xml options
18762: to last param and made it optional
18763:
18764: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
18765: dnodes
18766: !$attributenode.specified = boolean
18767: true if the attribute received its value explicitly
18768: in the XML document,
18769: or if a value was assigned programatically with the
18770: setValue function.
18771: false if the attribute value came from the default value
18772: declared in the document's DTD.
18773: !$pinode.target = target of this processing instruction
18774: XML defines this as being the first token following the
18775: markup
18776: that begins the processing instruction.
18777: XPath:
18778: !^node.select[xpath/query/expression] = hash of 0->node0
18779: 1->node1
18780: !^node.select-single[xpath/query/expression] = first node if
18781: any
18782:
18783: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
18784: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
18785: some 'const's added
18786:
18787: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
18788: expression context now, there value = size and boolean value
18789: size!=0
18790:
18791: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
18792: can be used in expression context now, there value = size and
18793: boolean value size!=0
18794:
18795: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
18796: types/pa_vstring.h: dnode .file .string .save moved back to dom
18797: due to strange xalan bug
18798:
18799: 2001-09-18 parser
18800:
18801: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
18802: classes/image.C, classes/op.C, classes/table.C,
18803: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18804: include/pa_sql_driver_manager.h, main/compile.C,
18805: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18806: main/execute.C, main/pa_common.C, main/pa_request.C,
18807: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18808: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18809: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
18810: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18811: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
18812: before_xml branch ^if(def $hash) now true only when
18813: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
18814:
18815: * src/: classes/op.C, main/execute.C: operators self changed to
18816: root ^for variable context changed to self
18817:
18818: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
18819: dnode 1
18820:
18821: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
18822: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
18823:
18824: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
18825: poly* fixed
18826:
18827: 2001-09-17 parser
18828:
18829: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
18830: types/pa_vdom.h: started dnode+dom
18831:
18832: dnode DOM methods: $node.name $node.value
18833: ...others...
18834:
18835: ^node.xpath[/rates/USD] = hash
18836: $hash[
18837: $.0[node0]
18838: $.1[node1]
18839: ]
18840:
18841: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
18842: applies to all linear primitives
18843:
18844: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
18845: include/pa_stylesheet_connection.h, main/main.dsp,
18846: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
18847: types/pa_vimage.h: started dnode DOM: $node.name
18848: $node.value ...others... ^node.xpath[/rates/USD] = hash
18849: dom(dnode)
18850:
18851: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
18852: main/compile.y, main/compile_tools.h, main/execute.C,
18853: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
18854: in expression compound($aa.zz.xx) names now can have minus '-' in
18855: name after '.'
18856:
18857: 2001-09-15 parser
18858:
18859: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
18860: image: $line-width ^line(...)[**** style]
18861:
18862: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
18863: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
18864: pool_storage - cleanups first, allocations second. apache wisely
18865: does just like that
18866:
18867: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
18868: rewritten using template, no bugs now
18869:
18870: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
18871: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18872: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18873: poorly started isapi pool_storage, would rewrite using template
18874: now
18875:
18876: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18877: include/pa_stylesheet_connection.h, main/main.dsp,
18878: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18879: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18880: xalan objects freed up [introducing Pool::register_cleanup]
18881:
18882: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18883: comments
18884:
18885: 2001-09-14 parser
18886:
18887: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18888: z
18889:
18890: * src/: classes/dom.C, classes/file.C, classes/image.C,
18891: classes/mail.C, include/pa_common.h,
18892: include/pa_sql_driver_manager.h, include/pa_string.h,
18893: include/pa_stylesheet_connection.h,
18894: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18895: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18896: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18897: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18898: compiled&cached
18899:
18900: 2001-09-13 parser
18901:
18902: * src/: classes/dom.C, classes/file.C, classes/image.C,
18903: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18904:
18905: * src/classes/dom.C: dom:file content-type(.method)
18906:
18907: * src/: include/pa_common.h, include/pa_globals.h,
18908: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18909: string now more informative error messages
18910:
18911: * src/: include/pa_globals.h, include/pa_request.h,
18912: main/pa_request.C, targets/cgi/parser3.C,
18913: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18914: ParserSiteConfig .../parser3.conf
18915:
18916: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18917:
18918: 2001-09-12 parser
18919:
18920: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18921: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18922: precise error reporting: "connection string must start with
18923: protocol://" now
18924:
18925: * src/main/compile.tab.C: fixed - subname code parts actually []
18926: braced
18927:
18928: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18929: lexer on LS_USER level did [] matching without setting nestage,
18930: introduced special LS_NAME_SQUARE_PART state
18931:
18932: 2001-09-11 parser
18933:
18934: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18935: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18936: languages+=xml
18937:
18938: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18939:
18940: * src/classes/dom.C: ^dom:save/string/file[output options] output
18941: options: $.method[xml|html|text] detection fixed
18942:
18943: * src/types/pa_vdom.h: messages
18944:
18945: * src/classes/dom.C: ^dom:save/string/file[output options] output
18946: options: $.method[xml|html|text] detection fixed
18947:
18948: 2001-09-10 parser
18949:
18950: * src/classes/dom.C: ^dom:save/string/file[output options] output
18951: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18952:
18953: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18954: added]
18955:
18956: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18957: ^dom.xslt[stylesheet filename] 0
18958:
18959: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18960: ^dom.xslt[stylesheet filename] -1 doc is lying
18961:
18962: * src/classes/dom.C: ^dom.file[encoding] = file
18963:
18964: * src/classes/: dom.C: ^dom.string[encoding] 1
18965: ^dom.save[encoding;filename]
18966:
18967: * src/classes/dom.C: ^dom.string[] 0
18968:
18969: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18970:
18971: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18972: types/pa_vform.h: ^dom.save[b.xml] 0
18973:
18974: 2001-09-08 parser
18975:
18976: * src/types/pa_vform.C: $form:tables.name.field
18977:
18978: 2001-09-07 parser
18979:
18980: * src/classes/table.C: table:empty removed, superceded by ^if(def
18981: $table)...
18982:
18983: * src/targets/cgi/parser3.C: z
18984:
18985: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18986: from '' to int/double is 0]
18987:
18988: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18989: $table) is false when table is empty
18990:
18991: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18992: !$form:tables $atable[$form:tables.a]
18993: ^atable.menu{a=$atable.element}[,]
18994:
18995: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18996: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18997:
1.101 moko 18998: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18999: types/pa_vdom.h, types/pa_vform.C: merged with successful start
19000: of dom
19001:
19002: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
19003: types/pa_vform.C, types/pa_vform.h: z
19004:
19005: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
19006: element [not last]
19007:
1.101 moko 19008: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19009: types/pa_vdom.h: introducing dom. dom:load[a.xml]
19010:
19011: 2001-09-06 parser
19012:
19013: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19014: table with one column 'element' and two rows: 1 and 2
19015:
19016: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19017: table with one column 'element' and two rows: 1 and 2
19018:
19019: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
19020: bad int/double conversions, and now $form:nonexistent.int(88)
19021: would return 88
19022:
19023: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
19024: types/pa_vhash.h: now there's special hash key '_default'
19025: [instead of ^_default method] $hash[ $.a[1] $.b[2]
19026: $._default[xx] ] $hash.c
19027:
19028: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
19029: fixed [thanks, fif], ^; were treated there non-literally
19030:
19031: * src/doc/doxygen.cfg: merged new default options from 1.2.10
19032: doxygen
19033:
19034: * src/: classes/image.C, classes/op.C, classes/string.C,
19035: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
19036: types/pa_vtable.C: few #ifndef DOXYGEN
19037:
19038: 2001-09-05 parser
19039:
19040: * src/classes/: string.C, table.C: sql options can be void [same as
19041: image:html the other day]
19042:
19043: * src/targets/cgi/Makefile.am: .am undo
19044:
19045: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19046: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
19047: macro expantion on param, simply qoutes whatever passed, undone
19048:
19049: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19050: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
19051: STRINGIZE(name) #name invented
19052:
19053: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19054: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
19055: MAIN_SQL_DRIVERS_NAME "drivers"
19056:
19057: moved to be availible to all users
19058:
19059: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
19060: SQL_DRIVER_CREATE_FUNC_NAME
19061:
19062: * src/classes/mail.C: MAIN:MAIL check fixed
19063:
19064: 2001-09-04 parser
19065:
19066: * src/classes/image.C: image.html now can accept void params
19067:
19068: * src/targets/isapi/parser3isapi.C: z
19069:
19070: * src/targets/cgi/parser3.C: full_file_spec bug
19071:
19072: * src/targets/cgi/parser3.C: getenvcheck
19073:
19074: * src/targets/cgi/parser3.C: zz
19075:
19076: * src/targets/cgi/parser3.C: zzz
19077:
19078: * src/classes/date.C: date
19079:
19080: * src/classes/date.C: date:sql-string is now without ''
19081:
1.101 moko 19082: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 19083: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
19084: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
19085:
1.101 moko 19086: * src/include/pa_config_auto.h.in: makes
1.95 moko 19087:
19088: 2001-09-03 parser
19089:
19090: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
19091:
19092: 2001-09-01 parser
19093:
19094: * src/classes/image.C: letter_spacing
19095:
19096: * src/classes/image.C: image: font params changed
19097:
19098: * src/classes/image.C: image: as_int as_string used
19099:
19100: * src/types/pa_vmethod_frame.h: $result[] now gets properly
19101: analized
19102:
19103: 2001-08-31 parser
19104:
19105: * src/targets/cgi/parser3.C: z
19106:
1.101 moko 19107: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
19108: cygwin
1.95 moko 19109:
19110: * src/classes/void.C: void:int/double += (default)
19111:
19112: * src/classes/image.C: image:font added space param image:font
19113: changed charwidth alg, added kerning const[for now]
19114:
19115: * src/classes/: string.C, table.C: string:int/double (defaults)
19116:
19117: 2001-08-29 parser
19118:
19119: * src/main/pa_exception.C: exception redundant debug info
19120:
19121: 2001-08-28 parser
19122:
19123: * src/classes/image.C: image error msgs
19124:
19125: * src/classes/image.C: image: gifsize little endian
19126:
19127: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
19128: doxygeneration
19129:
19130: * src/: classes/Makefile.am, main/Makefile.am,
19131: targets/cgi/Makefile.am, types/Makefile.am: .am-s
19132:
19133: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
19134: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
19135:
19136: * src/main/compile.C: NO_STRING_ORIGIN check2
19137:
19138: * src/classes/table.C: NO_STRING_ORIGIN check
19139:
19140: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
19141: storage class specifiers invalid in friend function declarations
19142:
19143: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
19144: main/untaint.C, targets/cgi/parser3.C,
19145: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
19146: case of limit
19147:
19148: * src/: classes/file.C, main/pa_common.C: file:move
19149: autocreate/remove dest/src dir
19150:
19151: * src/: classes/string.C, include/pa_dictionary.h,
19152: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
19153: main/untaint.C: pa_directory speeded up. moved zero 'from' check
19154: to directory constructor. string:replace
19155:
19156: 2001-08-27 parser
19157:
19158: * src/classes/image.C: fixed jpgsize alg
19159:
19160: * src/classes/image.C: fixed jpgsize alg
19161:
19162: * src/main/pa_exception.C: z
19163:
19164: * src/main/pa_common.C: removed debug info from pa_common
19165:
19166: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
19167: [auto.p from current dir loading]
19168:
1.101 moko 19169: * src/: main/pa_common.C, main/pa_exception.C,
19170: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
19171: for solaris -lsocket
1.95 moko 19172:
19173: 2001-08-24 parser
19174:
19175: * src/targets/cgi/parser3.C: not cgi extra \n 3
19176:
19177: * src/targets/cgi/parser3.C: not cgi extra \n 2
19178:
19179: * src/targets/cgi/parser3.C: not cgi extra \n
19180:
19181: * src/main/pa_sql_driver_manager.C: z
19182:
19183: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
19184: sql* removed services from disconnect - cross-request ideological
19185: probs.
19186:
19187: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
19188: cross-request ideological probs. oracle - fixed bug: cs
19189: allocated on request.pool and got freed before disconnect
19190:
19191: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
19192: mallocs fixed
19193:
19194: 2001-08-23 parser
19195:
19196: * src/classes/file.C: minor bug in file:save fixed
19197:
19198: * src/main/pa_sql_driver_manager.C: oracle: dlink
19199:
19200: 2001-08-22 parser
19201:
19202: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
19203: types/pa_vfile.h: file:load|save[text|binary;
19204:
19205: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
19206:
19207: 2001-08-21 parser
19208:
19209: * src/classes/: file.C, table.C: ^file:list
19210:
19211: 2001-08-20 parser
19212:
19213: * src/: main/compile.tab.C, main/compile.y,
19214: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
19215: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
19216: recousively caused problems: inc incremeted 123 literal!! fixed
19217:
19218: 2001-08-10 parser
19219:
19220: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
19221:
19222: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19223: added
19224:
19225: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19226: added
19227:
19228: * src/classes/table.C: table:sort restored [it was bad test :(]
19229:
19230: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
19231: ''
19232:
19233: * src/main/: pa_request.C: wanted to make const int
19234: MAX_EXECUTE_SECONDS=1;
19235:
19236: but couldnt, set_callback_and_alarm appeared to be not exported
19237: :(
19238:
19239: * src/main/pa_string.C: string.match hanged on. there were a hang
19240: check but it weren't wise enough
19241:
19242: @parse[dateString][tmp]
19243: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
19244: #end
19245:
19246: @main[] ^parse[2001-02-03]
19247:
19248: * src/classes/: table.C: table:sort now default desc
19249:
19250: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19251: table.sort now creates new sorted table
19252:
19253: 2001-08-09 parser
19254:
19255: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
19256:
19257: * src/classes/hash.C: hash:_default now [was hash:default]
19258:
19259: * src/classes/op.C: case without switch check added
19260:
19261: * src/types/pa_vcookie.C: cookie name&value origins added, more
19262: precise $ORIGINS(1)
19263:
19264: * src/main/Makefile.am: .am
19265:
19266: * src/classes/void.C: void: int double copy/paste from int: bug
19267: fixed
19268:
19269: * src/classes/void.C: void: int double copy/paste from int: bug
19270: fixed
19271:
19272: 2001-08-07 parser
19273:
19274: * src/: classes/double.C, classes/int.C, classes/string.C,
19275: classes/table.C, include/pa_globals.h, main/pa_globals.C:
19276: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
19277: string, table
19278:
19279: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
19280: srand made working
19281:
19282: 2001-08-06 parser
19283:
19284: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
19285: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
19286: main/compile.tab.C, main/compile.y, main/pa_array.C,
19287: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
19288: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
19289:
19290: * src/main/pa_exec.C: exec win32 real filename
19291:
19292: * src/classes/file.C: exec stderr out
19293:
19294: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
19295:
19296: 2001-08-03 parser
19297:
19298: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
19299:
19300: 2001-08-02 parser
19301:
19302: * src/: classes/string.C, classes/table.C, include/pa_array.h,
19303: main/execute.C, main/pa_exec.C: introducing Array_iter
19304:
19305: * src/main/execute.C: detected quick_get recursion bug. changed to
19306: get@execute, but needs array iterator, separate from array to
19307: avoid it & use caching
19308:
19309: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
19310: bug fixed
19311:
19312: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
19313: main/execute.C, main/pa_globals.C: found another multithread bug
19314: in op.C (last, last global var killed) :)
19315:
19316: 2001-08-01 parser
19317:
19318: * src/: include/pa_dictionary.h, include/pa_globals.h,
19319: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
19320: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19321: main/untaint.C: speeded up typo-html replacements. introducing
19322: Dictionary with first-char caching
19323:
19324: 2001-07-31 parser
19325:
19326: * src/types/Makefile.am: pa_vtable.C added to .am
19327:
19328: * src/main/compile.tab.C: added, so that could be compiled even on
19329: non-bison-enabled platforms
19330:
19331: 2001-07-28 parser
19332:
19333: * src/classes/table.C: table:hash always produces hash, when can't
19334: - empty
19335:
19336: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
19337: skipped \n
19338:
19339: 2001-07-27 parser
19340:
19341: * src/classes/: double.C, int.C, string.C: provided meaningful msg
19342: on int/double/string :sql without result and default
19343:
19344: 2001-07-26 parser
19345:
19346: * src/classes/op.C: fixed bad multithread bug with strangly global
19347: OP
19348:
19349: * src/main/compile.y: $man[$.age[zzz]] 0
19350:
19351: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
19352: creation syntax problem persists. restored $: for a while.
19353: thinking of $man[$.age[zzz]] syntax now
19354:
19355: * src/: classes/double.C, classes/int.C, classes/string.C,
19356: include/pa_opcode.h, main/compile.C, main/compile.y,
19357: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
19358: types/pa_vmethod_frame.h, types/pa_wcontext.h,
19359: types/pa_wwrapper.h: fixing :: realization #1
19360:
19361: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
19362: main/compile_tools.h, main/execute.C, main/pa_request.C,
19363: types/pa_vmethod_frame.h: introducing :: this is constructor call
19364: prefix. ordinary : remains for static accesses
19365:
19366: 2001-07-25 parser
19367:
19368: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
19369: fields 2. methods 3. columns
19370:
19371: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
19372: quote. optimized double&int tostring-s
19373:
19374: * src/main/: compile.C, compile.y, compile_tools.h: allowed
19375: whitespace before first method decl
19376:
19377: * src/classes/table.C: allowed nontable result in table:sql,
19378: results in empty table
19379:
19380: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
19381: lines before first method decl
19382:
19383: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
19384: types/pa_vtable.h: ^table.record[] now $table.fields
19385:
19386: * src/main/compile.y: $var[] is now empty string, not void
19387:
19388: * src/main/: compile.y, execute.C: $var[] is now empty string, not
19389: void
19390:
19391: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
19392: main/pa_globals.C: match replace code context moved to implicit
19393: $match context
19394:
19395: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
19396: main/compile_tools.h, main/execute.C: with killed, code storage
19397: introduced with former 'with' syntax
19398:
19399: 2001-07-24 parser
19400:
19401: * src/: main/compile.C, main/execute.C, main/pa_string.C,
19402: types/pa_value.h: first get_element, next get operator
19403:
19404: * src/main/compile.y: removed @end handling
19405:
19406: * src/main/: compile.C, compile.y: @end handling method2
19407:
19408: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19409: file:move
19410:
19411: * src/main/pa_common.C: file_read close @ eof when imgsize bug
19412: fixed
19413:
19414: 2001-07-23 parser
19415:
19416: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
19417: driver
19418:
19419: * src/classes/hash.C: changed sql driver query interface
19420:
19421: * src/: classes/hash.C, classes/string.C, classes/table.C,
19422: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
19423: changed sql driver query interface
19424:
19425: 2001-07-20 parser
19426:
19427: * src/types/pa_vrequest.C: X!$browser:type
19428:
19429: * src/: classes/file.C, classes/string.C, include/pa_string.h,
19430: main/execute.C, main/pa_string.C, types/pa_valiased.C,
19431: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
19432: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
19433: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
19434: types/pa_vobject.h, types/pa_vrequest.C,
19435: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
19436: ^class:method dynamic calls allowed. ^BASE.method call disabled.
19437: BASE element globally removed
19438:
19439: 2001-07-18 parser
19440:
19441: * src/classes/file.C: file:exec/cgi msg
19442:
19443: * src/classes/file.C: $file:exit-code renamed to 'status'
19444:
19445: * src/: classes/file.C, main/pa_exec.C: file:exec
19446:
1.101 moko 19447: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19448: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
19449: removed $id from *.in *.am
1.95 moko 19450:
19451: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
19452: abbrevations
19453:
19454: * src/: classes/date.C, classes/mail.C, classes/math.C,
19455: classes/string.C, classes/table.C, include/pa_globals.h,
19456: include/pa_string.h, main/execute.C, main/pa_globals.C,
19457: main/pa_request.C, main/pa_string.C, main/untaint.C,
19458: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
19459: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
19460: $ORIGINS(1) output tracing mode
19461:
19462: 2001-07-13 parser
19463:
19464: * src/: classes/double.C, classes/int.C, classes/string.C,
19465: include/pa_request.h, main/execute.C, main/pa_request.C:
19466: auto.p[@auto], /news/auto.p[no @auto], so that initializing
19467: second would not call first @auto
19468:
19469: * src/main/: execute.C, pa_request.C: order of MAIN parents was
19470: wrong, fixed
19471:
19472: 2001-07-12 parser
19473:
19474: * src/types/pa_value.h: pa_value.putelement modification of system
19475: classes prevented
19476:
19477: 2001-07-11 parser
19478:
19479: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
19480: table $piece
19481:
19482: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
19483: types/pa_vstateless_class.h: $file created by file:state +=
19484: .atime .mtime .ctime +found&fixed bug with exceptions on
19485: get_junction-created objects [they were on wrong pool]
19486:
19487: 2001-07-09 parser
19488:
19489: * src/main/untaint.C: qp wrong name
19490:
19491: * src/: classes/date.C, classes/string.C, classes/table.C,
19492: main/compile.y: date format 0
19493:
19494: 2001-07-07 parser
19495:
19496: * src/: classes/date.C, classes/table.C, include/pa_common.h,
19497: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
19498: roll table calendar
19499:
19500: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
19501: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
19502: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
19503: include/pa_request.h, main/main.dsp, types/pa_value.h,
19504: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
19505: string. todo: sql, calendar
19506:
19507: 2001-07-06 parser
19508:
19509: * src/: classes/math.C, include/pa_request.h, main/execute.C,
19510: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
19511:
19512: 2001-07-03 parser
19513:
19514: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
19515: classes/random.C, main/main.dsp: class random renamed to math,
19516: operators became methods
19517:
19518: * src/classes/op.C: pow sqrt
19519:
19520: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
19521:
19522: 2001-07-02 parser
19523:
19524: * src/classes/table.C: ^table.columns column renamed from 'name' to
19525: 'column'
19526:
19527: * src/classes/hash.C: ^hash.keys[]
19528:
19529: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
19530:
19531: * src/main/: compile.y, compile_tools.h: in expressions now allowed
19532: 'strings'
19533:
19534: 2001-06-29 parser
19535:
19536: * src/main/: execute.C: /0 %0 checkes ver 2
19537:
19538: * src/main/execute.C: /0 %0 checke
19539:
19540: * src/classes/Makefile.am: nothing - void
19541:
19542: * src/classes/table.C: empty strings @ sql
19543:
19544: 2001-06-28 parser
19545:
19546: * src/: classes/double.C, classes/file.C, classes/form.C,
19547: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19548: classes/op.C, classes/random.C, classes/response.C,
19549: classes/string.C, classes/table.C, classes/void.C,
19550: main/compile.C, main/compile_tools.C, main/execute.C,
19551: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
19552: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19553: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19554: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19555: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
19556: targets/isapi/parser3isapi.C, main/compile.y: */ static const
19557: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
19558: $";
19559:
19560: * src/: classes/double.C, classes/file.C, classes/form.C,
19561: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19562: classes/op.C, classes/random.C, classes/response.C,
19563: classes/string.C, classes/table.C, classes/void.C,
19564: main/compile.C, main/compile.y, main/compile_tools.C,
19565: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
19566: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19567: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19568: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19569: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
19570: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
19571:
19572: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
19573: $class:name: == ${class:name}:
19574:
19575: * src/classes/string.C: exactly one
19576:
19577: 2001-06-27 parser
19578:
19579: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
19580: types/pa_vvoid.h: nothing renamed to void
19581:
19582: * src/classes/op.C: ^switch ^case
19583:
19584: * src/main/compile.y: nothing renamed to void
19585:
19586: * src/: classes/hash.C, classes/table.C, main/compile.y,
19587: main/execute.C, main/main.dsp, main/pa_request.C,
19588: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
19589: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
19590: void
19591:
19592: * src/main/compile.y: lexer: $zzzz^zzzz were name part
19593:
19594: 2001-05-28 parser
19595:
19596: * src/doc/html2chm.cmd: removed >a
19597:
19598: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
19599: project options [some bugs]
19600:
19601: * src/doc/sources2html.cmd: z
19602:
19603: * src/: classes/classes.C, main/compile.C, main/compile.y,
19604: main/execute.C: operators are not in root class again
19605:
19606: 2001-05-24 parser
19607:
19608: * src/targets/cgi/parser3.dsp: project file
19609:
19610: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
19611: ^log ^exp
19612:
19613: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
19614: conversions in @exception[params]
19615:
19616: * src/main/pa_request.C: // no _ conversions in @exception[params]
19617:
19618: 2001-05-23 parser
19619:
19620: * src/main/pa_string.C: string cmp bug
19621:
19622: * src/classes/: mail.C, op.C: rem max 1000
19623:
19624: * src/: classes/op.C, main/compile.y: allow one empty line before
19625: LS_DEF_NAME
19626:
19627: 2001-05-22 parser
19628:
19629: * src/classes/op.C: if params code-required
19630:
19631: 2001-05-21 parser
19632:
19633: * src/types/pa_vstring.C: eoleof
19634:
19635: * src/classes/Makefile.am: .AM
19636:
19637: * src/classes/nothing.C: resultless ^sql moved to nothing:
19638:
19639: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
19640:
19641: * src/: classes/double.C, classes/nothing.C, classes/string.C,
19642: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
19643: types/pa_vunknown.h, classes/hash.C, main/compile.y,
19644: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
19645: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
19646: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
19647: 'nothing'
19648:
19649: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
19650: vstring::set_string
19651:
19652: * src/classes/: double.C, int.C, string.C: int,double;sql
19653:
19654: * src/: classes/hash.C, classes/int.C, classes/string.C,
19655: classes/table.C, include/pa_string.h, main/pa_string.C,
19656: types/pa_vstring.C, types/pa_vstring.h: started int:sql
19657:
19658: * src/: classes/classes.C, classes/hash.C, classes/op.C,
19659: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
19660: hash:sql moved to main trunc. operators.txt updated
19661:
19662: * src/classes/: hash.C, op.C, table.C: hash:sql
19663:
19664: * src/classes/op.C: z
19665:
19666: * src/: main/compile.C, classes/classes.C: 1
19667:
19668: * src/: classes/classes.C, main/compile.C, main/compile.y,
19669: main/execute.C: 0
19670:
19671: * src/main/execute.C: z
19672:
19673: * src/targets/cgi/parser3.C: z
19674:
19675: * src/targets/cgi/parser3.C: argv can be just "parser3". made
19676: site_auto_path "." in that case
19677:
19678: * src/targets/cgi/: parser3.C: z
19679:
19680: * src/main/pa_request.C: .am
19681:
19682: * src/: main/pa_request.C, targets/cgi/parser3.C:
19683: pcre_tables=pcre_default_tables;
19684:
19685: 2001-05-19 parser
19686:
19687: * src/main/pa_string.C: z
19688:
19689: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
19690: introducing String::cstr_bufsize, returns just size+1 for as_is
19691: target.
19692:
19693: * src/: main/untaint.C, targets/cgi/pa_pool.C,
19694: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
19695: used, 4* mem wasted
19696:
19697: * src/classes/string.C: root context in match replace body now
19698: unchanged
19699:
19700: * src/types/pa_value.h: parameter # 1 based
19701:
19702: * src/main/pa_common.C: common: actual filename '%s'
19703:
19704: * src/classes/string.C: z
19705:
19706: * src/classes/Makefile.am: classes/.am
19707:
19708: * src/classes/: Makefile.am: classes/.am
19709:
19710: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
19711: targets/cgi/pa_pool.C: classes/.am
19712:
19713: 2001-05-18 parser
19714:
1.101 moko 19715: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
19716: pa_threads.C ins
1.95 moko 19717:
19718: * src/targets/cgi/Makefile.am: .am pa_threads.C added
19719:
19720: 2001-05-17 parser
19721:
19722: * src/: classes/string.C, include/pa_config_fixed.h,
19723: include/pa_config_includes.h, main/compile.y,
19724: main/compile_tools.h, main/execute.C, main/pa_array.C,
19725: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
19726: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
19727: types/pa_vform.C: #include "pa_config_includes.h" removed from
19728: most .C
19729:
19730: * src/doc/html2chm.cmd: z
19731:
19732: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
19733: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
19734:
19735: * src/main/pa_sql_driver_manager.C: moved expiration to
19736: get_connection_from_cache
19737:
19738: * src/main/pa_sql_driver_manager.C: cache expiration bf
19739:
19740: * src/: classes/classes.h, include/pa_sql_connection.h,
19741: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
19742: cache expiration[use SQL_Driver::disconnect]
19743:
19744: * src/main/pa_table.C: table.locate current restored on "not found"
19745:
19746: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
19747: line no
19748:
19749: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19750: ANTI_ENDLESS_EXECUTE_RECOURSION
19751:
19752: * src/: classes/op.C, include/pa_sql_connection.h,
19753: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
19754: sql/pa_sql_driver.h: fixed problem at last: 2connections own
19755: 1driver and set_services fight for driver::fservices. before fix
19756:
19757: * src/: classes/op.C, include/pa_config_fixed.h,
19758: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19759: main/pa_sql_driver_manager.C: found problem at last: 2connections
19760: own 1driver and set_services fight for driver::fservices. before
19761: fix
19762:
19763: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19764: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19765: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
19766: pa_threads.C
19767:
19768: * src/include/pa_threads.h: removed targets/parser
19769:
19770: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
19771: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
19772: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
19773: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
19774: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
19775: headers
19776:
19777: * src/: classes/image.C, include/pa_sql_driver_manager.h,
19778: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
19779: order prevented sqlmanager to see MULTYTHREAD define
19780:
19781: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19782: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
19783: put/gets
19784:
19785: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
19786: from hash.h
19787:
19788: * src/: classes/op.C, include/pa_sql_connection.h,
19789: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
19790: from cache ->set_services(&services);
19791:
19792: 2001-05-16 parser
19793:
19794: * src/targets/cgi/parser3.C: z
19795:
19796: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
19797: debug, #ifdefed some. would debug later, on more precise sample
19798: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
19799: $name.$tail[$tail!] $name.$tail } ok3
19800:
19801: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
19802: removed array debug. before vstring rebasing
19803:
19804: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
19805: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
19806: array debugged; adjusted
19807:
19808: * src/main/: pa_sql_driver_manager.C, pa_string.C:
19809: SQL_Driver_manager line no for connect/charset errors
19810:
19811: 2001-05-15 parser
19812:
19813: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
19814: main/pa_string.C: string+array made linear grows
19815:
19816: * src/: include/pa_string.h, main/pa_string.C,
19817: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
19818: grow lineary, not exponentialy
19819:
19820: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
19821: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
19822: with fullchunk cmps
19823:
19824: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
19825: 70041= 81
19826:
19827: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
19828: targets/cgi/parser3.C: detected huge mem allocation: size/times
19829: malloc 27809390/368771, calloc 3232/83. would test now
19830:
19831: * src/: classes/random.C, main/compile.y, main/execute.C,
19832: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
19833: numbered params had wrong name - for instance: bad error message
19834: in ^for[] bad body type. fixed
19835:
19836: 2001-05-14 parser
19837:
19838: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
19839: main/untaint.C: ^string.upper|lower[]
19840:
19841: 2001-05-11 parser
19842:
19843: * src/: classes/double.C, classes/image.C, classes/op.C,
19844: classes/string.C, classes/table.C, classes/unknown.C,
19845: main/execute.C, types/pa_value.h, types/pa_vbool.h,
19846: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
19847: types/pa_vunknown.h: op: MAX_LOOPS as_int
19848:
19849: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
19850: .dsp for win32tools
19851:
19852: 2001-05-11 paf
19853:
19854: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
19855: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
19856: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
19857: targets/isapi/kill.pl: moved win32 helpers to /win32tools
19858:
19859: 2001-05-10 paf
19860:
19861: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
19862: for C++, that's all
19863:
1.101 moko 19864: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
19865: pa_config_includes.h: inline wonders
1.95 moko 19866:
19867: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
19868: doc/doxygen.cmd: hash.C added
19869:
19870: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
19871:
19872: * src/main/compile.y: @end grammar: allowed zero strings in control
19873: menthod
19874:
19875: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19876: pa_vstateless_object.h: changed priority: field before method
19877: lookup in vclass & vobject
19878:
19879: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19880: grammar: priorities changes [lowerd && prior] vobject: now first
19881: fields, next methods
19882:
19883: 2001-05-08 paf
19884:
19885: * src/main/pa_table.C: table columnname2item on nameless ignored
19886: bark=false. fixed
19887:
19888: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19889: types/pa_vmethod_frame.h: hash:default works at last!
19890:
19891: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19892: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19893: hash:default
19894:
19895: * src/classes/table.C: z
19896:
19897: * src/classes/table.C: table:hash always hash of hash now
19898:
19899: * src/classes/table.C: table:empty return bool now
19900:
19901: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19902: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19903: types/pa_vtable.h: table:hash
19904:
19905: * src/classes/table.C: table:record have name
19906:
19907: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19908: returns vunknown
19909:
19910: * src/classes/: double.C, int.C, op.C, string.C:
19911: int,double,string:int[] double[] string:length[] results now have
19912: hames
19913:
19914: * src/: classes/op.C, classes/table.C, main/main.dsp,
19915: types/pa_vtable.h: removed table:find. table:locate and op:eval
19916: now return bool
19917:
19918: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19919: in method checkparams again. fixed
19920:
19921: 2001-05-07 paf
19922:
19923: * src/doc/chm.cmd: cmd
19924:
19925: * src/: classes/image.C, classes/mail.C, classes/string.C,
19926: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19927: types/pa_value.h: method reported errors on wrong pool
19928:
19929: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19930: now
19931:
19932: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19933: include/code.h, include/pa_opcode.h, main/compile.C,
19934: main/compile_tools.h, main/execute.C, types/pa_value.h,
19935: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19936: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19937: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19938: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19939: types/pa_vmethod_frame.h, types/pa_vobject.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: types/pa_wwrapper.h: pa_code.h
19944:
19945: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19946:
19947: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19948: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19949: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19950: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19951: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19952: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19953: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19954: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19955: types/pa_vtable.h: dox, split by not clean parts also
19956:
19957: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19958: types/pa_vtable.h: table: fields, then methods. so to enable
19959: 'dir' fields & co. more
19960:
19961: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19962: so to enable 'dir' fields & co.
19963:
19964: * src/main/compile.y: grammar: @end
19965:
19966: 2001-05-04 paf
19967:
19968: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19969: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19970:
19971: * src/: 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, classes/table.C, classes/unknown.C,
19975: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19976: method dox
19977:
19978: 2001-05-03 paf
19979:
19980: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19981: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19982: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19983: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19984: doc/string.dox, doc/targets.dox, doc/value.dox,
19985: main/pa_request.C: dox splitted .dox files and added some
19986:
19987: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19988:
19989: 2001-05-02 paf
19990:
19991: * src/classes/: image.C, table.C: table:dir result are not tainted
19992: by file_name language now
19993:
19994: 2001-04-28 paf
19995:
19996: * src/classes/classes.inc: removed classes.inc
19997:
19998: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19999: from .am
20000:
20001: * src/classes/classes.awk: skipped classes in .awk
20002:
20003: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
20004: classes/classes.inc, classes/double.C, classes/file.C,
20005: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
20006: classes/string.C, classes/table.C, classes/unknown.C,
20007: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
20008: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
20009: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
20010: pa_methoded back to classes/classes.h
20011:
20012: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
20013:
20014: * src/: classes/Makefile.am, classes/classes.awk,
20015: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
20016: classes/ls.exe, main/bison.exe: classes.inc autogenerator
20017:
20018: * src/: classes/classes.C, classes/classes.h, classes/double.C,
20019: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
20020: classes/response.C, classes/string.C, classes/table.C,
20021: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
20022: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
20023: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
20024: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
20025: include|main/pa_methoded
20026:
20027: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
20028: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
20029:
20030: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
20031: moved some configured data to request::classes_conf moved some
20032: string crations from globals to M... [works]
20033:
20034: * src/: classes/form.C, classes/mail.C, classes/op.C,
20035: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
20036: main/pa_request.C: moved some configured data to
20037: request::classes_conf moved some string crations from globals to
20038: M...
20039:
20040: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
20041: about to move configured data to special request hash
20042:
20043: * src/: classes/classes.C, classes/classes.h, classes/file.C,
20044: classes/form.C, classes/mail.C, include/pa_request.h,
20045: main/pa_request.C: configure started
20046:
20047: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
20048: 2. todo: methoded-configure
20049:
20050: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
20051: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20052: classes/_random.h, classes/_response.h, classes/_string.h,
20053: classes/_table.h, classes/_unknown.h, classes/classes.inc,
20054: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
20055: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20056: classes/random.C, classes/response.C, classes/string.C,
20057: classes/table.C, classes/unknown.C, include/pa_globals.h,
20058: include/pa_request.h, main/compile.y, main/execute.C,
20059: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20060: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20061: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
20062: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
20063: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
20064: types/pa_vrequest.h, types/pa_vresponse.h,
20065: types/pa_vstateless_class.h, types/pa_vstring.h,
20066: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20067: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
20068: methoded-configure
20069:
20070: * src/: classes/file.C, classes/table.C, main/compile.y,
20071: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
20072: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
20073: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
20074:
20075: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
20076: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
20077: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20078: classes/random.C, classes/response.C, classes/string.C,
20079: classes/table.C, classes/unknown.C, include/pa_request.h,
20080: main/compile.y, main/execute.C, main/pa_globals.C,
20081: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
20082: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20083: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
20084: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
20085: beautifying just compiled. todo: debug, configure
20086:
20087: 2001-04-27 paf
20088:
20089: * src/: classes/file.C, classes/image.C, classes/table.C,
20090: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
20091: beautifying -99
20092:
20093: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
20094: classes/_response.h, classes/_unknown.h, classes/classes.C,
20095: classes/classes.h, classes/double.C, classes/file.C,
20096: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20097: classes/op.C, classes/random.C, classes/response.C,
20098: classes/string.C, include/pa_globals.h, main/main.dsp,
20099: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
20100: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
20101: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
20102: types/pa_vunknown.h: beautifying -100
20103:
20104: * src/main/compile.y: serge@ found @CLASS bug. fixed
20105:
20106: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
20107: classes/_op.h, classes/_random.h, classes/_table.h,
20108: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
20109: classes/op.C, classes/random.C, classes/response.C,
20110: classes/string.C, classes/table.C, classes/unknown.C,
20111: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
20112: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20113: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
20114: beautifying
20115:
20116: 2001-04-26 paf
20117:
20118: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
20119:
20120: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
20121: documentation ++
20122:
20123: * src/: classes/_exec.h, doc/doxygen.cfg,
20124: include/pa_config_fixed.h, include/pa_config_includes.h,
20125: targets/cgi/pa_pool.C: code documentation ++
20126:
20127: * src/: classes/_image.h, classes/op.C, classes/random.C,
20128: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20129: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20130: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
20131: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20132: types/pa_vmethod_frame.h, types/pa_vobject.h,
20133: types/pa_vrequest.C, types/pa_vrequest.h,
20134: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
20135: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
20136: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
20137: code documentation ++
20138:
20139: * src/: classes/image.C, classes/mail.C, classes/string.C,
20140: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
20141: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
20142: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
20143: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20144: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20145: types/pa_vobject.h, types/pa_vstateless_class.h,
20146: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
20147:
20148: * src/main/: pa_request.C, pa_string.C: z
20149:
20150: * src/: include/pa_common.h, include/pa_types.h,
20151: main/pa_sql_driver_manager.C: module [and, guess, isapi]
20152: connection caching fixed. request-pooled-url were stored into
20153: global connectioncache
20154:
20155: 2001-04-25 paf
20156:
20157: * src/: doc/doxygen.cfg, doc/doxygen.txt,
20158: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
20159:
20160: * src/: include/code.h, include/pa_common.h, main/compile.y,
20161: main/execute.C, main/pa_common.C: -d
20162:
20163: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
20164: illegal call check a bit improved, but still under iis no mapping
20165: of dir with parser allowed!
20166:
20167: 2001-04-24 paf
20168:
20169: * src/targets/Makefile.am: apache module lib .am
20170:
20171: * src/main/pa_exec.C: windows32 buildCommand
20172:
20173: 2001-04-23 paf
20174:
20175: * src/targets/cgi/Makefile.am: win32 conditional
20176:
20177: * src/targets/cgi/Makefile.am: win32 conditional
20178:
20179: * src/targets/cgi/Makefile.am: liblink
20180:
20181: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
20182: vfile fields return type
20183:
20184: * src/types/pa_vfile.h: vfile fields return type
20185:
20186: * src/include/pa_config_auto.h.in: .h.in
20187:
20188: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
20189: types/Makefile: makefiles removed
20190:
20191: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
20192: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
20193:
20194: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
20195: [tested: i & g ]
20196:
20197: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
20198: @test noticed series in isapi, check how initialize_random_class
20199: is called! [must be called only once]
20200:
20201: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
20202: would not be 'unknown column'
20203:
20204: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
20205: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
20206:
20207: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
20208: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
20209: [now doesnt]
20210:
20211: * src/targets/cgi/parser3.C: cgi cmdline ver
20212:
20213: * src/targets/cgi/parser3.C: cgi /// @test disable
20214: /cgi-bin/parser3/auto.p
20215:
20216: * src/main/untaint.C: untaint without charset
20217:
20218: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
20219: main/pa_common.C: common: file_write /// @test mkdirs
20220: file_delete rmdirs
20221:
20222: * src/main/untaint.C: mail header only once to =?
20223:
20224: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
20225: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
20226: main/untaint.C: untaint - @test optimize whitespaces for
20227: all but 'html'
20228:
20229: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
20230: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20231: main/untaint.C: untaint - @test mail-header
20232:
20233: 2001-04-20 paf
20234:
20235: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20236: include/pa_request.h, include/pa_string.h, main/compile.y,
20237: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20238: targets/cgi/parser3.C: $MAIN:LOCALE
20239:
20240: * src/main/untaint.C: z
20241:
20242: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
20243:
20244: 2001-04-19 paf
20245:
20246: * src/main/compile_tools.h: $a$b bugfix
20247:
20248: * src/targets/cgi/parser3.C: z
20249:
20250: * src/classes/file.C: z
20251:
20252: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
20253: done: header to $fields. waits for header '\' tricks
20254:
20255: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20256: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
20257: changed urlencode here and in untaint.C to HTTP standard's " and
20258: \" mech
20259:
20260: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
20261: http://alx/~paf/ doesnt load /auto.p
20262:
20263: 2001-04-18 paf
20264:
20265: * src/main/pa_request.C: 1
20266:
20267: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
20268: linux @alx
20269:
20270: 2001-04-17 paf
20271:
20272: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
20273: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
20274: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
20275: enabled
20276:
20277: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20278: classes/_exec.h, classes/_file.h, classes/_form.h,
20279: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20280: classes/_random.h, classes/_response.h, classes/_string.h,
20281: classes/_table.h, classes/_unknown.h, classes/file.C,
20282: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
20283: include/pa_config_fixed.h, include/pa_config_includes.h,
20284: include/pa_hash.h, include/pa_sql_driver_manager.h,
20285: include/pa_version.h, main/Makefile.am, main/compile.y,
20286: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
20287: main/pa_sql_driver_manager.C, sql/Makefile.am,
20288: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
20289: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
20290: types/pa_vform.C, types/pa_vimage.h: exec @jav
20291:
20292: * src/: include/pa_sql_driver_manager.h,
20293: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20294: types/pa_vimage.h: sql driver interface now has initialize(client
20295: .so)
20296:
20297: 2001-04-16 paf
20298:
20299: * src/Makefile.am: compile2 cygwin
20300:
20301: * src/: include/pa_config_includes.h, main/pa_exec.C,
20302: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
20303:
20304: * src/targets/cgi/Makefile.am: compile0 jav
20305:
20306: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20307: classes/_exec.h, classes/_file.h, classes/_form.h,
20308: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20309: classes/_random.h, classes/_response.h, classes/_string.h,
20310: classes/_table.h, classes/_unknown.h, classes/image.C,
20311: classes/mail.C, classes/op.C, classes/random.C,
20312: include/pa_config_fixed.h, include/pa_config_includes.h,
20313: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
20314: main/compile.y, main/pa_common.C, main/pa_exec.C,
20315: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
20316: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
20317: compile-1
20318:
20319: 2001-04-15 paf
20320:
20321: * src/classes/op.C: z
20322:
20323: * src/classes/table.C: table:empty +=process
20324:
20325: * src/types/pa_value.h: MethodParams !junction
20326:
20327: * src/: classes/_string.h, classes/double.C, classes/file.C,
20328: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20329: classes/random.C, classes/response.C, classes/string.C,
20330: classes/table.C, classes/unknown.C, main/pa_request.C:
20331: MethodParams everywhere
20332:
20333: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
20334: types/pa_vmethod_frame.h: MethodParams in op.C
20335:
20336: 2001-04-12 paf
20337:
20338: * src/: classes/image.C, types/pa_vimage.h: image:font :text
20339:
20340: * src/: classes/_unknown.h, classes/unknown.C,
20341: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
20342: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
20343:
20344: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
20345:
20346: * src/classes/image.C: image:gif now does not have params
20347:
20348: * src/classes/image.C:
20349: image:line/fill/rectangle/bar/replace/polygon/polybar
20350:
20351: * src/: classes/image.C, classes/op.C, main/execute.C,
20352: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20353: for var now written not to r.wcontext, but to r.root cleared
20354: "entered_object" state
20355:
20356: 2001-04-11 paf
20357:
20358: * src/classes/image.C: image:create image:load
20359:
20360: * src/: classes/image.C, main/main.dsp: gd with mem write + image
20361: just compiled
20362:
20363: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20364: todo: gif without file
20365:
20366: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20367: started porting to Pooled descendant
20368:
20369: * src/: classes/image.C, main/execute.C, main/main.dsp,
20370: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
20371: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
20372: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
20373:
20374: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
20375: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
20376: end. switching to python imaging lib
20377:
20378: * src/main/main.dsp: gd+smtp made separate libs
20379:
20380: * src/: include/pa_globals.h, include/pa_string.h,
20381: main/pa_common.C, main/pa_request.C, main/untaint.C,
20382: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
20383: length
20384:
20385: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
20386: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
20387: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
20388: UL_FILE_NAME of posted file name
20389:
20390: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
20391: post [broke when moved post read to core]
20392:
20393: 2001-04-10 paf
20394:
20395: * src/classes/image.C: image:html done
20396:
20397: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
20398:
20399: * src/classes/image.C: z
20400:
20401: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
20402: forgotten!
20403:
20404: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20405: main/pa_request.C, main/pa_string.C, main/untaint.C,
20406: types/pa_vimage.h: image:measure -90
20407:
20408: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
20409: classes/_int.h, classes/_mail.h, classes/_op.h,
20410: classes/_random.h, classes/_response.h, classes/_string.h,
20411: classes/_table.h, classes/file.C, classes/mail.C,
20412: include/pa_common.h, include/pa_globals.h, main/execute.C,
20413: main/main.dsp, main/pa_common.C, main/pa_globals.C,
20414: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
20415: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
20416: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
20417: compiled
20418:
20419: * src/classes/mail.C: minor bug with unclear from/to
20420:
20421: * src/classes/mail.C: sendmail unix skipping defaults
20422:
20423: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
20424: sendmail unix added defaults
20425:
20426: * src/classes/mail.C: unix sendmail compiled. todo:testing
20427:
20428: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
20429:
20430: 2001-04-09 paf
20431:
20432: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
20433: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
20434: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20435: targets/isapi/parser3isapi.dsp: all targets exec
20436:
20437: * src/: include/pa_sapi.h, include/pa_string.h,
20438: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20439: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
20440: args in apache:util.script
20441:
20442: * src/include/pa_string.h: written but not tested exec with env for
20443: unix
20444:
20445: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
20446: targets/cgi/parser3.C: exec win32 env
20447:
20448: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
20449: 0
20450:
20451: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
20452: main/execute.C, main/main.dsp, main/pa_globals.C,
20453: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
20454: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
20455:
20456: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
20457: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
20458:
20459: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
20460: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
20461:
20462: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
20463: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
20464: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20465: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20466: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
20467: exec class just compiled. moved post read to request core
20468:
20469: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
20470: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
20471: main/pa_globals.C, targets/cgi/parser3.C,
20472: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
20473: are already read by vform
20474:
20475: 2001-04-08 paf
20476:
20477: * src/: classes/file.C, classes/mail.C, classes/string.C,
20478: include/pa_request.h, include/pa_string.h, main/pa_request.C:
20479: uuencode. string<<
20480:
20481: 2001-04-07 paf
20482:
20483: * src/classes/mail.C: z
20484:
20485: * src/classes/mail.C: z
20486:
20487: * src/classes/mail.C: ^mail[$attach
20488:
20489: * src/classes/mail.C: ^attach dead end
20490:
20491: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
20492: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20493: targets/isapi/parser3isapi.C: mail:send 1
20494:
20495: * src/: classes/mail.C, main/pa_request.C: z
20496:
20497: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
20498: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
20499: compiled
20500:
20501: * src/classes/mail.C: +=
20502:
20503: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
20504: prepared
20505:
20506: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
20507: include/pa_globals.h, include/pa_string.h, main/main.dsp,
20508: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20509: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
20510:
20511: 2001-04-06 paf
20512:
20513: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
20514: main/pa_string.C: table:dir 1
20515:
20516: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
20517: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
20518:
20519: * src/: classes/_op.h, classes/_root.h, classes/op.C,
20520: classes/root.C, include/pa_globals.h, include/pa_request.h,
20521: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
20522: main/pa_request.C: renamed 'root' to 'op'
20523:
20524: * src/classes/: _op.h, op.C: renamed from 'root'
20525:
20526: * src/types/pa_valiased.C: another root inherititance skipped
20527:
20528: * src/main/: compile.C, compile.y, execute.C: operators are now not
20529: root methods of parent class. just 'ROOT' class
20530:
20531: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
20532: @office
20533:
20534: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
20535:
20536: 2001-04-05 paf
20537:
20538: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
20539: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
20540: constructor flag dropped at get_method_frame and remembered into
20541: method_frame
20542:
20543: * src/: classes/file.C, classes/root.C, classes/string.C,
20544: classes/table.C, main/pa_request.C: junction to code&expression
20545: in errors
20546:
20547: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20548: main/pa_string.C, targets/isapi/parser3isapi.dsp:
20549: $LOCALE:ctype[Russian_Russia.1251]
20550:
20551: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
20552: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
20553: main/pa_table.C: hash now not thread-safe.
20554:
20555: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20556: main/untaint.C: z
20557:
20558: * src/: classes/random.C, classes/root.C, classes/table.C,
20559: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
20560: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
20561: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
20562: types/pa_wcontext.h: sql quote. string untaint UL_SQL
20563:
20564: * src/: classes/table.C, include/pa_sql_connection.h,
20565: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
20566:
20567: * src/classes/table.C: select * from hren error contains statement
20568:
20569: * src/: classes/table.C, include/pa_sql_connection.h,
20570: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
20571: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
20572:
20573: * src/: classes/root.C, include/pa_sql_connection.h,
20574: include/pa_sql_driver.h, main/main.dsp,
20575: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
20576: services for conv memory & error reporting
20577:
20578: 2001-04-04 paf
20579:
20580: * src/doc/doxygen.cfg: z
20581:
20582: * src/include/pa_sql_driver.h: mysql connect
20583:
20584: * src/include/pa_sql_driver.h: mysql info
20585:
20586: * src/: classes/root.C, include/pa_sql_driver.h,
20587: include/pa_sql_driver_manager.h, main/main.dsp,
20588: main/pa_sql_driver_manager.C: more manager&connection&driver
20589:
20590: * src/sql/Makefile.am: forgot to add mysql client
20591:
20592: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
20593: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
20594: [forgot to add libltdl, added]
20595:
20596: * src/: Makefile.am, classes/root.C, classes/string.C,
20597: classes/table.C, include/pa_globals.h, include/pa_hash.h,
20598: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20599: include/pa_string.h, include/pa_table.h, main/main.dsp,
20600: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20601: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
20602: -1000 just compiled
20603:
20604: * src/: classes/random.C, classes/root.C, classes/table.C,
20605: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
20606: main/pa_request.C, types/pa_vclass.h: sql frame -10
20607:
20608: 2001-04-03 paf
20609:
20610: * src/types/pa_vform.C: z
20611:
20612: * src/: classes/string.C, types/pa_vform.C: string:match replace
20613: assigned lang
20614:
20615: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
20616: {}[]< empty []
20617:
20618: * src/: classes/file.C, classes/string.C, classes/table.C,
20619: include/pa_string.h, main/pa_common.C, main/pa_string.C,
20620: main/untaint.C: string:match replace 2. string.cstr(forced lang)
20621:
20622: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20623: string:match replace strange matches
20624:
20625: * src/classes/string.C: string:match replace 0
20626:
20627: * src/: classes/string.C, main/pa_string.C: string:match replace
20628: prepared 2
20629:
20630: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20631: string:match replace prepared
20632:
20633: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20634: string:match replace -11
20635:
20636: * src/: classes/string.C, include/pa_globals.h,
20637: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
20638: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
20639:
20640: * src/: classes/string.C, include/pa_globals.h,
20641: include/pa_string.h, main/main.dsp, main/pa_globals.C,
20642: main/pa_string.C: string:match [search] -1 just compiled
20643:
20644: * src/types/pa_vstring.C: z
20645:
20646: * src/: classes/double.C, classes/file.C, classes/form.C,
20647: classes/int.C, classes/response.C, classes/root.C,
20648: classes/string.C, classes/table.C, include/pa_string.h,
20649: main/pa_string.C: string:match -10 [frame]
20650:
20651: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
20652: main/pa_request.C: z
20653:
20654: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
20655: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
20656: todo/tests
20657:
20658: * src/include/pa_common.h: z
20659:
20660: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
20661: main/pa_request.C, targets/cgi/parser3.C,
20662: targets/isapi/parser3isapi.C, types/pa_vfile.C:
20663: content-disposition
20664:
20665: * src/: include/pa_common.h, include/pa_globals.h,
20666: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20667: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
20668:
20669: * src/: include/pa_common.h, include/pa_request.h,
20670: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
20671: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20672: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
20673: response:body
20674:
20675: * src/classes/table.C: table:append now uses string::split
20676:
20677: * src/classes/table.C: z
20678:
20679: * src/: classes/file.C, classes/root.C, classes/string.C,
20680: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
20681: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
20682: include/pa_string.h, main/execute.C, main/pa_string.C,
20683: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
20684: string::pos & cmp & piece bugs fixed. string::split new
20685: table:load separated from set table:set implemented with clean \n
20686: \t searches
20687:
20688: 2001-04-02 paf
20689:
20690: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20691: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
20692: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20693: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
20694: it in table:set/load
20695:
20696: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
20697: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
20698:
20699: * src/classes/random.C: random:generate 1
20700:
20701: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
20702: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20703: types/pa_value.h: random:generate
20704:
20705: 2001-03-30 paf
20706:
20707: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
20708: todo: table flip and append. string::pos
20709:
20710: * src/: classes/double.C, classes/file.C, classes/int.C,
20711: classes/response.C, classes/root.C, classes/string.C,
20712: classes/table.C, main/compile.y, main/execute.C,
20713: types/pa_value.h, types/pa_vstateless_class.C,
20714: types/pa_vstateless_class.h: static|dynamic|any method
20715: registration
20716:
20717: * src/: classes/file.C, classes/table.C, include/pa_table.h,
20718: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
20719: table:flip
20720:
20721: 2001-03-29 paf
20722:
20723: * src/classes/string.C: string:xsplit forgot that they must result
20724: in 1 row N column [not vice versa]
20725:
20726: * src/classes/string.C: z
20727:
20728: * src/classes/string.C: string: rsplit
20729:
20730: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20731: string: lsplit
20732:
20733: * src/: classes/string.C, include/pa_string.h, main/execute.C,
20734: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
20735: lsplit -1
20736:
20737: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20738: string: pos
20739:
20740: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20741: string: pos -1
20742:
20743: * src/: classes/string.C, classes/table.C, include/pa_string.h,
20744: main/compile.y, main/pa_request.C, main/pa_string.C,
20745: main/untaint.C: string: left right mid
20746:
20747: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
20748: main/compile_tools.h, main/main.dsp, types/pa_value.h,
20749: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
20750: and [;] are different now.
20751:
20752: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20753: main/untaint.C: pool.request undone
20754:
20755: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20756: main/untaint.C: pool.request
20757:
20758: 2001-03-28 paf
20759:
20760: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20761: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20762: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
20763: $request:browser [.type .version]; unknown.get_double now = 0.
20764:
20765: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20766: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
20767: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
20768: types/pa_vform.C: file:load autodetection of mime-type by
20769: user-file-name
20770:
20771: * src/: classes/file.C, main/execute.C, main/pa_common.C,
20772: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
20773: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
20774:
20775: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20776: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
20777: write. must be self.set
20778:
20779: * src/: classes/file.C, classes/root.C, classes/table.C,
20780: include/pa_table.h, main/pa_table.C: table:locate1, file:test
20781:
20782: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
20783: include/pa_table.h, main/pa_array.C, main/pa_table.C,
20784: types/pa_vtable.h: table:locate just compiled
20785:
20786: 2001-03-27 paf
20787:
20788: * src/main/: execute.C, pa_common.C: fixed r/w context of
20789: code-params2, fixed ntfs hardlink slow dir update
20790:
20791: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
20792: types/pa_wcontext.h: fixed r/w context of code-params
20793:
20794: * src/: classes/table.C, main/execute.C: about to change junction
20795: rcontext!!
20796:
20797: * src/: classes/double.C, classes/int.C, classes/root.C,
20798: classes/string.C, classes/table.C, main/compile_tools.C,
20799: main/execute.C, main/pa_request.C, main/untaint.C,
20800: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
20801: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20802: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
20803: types/pa_vunknown.h: sort 0
20804:
20805: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
20806: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
20807: renamed to are_static_calls_disabled
20808:
20809: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
20810: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
20811: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20812: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
20813:
20814: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
20815:
20816: * src/: classes/table.C, include/pa_common.h, main/compile.y:
20817: started table:sort fixed minor bug in #...^{
20818:
20819: * src/: classes/table.C, include/pa_common.h, main/compile.y,
20820: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
20821: decided to have as it were. stepped back. grammar: added 'in'
20822: 'is' 'lt'&co follow-space check
20823:
20824: 2001-03-26 paf
20825:
20826: * src/: classes/file.C, classes/root.C, classes/table.C,
20827: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
20828: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20829: main/pa_table.C: moved ::save to pa_table. disabled @auto
20830: invocation in ^process
20831:
20832: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
20833:
20834: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
20835: main/pa_array.C: table:record
20836:
20837: * src/: main/untaint.C, targets/cgi/parser3.C,
20838: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20839: targets/isapi/pool_storage.h, types/pa_valiased.h,
20840: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
20841: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
20842: types/pa_vtable.h: z
20843:
20844: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
20845: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
20846: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20847: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
20848: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
20849: method realisations on 'self' validity - they now can simply
20850: assume that 'self' is V{Proper} .
20851:
20852: 2001-03-25 paf
20853:
20854: * src/main/untaint.C: z
20855:
20856: * src/main/: pa_request.C, untaint.C: moved default typo-table to
20857: lowlevel - it initialization could be skipped if failed in @auto.
20858: so that exception report would use some table
20859:
20860: * src/main/pa_request.C: table empty lines ignored. system-default
20861: content type assigned in output:result [can fail in main:auto and
20862: skipped normal defaults extraction]
20863:
20864: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
20865: bug
20866:
20867: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
20868: processing to table [except preliminary \r\n \r \n replacements
20869: to "\n"]
20870:
20871: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20872: move all the processing to table
20873:
20874: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20875: main/pa_table.C, main/untaint.C: returned table originating.
20876: useful for reporting typo table problems origin. think would be
20877: useful somewhere else
20878:
20879: * src/main/untaint.C: typo \r \r\n \n properly handled
20880:
20881: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20882: include/pa_table.h, main/compile.y, main/compile_tools.C,
20883: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20884: main/pa_string.C, main/pa_table.C, main/untaint.C,
20885: types/pa_vcookie.h: typo & typo-default
20886:
20887: 2001-03-24 paf
20888:
20889: * src/main/pa_common.C: z
20890:
20891: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20892: targets/cgi/parser3.C: html-typo 2
20893:
20894: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20895: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20896: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20897: main/execute.C, main/pa_array.C, main/pa_globals.C,
20898: main/pa_request.C, main/pa_string.C, main/untaint.C,
20899: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20900: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20901: noticed double default content-type prob. run cgi.cmd tomorrow
20902: first html-typo sample. detected << problem: they become ltlt too
20903: fast
20904:
20905: * src/main/compile.y: z
20906:
20907: * src/main/: compile.y, compile_tools.h: #comment
20908:
20909: * src/: classes/file.C, classes/root.C, classes/table.C,
20910: include/pa_common.h, include/pa_request.h, main/compile.y,
20911: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20912: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20913: stringified
20914:
20915: * src/types/pa_valiased.C: decided to String-ify file_read
20916:
20917: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20918: isapi/parser3isapi.dsp: cgi: sapi::log
20919:
20920: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20921: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20922: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20923: error log experiments failed - cgi under iis got no access to
20924: log. registereventsource simply failed with 5(illegal call) code,
20925: while worked OK as standalone executable. isapi: used
20926: HSE_APPEND_LOG_PARAMETER feature
20927:
20928: * src/: include/pa_common.h, include/pa_globals.h,
20929: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20930: targets/isapi/parser3isapi.C: fixed default content-type
20931: allocation storage
20932:
20933: * src/: include/pa_globals.h, include/pa_request.h,
20934: main/pa_globals.C, main/pa_request.C: z
20935:
20936: * src/: include/pa_array.h, include/pa_hash.h,
20937: include/pa_request.h, main/compile.y, main/pa_array.C,
20938: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20939: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20940: content-type
20941:
20942: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20943: sanity
20944:
20945: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20946: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20947: away freeze mech. no danger now for you can't do
20948: ^request:process[@new-method[] body] trick anymore. still
20949: remains $some_instance.process[@new-method[] possibility] but
20950: would leave it as a feature. see index for sample
20951:
20952: * src/: include/pa_common.h, main/pa_common.C,
20953: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20954: monkey every target
20955:
20956: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20957: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20958: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20959:
20960: 2001-03-23 paf
20961:
20962: * src/: include/pa_pool.h, main/pa_request.C,
20963: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20964: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20965: targets/isapi/pool_storage.h: isapi: dumb pool storage
20966:
20967: * src/targets/isapi/pa_pool.C: decided to continue with extension
20968:
20969: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20970: it would be better to rewrite as filter then to deal with pool
20971:
20972: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20973: now like in cgi, not from APPL_PHYSICAL_PATH
20974:
20975: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20976: include/pa_config_fixed.h, include/pa_config_includes.h,
20977: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20978: include/pa_version.h, main/compile.y, main/execute.C,
20979: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20980: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20981: main/untaint.C, targets/cgi/parser3.C,
20982: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20983: cgi: reinvent document_root and request_uri under iis. autoconf
20984: updated. introducing ap_config_includes
20985:
20986: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20987:
20988: * src/targets/cgi/parser3.C: cgi: only one pool now
20989:
20990: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20991: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20992: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20993: types/pa_venv.h, types/pa_vform.C: sapi made object
20994:
20995: * src/: include/pa_globals.h, main/pa_request.C,
20996: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20997: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20998: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20999:
21000: * src/: main/pa_request.C, targets/cgi/parser3.C,
21001: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21002: isapi minor env beauty
21003:
21004: * src/: main/pa_request.C, targets/cgi/parser3.C,
21005: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21006: isapi document_root 0
21007:
21008: 2001-03-22 paf
21009:
21010: * src/targets/isapi/parser3isapi.C: isapi keep-alive
21011:
21012: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
21013: isapi/parser3isapi.C: z
21014:
21015: * src/: include/pa_pool.h, main/pa_request.C,
21016: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
21017:
21018: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
21019: kill.pl: isapi added utils
21020:
21021: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
21022: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21023: types/pa_vform.C: isapi 0
21024:
21025: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
21026: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21027: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21028: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
21029: started isapi
21030:
21031: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
21032: some comments
21033:
21034: * src/: include/pa_globals.h, include/pa_request.h,
21035: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21036: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
21037: parser_root_auto_path parser_site_auto_path
21038:
21039: * src/types/pa_vcookie.C: cookie attr decoded
21040:
21041: 2001-03-21 paf
21042:
21043: * src/targets/cgi/parser3.C: z
21044:
21045: * src/include/pa_globals.h: post. todo: config of auto.p path
21046:
21047: * src/: include/pa_globals.h, targets/cgi/parser3.C,
21048: types/pa_venv.h: in cookie & env. todo:post
21049:
21050: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
21051: classes/root.C, classes/table.C, include/pa_array.h,
21052: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
21053: include/pa_request.h, include/pa_string.h, main/Makefile.am,
21054: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
21055: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21056: main/pa_table.C, main/untaint.C, targets/Makefile.am,
21057: targets/cgi/Makefile.am, targets/cgi/parser3.C,
21058: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
21059: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
21060: shifted apache branch on main trunc
21061:
21062: * src/: include/pa_common.h, include/pa_globals.h,
21063: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21064: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
21065: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
21066: starting mod_parser3
21067:
21068: * src/targets/cgi/parser3.C: starting mod_parser3
21069:
21070: 2001-03-20 paf
21071:
21072: * src/: main/pa_common.C, targets/cgi/Makefile.am,
21073: targets/cgi/parser3.C: automake compiled and works. todo:make
21074: win32 ifdefs work and add ifdef unistd
21075:
21076: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
21077: main/Makefile.am, main/pa_common.C, main/pa_request.C,
21078: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
21079: z
21080:
21081: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
21082: main/execute.C, main/pa_common.C, types/Makefile.am: removing
21083: locking
21084:
21085: * src/: classes/Makefile.am, types/Makefile.am: z
21086:
21087: * src/: Makefile.am, classes/file.C, classes/root.C,
21088: classes/table.C, include/pa_array.h, include/pa_request.h,
21089: include/pa_string.h, main/Makefile.am, main/execute.C,
21090: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21091: main/pa_string.C, main/untaint.C, targets/Makefile.am,
21092: targets/cgi/Makefile.am, targets/cgi/parser3.C,
21093: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
21094:
21095: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21096: main/pa_request.C, types/pa_vfile.h: ^table:save
21097:
21098: * src/: classes/file.C, classes/table.C, include/pa_array.h,
21099: include/pa_common.h, include/pa_request.h, include/pa_string.h,
21100: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
21101: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
21102: types/pa_vform.h: z
21103:
21104: * src/include/pa_string.h: z
21105:
21106: * src/: classes/_request.h, classes/request.C, main/main.dsp,
21107: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
21108: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
21109: :Value
21110:
21111: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
21112: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
21113: :VStateless_object
21114:
21115: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
21116: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
21117: :VStateless_object
21118:
21119: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21120: types/pa_valiased.C, types/pa_vform.h: commented VForm
21121:
21122: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
21123: types/pa_valiased.h, types/pa_value.h,
21124: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21125: types/pa_vstateless_object.h: moved common get_element part from
21126: stateless object&class into VAliased
21127:
21128: * src/: classes/_env.h, classes/_table.h, classes/env.C,
21129: classes/table.C, main/execute.C, main/main.dsp,
21130: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
21131: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
21132: now :Value
21133:
21134: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
21135: main/execute.C, main/main.dsp, main/pa_globals.C,
21136: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
21137:
21138: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
21139: doxx
21140:
21141: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
21142: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21143: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
21144: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
21145: and ^file:save
21146:
21147: 2001-03-19 paf
21148:
21149: * src/types/pa_vfile.C: z
21150:
21151: * src/: classes/file.C, classes/request.C, classes/table.C,
21152: include/pa_string.h, main/main.dsp, main/pa_pool.C,
21153: main/pa_request.C, main/untaint.C, types/pa_value.h,
21154: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
21155:
21156: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
21157: include/pa_string.h, include/pa_table.h, main/main.dsp,
21158: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
21159: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
21160: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
21161: classes/_file.h, classes/file.C, types/pa_vfile.C,
21162: types/pa_vfile.h: file class just compiled
21163:
21164: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
21165: include/pa_table.h, include/pa_types.h, main/execute.C,
21166: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21167: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
21168: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
21169:
21170: * src/include/pa_pool.h: z
21171:
21172: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
21173: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
21174: Hash::Value to Val so to doxygen would finlly stop confusing
21175: those Value-s
21176:
21177: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
21178: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
21179: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21180: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21181: include/pa_types.h, main/compile.C, main/compile.y,
21182: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21183: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
21184: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
21185: main/pa_request.C, main/pa_string.C, main/pa_table.C,
21186: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
21187:
21188: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
21189: derivates somehow unlinked. don't know why yet
21190:
21191: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
21192: include/pa_string.h, include/pa_threads.h, main/compile.C,
21193: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21194: main/execute.C, main/pa_array.C, main/pa_common.C,
21195: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21196: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21197: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
21198:
21199: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
21200: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
21201: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
21202: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
21203: types/pa_vrequest.h: doc: detected Value derivates prob
21204:
21205: * src/include/pa_globals.h: z
21206:
21207: * src/: classes/_request.h, classes/request.C, include/code.h,
21208: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
21209: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
21210: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
21211: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21212: main/execute.C, main/pa_pool.C, main/pa_request.C,
21213: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21214: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
21215:
21216: 2001-03-18 paf
21217:
21218: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
21219: cookie: allowed access to hash-assigned
21220:
21221: * src/targets/cgi/parser3.C: z
21222:
21223: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
21224: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
21225: include/pa_types.h, main/main.dsp, main/pa_common.C,
21226: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21227: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21228: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
21229: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21230: types/pa_vunknown.h: cookie class
21231:
21232: * src/main/pa_request.C: zero length output allowed
21233:
21234: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
21235: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
21236:
21237: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
21238: lang switch
21239:
21240: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
21241: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21242: types/pa_value.h, types/pa_vhash.h:
21243: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21244:
21245: * src/main/execute.C: z
21246:
21247: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
21248: targets/cgi/parser3.C: taint[uri
21249:
21250: * src/: classes/request.C, classes/response.C, classes/root.C,
21251: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21252: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
21253: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
21254:
21255: * src/: classes/root.C, classes/string.C, include/pa_string.h,
21256: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21257: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
21258: types/pa_vstateless_class.C: convinient string(pool, char *src,
21259: bool tainted) ctor
21260:
21261: * src/: include/pa_hash.h, include/pa_request.h,
21262: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
21263: main/pa_request.C, main/pa_string.C, main/untaint.C,
21264: targets/cgi/parser3.C: proper @exceptions params tainting
21265:
21266: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
21267: response fields to header
21268:
21269: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21270: z
21271:
21272: * src/: classes/_response.h, classes/response.C,
21273: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21274: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
21275: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21276: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
21277: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
21278: $response: 0 request::core exception rethrow
21279:
21280: 2001-03-16 paf
21281:
21282: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
21283: types/pa_vrequest.h: native method' class call with less params
21284: then needed error reporting
21285:
21286: * src/: classes/_request.h, classes/request.C,
21287: include/pa_globals.h, include/pa_request.h, main/execute.C,
21288: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21289: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
21290: types/pa_vrequest.h: $request : query :uri
21291:
21292: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
21293: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
21294: types/pa_wcontext.h: $result
21295:
21296: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
21297:
21298: * src/: classes/double.C, include/code.h, main/compile.y,
21299: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
21300: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21301:
21302: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
21303: main/compile.y, main/execute.C, types/pa_value.h,
21304: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
21305: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
21306: wcontext conflict
21307:
21308: * src/: main/execute.C, types/pa_value.h,
21309: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
21310: $string.field
21311:
21312: 2001-03-15 paf
21313:
21314: * src/main/pa_request.C: news sample
21315:
21316: * src/: main/compile.y, main/execute.C, main/pa_request.C,
21317: targets/cgi/parser3.C, types/pa_vstring.h: @exception
21318:
21319: * src/main/: compile.y, execute.C: z
21320:
21321: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
21322: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
21323: pre pre works
21324:
21325: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21326: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
21327: fillfields just compiled
21328:
21329: 2001-03-14 paf
21330:
21331: * src/: include/pa_request.h, main/pa_request.C,
21332: targets/cgi/parser3.C: z
21333:
21334: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21335: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
21336: types/pa_vstring.h: limits -1
21337:
21338: * src/: include/pa_globals.h, include/pa_request.h,
21339: include/pa_types.h, main/main.dsp, main/pa_globals.C,
21340: main/pa_request.C, targets/cgi/parser3.C,
21341: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
21342: request_info -1
21343:
21344: * src/: include/pa_globals.h, main/pa_globals.C,
21345: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21346: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
21347: vform_fields_fill
21348:
21349: * src/targets/cgi/parser3.C: # if MSVC
21350:
21351: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
21352: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
21353:
21354: * src/targets/cgi/parser3.C: z
21355:
21356: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
21357: include/pa_string.h, include/pa_types.h, main/compile.y,
21358: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
21359: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
21360: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
21361: types/pa_vunknown.h: global handler, exceptions in parser3
21362:
21363: 2001-03-13 paf
21364:
21365: * src/: classes/form.C, main/compile.y, main/core.C,
21366: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
21367: types/pa_vform.h, types/pa_vstateless_class.C,
21368: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
21369: instead
21370:
21371: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21372: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
21373: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
21374: started cgi target
21375:
21376: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21377: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
21378: before error show with parser
21379:
21380: * src/: classes/_form.h, classes/form.C, include/core.h,
21381: include/pa_request.h, main/core.C, main/pa_request.C,
21382: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
21383:
21384: * src/targets/cgi/: parser.dsp, parser3.dsp: z
21385:
21386: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
21387: parser3.C: renamed targets/ parser to cgi
21388:
21389: * src/: classes/double.C, classes/env.C, classes/int.C,
21390: classes/root.C, classes/string.C, classes/table.C,
21391: include/pa_request.h, types/pa_vhash.h: z
21392:
21393: * src/: classes/_env.h, classes/env.C, classes/root.C,
21394: include/core.h, include/pa_pool.h, include/pa_request.h,
21395: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
21396: main/pa_common.C, main/pa_request.C, types/pa_value.h,
21397: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
21398: [historical moment :)]
21399:
21400: * src/: include/code.h, include/pa_string.h, main/compile.y,
21401: main/execute.C, main/pa_string.C: 'value is type' expr operator
21402:
21403: * src/types/pa_venv.h: $ENV 1
21404:
21405: * src/main/execute.C: z
21406:
21407: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
21408: future methods of ENV constructor if
21409:
21410: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
21411: class
21412:
21413: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21414: classes/_root.h, classes/_string.h, classes/_table.h,
21415: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
21416: classes/string.C, classes/table.C, include/pa_request.h,
21417: main/compile.C, main/compile_tools.h, main/core.C,
21418: main/execute.C, main/main.dsp, main/pa_request.C,
21419: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
21420: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
21421: types/pa_vobject.h, types/pa_vstateless_class.C,
21422: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21423: types/pa_wcontext.h: $ENV: re 0, stateless classes
21424:
21425: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21426: classes/_root.h, classes/_string.h, classes/_table.h,
21427: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
21428: classes/string.C, classes/table.C, include/pa_request.h,
21429: main/compile.C, main/compile_tools.h, main/core.C,
21430: main/execute.C, main/main.dsp, main/pa_request.C,
21431: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
21432: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
21433: types/pa_vobject.h, types/pa_vstateless_class.C,
21434: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21435: types/pa_wcontext.h: $ENV: re 0, stateless classes
21436:
21437: * src/: include/pa_request.h, main/compile.C, main/execute.C,
21438: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
21439: yesterdays bad decision on execute_static_method
21440:
21441: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
21442:
21443: * src/: classes/double.C, classes/int.C, classes/root.C,
21444: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
21445:
21446: * src/main/pa_request.C: z
21447:
21448: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
21449: include/pa_pool.h: skipped_restructure_exceptions_dead_end
21450:
21451: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
21452: include/pa_pool.h, main/pa_request.C:
21453: restructure_exceptions_dead_end
21454:
21455: * src/: classes/root.C, main/compile.y: ^if required junctions.
21456: allowed ; inside {} to break params
21457:
21458: * src/classes/root.C: ^eval
21459:
21460: * src/: classes/_string.h, classes/double.C, classes/int.C,
21461: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
21462: string ^format
21463:
21464: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
21465: 'bad' but not 'enough'
21466:
21467: * src/: classes/double.C, classes/root.C, classes/table.C,
21468: include/pa_common.h, include/pa_types.h, main/compile.y,
21469: main/pa_common.C, main/pa_request.C, main/untaint.C,
21470: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
21471: types/pa_wwrapper.h: think constructing flag as is is bad
21472:
21473: * src/: classes/double.C, classes/int.C, classes/root.C,
21474: classes/string.C, classes/table.C, main/core.C, main/execute.C,
21475: types/pa_vint.h: ^for
21476:
21477: 2001-03-12 paf
21478:
21479: * src/classes/table.C: table ^empty
21480:
21481: * src/: classes/table.C, include/pa_table.h: table ^menu
21482:
21483: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
21484: ^offset ^line ^count
21485:
21486: * src/classes/root.C: ^round() ^floor() ^ceiling()
21487: ^abs() ^sign()
21488:
21489: * src/classes/: root.C, table.C: ^use
21490:
21491: * src/: classes/root.C, classes/table.C, include/pa_request.h,
21492: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
21493: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21494: ^while. switched off wcontext.constructing after write(value) or
21495: auto-vhash-constructing
21496:
21497: * src/: classes/root.C, classes/table.C, include/pa_request.h,
21498: main/pa_request.C: fail_if_junction_ helper func
21499:
21500: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21501: include/pa_request.h, main/execute.C, main/main.dsp,
21502: main/pa_common.C, main/pa_request.C: ^process error point by
21503: actual method_name, not source. ^load
21504:
21505: * src/types/pa_vtable.h: table: no, better with string in cells...
21506:
21507: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
21508: classes/_table.h, classes/table.C, main/untaint.C: z
21509:
21510: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
21511: include/pa_table.h, main/core.C, main/execute.C,
21512: main/pa_common.C, main/pa_request.C, main/pa_table.C,
21513: types/pa_value.h: table:set 0
21514:
21515: * src/: classes/root.C, include/core.h, include/pa_array.h,
21516: include/pa_request.h, include/pa_table.h, main/core.C,
21517: main/main.dsp, main/pa_request.C, main/pa_table.C,
21518: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
21519: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
21520: types/pa_vstring.h: freeze, ^table:create[] -1
21521:
21522: * src/: classes/root.C, types/pa_value.h: z
21523:
21524: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
21525: get_method in couple places optimizing them
21526:
21527: * src/classes/root.C: z
21528:
21529: * src/: classes/root.C, types/pa_vclass.h: process temp main
21530: zeroing
21531:
21532: * src/: classes/double.C, classes/int.C, classes/root.C,
21533: classes/string.C, include/pa_common.h, include/pa_request.h,
21534: include/pa_string.h, include/pa_types.h, main/compile.C,
21535: main/compile.y, main/compile_tools.h, main/execute.C,
21536: main/pa_common.C, main/pa_request.C, types/pa_value.h,
21537: types/pa_vmframe.h: ^process. actual names to store param and
21538: check_actual_numbered_params for better place diagnostics
21539:
21540: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
21541: method-junctions bug fixed
21542:
21543: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
21544: pa_vstateless_object.h, pa_vstring.h: stateless_object
21545:
21546: 2001-03-11 paf
21547:
21548: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
21549: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
21550: VDouble VInt base now VObject_base - without fields
21551:
21552: * src/: classes/root.C, include/core.h, main/core.C: z
21553:
21554: * src/: classes/double.C, classes/int.C, classes/root.C,
21555: classes/string.C, include/core.h, include/pa_hash.h,
21556: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
21557: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
21558:
21559: * src/: classes/double.C, classes/int.C, classes/root.C,
21560: include/pa_request.h, main/execute.C: intercept_string
21561:
21562: * src/: classes/double.C, classes/int.C, classes/root.C,
21563: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
21564:
21565: * src/: classes/double.C, classes/int.C, include/pa_request.h:
21566: ^inc-s(expr)
21567:
21568: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21569: classes/_root.h, classes/_string.h, classes/double.C,
21570: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21571: include/code.h, include/core.h, include/pa_array.h,
21572: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21573: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21574: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21575: include/pa_types.h, main/compile.C, main/compile.y,
21576: main/compile_tools.C, main/compile_tools.h, main/core.C,
21577: main/execute.C, main/pa_array.C, main/pa_common.C,
21578: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
21579: main/pa_request.C, main/pa_string.C, main/pa_table.C,
21580: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21581: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
21582: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
21583: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
21584: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
21585: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
21586:
21587: * src/: main/pa_request.C, types/pa_vhash.h: z
21588:
21589: * src/: include/core.h, include/pa_request.h, main/core.C,
21590: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
21591:
21592: * src/: include/pa_valiased.h, include/pa_value.h,
21593: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21594: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21595: include/pa_vjunction.h, include/pa_vmframe.h,
21596: include/pa_vobject.h, include/pa_vstring.h,
21597: include/pa_vunknown.h, include/pa_wcontext.h,
21598: include/pa_wwrapper.h, main/compile.y, main/core.C,
21599: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
21600: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
21601: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21602: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
21603: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
21604: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
21605: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
21606: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
21607: include/
21608:
21609: 2001-03-10 paf
21610:
21611: * src/: include/core.h, include/pa_request.h, main/core.C,
21612: main/pa_request.C: run+auto=run
21613:
21614: * src/: classes/root.C, include/pa_request.h: minor if junction bug
21615:
21616: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21617: classes/_root.h, classes/_string.h, classes/double.C,
21618: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21619: include/code.h, include/core.h, include/pa_array.h,
21620: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21621: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21622: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21623: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
21624: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21625: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21626: include/pa_vjunction.h, include/pa_vmframe.h,
21627: include/pa_vobject.h, include/pa_vstring.h,
21628: include/pa_vunknown.h, include/pa_wcontext.h,
21629: include/pa_wwrapper.h, main/compile.C, main/compile.y,
21630: main/compile_tools.C, main/compile_tools.h, main/core.C,
21631: main/execute.C, main/pa_array.C, main/pa_cframe.C,
21632: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
21633: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21634: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
21635: main/pa_wcontext.C: sources header
21636:
21637: * src/main/pa_request.C: auto..
21638:
21639: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21640: main/pa_request.C: auto tree0
21641:
21642: * src/: include/core.h, include/pa_request.h, main/compile.y,
21643: main/core.C, main/pa_request.C: names to core.C
21644:
21645: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
21646: include/pa_request.h, main/core.C, main/execute.C,
21647: main/pa_common.C, main/pa_request.C: root auto.p loaded
21648:
21649: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
21650: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
21651: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21652: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21653:
21654: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21655: @auto[] realised. auto.p scan togo
21656:
21657: * src/: include/pa_request.h, main/execute.C: autocalc
21658: code-junctions result now have names
21659:
21660: * src/: classes/double.C, classes/int.C, classes/root.C,
21661: classes/string.C, include/pa_request.h, include/pa_string.h,
21662: include/pa_wcontext.h, main/compile.y, main/execute.C,
21663: main/pa_string.C, main/pa_wcontext.C: tainting 0
21664:
21665: * src/classes/env.C: env:file/line
21666:
21667: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
21668: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
21669: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
21670: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
21671: main/compile_tools.C, main/compile_tools.h, main/core.C,
21672: main/execute.C, main/main.dsp, main/pa_cframe.C,
21673: main/pa_request.C, main/pa_wcontext.C: const fight finished
21674:
21675: * src/include/pa_vclass.h: const fight to go
21676:
21677: * src/: classes/_env.h, classes/env.C, classes/root.C,
21678: include/pa_request.h, include/pa_vclass.h, main/core.C,
21679: main/main.dsp: env0
21680:
21681: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
21682: classes/_string.h, classes/double.C, classes/int.C,
21683: classes/root.C, classes/string.C, include/pa_request.h,
21684: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
21685: include/pa_wcontext.h, main/core.C, main/main.dsp,
21686: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
21687: main/pa_wcontext.C: ^lang prepare0
21688:
21689: 2001-03-09 paf
21690:
21691: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
21692: construct proper naming
21693:
21694: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
21695: classes/double.C, classes/int.C, classes/root.C,
21696: classes/string.C, include/code.h, include/pa_value.h,
21697: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
21698: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21699: main/compile.y, main/compile_tools.C, main/core.C,
21700: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
21701: and ^double[]. fixed expr type
21702:
21703: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21704: ^string.length[]
21705:
21706: 2001-03-08 paf
21707:
21708: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
21709:
21710: * src/: include/pa_vclass.h, include/pa_vstring.h,
21711: include/pa_wcontext.h, main/compile.y, main/core.C,
21712: main/execute.C, main/main.dsp: dead end: vstring can't be
21713: derivated from vobject
21714:
21715: * src/: include/pa_vclass.h, include/pa_vhash.h,
21716: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
21717:
21718: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
21719: remained clone conseqs
21720:
21721: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
21722:
21723: * src/main/pa_vclass.C: wow! vclass were out of vcs
21724:
21725: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
21726: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
21727: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
21728: include/pa_vobject.h, include/pa_vstring.h,
21729: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21730: main/execute.C: withoud cloning. didn't need it actually, params
21731: got passed from out unnamed ewpool
21732:
21733: * src/: include/pa_vdouble.h, include/pa_vhash.h,
21734: include/pa_vjunction.h, include/pa_vobject.h,
21735: include/pa_vunknown.h, main/compile.y: cloning dead end
21736:
21737: * src/: include/pa_bool.h, include/pa_double.h,
21738: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
21739: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
21740: include/pa_vjunction.h, include/pa_vmframe.h,
21741: include/pa_vobject.h, include/pa_vstring.h,
21742: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21743: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
21744: to give params proper names
21745:
21746: * src/main/pa_wcontext.C: z
21747:
21748: * src/: include/pa_vmframe.h, main/execute.C: added names to
21749: unknown values in get_element and unfilled params. removed wrong
21750: name change in get_element
21751:
21752: * src/main/execute.C: z
21753:
21754: * src/main/execute.C: fixed problems calling operators in
21755: constructors
21756:
21757: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
21758: detected problems calling operators in constructors
21759:
21760: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21761: autocalc def to string
21762:
21763: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
21764: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
21765:
21766: * src/classes/root.C: added root.c
21767:
21768: * src/: include/pa_request.h, include/pa_value.h,
21769: include/pa_vcframe.h, include/pa_vmframe.h,
21770: include/pa_wcontext.h, main/compile.C, main/compile.y,
21771: main/core.C, main/execute.C, main/pa_cframe.C,
21772: main/pa_wcontext.C: 'if' just compiled
21773:
21774: * src/: include/pa_vbool.h, include/pa_vdouble.h,
21775: include/pa_vjunction.h, include/pa_vmframe.h,
21776: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
21777: main/pa_wcontext.C: z
21778:
21779: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
21780: main/core.C, main/execute.C, main/main.dsp: z. detected probs
21781: with parameter names in operator methods
21782:
21783: * src/main/compile.y: minor renamings in .y
21784:
21785: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21786: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
21787: @BASE. changed 'RUN' assignment mech
21788:
21789: * src/main/execute.C: z
21790:
21791: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21792: main/compile_tools.h, main/execute.C: made class: dynamic, not
21793: static. so to enable runtime ^use
21794:
21795: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
21796:
21797: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21798: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
21799:
21800: * src/main/execute.C: root root in code-junction
21801:
21802: 2001-03-07 paf
21803:
21804: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
21805: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
21806:
21807: * src/: include/pa_stack.h, include/pa_value.h,
21808: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
21809: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
21810: fixed rwcontext of {} params up
21811:
21812: * src/main/: compile.y, compile_tools.h: ^func(params)
21813:
21814: * src/main/compile.y: .y priorities syntax shaped up a bit
21815:
21816: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
21817: include/pa_vunknown.h, main/compile.y, main/execute.C,
21818: main/pa_hash.C: expr def in -f
21819:
21820: * src/main/: compile.y, execute.C: expr calls
21821:
21822: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
21823: fixed
21824:
21825: * src/main/compile.y: expr quoted code
21826:
21827: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
21828: support0
21829:
21830: * src/main/compile.y: expr string comparisons 0
21831:
21832: * src/: include/pa_string.h, main/compile.y, main/execute.C,
21833: main/pa_string.C: just compiled lt&co
21834:
21835: * src/main/execute.C: ^var.menu{$field} problem detected. that
21836: $field not a $var.field
21837:
21838: 2001-03-06 paf
21839:
21840: * src/main/compile.y: .y expr visible-shorter
21841:
21842: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
21843: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
21844: logical
21845:
21846: * src/: include/pa_vstring.h, main/compile.y: problems with
21847: skipping whitespace in yylex
21848:
21849: * src/include/pa_vbool.h: forgot this
21850:
21851: * src/: include/code.h, main/compile.y, main/execute.C: without
21852: string ops in expressions 0
21853:
21854: * src/: include/pa_value.h, include/pa_vdouble.h,
21855: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
21856: main/execute.C, main/main.dsp: !~
21857:
21858: * src/: include/pa_vcframe.h, include/pa_vclass.h,
21859: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
21860: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21861: include/pa_vunknown.h, include/pa_wcontext.h,
21862: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21863: main/compile_tools.h, main/execute.C: +-*/
21864:
21865: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
21866: main/compile_tools.h: grammar-1.1 $a(z) $a=0
21867:
21868: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
21869: main/execute.C: expr grammar-1 2*2=4.000000 :)
21870:
21871: * src/main/compile.y: expr grammar-1
21872:
21873: * src/main/compile.y: expr lexx1
21874:
21875: * src/main/: compile.y, execute.C, main.dsp: z
21876:
21877: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21878: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21879: main/execute.C: expr lex0 exec-1
21880:
21881: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21882:
21883: 2001-02-26 paf
21884:
21885: * src/main/compile.y: max_string in yyerror bug fix
21886:
21887: 2001-02-25 paf
21888:
21889: * src/: include/pa_value.h, include/pa_vmframe.h,
21890: include/pa_wcontext.h, main/execute.C: VAliased3
21891:
21892: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21893:
21894: * src/main/execute.C: VAliased1
21895:
21896: * src/: include/pa_request.h, include/pa_value.h,
21897: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21898: VAliased0
21899:
21900: * src/: include/pa_pool.h, include/pa_request.h,
21901: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21902: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21903: VAliased just compiled
21904:
21905: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21906: include/pa_vobject.h, main/execute.C: alias dead end
21907:
21908: * src/: include/pa_value.h, include/pa_vclass.h,
21909: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21910: main/main.dsp: no not get fields into interm VFielded class.
21911: fields & staticfields 1
21912:
21913: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21914: include/pa_vobject.h, include/pa_wcontext.h,
21915: include/pa_wwrapper.h, main/core.C, main/execute.C,
21916: main/main.dsp: would now get fields into interm VFielded class
21917:
21918: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21919: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21920: include/pa_wcontext.h, main/compile.y, main/core.C,
21921: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21922: main/pa_wcontext.C: virtuals2
21923:
21924: * src/main/compile.y: : 1
21925:
21926: * src/main/compile.y: rethought to $class:static.field.subfield
21927:
21928: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21929: $class:element
21930:
21931: * src/: include/pa_value.h, include/pa_vmframe.h,
21932: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21933: main/pa_wcontext.C: before execute class calls rewrite
21934:
21935: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21936: name RUN, also alias
21937:
21938: * src/main/compile.y: escaping bug
21939:
21940: * src/: include/pa_request.h, include/pa_value.h,
21941: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21942: main/core.C, main/execute.C, main/pa_common.C: vobject1
21943:
21944: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21945: include/pa_vmframe.h, include/pa_vobject.h,
21946: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21947: main/compile_tools.h, main/execute.C: ^class:method() just
21948: compiled
21949:
21950: 2001-02-24 paf
21951:
21952: * src/main/main.dsp: no bison -d
21953:
21954: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21955: class' err msg wrong
21956:
21957: * src/main/compile.y: z
21958:
21959: * src/main/: compile.y, core.C: yylex need some @special lines adj
21960:
21961: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21962: main/compile.y, main/compile_tools.h, main/core.C: modules0
21963:
21964: * src/: include/pa_vclass.h, main/core.C: z
21965:
21966: * src/: include/pa_value.h, include/pa_vclass.h,
21967: include/pa_vobject.h, main/main.dsp: vobject00
21968:
21969: * src/main/pa_array.C: minor bug in expanding very small arrays.
21970: 60% from 1 were 0
21971:
21972: * src/: include/pa_value.h, include/pa_wcontext.h,
21973: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21974: as bad as you've named it: wcontext.value() was not a perfect
21975: idea
21976:
21977: * src/main/execute.C: codeframe1
21978:
21979: * src/: include/pa_value.h, include/pa_vcframe.h,
21980: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21981: include/pa_vjunction.h, include/pa_vmframe.h,
21982: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21983: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21984: just compiled
21985:
21986: * src/: include/pa_vframe.h, main/compile.y: found junction
21987: ideology @: ^x{$a()) must construct current wcontext element, so
21988: smart wcontext handling needed
21989:
21990: * src/main/compile.y: fixed grammar bugs in constructor/params
21991: klinch
21992:
21993: * src/main/: compile.y, execute.C: fixed empty constructor
21994: optimized empty case. failed on calls - produced empty string
21995: param
21996:
21997: * src/main/compile.y: fixed last \n macrotemplate strip bug
21998:
21999: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
22000: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
22001: main/compile_tools.C, main/compile_tools.h, main/core.C,
22002: main/execute.C: code junctions0. something wrong with last \n
22003: macrotemplate strip
22004:
22005: * src/: include/pa_value.h, main/compile.C, main/core.C,
22006: main/pa_value.C: minor error reporting format beautifyings
22007:
22008: * src/: include/pa_value.h, include/pa_vclass.h,
22009: include/pa_vframe.h, main/core.C, main/execute.C,
22010: main/pa_value.C: get_method RIP. junctions everywhere. call with
22011: junctions0
22012:
22013: 2001-02-23 paf
22014:
22015: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
22016: pa_wwrapper.h: lara came, can't work, sorry :(
22017:
22018: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
22019: junction
22020:
22021: * src/: include/pa_vframe.h, include/pa_vunknown.h,
22022: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
22023: main/execute.C, main/main.dsp, main/pa_value.C: call0
22024:
22025: * src/: include/pa_hash.h, include/pa_value.h,
22026: include/pa_wcontext.h, main/core.C, main/execute.C,
22027: main/main.dsp, main/pa_hash.C: started call. store param, vframe
22028: done
22029:
22030: * src/include/pa_wcontext.h: z
22031:
22032: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
22033: wrong grammar in complex constructor case
22034:
22035: * src/main/: compile.y, execute.C: empty constructor bug fixed
22036:
22037: * src/main/execute.C: with result rwpool
22038:
22039: * src/: include/pa_value.h, main/core.C, main/execute.C,
22040: main/main.dsp: value named
22041:
22042: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
22043: strign 2 value in 2 places in execute
22044:
22045: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
22046: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
22047: wcontext.put_element when wcontext fvalue==0
22048:
22049: 2001-02-22 paf
22050:
22051: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22052: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
22053: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
22054:
22055: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
22056: erroreos checkout
22057:
22058: * src/: include/pa_request.h, main/compile.y: $self.put(val)
22059:
22060: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
22061: main/compile_tools.h, main/pa_array.C: $self.get
22062:
22063: * src/main/: compile.C, compile.y, compile_tools.C: z
22064:
22065: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
22066: bit. finished now.
22067:
22068: * src/main/compile.y: $: finished
22069:
22070: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
22071:
22072: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
22073: main/execute.C: OP_STRING better then some xxx _VALUE
22074:
22075: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
22076: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22077: string to vstring it .y all
22078:
22079: * src/: include/pa_request.h, include/pa_stack.h,
22080: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
22081: all
22082:
22083: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
22084: precise parse error line:col
22085:
22086: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
22087: main/pa_hash.C, main/pa_pool.C: TRY...
22088:
22089: * src/: include/pa_exception.h, include/pa_pool.h,
22090: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
22091: main/compile.C, main/compile.y, main/compile_tools.C,
22092: main/core.C, main/pa_array.C, main/pa_exception.C,
22093: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
22094: main/pa_table.C: removed exception from request
22095:
22096: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
22097: some forgotten
22098:
22099: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22100: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
22101: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
22102: get/put simple vars to VClass works0
22103:
22104: * src/: include/pa_array.h, include/pa_wcontext.h,
22105: main/pa_string.C: in process, but found that exceptions are too
22106: global
22107:
22108: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
22109: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
22110: main/execute.C, main/pa_string.C: write_value write_string 0 it
22111: seems wcontext must write strings regardles of fvalue!=0
22112:
22113: 2001-02-21 paf
22114:
22115: * src/main/execute.C: tired :)
22116:
22117: * src/main/: compile.C, compile.y, execute.C: store0
22118:
22119: * src/: include/compile.h, include/execute.h, include/pa_array.h,
22120: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
22121: include/pa_wcontext.h, main/compile.C, main/compile.y,
22122: main/execute.C, main/main.dsp, main/pa_array.C,
22123: main/pa_request.C: get put -1 [just compiled]
22124:
22125: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
22126: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
22127: main/main.dsp, main/pa_request.C: request core methods0
22128:
22129: * src/: include/compile.h, include/pa_array.h, main/compile.C,
22130: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
22131: execute
22132:
22133: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
22134: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
22135: methods and one_big_piece. now compile returns array<method*>
22136:
22137: * src/main/compile.y: more straightforward yylex[end]
22138:
22139: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22140: string.operator==(char*)
22141:
22142: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
22143: main/execute.C, main/pa_array.C: after array.const get wonders
22144:
22145: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
22146: pa_string.h, pa_value.h: struck with const array.gets
22147:
22148: * src/main/: execute.C: z
22149:
22150: * src/main/: compile.y, execute.C: z
22151:
22152: * src/main/: compile.C, compile.y, compile_tools.h: error
22153: processing in eval & yyerror so it wouldn't cause memleaks.
22154:
22155: * src/main/: compile.C, compile.y: failed to add absolute precies
22156: parse error positions. leaving RIGHTMOST position as
22157: @file[line:col]
22158:
22159: * src/: include/compile.h, main/compile.C, main/compile.y,
22160: main/compile_tools.h: line numbers needed. would add them to .y
22161: now internally. externally it's not as precise as needed
22162:
22163: * src/: include/code.h, include/pa_types.h, main/compile.C,
22164: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22165: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
22166: compiler works ok
22167:
22168: 2001-02-20 paf
22169:
22170: * src/main/: compile.C, compile.y, compile_tools.C,
22171: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
22172: not perfect
22173:
22174: * src/: include/code.h, include/compile.h, include/execute.h,
22175: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
22176: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22177: main/compile.C, main/compile.y, main/compile_tools.C,
22178: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
22179: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22180: main/pa_string.C, main/pa_table.C: bison[yacc] first time
22181: compiled. execute=dump for now
22182:
22183: * src/main/core.C: core rewrite using yacc investigations now will
22184: be compile[yacc]/execute[opcodes]
22185:
22186: 2001-02-15 paf
22187:
22188: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
22189: rewrite as turing machine? for it seems it would be it's too many
22190: ifs with this syntax now
22191:
22192: 2001-02-14 paf
22193:
22194: * src/main/core.C: get_params 1
22195:
22196: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
22197: :( ]
22198:
22199: * src/main/core.C: varios breaks
22200:
22201: * src/main/core.C: get names 3
22202:
22203: * src/main/core.C: get names 2
22204:
22205: * src/main/core.C: get names 1
22206:
22207: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
22208: names 0
22209:
22210: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
22211: text repassing2 operator static vars
22212:
22213: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
22214: main/pa_string.C: process text repassing
22215:
22216: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22217: module:calls changes
22218:
22219: 2001-02-13 paf
22220:
22221: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22222: ^class:calls[] started
22223:
22224: * src/: include/pa_value.h, main/core.C: z
22225:
22226: * src/main/core.C: operators : and self. prefixes
22227:
22228: * src/main/core.C: z
22229:
22230: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22231: tested
22232:
22233: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22234: optimized
22235:
22236: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
22237: would change privates to better support optimization
22238:
22239: * src/: include/pa_string.h, main/pa_string.C:
22240: String_iterator::skip_to todo:optimize
22241:
22242: 2001-02-12 paf
22243:
22244: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
22245: String_iterator
22246:
22247: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
22248: comments
22249:
22250: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
22251: self/methodref joined
22252:
22253: 2001-02-11 paf
22254:
22255: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
22256: main/main.dsp: core started. core.C, context&value .h
22257:
22258: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22259: include/pa_string.h, main/main.dsp, main/pa_array.C,
22260: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
22261:
22262: 2001-01-30 paf
22263:
22264: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
22265: comments
22266:
22267: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
22268: main/pa_pool.C: moved pa_pool.C to be target specific
22269:
22270: * src/: include/pa_exception.h, include/pa_pool.h,
22271: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
22272: to & changes
22273:
22274: * src/: include/pa_exception.h, include/pa_pool.h,
22275: include/pa_request.h, include/pa_table.h, main/pa_array.C,
22276: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
22277: re-associated. that's much better even removed 'die' necessety
22278:
22279: * src/: include/pa_error.h, include/pa_exception.h,
22280: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22281: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
22282: targets/Makefile.am: lowered targets/parser into subdir, added
22283: parser_Pool(Pool) failed to add. would think..
22284:
22285: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
22286: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
22287: main/pa_string.C, main/pa_table.C: Table more like C++ style
22288: hence lots of 'const'
22289:
22290: * src/: include/pa_error.h, include/pa_request.h,
22291: include/pa_string.h, include/pa_table.h, main/pa_error.C,
22292: main/pa_table.C: Error fixed
22293:
22294: 2001-01-29 paf
22295:
22296: * src/: include/pa_array.h, include/pa_common.h,
22297: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
22298: include/pa_request.h, include/pa_string.h, include/pa_table.h,
22299: main/Makefile.am, main/pa_array.C, main/pa_common.C,
22300: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
22301:
22302: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22303: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22304: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
22305: main/pa_string.C, main/pa_table.C: Request Error Table
22306:
22307: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
22308: templates"
22309:
22310: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
22311: main/main.dsp, main/pa_array.C: templates failed no template
22312: specializations [VC6], no library auto instantation [VC6, GNU c++
22313: 2.95.2-6 from latest cygwin]
22314:
22315: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22316: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22317: main/main.dsp, main/pa_array.C, main/pa_string.C,
22318: main/pa_table.C: Table started would test template Array now
22319:
22320: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22321: String originating
22322:
22323: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
22324: main/pa_hash.C: made local Hash-es not thread safe=quicker by
22325: SYNCHRONIZED(thread_safe)
22326:
22327: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
22328: parts to top
22329:
22330: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
22331: main/pa_threads.C: decided on one global_mutex, like PHP as I can
22332: see: needed only in global Hash now, made Hash:: put/get
22333: SYNCHRONIZED
22334:
22335: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
22336: main/pa_threads.C: added pa_threads
22337:
22338: Mutex
22339:
22340: * src/include/pa_hash.h: some comments
22341:
22342: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
22343: Array& operator += (Array& src)
22344:
22345: * src/main/pa_array.C: expand not convinient, would rewrite
22346:
22347: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
22348: (Array& src)
22349:
22350: rethought, would change now
22351:
22352: 2001-01-27 paf
22353:
22354: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
22355: caching
22356:
22357: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22358: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
22359: cache rethought to chunk caching
22360:
22361: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22362: include/pa_string.h, main/main.dsp, main/pa_array.C,
22363: main/pa_hash.C, main/pa_string.C: Array 0
22364:
22365: * src/main/pa_string.C: String::operator ==
22366:
22367: * src/main/pa_hash.C: String(&String)
22368:
22369: * src/main/pa_hash.C: added pa_hash.C [forgotten]
22370:
22371: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
22372: main/main.dsp, main/pa_string.C: uint, and added pa_types &
22373: pa_hash[forgotten]
22374:
22375: 2001-01-26 paf
22376:
22377: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22378: removed templates [vc++ suxx]
22379:
22380: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
22381: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
22382:
22383: * src/include/: pa_pool.h, pa_string.h: pa_pool split
22384:
22385: * src/main/: main.dsp, pa_string.C: $Id$ check
22386:
22387: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
22388: check
22389:
22390: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
22391: dynamic row_count
22392:
22393: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
22394: main/main.dsp, main/pa_pool.C, main/pa_string.C,
22395: targets/Makefile.am: Initial revision
22396:
22397: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
22398: main/main.dsp, main/pa_pool.C, main/pa_string.C,
22399: targets/Makefile.am: creating parser3 module
22400:
E-mail: