Annotation of parser3/ChangeLog, revision 1.103
1.103 ! moko 1: 2016-04-09 moko
! 2:
! 3: * tests/results/320.processed: ordered hash now used for class
! 4: methods and properties (test results updated for feature #1069)
! 5:
! 6: * src/types/pa_vstateless_class.h: ordered hash now used for class
! 7: methods and properties (implements feature #1069)
! 8:
! 9: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
! 10: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
! 11: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
! 12: feature #1051)
! 13:
! 14: 2016-04-07 moko
! 15:
! 16: * src/main/execute.C: returned Value in .CLASS case for VJunction
! 17: (related to feature #1051)
! 18:
! 19: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
! 20: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
! 21: string constants deduplication (related to feature #1051)
! 22:
! 23: * tests/results/224.processed: test result updated (related to
! 24: feature #1051)
! 25:
! 26: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
! 27: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
! 28: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
! 29: types/pa_vstatus.h: classes hash now contains only
! 30: VStateless_class derived objects, .CLASS is also allways
! 31: VStateless_class derived object (related to feature #1051).
! 32:
! 33: 2016-04-06 moko
! 34:
! 35: * tests/results/323.processed: test result updated after feature
! 36: #1051 implementation
! 37:
! 38: * src/: classes/classes.h, classes/op.C, classes/response.C,
! 39: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 40: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
! 41: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
! 42: types/pa_vresponse.C, types/pa_vresponse.h,
! 43: types/pa_vstateless_class.h: base -> methoded_donor for static
! 44: classes, type() moved from VStateless_class to VClass and
! 45: Methoded (implements feature #1051)
! 46:
! 47: 2016-04-04 moko
! 48:
! 49: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
! 50: beauty: put_class added (related to feature #1051)
! 51:
! 52: 2016-04-01 moko
! 53:
! 54: * tests/results/: 175.processed, 192.processed, 224.processed,
! 55: 229.processed, 244.processed, 246.processed, 316.processed: test
! 56: results updated as class.type() removed from error messages, only
! 57: type() left (related to feature #1051)
! 58:
! 59: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
! 60: classes/op.C, classes/reflection.C, main/compile.y,
! 61: main/compile_tools.h, main/execute.C, main/pa_request.C,
! 62: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
! 63: types/pa_vmethod_frame.h, types/pa_vobject.h,
! 64: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
! 65: from VStateless_class, type() is used instead (related to feature
! 66: #1051)
! 67:
! 68: * src/classes/mail.C: old logic restored.
! 69:
! 70: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
! 71: classes/classes.h, classes/curl.C, classes/date.C,
! 72: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 73: classes/hashfile.C, classes/image.C, classes/inet.C,
! 74: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
! 75: classes/memcached.C, classes/memory.C, classes/reflection.C,
! 76: classes/regex.C, classes/response.C, classes/string.C,
! 77: classes/table.C, classes/xdoc.C, classes/xnode.C,
! 78: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
! 79: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
! 80: feature #1051)
! 81:
! 82: 2016-03-30 moko
! 83:
! 84: * tests/: 327.html, results/224.processed, results/327.processed:
! 85: test for TZ specification in ^date::create[], TZ is kept during
! 86: ^date::create[$dt] (related to feature #1048)
! 87:
! 88: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
! 89: ^date::create[], TZ is kept during ^date::create[$dt] (implements
! 90: feature #1048)
! 91:
! 92: 2016-03-29 moko
! 93:
! 94: * tests/: 315.html, results/315.processed: test for timezone format
! 95: +HHmm added (related to feature #1065)
! 96:
! 97: * src/classes/date.C: timezone format +HHmm now supported
! 98: (implements feature #1065)
! 99:
! 100: 2016-03-28 moko
! 101:
! 102: * tests/: 202.html, results/131.processed, results/202.processed,
! 103: results/224.processed, results/256.processed,
! 104: results/315.processed: test results updated after %.2d now
! 105: default for hours offset in iso-string (was %2d), test for
! 106: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
! 107: added (related to feature #1065)
! 108:
! 109: 2016-03-27 moko
! 110:
! 111: * src/types/pa_vdate.C: '+' sign for zero offset (related to
! 112: feature #1065)
! 113:
! 114: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
! 115: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
! 116: added (implements feature #1065)
! 117:
! 118: 2016-03-24 moko
! 119:
! 120: * tests/: 202.html, results/202.processed: test $date.week added
! 121: (related to bug #1067)
! 122:
! 123: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
! 124: date (fix for bug #1067)
! 125:
! 126: 2016-03-10 moko
! 127:
! 128: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
! 129:
1.102 moko 130: 2015-12-07 moko
131:
132: * tests/: 326.html, results/326.processed: test for .CLASS &
133: .CLASS_NAME optimization added (related to feature #844)
134:
135: 2015-11-17 moko
136:
137: * tests/: 323.html, results/323.processed: order added
138:
139: * tests/: 325.html, results/325.processed: double range test added
140: (related to bug #1049)
141:
142: 2015-11-16 moko
143:
144: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
145: added to disallow NaN and Infinity (fixes bug #1049)
146:
147: 2015-11-11 moko
148:
149: * tests/324.html: parser 3.4.3 execution support added (related to
150: feature #1017)
151:
152: * tests/: 324.html, results/324.processed: test for
153: GET_ELEMENT4CALL feature added (feature #1017)
154:
1.101 moko 155: 2015-10-29 moko
156:
157: * operators.txt: updated for 3.4.4
158:
159: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
160:
161: * src/main/pa_exec.C: get_exit_status implemented for Windows
162: (related to bug #1043)
163:
164: 2015-10-28 moko
165:
166: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
167: hangup during ^file::exec (fixes bug #1043)
168:
1.100 moko 169: 2015-10-27 moko
170:
171: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
172:
1.99 moko 173: 2015-10-26 moko
174:
1.100 moko 175: * tests/322.html, src/classes/reflection.C: arguments reorder
176: (related to issue #1041)
177:
178: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
179: Copyright year updated
180:
1.99 moko 181: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
182: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
183: classes/form.C, classes/hash.C, classes/hashfile.C,
184: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
185: classes/mail.C, classes/math.C, classes/memcached.C,
186: classes/memory.C, classes/op.C, classes/reflection.C,
187: classes/regex.C, classes/response.C, classes/string.C,
188: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
189: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
190: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
191: include/pa_config_fixed.h, include/pa_config_includes.h,
192: include/pa_dictionary.h, include/pa_dir.h,
193: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
194: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
195: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
196: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
197: include/pa_request_charsets.h, include/pa_request_info.h,
198: include/pa_sapi.h, include/pa_socks.h,
199: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
200: include/pa_stack.h, include/pa_string.h,
201: include/pa_stylesheet_connection.h,
202: include/pa_stylesheet_manager.h, include/pa_table.h,
203: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
204: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
205: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
206: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
207: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
208: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
209: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
210: main/compile.y, main/compile_tools.C, main/compile_tools.h,
211: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
212: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
213: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
214: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
215: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
216: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
217: main/pa_string.C, main/pa_stylesheet_connection.C,
218: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
219: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
220: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
221: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
222: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
223: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
224: targets/isapi/parser3isapi.C, types/pa_junction.h,
225: types/pa_method.h, types/pa_property.h, types/pa_value.C,
226: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
227: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
228: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
229: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
230: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
231: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
232: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
233: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
234: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
235: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
236: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
237: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
238: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
239: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
240: types/pa_vresponse.C, types/pa_vresponse.h,
241: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
242: types/pa_vstateless_object.h, types/pa_vstatus.C,
243: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
244: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
245: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
246: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
247: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
248:
249: * src/targets/cgi/parser3.C: year updated
250:
251: * src/classes/reflection.C: VS2003 compatibility fixed (related to
252: issue #1041)
253:
254: * tests/: 323.html, results/323.processed: test for base classes
255: added
256:
257: * tests/: 261.html, results/261.processed: updated after better
258: error reporting done for $string.key exception
259:
260: * src/types/pa_vstring.h: better error report for $string.key
261: exception
262:
263: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
264: copied as VObject::get_element4call to remove extra virtual call
265:
266: * tests/: 322.html, results/322.processed: test for
267: ^reflection:is[] added (related to feature #1041)
268:
269: * src/classes/reflection.C: ^reflection:is empty value is void
270: (related to feature #1041)
271:
272: * src/classes/reflection.C:
273: ^reflection:is[class_name|code|method;[context;]element_name]
274: added (implements feature #1041)
275:
276: 2015-10-24 moko
277:
278: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
279:
1.98 moko 280: 2015-10-22 moko
281:
282: * tests/: 321.html, results/321.processed: test for
283: ^reflection:method_info[] file detection added
284:
285: * tests/: 320.html, results/320.processed: test for
286: ^reflection:class_by_name[class_name] added (related to feature
287: #993)
288:
289: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
290: added (implements feature #993)
291:
292: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
293: (related to feature #1017)
294:
295: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
296: added (related to issue #1039)
297:
298: * src/main/pa_request.C: ^throw origin fixed (related to feature
299: #1039)
300:
301: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
302: for VDate
303:
304: * tests/results/182.processed: updated after feature #1038
305: implemented
306:
307: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
308: compile-time exception origin added (test for feature #1039)
309:
310: * src/: include/pa_request.h, main/compile.C, main/compile.y,
311: main/pa_request.C: exception unification: compile-time exceptions
312: now have origin, @USE origins also tracked (implements feature
313: #1039)
314:
315: 2015-10-20 moko
316:
317: * src/main/pa_request.C: cleanup
318:
319: 2015-10-15 moko
320:
321: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
322:
323: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
324: types/pa_vtable.C: new feature: no more $table.method and
325: $hash.method, aliases for _at, _count, _key (related to feature
326: #1017)
327:
1.97 moko 328: 2015-10-14 moko
329:
1.98 moko 330: * tests/: 317.html, results/317.processed: test for
331: ^string.unescape[] added (related to feature #120)
332:
1.97 moko 333: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
334: defined" bug (described in issue #1036)
335:
336: * tests/: 247.html, results/247.processed: test for checkBOM added
337: (test for bug #1037)
338:
339: * src/: include/pa_charsets.h, main/pa_charsets.C,
340: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
341: it's not enforced, skips BOM signature if it complies charset
342: (fixes bug #1037)
343:
344: 2015-10-13 moko
345:
346: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
347: linking
348:
349: * src/classes/inet.C: vs2003 compilation fix
350:
351: * src/classes/math.C: warning war
352:
353: * src/lib/punycode/pa_punycode.c: warning war
354:
355: 2015-10-12 moko
356:
357: * src/lib/punycode/pa_punycode.c: warning war
358:
359: * parser3.sln: moved parser3 first, to make it default startup
360: project
361:
362: * buildall: parser "mirror" now used for external libs sources
363: (implements feature #1036)
364:
365: * buildall: most external libs are updated to their current
366: versions (related to feature #1036)
367:
368: * src/classes/image.C: more tags added
369:
370: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
371:
372: 2015-10-11 moko
373:
374: * src/classes/curl.C: minor optimization (related to feature #1035)
375:
376: 2015-10-09 moko
377:
378: * src/classes/curl.C: pa_strdup added for strings from curl
379: (related to feature #1035)
380:
381: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
382: ULLONG_MAX definition
383:
384: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
385: (implements feature #1035)
386:
387: * src/main/pa_charset.C: String::Body(String::C) used
388:
389: * src/main/pa_charset.C: exceptions unified
390:
391: * src/: include/pa_charset.h, main/pa_charset.C: declarations
392: unified
393:
394: * src/: classes/file.C, classes/image.C, classes/mail.C,
395: classes/op.C, classes/xdoc.C, classes/xnode.C,
396: include/pa_string.h, main/pa_request.C, main/pa_string.C,
397: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
398: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
399: String::Body(String::C) constructor added (related to bug #957)
400:
401: * src/classes/file.C: minor optimization
402:
403: * src/include/pa_hash.h: hash.get(char*) added, to minimize
404: Cord(char*) autocreation (related to bug #957)
405:
406: * src/: classes/string.C, main/untaint.C: minor optimizations
407:
408: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
409: String(char*, Lang, length) removed, String(C(), Lang) used
410: instead (related to bug #957)
411:
412: 2015-10-08 moko
413:
414: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
415: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
416: main/untaint.C: Now char * is converted to CORD only using
417: AS_CORD() to check for empty cord bug (fixes bug #957)
418:
419: * src/include/pa_hash.h: fixed compilation without
420: HASH_CODE_CACHING
421:
422: * src/classes/string.C:
423: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
424: feature #120)
425:
426: * src/main/pa_common.C: reduce js flags checks count (related to
427: feature #120)
428:
1.96 moko 429: 2015-10-07 moko
430:
431: * tests/: 275.html, results/275.processed: test modified after
432: unsigned long long int support implemented (feature #1034)
433:
434: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
435: pa_atoul added for unsigned long long int support
436:
437: 2015-10-06 moko
438:
439: * src/types/pa_vdate.C: INT_MAX used
440:
441: 2015-10-03 moko
442:
443: * tests/: 302.html, results/302.processed: test for bug #1023
444: (\u2028, \u2029 escaping) added
445:
446: * src/main/untaint.C: \u2028, \u2029 are now escaped in
447: json:string[] (fixes bug #1023)
448:
449: 2015-09-29 moko
450:
451: * tests/305.html: try-catch added for OS without ipv6 support
452:
453: * src/lib/json/pa_json.C: more unique prefixes for Solaris
454: compilation
455:
456: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
457: main/execute.C, types/pa_value.h, types/pa_vhash.h,
458: types/pa_vtable.C, types/pa_vtable.h: get_element4call
459: implemented to distinguish ^hash.method from $hash.field
460: (implements feature #1017)
461:
462: * src/lib/punycode/pa_punycode.c: warning war
463:
464: * src/include/pa_config_includes.h: warning war
465:
466: * src/include/pa_config_includes.h: pragma warning actualized a bit
467:
468: * src/include/pa_config_includes.h: warning war
469:
470: * src/include/pa_hash.h: clang compilation fix
471:
472: 2015-09-27 moko
473:
474: * src/main/compile.tab.C: Bison 3 is now default
475:
476: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
477:
478: 2015-09-25 moko
479:
480: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
481: works with undefined HASH_ORDER (related to feature #196)
482:
483: 2015-09-24 moko
484:
485: * tests/: 027.html, results/027.processed: test modified to test
486: ^hash.sort (feature #196)
487:
488: * src/: classes/hash.C, include/pa_hash.h:
489: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
490: added (implements feature #196)
491:
492: * tests/: 316.html, results/316.processed: Added test for bug #1025
493: (exception handling in non-cached ^cache), plus for "it does not
494: have logical value" and "$exception.handled value must be either
495: boolean or string 'cache'" exceptions.
496:
497: * src/classes/op.C: ^cache: exceptions now handled in non-cached
498: code (fixes bug #1025)
499:
1.95 moko 500: 2015-09-23 moko
501:
502: * src/classes/table.C: warning war
503:
504: * src/: classes/math.C, types/pa_vcookie.C: warning war
505:
506: * src/classes/file.C: warning war
507:
508: * src/: include/pa_table.h, main/pa_table.C: warning war
509:
510: * src/: main/pa_request.C, classes/date.C: warning war
511:
512: * src/: types/pa_vdate.C, classes/op.C: warning war
513:
514: * tests/: 122.html, results/122.processed: win sync: to remove
515: differences with OS that doesn't keep timezone change history
516:
517: * src/types/pa_vdate.C: tzset() should be called in Windows after
518: TZ change (related to feature #36)
519:
520: * tests/: 075.html, results/075.processed: win sync: to remove
521: differences with OS that doesn't keep timezone change history
522:
523: * tests/: 315.html, results/315.processed: win sync: to remove
524: differences with OS that doesn't keep timezone change history
525:
526: * tests/: 256.html, results/256.processed: win sync: to remove
527: differences with OS that doesn't keep timezone change history
528:
529: * tests/: 124.html, results/124.processed: win results sync: to
530: avoid hitting time change hole.
531:
532: * src/types/pa_vdate.C: static returned. :)
533:
534: 2015-09-22 moko
535:
536: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
537:
538: * tests/results/131.processed: more tests for feature #1032
539:
540: * src/classes/date.C: minor fix related to feature #1032
541:
542: * operators.txt: ISO date creation documented (related to feature
543: #1032)
544:
545: * operators.txt: iso-string documented (related to feature #1032)
546:
547: * tests/: 315.html, results/315.processed: more tests added
548: (related to feature #1032)
549:
550: * tests/: 131.html, results/131.processed: date range checks
551: updated (related to feature #36)
552:
553: * tests/: 315.html, results/057.processed, results/315.processed:
554: test added for ISO date support (related to issue #315)
555:
556: * src/classes/date.C: more readable exceptions in date creation
557: (related to ticket #1032)
558:
559: 2015-09-18 moko
560:
561: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
562: added (related to issue #1032)
563:
564: * tests/results/256.processed, src/classes/json.C: iso-string
565: documented (related to issue #1032)
566:
567: * tests/: 256.html, results/256.processed: ISO date check added
568: (related to issue #1032)
569:
570: * tests/: 057.html, results/057.processed, results/224.processed:
571: tests results updated after ISO date support implemented (related
572: to feature #1032)
573:
574: * src/: classes/date.C, classes/image.C, types/pa_value.h,
575: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
576: ^date::create[string] constructor formalized, ^date.iso-string[]
577: added (implements feature #1032)
578:
579: 2015-09-05 moko
580:
581: * operators.txt: actualized
582:
583: * operators.txt: date changes documented (related to ticket #36)
584:
585: 2015-09-04 moko
586:
587: * src/types/pa_vdate.C: warning war
588:
589: * src/: classes/op.C, types/pa_vhashfile.C: warning war
590:
591: 2015-09-03 moko
592:
593: * tests/results/096.processed: test result updated for 0..9999 year
594: date range support (related to feature #36)
595:
596: * tests/: 314.html, results/314.processed: test for
597: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
598: bug #1031)
599:
600: * src/classes/string.C: Static calls fixed for ^string:base64[],
601: ^string:idna[], ^string:js-escape[] (closes bug #1031)
602:
1.101 moko 603: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
604: configure.in -> configure.ac
1.95 moko 605:
1.101 moko 606: * configure, configure.in, src/include/pa_config_auto.h.in: more
607: correct timezone check for FreeBSD Warning war: configure.in ->
608: configure.ac
1.95 moko 609:
610: * configure, configure.in, src/classes/Makefile.am,
1.101 moko 611: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
612: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
613: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
614: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
615: src/main/Makefile.am, src/targets/apache/Makefile.am,
616: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 617: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
618: check added
619:
620: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
621:
622: * tests/results/: 124.processed, 224.processed: test resuls updated
623: for new date implementation (related to feature #36)
624:
625: * src/: classes/date.C, classes/image.C, include/pa_common.h,
626: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
627: types/pa_vdate.h: new double date implementation with internal
628: support for extended 0..9999 year range, default timezone support
629: (related to feature #36)
630:
631: 2015-08-28 moko
632:
633: * src/types/pa_vmail.C: fixed $mail:received.date calculations
634: (fixes bug #1030)
635:
636: 2015-08-21 moko
637:
638: * src/classes/inet.C: snprintf size "bug" commented
639:
640: * src/main/pa_common.C: snprintf comments updated
641:
642: 2015-08-16 moko
643:
644: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
645:
646: 2015-08-11 moko
647:
648: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
649: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
650: can be null (fixes bug #1029)
651:
652: 2015-08-06 moko
653:
1.101 moko 654: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
655: pa_vdate.C added
1.95 moko 656:
657: 2015-08-05 moko
658:
659: * tests/: 313.html, results/313.processed: test for
660: ^table.count[columns] and ^table.flip[] with nameless tables
661: (feature #1003)
662:
663: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
664: max_cell added, now ^table.count[columns] and ^table.flip[] works
665: correctly for nameless tables (implements feature #1003)
666:
667: 2015-08-03 moko
668:
669: * tests/312.html: test for ^table.append[$hash] and
670: ^table.insert[$hash] added (related to feature #1028)
671:
672: * src/classes/table.C: ^table.append[$hash] and
673: ^table.insert[$hash] now supported (implements feature #1028)
674:
675: * tests/: 312.html, results/312.processed: test row copy in
676: ^table.hash[; $.type[table] ] added (related to feature #1016)
677:
678: * src/classes/table.C: row copy now created in ^table.hash[;
679: $.type[table] ] (related to feature #1016)
680:
681: 2015-07-29 moko
682:
683: * tests/: 312.html, results/312.processed: test for ^table.delete[]
684: added (related to feature #1016)
685:
686: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
687: ^table.delete[] added to delete current row (related to feature
688: 1016)
689:
690: 2015-07-28 moko
691:
692: * tests/: 312.html, results/312.processed: test for
693: $table.column[value] and ^table.insert{row} (related to feature
694: #1016)
695:
696: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
697: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
698: ^table.insert{row} are now implemented (feature #1016)
699:
700: * src/include/pa_array.h: Optimization: bool reverse removed from
701: append(), insert() added, memmove arguments order in remove()
702: fixed (related to feature #1016)
703:
704: 2015-07-23 moko
705:
706: * src/classes/json.C: tainted json and empty json exception added
707: (implements feature #1015)
708:
709: * tests/: 311.html, results/311.processed: empty json and tainted
710: json exception test added (related to issue #1015)
711:
712: 2015-07-22 moko
713:
714: * tests/: 311.html, results/311.processed: test for UTF-8
715: processing added
716:
717: * tests/: 311.html, results/311.processed: test for
718: json_exception_with_source added (related to issue #394)
719:
720: * src/classes/json.C: json_exception_with_source added (implements
721: feature #394)
722:
723: 2015-06-29 moko
724:
725: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
726: directories are now correctly determined if _d_type == DT_UNKNOWN
727: (closes bug #1027)
728:
729: 2015-06-10 moko
730:
731: * src/types/pa_vxnode.h: extern "C" not requred and causes build
732: error if libxml has LIBXML_ICU_ENABLED.
733:
734: 2015-06-04 moko
735:
736: * tests/099.html: ups, reverting
737:
738: * tests/: 099.html, 309.html, 310.html, results/309.processed,
739: results/310.processed: tests for $response:body[ $.file[] ] and
740: $response:last-modified added
741:
742: * src/main/pa_request.C: last-modified check fixed
743:
744: 2015-06-03 moko
745:
746: * tests/: 204.html, 205.html, 293.html, results/204.processed,
747: results/205.processed, results/293.processed: $response:headers
748: logging added (tests for feature #1007)
749:
750: * src/: include/pa_common.h, include/pa_request.h,
751: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
752: $response:headers are now in uppercase (closes feature #1007)
753:
754: 2015-06-02 moko
755:
756: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
757: build errors reverted for clang compatibility
758:
759: 2015-06-01 moko
760:
761: * src/include/pa_memory.h: -pedantic build errors fixed
762:
763: * src/classes/math.C: -pedantic build error fixed
764:
765: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
766:
767: 2015-05-31 moko
768:
769: * src/classes/table.C: USE_STRINGSTREAM optimized
770:
771: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
772: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
773: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
774: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
775: types/pa_vxnode.h: warning war (-pedantic flag)
776:
777: 2015-05-28 moko
778:
779: * tests/: 308.html, results/308.processed: test for
780: ^table::create[$t;], etc work added (related to bug #975)
781:
782: * src/classes/table.C: check_option_param removed,
783: ^table::create[$t;], etc now works (fixes bug #975)
784:
785: 2015-05-27 moko
786:
787: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
788: (Debian jessie) fixed (closes issue #1024)
789:
790: * tests/Makefile: sort added as in Debian jessie list become
791: unsorted
792:
793: 2015-05-18 moko
794:
795: * tests/: 201.html, results/201.processed: test for
796: ^string.trim[what] feature #1022
797:
798: * src/classes/string.C: ^string.trim[what] now supported,
799: implements feature #1022
800:
801: 2015-05-17 moko
802:
803: * tests/results/185.processed: test result updated as feature #1021
804: implemented (left/right accept negative parameter)
805:
806: * src/classes/string.C: left/right now accept negative parameter
807: (implements feature #1021)
808:
809: 2015-05-08 moko
810:
811: * src/classes/math.C: isalnum -> pa_isalnum
812:
813: * src/main/execute.C: optimization in getter-junction processing
814: (related to issue #997)
815:
816: 2015-05-07 moko
817:
818: * tests/: 307.html, results/307.processed: test for issue #997
819: added
820:
821: * src/main/execute.C: process_getter result now checked if junction
822: returned (closes issue #997)
823:
824: * tests/: 305.html, results/305.processed: sort added to ignore
825: different order
826:
827: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
828: assignment (closes issue #994)
829:
830: * tests/: 306.html, results/306.processed: test for issue #994
831: added
832:
833: * tests/: 303.html, results/303.processed: two more errors tested
834:
835: 2015-05-06 moko
836:
837: * tests/: 305.html, results/305.processed: test for name2ip &
838: ip2name added (related to feature #992)
839:
840: * tests/: 303.html, 304.html, results/303.processed,
841: results/304.processed: tests for idna conversion added (related
842: to issue #849)
843:
844: 2015-05-02 moko
845:
846: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
847: implemented
848:
849: 2015-04-30 moko
850:
851: * src/main/pa_http.C: idna_host added, related to issue #849
852:
853: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
854: (related to issue #849)
855:
856: 2015-04-24 moko
857:
858: * src/types/pa_vjunction.C: warning war
859:
860: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
861: unification
862:
863: * src/lib/punycode/pa_idna.c: warning war
864:
865: 2015-04-22 moko
866:
867: * src/main/main.vcproj: punycode include path added
868:
869: * src/lib/punycode/pa_idna.c: windows compile error fixed
870:
871: * src/lib/punycode/pa_idna.c: warning war
872:
873: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
874: project file added
875:
876: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
877:
878: * src/include/pa_memory.h: warning war
879:
880: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
881: ^string:idna[xn--...], ^string.idna[] - idna conversion support
882: implemented (related to feature #849)
883:
884: * configure.in, src/main/Makefile.am,
885: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
886: libpunycode added in Unix
887:
888: 2015-04-21 moko
889:
890: * configure.in: large files support
891:
892: 2015-04-15 moko
893:
894: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
895: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
896: pa_punycode.h: initial version for punycode/idna support library
897: (ticket #849)
898:
899: 2015-04-08 moko
900:
901: * src/: classes/curl.C, classes/date.C, classes/file.C,
902: classes/image.C, classes/mail.C, classes/reflection.C,
903: classes/string.C, classes/xnode.C, include/pa_request.h,
904: include/pa_string.h, include/pa_stylesheet_connection.h,
905: main/compile.y, main/compile_tools.h, main/execute.C,
906: main/pa_common.C, main/pa_request.C, main/pa_string.C,
907: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
908: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
909: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
910: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
911: clang compiler warnings (closes issue #1018)
912:
913: * src/include/pa_string.h: String::Body comparation operators with
914: char * added (related to issue #958)
915:
916: 2015-04-07 moko
917:
918: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
919: pa_malloc/pa_free to remove system malloc/free usage (related to
920: issue #1018)
921:
922: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
923: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
924: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
925: main/pa_http.C, main/pa_request.C, main/pa_string.C,
926: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
927: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
928: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
929: malloc/strdup/free replaced with pa_ version and checks for
930: accidental use of non-pa_ version added (related to issue #1018)
931:
932: 2015-04-03 moko
933:
934: * buildall: pcre-8.33 -> pcre-8.36
935:
936: * src/: main/compile.y, classes/form.C, classes/mail.C,
937: classes/op.C, classes/string.C, main/compile.tab.C,
938: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
939: main/pa_sql_driver_manager.C, types/pa_vfile.C,
940: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
941: ticket #958)
942:
943: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
944: main/pa_common.C, main/pa_http.C, main/pa_request.C,
945: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
946: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
947: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
948: $request:headers, $request:method added (implements feature
949: #1007)
950:
951: 2015-03-17 misha
952:
953: * tests/302.html: - test for
954: ^json:string[...;$._default[method-name]]
955:
956: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
957: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
958: option $._default[method-name] is specified in ^json:string[], a
959: method with specified name will be called for classes/objects
960: serialization ( new feature: #982 )
961:
962: 2015-03-16 misha
963:
964: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
965: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
966: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
967: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
968: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
969: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
970: types/pa_vmemory.h, types/pa_vmethod_frame.C,
971: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
972: types/pa_vrequest.h, types/pa_vstateless_class.C,
973: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
974: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
975: $var.CLASS_NAME now have special opcodes. This can be switched
976: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
977: on pa_opcode.h ( new feature: #844 )
978:
979: 2015-03-15 misha
980:
981: * tests/075.html: - test for $response:header[]
982:
983: * src/types/pa_vresponse.C: - $response:header[] deletes header
984: that was set earlie ( new feature: #1001 )
985:
986: 2015-03-12 misha
987:
988: * tests/246.html: - more tests for ^hash._at[]
989:
990: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
991: accepts second param [key|value|hash] ( new feature: #1012 )
992:
993: 2015-03-09 moko
994:
995: * src/types/pa_vmail.C: exception for everything but
996: $mail:received, closes issue #1011
997:
998: 2015-02-20 moko
999:
1000: * tests/: 275.html, results/275.processed: hex detection in
1001: pa_atoui fix test (closes issue #1010)
1002:
1003: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
1004: issue #1010)
1005:
1006: 2015-02-17 moko
1007:
1008: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
1009: tainted.
1010:
1011: 2015-02-03 misha
1012:
1013: * tests/301.html: - test for ^json:string($double) causes
1014: exception. bugfix: #1008
1015:
1016: * src/classes/json.C: - ^json:string($double) causes exception.
1017: bugfix: #1008
1018:
1019: * tests/014.html: - updated for work with ^hash.delete[]
1020:
1021: 2015-01-12 misha
1022:
1023: * src/: classes/form.C, include/pa_common.h,
1024: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
1025: types/pa_vform.h: - supports body with PUT method as well ( new
1026: feature: #1006 )
1027:
1028: * src/classes/file.C: - warnings war
1029:
1030: 2015-01-11 misha
1031:
1032: * tests/300.html: - test for ^hash.delete[] is added
1033:
1034: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
1035: feature: #989 ) - tiny optimization in intersects
1036:
1037: 2015-01-06 moko
1038:
1039: * src/types/pa_vmail.C: file names transcode added, to and cc added
1040: with transcode, attachments detection fixed
1041:
1042: * src/main/pa_request.C: filling mail received after cgi/auto.p
1043: load to allow charset switch (related to issue #996)
1044:
1045: 2014-12-31 moko
1046:
1047: * src/types/pa_vmail.C: from and subject now transcoded if not
1048: UTF-8 source charset (fixes issue 996)
1049:
1050: * src/main/pa_exception.C: fixed string from stack bug (closes
1051: issue #1000)
1052:
1053: 2014-12-11 misha
1054:
1055: * src/types/pa_vhashfile.C: - check if key is not empty before
1056: access ( bug fix: #1005 )
1057:
1058: 2014-11-13 misha
1059:
1060: * src/main/compile.y: - PC.append does not reset to false while
1061: creating a new class. bugfix: #990
1062:
1063: * tests/299.html: - test for creation class after working with
1064: partial class (create+append)
1065:
1066: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
1067: #995
1068:
1069: * tests/232.html: - test for @get[def] added
1070:
1071: 2014-10-12 moko
1072:
1073: * src/lib/pcre/pcre_internal.vcproj: correct path
1074:
1075: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1076: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
1077: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
1078: targets/apache/ApacheModuleParser3.vcproj,
1079: targets/apache/ApacheModuleParser3Core.vcproj,
1080: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1081: types/types.vcproj: project GUID inserted in *.vcproj for correct
1082: conversion in newer VS versions
1083:
1084: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
1085: pcre_internal.vcproj added
1086:
1087: 2014-08-28 moko
1088:
1089: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
1090: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
1091: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
1092:
1093: 2014-06-30 misha
1094:
1095: * tests/298.html: - tests for ^reflection:def[class;className]
1096: added
1097:
1098: * src/classes/reflection.C: - ^reflection:def[class;className]
1099: added ( new feature: #918 )
1100:
1101: 2014-06-29 misha
1102:
1103: * src/classes/table.C: - ^table::create[unsupported data] -
1104: exception comment changed to "body must be table or code" ( bug
1105: fix: #951 )
1106:
1107: * tests/: 261.html, results/261.processed: - tests for
1108: ^json:string[...;$.void[null|string]] added
1109:
1110: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
1111: option $.void[string|null] added to ^json:string[...] ( new
1112: feature: #952 )
1113:
1114: 2014-06-28 moko
1115:
1116: * src/classes/curl.C: $.charset now processed before other curl
1117: options (closes issue #980)
1118:
1119: 2014-05-23 misha
1120:
1121: * src/classes/json.C: - bug fix: #987
1122:
1123: 2014-05-04 misha
1124:
1125: * tests/: 253.html, 253_json.txt: - test for
1126: ^json:parse[$.int(false)] is added
1127:
1128: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
1129: default true). The option is similar to $.double(bool) but for
1130: integers.
1131:
1132: 2014-05-01 moko
1133:
1134: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
1135: #12 )
1136:
1137: 2014-04-16 moko
1138:
1139: * src/main/pa_http.C: response-charset option should finally work
1140: now (fix for issue #867)
1141:
1142: * src/main/pa_http.C: response-charset option should work now (fix
1143: for issue #867)
1144:
1145: 2014-03-07 moko
1146:
1147: * buildall: libgc moved
1148:
1149: * buildall: libgc moved
1150:
1151: 2013-12-29 moko
1152:
1153: * src/classes/string.C: ^string:js-unescape result now tainted,
1154: closes issue #966
1155:
1156: * tests/: 186.html, results/186.processed: ^string:js-unescape
1157: result now tainted, issue #966
1158:
1159: 2013-12-03 moko
1160:
1161: * src/: classes/memcached.C, types/pa_vmemcached.C,
1162: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
1163: option was added for http://www.parser.ru/forum/?id=79343
1164:
1165: * src/classes/file.C: bugfix for
1166: http://www.parser.ru/forum/?id=79337
1167:
1168: 2013-11-05 moko
1169:
1170: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
1171:
1172: * src/main/pa_globals.C: spelling fixed
1173:
1174: 2013-10-29 moko
1175:
1176: * src/lib/json/json.vcproj: json.c -> pa_json.C
1177:
1178: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
1179: #892
1180:
1181: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
1182: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
1183: exceptions to be thrown thougth json library), related to issue
1184: #892
1185:
1186: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
1187: related to issue #896
1188:
1189: 2013-10-24 moko
1190:
1191: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
1192:
1193: 2013-10-23 moko
1194:
1195: * README: actualization
1196:
1197: 2013-10-22 moko
1198:
1199: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
1200: compatibility patch from Sergey Kirpichev
1201:
1202: * tests/: 297.html, results/297.processed: non-working getter fix
1203: test for issue #948
1204:
1205: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
1206: called when saving value of $match variable in ^string.match[] to
1207: increase compatibility (related to issue #948).
1208:
1209: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
1210: usage optimization
1211:
1212: 2013-10-21 moko
1213:
1214: * tests/: 182.html, results/182.processed: local path removed for
1215: compatibility
1216:
1217: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
1218: results/244.processed, results/253.processed,
1219: results/254.processed, results/275.processed,
1220: results/281.processed: try_catch -> try-catch
1221:
1222: * tests/: 288.html, 294.html, 296.html, results/288.processed,
1223: results/294.processed, results/296.processed: try_catch ->
1224: try-catch
1225:
1226: 2013-10-20 moko
1227:
1228: * tests/: 296.html, results/296.processed: test for xsl exception
1229: for issue #938 added.
1230:
1231: * src/: include/pa_xml_exception.h,
1232: main/pa_stylesheet_connection.C: forgotten to be replaced
1233: XmlException is now replaced (once again closes issue #938)
1234:
1235: 2013-10-19 misha
1236:
1237: * bin/auto.p.dist.in: - more mime-types are added
1238:
1239: 2013-10-18 moko
1240:
1241: * buildall: disable clock_gettime detection to avoid librt linking
1242: (which in turn depends on libpthread), related to issue #943
1243:
1244: 2013-10-18 misha
1245:
1246: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
1247: lib/smtp/smtp.vcproj, main/main.vcproj,
1248: targets/apache/ApacheModuleParser3Core.vcproj,
1249: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1250: types/types.vcproj: - new locations for libxml2 includes where
1251: added to vcproj files
1252:
1253: 2013-10-18 moko
1254:
1255: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
1256: fix
1257:
1258: * tests/: 295.html, results/295.processed: test for issue #948
1259: updated
1260:
1261: * src/classes/table.C: hopefully last lost part for issue #948 fix.
1262: :)
1263:
1264: * tests/: 295.html, results/295.processed: test for issue #948
1265: added
1266:
1267: * src/: classes/hash.C, classes/string.C, classes/table.C,
1268: include/pa_request.h, types/pa_method.h: for getters and setters
1269: to be executed request.put_element should be called, not
1270: context.put_element (fixes issue #948)
1271:
1272: 2013-10-17 moko
1273:
1274: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
1275: LIBXML2_NEW_BUFFER check (closes issue #943)
1276:
1277: * buildall: libxml 2.9.1 build is broken --without-reader.
1278:
1279: 2013-10-16 moko
1280:
1281: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
1282:
1283: * tests/: 294.html, results/294.processed: test for issue #938
1284:
1285: * src/: classes/xdoc.C, classes/xnode.C,
1286: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
1287: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
1288:
1289: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
1290: libxslt-1.1.26 -> libxslt-1.1.28
1291:
1292: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
1293: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
1294: to '?', related to issue #938
1295:
1296: 2013-10-15 moko
1297:
1298: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
1299: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
1300: minor optimizations (closes issue #896)
1301:
1302: * tests/results/: 292.processed, 293.processed: results updated to
1303: comply with issue #896
1304:
1305: * tests/: 292.html, 293.html, results/292.processed,
1306: results/293.processed: tests for json escaping
1307:
1308: 2013-10-14 moko
1309:
1310: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
1311: and cleanup, code moved from .h to .C, no changes in code
1312:
1313: 2013-10-12 moko
1314:
1315: * tests/results/119.processed: updated test result commited
1316:
1317: * tests/: 291.html, results/291.processed: test for issue #894
1318: added
1319:
1320: * src/types/pa_wcontext.h: base methods call support function
1321: get_somebody_entered_some_class should not be true forever, as
1322: wcontext can have many get_elements calls (fixes issue #894)
1323:
1324: 2013-10-11 moko
1325:
1326: * tests/: 290.html, results/290.processed: test for junction GPF
1327: issue #942 added
1328:
1329: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
1330: to native method fixed (closes issue #942)
1331:
1332: * tests/: 158.html, results/158.processed: test for csv-string[]
1333: added
1334:
1335: * src/classes/table.C: minor fixes for table.csv-string[] (closes
1336: feature #907)
1337:
1338: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
1339: feature #907)
1340:
1341: 2013-10-09 moko
1342:
1343: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
1344: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
1345: types/pa_vstateless_class.C: GET_default, SET_default now works
1346: properly not only in objects, but in classes as well (closes
1347: issue #903)
1348:
1349: * tests/: 289.html, results/289.processed: GET/SET_default now
1350: works in classes, not only objects, test case added, related to
1351: issue #903
1352:
1353: * tests/: 288.html, results/288.processed: test for endless
1354: recursion bug added (related to issue #903)
1355:
1356: 2013-10-05 moko
1357:
1358: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1359: classes/table.C, main/execute.C, types/pa_method.h,
1360: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
1361: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1362: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
1363: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
1364: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
1365: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
1366: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1367: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
1368: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
1369: optimization: put_element no longer has "bool areplace" argument,
1370: related to issue #903
1371:
1372: 2013-10-03 moko
1373:
1374: * tests/results/182.processed: result for $.replace(false) test
1375: commited
1376:
1377: * src/classes/date.C: ^date::create(number) processed correctly
1378: (fixes issue #901)
1379:
1380: * src/classes/image.C: as_no_junction removed, as param can be
1381: expression (closes issue #931)
1382:
1383: * tests/233.html: test for issue #931 added
1384:
1385: 2013-10-02 moko
1386:
1387: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
1388: modified, test for $.replace(false) added
1389:
1390: * src/main/compile_tools.h: forgotten class replace returned. :)
1391:
1392: 2013-09-30 moko
1393:
1394: * tests/: 141.html, results/141.processed: md5 tainting test added
1395:
1396: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1397: main/compile_tools.h, main/pa_request.C: allow_class_replace
1398: implemented; $.replace option added to ^process and ^use
1399:
1400: 2013-08-27 moko
1401:
1402: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
1403: cstr_to_string_body_untaint should be called with charsets for
1404: possible uri language and connection for possible sql language.
1405: related to issue #857
1406:
1407: * buildall: and -> or fixed
1408:
1409: 2013-08-26 moko
1410:
1411: * buildall: prepare_ functions logic changed to support
1412: gc-7.2d.tar.gz extracting to gc-7.2 directory
1413:
1414: 2013-08-23 moko
1415:
1416: * src/include/pa_config_fixed.h: gc and xml libs are now linked
1417: statically
1418:
1419: 2013-08-22 moko
1420:
1421: * src/classes/string.C: String::Empty used (related to issue #912)
1422: append_know_length removed (related to old GPF bug)
1423:
1424: 2013-08-21 moko
1425:
1426: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
1427:
1428: * src/classes/math.C: ^math:digest[...;$file] support added
1429: (related to ticket #857
1430:
1431: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
1432: implemented
1433:
1434: * src/types/pa_vhashfile.h: warning war
1435:
1436: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
1437: include/pa_request.h, main/pa_request.C, types/pa_value.h:
1438: anti_endless_json_string_recoursion removed from request;
1439: json_string_recoursion added to json_options; $.indent[indent
1440: value] now supported and passed within recoursion closes feature
1441: #937
1442:
1443: * tests/: 287.html, results/287.processed: test for feature #937
1444:
1445: 2013-07-31 moko
1446:
1447: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
1448: compilation having #define _S
1449:
1450: * src/main/pa_globals.C: cleanup
1451:
1452: 2013-07-30 moko
1453:
1454: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
1455: main/pa_common.C: vs2003 warning war
1456:
1457: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1458:
1459: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1460:
1461: * src/lib/md5/pa_sha2.c: warning war
1462:
1463: 2013-07-29 moko
1464:
1465: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
1466: patches from github
1467:
1468: * src/: classes/bool.C, classes/double.C, classes/int.C,
1469: classes/memcached.C, include/pa_config_includes.h,
1470: types/pa_vfile.C, types/pa_vfile.h: warning war
1471:
1472: * src/lib/json/json.vcproj: C++ -> C
1473:
1474: * src/lib/json/: json.c, pa_json.C: C++ warning revert
1475:
1476: * src/lib/json/: json.c, pa_json.C: windows compatibility
1477:
1478: * src/lib/json/: json.c, pa_json.C: windows compatibility
1479:
1480: * src/lib/json/: json.c, pa_json.C: warning war
1481:
1482: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1483:
1484: * src/include/pa_config_fixed.h: uint16_t added
1485:
1486: * configure.in: uint16_t check added
1487:
1488: * src/: classes/json.C, lib/json/JSON_parser.C,
1.101 moko 1489: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
1490: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
1491: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
1492: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 1493:
1494: 2013-07-25 moko
1495:
1496: * parser3.sln: dependencies added
1497:
1498: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
1499: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
1500: module support
1501:
1502: * src/targets/apache/mod_parser3_core.C: win32 cleanup
1503:
1504: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
1505:
1506: 2013-07-23 moko
1507:
1508: * src/: include/pa_memory.h, main/pa_memory.C: non-working
1509: PA_DEBUG_GC_MEMORY removed
1510:
1511: * src/: main/pa_globals.C, targets/cgi/parser3.C:
1512: PA_DEBUG_DISABLE_GC compilation fix
1513:
1514: * src/: classes/op.C, classes/table.C, include/pa_request.h,
1515: main/pa_request.C: outdated RESOURCES_DEBUG removed
1516:
1517: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
1518: garbage cleanup
1519:
1520: * src/main/pa_common.C: warning war
1521:
1522: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
1523:
1524: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
1525: minor cleanup
1526:
1527: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
1528: uses cygwin, not WIN32 implementation
1529:
1530: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
1531: able to exec shell scripts
1532:
1533: * src/classes/math.C: ifdef WIN32 cleanup
1534:
1535: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
1536:
1537: * bin/auto.p.dist.in: libpq.so -> libpq.
1538:
1539: * src/classes/curl.C: LT_MODULE_EXT used
1540:
1541: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
1542:
1543: 2013-07-22 moko
1544:
1545: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
1546: includes fix
1547:
1548: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
1549:
1550: * configure.in, src/include/pa_config_includes.h,
1551: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1552: src/main/pa_exec.C: includes cleanup
1553:
1554: * src/targets/cgi/parser3.C: 2012->2013
1555:
1556: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
1557:
1558: * configure.in, src/include/pa_config_includes.h,
1559: src/include/pa_http.h, src/lib/json/JSON_parser.h,
1560: src/main/pa_random.C, src/main/pa_socks.C,
1561: src/types/pa_vstatus.C: cygwin support cleanup
1562:
1563: * configure.in: dirent.h check added
1564:
1565: * src/: include/pa_config_includes.h, include/pa_dir.h,
1566: main/pa_dir.C: includes cleanup, dirent.h check added filePath
1567: not copied
1568:
1569: 2013-07-21 moko
1570:
1571: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
1572:
1573: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
1574: parser3.vcproj: unused getopt.h / getopt.c removed
1575:
1576: * operators.txt, src/classes/file.C, tests/022.html,
1577: tests/results/022.processed: ^file:list[path][$.filter[regexp]
1578: $.stat(true)] usage commented
1579:
1580: * configure.in, src/classes/file.C, src/include/pa_dir.h,
1581: src/main/pa_dir.C: ^file:list[] now has dir column and when
1582: $.stat(true) it has size/*date columns modified patch from misha@
1583: that closes issue #914.
1584:
1585: * src/: include/pa_config_includes.h, main/pa_globals.C:
1586: PA_RELEASE_ASSERTS removed
1587:
1588: * src/lib/md5/pa_md5c.c: minor cleanup
1589:
1590: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
1591: localeconv()->decimal_point usage remoed (related to issue #934)
1592:
1593: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
1594: cordprnt.c removed
1595:
1596: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
1597: pa-include/pa_errno.h, pa-include/pa_file_io.h,
1598: pa-include/pa_strings.h: includes cleanup
1599:
1600: * src/lib/md5/pa_md5c.c: headers cleanup
1601:
1602: 2013-07-20 moko
1603:
1604: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
1605: cleanup
1606:
1607: 2013-07-19 moko
1608:
1609: * src/classes/math.C: extern "C" added for crypt
1610:
1611: 2013-07-18 moko
1612:
1613: * src/classes/math.C: fix redhat7.2 build
1614:
1615: 2013-07-17 moko
1616:
1617: * configure.in, src/include/pa_config_includes.h,
1618: src/include/pa_config_fixed.h: headers actualized (inttypes.h
1619: added for uint8/32/64_t)
1620:
1621: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
1622: pa_config_includes.h used for uint32/64_t
1623:
1624: 2013-07-16 moko
1625:
1626: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
1627: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
1628: war
1629:
1630: * src/main/compile.tab.C: compile.y was updated
1631:
1632: * src/main/compile.y: warning war
1633:
1634: * src/: include/pa_exception.h, main/pa_exception.C,
1635: main/pa_xml_exception.C: warning war
1636:
1637: * src/: include/pa_common.h, main/pa_common.C: warning war
1638:
1639: * configure.in: beauty :)
1640:
1641: * tests/: 141.html, results/141.processed: sha256/512 added
1642:
1643: 2013-07-13 moko
1644:
1645: * src/lib/md5/md5.vcproj: sha2 added
1646:
1647: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
1648: classes/math.C: sha2 support (sha256/sha512 digest)
1649:
1650: 2013-07-08 moko
1651:
1652: * src/classes/image.C: directory read or other read problem message
1653: fixed (related to issue #933)
1654:
1655: 2013-07-07 moko
1656:
1657: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
1658: dependense from $charsetsdir directory existance and content (and
1659: UTF-8 is default allready)
1660:
1661: * AUTHORS: + misha + moko. :)
1662:
1663: 2013-07-06 moko
1664:
1665: * src/: classes/curl.C, include/pa_globals.h,
1666: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
1667: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
1668: for lt_dlinit to be called once and lt_dlexit called at right
1669: place (related to issue #925)
1670:
1671: 2013-07-04 moko
1672:
1673: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
1674: VString::as_vfile now uses vfile.set_binary_string to avoid
1675: content-type to be set, as it brokes badly designed logic in
1676: response output. This hopefully finishes issue #928.
1677:
1678: * tests/results/: 256.processed, 286.processed: file now displayed
1679: as name, size, mode, content-type
1680:
1681: * src/main/pa_common.C: read error now reported cottectly (fixes
1682: issue #933
1683:
1684: 2013-06-28 moko
1685:
1686: * tests/: 286.html, results/286.processed: test extended
1687:
1688: * tests/: 286.html, results/286.processed: Test for issue #928
1689: added. it tests default content-type change.
1690:
1691: * src/types/pa_vfile.C: closes issue #928 - default content-type
1692: now updated
1693:
1694: 2013-06-25 moko
1695:
1696: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
1697: content-type for text/binary files without name added;
1698: ^file::create[$f;...] options now works properly and $f
1699: properties are default (fixes issue #928)
1700:
1701: 2013-05-16 misha
1702:
1703: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
1704: added
1705:
1706: * src/main/pa_table.C: - a tiny memory optimisation while creating
1707: table if specified limit is bigger than source rows count
1708:
1709: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
1710: added ( new feature: #858 )
1711:
1712: 2013-04-29 moko
1713:
1714: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
1715: $.ipresolve(0|1|2) added (closes issue #891)
1716:
1717: * src/lib/curl/curl.h: CURL_IPRESOLVE added
1718:
1719: 2013-04-24 moko
1720:
1721: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1722: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1723: types/pa_vmemcached.h: ^memcache.release[] added, calls
1724: memcached_quit (refs #893)
1725:
1726: 2013-04-22 moko
1727:
1728: * src/: include/pa_string.h, main/pa_common.C: no more double
1729: slashes in file path (fixes bug #872)
1730:
1731: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
1732: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
1733: #739)
1734:
1735: * tests/results/266.processed: $.max_params added (feature #915)
1736:
1737: * src/: include/pa_common.h, main/pa_http.C: response-charset
1738: option added to file::load (closes issue #867)
1739:
1740: 2013-04-20 misha
1741:
1742: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
1743: commited
1744:
1745: 2013-03-15 misha
1746:
1747: * src/classes/: hash.C, table.C: - Optimisation: do not create
1748: multiple empty strings while ::sql. uae String::Empty instead
1749:
1750: 2013-03-14 misha
1751:
1752: * src/classes/reflection.C: - for user classes
1753: ^reflection:method_info[] returns $.max_params and $.extra_param
1754: with $.call_type if they available ( new feature: #915 )
1755:
1756: * src/classes/file.C: - ^file:delete[] now supports an option
1757: $.exception(false) that suppress any exception while deleting
1758: file ( new feature: #916 )
1759:
1760: * src/classes/curl.C: - parsing cookies after curl:load now should
1761: work :)
1762:
1763: 2013-03-12 misha
1764:
1765: * src/types/pa_vfile.C: - if specified file_name is empty string
1766: set default name for the file
1767:
1768: 2013-03-11 misha
1769:
1770: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
1771: also available in $f.cookies
1772:
1773: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
1774: moved to a separate method
1775:
1776: 2013-03-10 moko
1777:
1778: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
1779: added
1780:
1781: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
1782: removed (declared by autoconf)
1783:
1784: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
1785: uint32_t define
1786:
1787: 2013-03-10 misha
1788:
1789: * src/classes/file.C: ^file:delete and ^file:move now support
1790: option $.keep-empty-dirs(true) ( new feature: #884 )
1791:
1792: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
1793: empty dirs is added
1794:
1795: 2013-03-10 moko
1796:
1797: * src/classes/: bool.C, double.C, int.C: default can be present,
1798: but default check removed from ^int/double/bool.int/double/bool
1799: for string.int/double/bool compatibility (related to issue #913)
1800:
1801: * src/classes/string.C: ^string.int/dobule/bool no longer
1802: internally throws exception if default is present (closes issue
1803: #913)
1804:
1805: 2013-03-09 misha
1806:
1807: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
1808: optimisations ( #845 )
1809:
1810: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
1811:
1812: 2013-03-08 moko
1813:
1814: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
1815: creates correct table (fixes issue #910)
1816:
1817: * src/classes/op.C: r.connection() -> r.connection(false) to allow
1818: use outside of 'connect' operator (fixes issue #911)
1819:
1820: * tests/results/: 096.processed, 122.processed: test results
1821: updated as doubles now printed with 15 significant digits, not 5
1822: (fixes issue #882)
1823:
1824: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
1825: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
1826:
1827: 2013-02-21 moko
1828:
1829: * src/classes/table.C: _locate_name_value does not check arguments
1830: count, so we check it in advance (fixes issue #905)
1831:
1832: 2012-10-23 moko
1833:
1834: * buildall: old shell for and echo compatibility (for six)
1835:
1836: 2012-10-19 moko
1837:
1838: * buildall: --strip added --disable-safe-mode listed in usage
1839:
1840: 2012-10-17 misha
1841:
1842: * src/classes/op.C: - apply-taint should not throw "outside
1843: connect" exception with sql lang now
1844:
1845: 2012-10-17 moko
1846:
1847: * src/main/pa_request.C: bugfix: safe mode should be inited for
1848: each request (for apache module)
1849:
1850: 2012-09-26 moko
1851:
1852: * src/doc/doxygen.cfg: png -> svg
1853:
1854: 2012-09-25 moko
1855:
1856: * tests/: 141.html, results/141.processed: md5 hmac added, long key
1857: test added
1858:
1859: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
1860: double use when key is long
1861:
1862: 2012-09-16 moko
1863:
1864: * src/classes/math.C: Format -> Method Encode -> Format
1865:
1866: * tests/: 141.html, results/141.processed: math:digest hmac test
1867: added
1868:
1869: 2012-09-14 moko
1870:
1871: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
1872: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
1873: implementation added
1874:
1875: 2012-09-12 moko
1876:
1877: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
1878: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
1879: targets.dox and string.dox slightly actualized
1880:
1881: 2012-08-31 moko
1882:
1883: * ChangeLog: now generated with patched cvs2cl.pl
1884:
1885: 2012-07-29 moko
1886:
1887: * tests/285.html, src/main/execute.C, tests/results/285.processed:
1888: result should be pushed after VMethodFrame destructor is called,
1889: as it deletes junctions from stack params (fixes issue #868)
1890:
1891: 2012-07-23 moko
1892:
1893: * INSTALL, README: buildall script usage documented, other outdated
1894: info updated.
1895:
1896: * buildall-with-xml, buildall-without-xml: replaced by buildall
1897:
1898: 2012-07-21 moko
1899:
1900: * buildall: glib does not compile when threads are disabled...
1901:
1902: * src/types/pa_vmail.C: g_assertion fixes for empty input
1903:
1904: * src/types/pa_vmail.C: yet another fix (strange GPF on object
1905: unref, can't unref nested objects)
1906:
1907: * src/types/pa_vmail.C: another check added
1908:
1909: 2012-07-19 moko
1910:
1911: * buildall: usage added
1912:
1913: * buildall: new buildall script that unites buildall-with-xml,
1914: buildall-without-xml, --with-apache and --with-mailreceive
1915:
1916: * configure.in: support for static gmime and dynamic glib linking.
1917: fixes for FreeBSD
1918:
1919: 2012-07-17 moko
1920:
1921: * configure.in: --with-mailreceive replaced
1922: --with-static-mailreceive and --with-shared-mailreceive pathlink
1923: removed
1924:
1925: 2012-07-16 moko
1926:
1927: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
1928: capitalized, content now decoded and text content converted to
1929: $request:charset. all properties are accessed by functions, this
1930: ready for dynamic load.
1931:
1932: 2012-06-28 moko
1933:
1.101 moko 1934: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
1935: 32 bit
1.95 moko 1936:
1937: 2012-06-27 moko
1938:
1939: * buildall-with-xml, buildall-without-xml: fetch requires -p for
1940: passive ftp
1941:
1942: * src/lib/ltdl/ltdl.vcproj: release build fixed
1943:
1944: * configure.in: 3.4.2 RC -> 3.4.2
1945:
1946: 2012-06-22 moko
1947:
1948: * src/types/pa_vfile.C: returned empty mode to stated files (issue
1949: #815)
1950:
1951: * tests/: 284.html, results/284.processed: output options test
1952: (feature #265)
1953:
1954: 2012-06-22 misha
1955:
1956: * tests/215.html: - little changes
1957:
1958: 2012-06-21 moko
1959:
1960: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
1961: types/pa_vxdoc.h: output_options returned and used (bugfix for
1962: feature #265)
1963:
1964: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
1965: breaks long .*, default 10M restored. (issue #216)
1966:
1967: * tests/: 283.html, results/283.processed: test for issue #815
1968: added
1969:
1970: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
1971: again, cstrm not required.
1972:
1973: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
1974: Win32 and broken FreeBSD (issue #45)
1975:
1976: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
1977:
1978: * src/main/pa_string.C: warnings war
1979:
1980: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
1981: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
1982: main/pa_socks.C, targets/apache/pa_threads.C,
1983: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1984: types/pa_vstatus.C: compilation under cygwin fixed
1985:
1986: 2012-06-19 moko
1987:
1988: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
1989: Windows fixed
1990:
1991: * parser3.sln: removed antique pcre_ctype
1992:
1993: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
1994:
1995: * src/include/pa_config_fixed.h: undefined reference to
1996: __imp__pcre_* fix for Windows
1997:
1998: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101 moko 1999: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
2000: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
2001: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
2002: define fixed
1.95 moko 2003:
2004: 2012-06-18 moko
2005:
2006: * src/classes/memcached.C: flush -> clear
2007:
2008: * src/classes/memcached.C: memcached does not support quotes even
2009: in server name
2010:
2011: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2012: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
2013: called on open to check servers existance. $.key(true) syntax
2014: now supported
2015:
2016: 2012-06-17 moko
2017:
2018: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
2019: cleanup
2020:
2021: * src/classes/table.C, tests/282.cfg, tests/282.html,
2022: tests/results/282.processed: encloser at the EOF bug fixed,
2023: incorrectly enclosed data now processed more logicaly (fixes
2024: #339)
2025:
2026: 2012-06-15 moko
2027:
2028: * buildall-without-xml: sync with buildall-with-xml
2029:
2030: * buildall-with-xml: download auto-detected between fetch and curl
2031:
2032: * configure.in: --with-gc and --with-pcre now also processed
2033: correctly
2034:
1.101 moko 2035: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
2036: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
2037: should be run on rol1 using automake / aclocal (GNU automake)
2038: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 2039:
2040: * configure.in: new PARSER_VERSION logic
2041:
2042: * src/include/pa_version.h: new pa_version.h logic
2043:
2044: * src/: classes/curl.C, classes/file.C, classes/image.C,
2045: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2046: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
2047: feols_normalized -> fis_text_content set_binary added
2048:
2049: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
2050:
2051: 2012-06-15 misha
2052:
2053: * src/: classes/curl.C, classes/file.C, classes/image.C,
2054: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2055: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
2056: ^file::create[text;content] EOLs in content now is normalized. (
2057: new feature: #815 )
2058:
2059: 2012-06-15 moko
2060:
2061: * configure.in: --disable-version-update added to disable version
2062: update with host information (for debian package) whitespace
2063: optimized
2064:
2065: * configure.in: version changed to 3.4.2 RC no-pic added for
2066: libtool
2067:
2068: * src/include/pa_version.h: Nice pa_version.h default. Please keep
2069: it.
2070:
2071: 2012-06-14 moko
2072:
2073: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
2074: tests/results/281.processed: "hash flocked" error removed for
2075: safe operations like ^h._count[] ( new feature: #335 )
2076:
1.101 moko 2077: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 2078:
2079: * buildall-with-xml, buildall-without-xml: --with-static -> --with
2080:
2081: * configure.in: --with-static/shared xml replaced with --with-xml,
2082: xml compilation check added
2083:
2084: * configure.in: --with-static/shared-gc, --with-static-pcre are
2085: replaced with --with-gc and --with-pcre test for pcre linking
2086: added
2087:
2088: 2012-06-13 moko
2089:
2090: * configure.in: apxs2 check optimized
2091:
2092: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
2093: .la, includes optimized
2094:
2095: * buildall-with-xml: --with-pic looks better for -fPIC
2096:
2097: * configure.in: switched to convenience library in static linking
2098:
2099: * src/targets/apache/Makefile.am: switched to convenience library
2100: usage to avoid libtool warnings
2101:
2102: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
2103: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
2104: smtp/Makefile.am: switched to convenience library usage
2105:
2106: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
2107:
2108: * src/targets/apache/Makefile.am: updated for libtool usage
2109:
2110: * bin/auto.p.dist.in: .cfg removed from charset names.
2111:
2112: * buildall-without-xml: --with-included-ltdl added
2113:
2114: * buildall-without-xml: sync with buildall-with-xml
2115:
2116: * buildall-with-xml: --with-included-ltdl added $cflags added for
2117: -fPIC for x64 $download added for wget success check added
2118:
2119: * buildall-without-xml: --with-dynamic-stdcpp removed
2120:
2121: * configure.in: disable-static returned
2122:
2123: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
2124: LIBTOOLFLAGS
2125:
2126: 2012-06-12 moko
2127:
2128: * configure.in, src/targets/cgi/Makefile.am: disable-static not
2129: compatible with LIBTOOLFLAGS for unknown reasons
2130:
2131: * buildall-with-xml: --with-dynamic-stdcpp removed
2132:
2133: * configure.in: static/dynamic -lstdc++ linking option removed
2134: apxs2 check added
2135:
2136: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
2137: option removed
2138:
2139: 2012-06-10 moko
2140:
2141: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
2142: added
2143:
2144: * src/targets/cgi/pp3.cmd: old PAF stuff
2145:
1.101 moko 2146: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
2147: beauty
1.95 moko 2148:
2149: * depcomp: from libtool 2.4.2
2150:
2151: * configure.in: ltdl directory removed, it has correct Makefile.in
2152:
2153: 2012-06-09 moko
2154:
1.101 moko 2155: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
2156: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 2157: autogenerated files updated after libtool update
2158:
1.101 moko 2159: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
2160: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 2161: config_auto.h.in, config_fixed.h, configure, configure.ac,
2162: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
2163: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
2164: config/compile, config/config.guess, config/config.sub,
2165: config/depcomp, config/install-sh, config/ltmain.sh,
2166: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
2167: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
2168: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
2169: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
2170: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
2171: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
2172: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
2173: m4/lt~obsolete.m4: libtool updated to version 2.4.2
2174:
2175: * configure.in: preparation for new libtool
2176:
2177: * configure.in: Some beauty added :)
2178:
2179: * src/targets/apache/Makefile.am: := -> =
2180:
2181: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
2182: again. :)
2183:
2184: * src/include/pa_config_includes.h, configure.in: limits.h added,
2185: previously was taken from pcre_internal.h. :)
2186:
2187: * src/lib/pcre/Makefile.am: config.h returned
2188:
2189: * src/lib/pcre/config.h: still need this. :)
2190:
2191: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
2192:
2193: * configure.in: --with-charsets removed; --with-mysql-client & co
2194: removed
2195:
2196: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
2197: now in parser tree, no need to copy
2198:
2199: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
2200: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
2201: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
2202: debian/patches/101_pcre.patch - local copy of pcre_internal.h
2203: extracts now used old trash removed
2204:
2205: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
2206: rare charsets/drivers are commented, sql driver quessing removed
2207: (debian/patches/103_auto_p.patch)
2208:
2209: * etc/parser3.charsets/Makefile.am: charsets now in share
2210: (debian/patches/104_automake.patch) + all charsets are copied
2211:
2212: * buildall-with-xml, buildall-without-xml: curl option removed +
2213: extra arguments now supported
2214:
2215: 2012-06-08 misha
2216:
2217: * src/classes/table.C: - one params.as_hash usage was rolled back:
2218: the 2nd option in ^table.hash[] could be hash or table so
2219: .as_hash will throw an exception when table option is specified
2220:
2221: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2222: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
2223: classes/table.C, classes/void.C, classes/xdoc.C,
2224: include/pa_exception.h, types/pa_vmethod_frame.C,
2225: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
2226: and improved (whitespaces are allowed as empty options) -
2227: MethodParams::as_table is added - above methods are used for
2228: parsing methods' options ( new feature: #9 )
2229:
2230: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
2231: to vclass. now class fields can be accessible as a hash:
2232: $h[^hash::create[$asd:CLASS]]
2233:
2234: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
2235: have get_fields method so their fields can be accessed with
2236: ^reflection:fields[...] & ^reflection:field[...]
2237:
2238: 2012-06-06 misha
2239:
2240: * tests/280.html: - tests for
2241: ^reflection:method[obj-or-class;method],
2242: ^reflection:field[obj-or-class;field] and
2243: ^reflection:fields[obj-or-class] are added
2244:
2245: 2012-06-05 misha
2246:
2247: * src/classes/reflection.C: - ^reflection:method[class or
2248: object;method name] and ^reflection:field[class or object;field
2249: name] are added
2250:
2251: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
2252: is used
2253:
2254: * src/types/pa_method.h: - Method::as_vjunction method is added
2255:
2256: 2012-06-05 moko
2257:
1.101 moko 2258: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 2259:
2260: * src/classes/memcached.C: flish ttl fixed
2261:
2262: 2012-06-04 moko
2263:
2264: * src/classes/json.C, src/classes/op.C, tests/279.html,
2265: tests/results/279.processed: ^json:parse[] now supports $.taint
2266: option (new feature #833)
2267:
2268: 2012-06-04 misha
2269:
2270: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
2271: - search_stop method was moved from pa_vcookie.C to pa_common.C
2272:
2273: 2012-06-03 misha
2274:
2275: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
2276: cookies are parced and stored into $.cookies ( new feature: #31 )
2277:
2278: 2012-05-30 misha
2279:
2280: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
2281: incomplete class into a scope while @USE is found
2282:
2283: * src/main/compile.y: - add incomplete class into a scope while
2284: @USE and @CLASS instructions are found ( bugfix: #838 )
2285:
2286: 2012-05-30 moko
2287:
2288: * src/types/pa_vclass.C, tests/278.html,
2289: tests/results/278.processed: removed "property has no getter
2290: method" exception when GET_DEFAULT present (fixes #269)
2291:
2292: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
2293: $._default
2294:
2295: 2012-05-29 moko
2296:
2297: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
2298: uninitialized values usage (new feature: #154)
2299:
2300: 2012-05-28 moko
2301:
2302: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
2303: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2304: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2305: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
2306: src/types/pa_vobject.C, src/types/pa_vobject.h,
2307: src/types/pa_vstring.h, src/types/pa_vtable.C,
2308: tests/results/277.processed, src/types/pa_vtable.h,
2309: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
2310: ^json:string[$o; $.default[$method]] implemented for VObject (new
2311: feature #803)
2312:
2313: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
2314: tests/results/277.processed: json numbers are now treated as
2315: double ( new feature: #834 )
2316:
2317: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
2318: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
2319: added for out of range checks, zero division in vint/vdouble
2320: check added ( fixes #832 )
2321:
2322: * tests/: 275.html, results/275.processed: tests for pa_atoui added
2323: ( fixes #832 )
2324:
2325: 2012-05-28 misha
2326:
2327: * buildall-with-xml: - --without-lzma option is added to libxml2
2328: configure
2329:
2330: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
2331: added - tests for unsupported values for options $.file, $.table
2332: and $.date are added
2333:
2334: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
2335: accepts "stat" $.file[] option's value in addition to existed
2336: "text" and "base64" ( new feature: #835 )
2337:
2338: * tests/276.html: - test for
2339: ^reflection:delete[$object-or-class;field-name]
2340:
2341: * src/classes/reflection.C: -
2342: ^reflection:delete[$object-or-class;field-name] is added ( new
2343: feature: #268 )
2344:
2345: 2012-05-27 misha
2346:
2347: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
2348:
2349: 2012-05-24 misha
2350:
2351: * src/include/pa_common.h: - method lastposafter was removed
2352:
2353: * src/classes/file.C: - use strrpbrk & rskipchars instead of
2354: lastposafter - ^file:dirname[] & Co proper handle windows file
2355: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
2356: work as *nix commands
2357:
2358: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
2359:
2360: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
2361: rskipchars were added
2362:
2363: * tests/270.html: - more tests for ^file:find[]
2364:
2365: * tests/065.html: - more tests for ^file:dirname[] & Co
2366:
2367: * src/include/pa_version.h: - must be "win32" here. it is
2368: auto-generated on *nix
2369:
2370: 2012-05-24 moko
2371:
2372: * src/classes/math.C: ^math:convert[] now supports uint32 and
2373: throws overflow exception ( new feature: #830 )
2374:
2375: * tests/: 275.html, results/275.processed: test for ^math:convert[]
2376: uint32 support and overflow added ( new feature: #830 )
2377:
2378: 2012-05-23 moko
2379:
2380: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
2381: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
2382: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
2383: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2384: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2385: types/pa_vregex.h, types/pa_vstateless_class.C,
2386: types/pa_vstateless_class.h, types/pa_vstring.h,
2387: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
2388: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
2389: "return string as-is" removed from as_expr_result. ( new feature:
2390: #831 )
2391:
2392: * tests/results/244.processed: test changed after bug #782 fix
2393: commited
2394:
2395: * tests/results/229.processed: test results for bug #782 commited
2396:
2397: * tests/: 254.html, results/254.processed: uid now just compared,
2398: not printed. :)
2399:
2400: 2012-05-20 moko
2401:
2402: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
2403: feature: #341 )
2404:
2405: * tests/: 254.html, results/254.processed: test for
2406: ^reflection:uid[] added
2407:
2408: * tests/: 254.html, results/254.processed: test for
2409: ^reflection:uid[$obj] added
2410:
2411: 2012-05-17 misha
2412:
2413: * src/main/untaint.C: - do not replace ' char by _26 while
2414: exploding filespec-tainting ( new feature: #829 )
2415:
2416: 2012-05-12 moko
2417:
2418: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
2419: not.
2420:
2421: 2012-05-08 moko
2422:
2423: * src/types/pa_vmethod_frame.h: bug #782 fixed
2424:
2425: * tests/229.html: test for bug #782
2426:
2427: * tests/results/259.processed, src/main/pa_request.C,
2428: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
2429: src/types/pa_vstring.h, src/types/pa_vvoid.C,
2430: src/types/pa_vvoid.h: feature #154 - first empty param now
2431: string; defined locals are empty strings; $STRICT-VARS(true)
2432: added
2433:
2434: 2012-04-27 moko
2435:
1.101 moko 2436: * src/targets/apache/Makefile.am:
1.95 moko 2437: ../../lib/memcached/libmemcached.a added
2438:
2439: 2012-04-27 misha
2440:
2441: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
2442: ( #827 )
2443:
2444: 2012-04-25 moko
2445:
2446: * src/: classes/json.C, classes/memcached.C,
2447: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2448: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
2449: implemented.
2450:
2451: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
2452:
2453: 2012-04-23 moko
2454:
2455: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2456: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2457: types/pa_vmemcached.h: open allows options hash for new
2458: memcached(options) function
2459:
2460: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
2461: not appended
2462:
2463: 2012-04-21 moko
2464:
2465: * src/classes/curl.C: '' added. :)
2466:
2467: * src/classes/classes.vcproj: new curl.h location
2468:
2469: * src/classes/curl.C: verbose output redirection from stderr to
2470: file curl option added
2471:
2472: 2012-04-20 moko
2473:
2474: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
2475: contains what we need from curl, #ifdef HAVE_CURL removed
2476:
1.101 moko 2477: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 2478: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101 moko 2479: src/lib/Makefile.am, src/lib/curl/Makefile.am,
2480: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 2481: configure option
2482:
2483: 2012-04-19 moko
2484:
2485: * src/: classes/double.C, classes/inet.C, classes/int.C,
2486: classes/string.C, lib/gc/include/gc_allocator.h,
2487: types/pa_vform.C: PVS-Studio detected errors fixes, unused
2488: options from sql_result_string removed. (closes issue #468)
2489:
2490: * src/types/pa_vmemcached.C: empty string fix
2491:
2492: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
2493: pa_vstring.C, pa_vstring.h: serialization helpers moved to
2494: pa_vmemcached.C
2495:
2496: 2012-04-18 moko
2497:
2498: * src/targets/apache/mod_parser3.c: "Parser3 module requires
2499: apache2-mpm-prefork" error displayed in threaded mpm.
2500:
2501: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2502: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
2503: installed (issue #354)
2504:
2505: 2012-04-16 moko
2506:
2507: * src/types/pa_vmemcached.C: call to memcached_result_create and
2508: memcached_result_free removed
2509:
2510: 2012-04-14 moko
2511:
2512: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
2513:
2514: * src/types/pa_vmemcached.C: check_key added and used
2515:
2516: 2012-04-13 moko
2517:
2518: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
2519: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
2520: Serialization_data now added and used, VString now serialized
2521: with languages into memcached.
2522:
2523: 2012-03-28 moko
2524:
2525: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
2526: lib/memcached/pa_memcached.h: result lengths added
2527:
2528: 2012-03-27 moko
2529:
2530: * src/types/pa_vmemcached.C: strdup added
2531:
2532: 2012-03-24 moko
2533:
2534: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2535: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2536: types/pa_vmemcached.h: memcached: mget, flush, fttl added
2537:
2538: 2012-03-20 moko
2539:
1.101 moko 2540: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 2541:
2542: * src/targets/cgi/Makefile.am: cleanup
2543:
2544: * src/: types/Makefile.am, types/pa_vmemcached.C,
2545: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
2546:
2547: * src/: classes/Makefile.am, classes/memcached.C,
2548: lib/memcached/Makefile.am, lib/memcached/constants.h,
2549: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2550: lib/memcached/types.h, lib/Makefile.am: memcached initial
2551:
2552: 2012-03-16 moko
2553:
2554: * src/main/execute.C: ident now works under Linux + ident displays
2555: filenames (closes issue #818)
2556:
1.101 moko 2557: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 2558: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
2559: pa_vmethod_frame_local.h removed
2560:
2561: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2562: classes/classes.h, classes/curl.C, classes/date.C,
2563: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2564: classes/hashfile.C, classes/image.C, classes/inet.C,
2565: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2566: classes/memory.C, classes/op.C, classes/reflection.C,
2567: classes/regex.C, classes/response.C, classes/string.C,
2568: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2569: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2570: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2571: include/pa_config_fixed.h, include/pa_config_includes.h,
2572: include/pa_dictionary.h, include/pa_dir.h,
2573: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2574: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2575: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2576: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2577: include/pa_request_charsets.h, include/pa_request_info.h,
2578: include/pa_sapi.h, include/pa_socks.h,
2579: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2580: include/pa_stack.h, include/pa_string.h,
2581: include/pa_stylesheet_connection.h,
2582: include/pa_stylesheet_manager.h, include/pa_table.h,
2583: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2584: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2585: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2586: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
2587: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2588: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2589: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2590: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2591: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2592: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2593: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2594: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2595: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2596: main/pa_string.C, main/pa_stylesheet_connection.C,
2597: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2598: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2599: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
2600: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2601: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2602: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2603: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2604: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2605: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2606: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2607: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2608: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2609: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2610: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2611: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2612: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2613: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2614: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2615: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2616: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
2617: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
2618: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
2619: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
2620: types/pa_vresponse.h, types/pa_vstateless_class.C,
2621: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2622: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
2623: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
2624: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
2625: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2626: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
2627: ident now works under Linux + ident displays filenames (closes
2628: issue #818) Copyright updated
2629:
2630: 2012-03-13 moko
2631:
2632: * src/main/pa_string.C: compilation fix for feature #741
2633:
2634: 2012-03-09 misha
2635:
2636: * tests/193.html: - tests for ^string:base64[encoded] are updated
2637:
2638: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
2639: now detects invalid base64 chars in the middle of encoded stricg
2640: ( new feature: #55 )
2641:
2642: * src/include/pa_exception.h: - new exception type for base64
2643: decoding is added
2644:
2645: 2012-03-06 misha
2646:
2647: * tests/274.html: - tests for ^date::today[] and
2648: ^date.sql-string[datetime|date|time] are added
2649:
2650: * src/classes/date.C: - constructor ^date::today[] is added ( new
2651: feature: #811 ) - ^date.sql-string[] now can accept one param --
2652: strings "datetime", "date" or "time" - comments tidying up
2653:
2654: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
2655: date and time
2656:
2657: 2012-03-03 misha
2658:
2659: * tests/193.html: - tests for
2660: ^string:base64[encoded;$.strict(true)] are added
2661:
2662: * tests/results/auto.p: - try-catch operator is added
2663:
2664: * src/: classes/file.C, classes/string.C, include/pa_common.h,
2665: main/pa_common.C: - $.strict(true|false) option is added to
2666: base64 decode methods ( new feature: #55 )
2667:
2668: * src/main/pa_common.C: - base64 decode memory usage was decreased
2669: ( new feature: #819 )
2670:
2671: 2012-02-28 moko
2672:
2673: * src/classes/hash.C: ident test
2674:
2675: 2012-02-27 misha
2676:
2677: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
2678:
2679: 2012-01-08 misha
2680:
2681: * tests/273.html: - tests for ^string.replace[from;to] are added
2682:
2683: * src/: classes/string.C, include/pa_dictionary.h,
2684: main/pa_dictionary.C, main/pa_string.C: -
2685: ^string.replace[from;to] is added ( new feature: #741 ) -
2686: ^string.replace[one subst here] is slightly optimized
2687:
2688: 2011-12-07 misha
2689:
2690: * src/classes/table.C: - $t[^table::create{$empty}] now creates
2691: named table with one empty column ( bugfix: #63 )
2692:
2693: 2011-11-30 misha
2694:
2695: * src/classes/json.C: - it's possible to set user's method for
2696: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
2697: #763 )
2698:
2699: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
2700:
2701: 2011-11-23 misha
2702:
2703: * src/: classes/curl.C, classes/file.C, classes/image.C,
2704: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
2705: types/pa_vfile.h, types/pa_vform.C: - constructor
2706: ^file::create[mode;filename;content[;options]] now accepts binary
2707: mode and file-content - new constructor's format:
2708: ^file::create[string-or-file-content[;$.name[filename]
2709: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
2710: feature: #65 )
2711:
2712: * src/: include/pa_request.h, main/pa_request.C: - new method
2713: mime_type_of(const String*) is added
2714:
2715: * src/include/pa_exception.h: - new exception constant
2716: FILE_NAME_MUST_BE_SPECIFIED is added
2717:
2718: * src/classes/table.C: - bug with negative offset transformed into
2719: a feature. it means pointing to a row from the end of the table (
2720: new feature: #810 )
2721:
2722: 2011-11-19 misha
2723:
2724: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
2725: â ìåòîäå _select ( new feature: #810 )
2726:
2727: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
2728: options were specified together is simplified
2729:
2730: 2011-11-12 misha
2731:
2732: * src/main/pa_request.C: - forgotten fix for escaping filename in
2733: HTTP content-disposition header (a part of bug #361 )
2734:
2735: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
2736: checks for ancestors' classes as well ( new feature: #456 )
2737:
2738: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
2739: "without cycle" now have types "parser.break" and
2740: "parser.continue" instead of "parser.runtime" ( new feature: #799
2741: )
2742:
2743: 2011-11-11 misha
2744:
2745: * tests/results/: 099.processed, 100.processed, 205.processed,
2746: 237.processed: - since bug #361 was fixed the content of filename
2747: in HTTP headers is quoted
2748:
2749: * tests/results/270.processed: - result for test 270
2750:
2751: * tests/: 065.html, results/065.processed: - more tests for
2752: ^file:basename[] & Co were added
2753:
2754: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
2755:
2756: * tests/270.html: - tests for ^file:find[] are added
2757:
2758: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
2759: using option $.charset. option $.engoding is still supported but
2760: these options can not be specified together
2761:
2762: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
2763: comparation charset name with string "UTF-8" ( bugfix: #759 )
2764:
2765: 2011-10-11 misha
2766:
2767: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
2768: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
2769: #622)
2770:
2771: 2011-09-30 misha
2772:
2773: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
2774: exception "saving stat-ed file" ( bugfix: #395 )
2775:
2776: 2011-05-30 misha
2777:
2778: * src/classes/string.C: - fixed bug which was added with
2779: params.as_hash into string:sql
2780:
2781: 2011-05-29 misha
2782:
2783: * src/types/pa_value.C: - filename in content-disposition header
2784: must be quoted ( bugfix: #361 )
2785:
2786: 2011-05-27 misha
2787:
2788: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
2789: created file
2790:
2791: * src/classes/: hash.C, mail.C: - little tunning with get_hash
2792: usage
2793:
2794: * src/include/pa_exception.h: - one more string for exception was
2795: added
2796:
2797: 2011-05-25 misha
2798:
2799: * tests/269.html: - tests for checking input params in some dom
2800: methods
2801:
2802: * src/classes/: xdoc.C, xnode.C: - validation of some input params
2803: was added. it isn't possible not wo create xdoc with invalid
2804: tagName. ( bugfix: #160 )
2805:
2806: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
2807: string "data must be string" was mover from pa_exception.h to
2808: pa_xml_exception.h
2809:
2810: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
2811: as_xmlncname, as_xmlname and as_xmlnsuri were added
2812:
2813: * src/main/pa_xml_exception.C: - XmlException accepts more options
2814:
2815: * src/include/pa_xml_exception.h: - XmlException accepts more
2816: options - XML-related exception's strings were added
2817:
2818: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
2819: output_options were removed)
2820:
2821: 2011-05-19 misha
2822:
2823: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
2824: params.as_hash is used more while parsing methods hash-options
2825:
2826: 2011-05-18 misha
2827:
2828: * operators.txt: - info about json-serialization of xdoc was added
2829:
2830: * tests/256.html: - tests for json-serialization xdoc were added
2831:
2832: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
2833:
2834: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2835: classes/json.C, classes/xdoc.C: - now json:string can serialize
2836: xdoc-objects. options (the same as ^xdoc.string[]) could be
2837: specified in $.xdoc[] ( new feature: #265 )
2838:
2839: 2011-05-15 misha
2840:
2841: * tests/268.html: - tests for ^table.count[with options] were added
2842:
2843: * src/classes/table.C: - method ^table.count[] now can accept
2844: options ( new feature: #93 ): ^table.count[column] returns number
2845: of columns for named table; ^table.count[cells] returns number of
2846: cells in the current row; ^table.count[] & ^table.count[rows]
2847: return number of rows in a table.
2848:
2849: * tests/267.html: - test for checking switch/case in boolean mode
2850: was added
2851:
2852: * src/classes/op.C: - if switch's or case's value is bool, they are
2853: compared as bool values, not as double values: new feature: #351
2854:
2855: 2011-05-06 misha
2856:
2857: * tests/242.html: - EOL before EOF was added
2858:
2859: * tests/169.html: - tests for splitting empty string and void were
2860: added
2861:
2862: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
2863: returned table with one empty cell)
2864:
2865: 2011-04-03 misha
2866:
2867: * src/include/pa_version.h, configure.in: - version in head was
2868: changed to 3.4.2b
2869:
2870: 2011-03-30 misha
2871:
2872: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
2873: as well ( new feature #294 )
2874:
2875: 2011-03-29 misha
2876:
2877: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
2878: limited to approx. 6 MB. previous limits were too big for real
2879: life. bugfix: #216
2880:
2881: 2011-03-04 moko
2882:
2883: * etc/parser3.charsets/cp866.cfg: Conforms to
2884: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
2885:
2886: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
2887: vlalek@
2888:
2889: 2011-02-22 misha
2890:
2891: * src/include/pa_charset.h, operators.txt: - some methods mustn't
2892: be under #ifdef XML or parser can't be compiled without xml
2893: support
2894:
2895: 2011-02-21 misha
2896:
1.101 moko 2897: * src/targets/apache/: Makefile.am: - mention
1.95 moko 2898: ApacheModuleParser3.vcproj was removed
2899:
2900: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
2901: removed)
2902:
2903: 2011-02-20 misha
2904:
2905: * tests/: 266.html, 266.p: - tests for checking $.inherited and
2906: $.overridden in ^reflection:method_info[...] were added
2907:
2908: * src/classes/reflection.C: - beautifying result of
2909: ^reflection:method_info[] ($.overridden/inherited)
2910:
2911: 2011-02-18 misha
2912:
2913: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
2914: and pa_isalnum instead of isalpha and isalnum - bug with
2915: redundand quoting lowercased latin chars while building email
2916: body was fixed
2917:
2918: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
2919: added (they check for latin chars only)
2920:
2921: 2011-02-16 misha
2922:
2923: * src/main/pa_charset.C: - bugfix: in some cases the calculating
2924: string size for transcoding gave too small value (should ever
2925: look for availability char in dest charset inspite of the char
2926: size)
2927:
2928: 2011-02-04 moko
2929:
2930: * tests/223.html: header values now not url-encoded (issue #195)
2931:
2932: 2011-02-01 misha
2933:
2934: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
2935:
2936: 2011-01-31 misha
2937:
2938: * src/main/pa_request.C: - throw exception if param file_name in
2939: use_file is empty
2940:
2941: 2011-01-08 moko
2942:
2943: * src/classes/curl.C: compilations errors fixed
2944:
2945: 2010-12-29 moko
2946:
2947: * tests/: 265.html, results/265.processed: test for issue #200
2948: added
2949:
2950: * src/main/pa_string.C: empty regex result check added (fixes issue
2951: #200)
2952:
2953: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
2954:
2955: * tests/results/223.processed: header values now not url-encoded
2956: (issue #195)
2957:
2958: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2959: main/untaint.C: L_HTTP_HEADER now used in http headers values,
2960: pa_http_safe_header_name added for headers names (fixes bug #195)
2961:
2962: 2010-12-18 misha
2963:
2964: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
2965: => pa-include
2966:
2967: 2010-11-28 moko
2968:
2969: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
2970:
2971: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
2972: -> pa
2973:
2974: * configure.in: apr -> pa
2975:
2976: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
2977:
2978: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
2979: classes/Makefile.am, types/Makefile.am: apr -> pa
2980:
2981: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
2982: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
2983: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
2984: pa-include/pa_apr.h, pa-include/pa_errno.h,
2985: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
2986: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
2987: module apr name conflict resolved)
2988:
2989: 2010-11-27 misha
2990:
2991: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
2992: libbz2
2993:
2994: 2010-11-26 misha
2995:
2996: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
2997: warnings removed
2998:
2999: 2010-11-25 moko
3000:
3001: * operators.txt: $.indent(true)
3002:
3003: * operators.txt: another bugfix. :)
3004:
3005: * operators.txt: bugfix. :)
3006:
3007: * buildall-with-xml: libxml2-2.7.8 + with-apache
3008:
3009: 2010-11-24 moko
3010:
1.101 moko 3011: * configure: apxs support
1.95 moko 3012:
3013: * configure.in: apxs support -Bstatic gc removed for OS X
3014:
3015: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
3016:
3017: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
3018: THREAD_LOCAL usage
3019:
3020: * src/: classes/curl.C, include/pa_config_includes.h,
3021: main/pa_globals.C: THREAD_LOCAL defined and used
3022:
3023: 2010-11-23 moko
3024:
3025: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
3026: should be passed to pa_sleep, and only fractional part (bugfix:
3027: #188)
3028:
3029: * src/targets/apache/mod_parser3.c: 1.3 compatibility
3030:
3031: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3032: GC_dont_gc=1, as in cgi version
3033:
3034: * src/targets/apache/mod_parser3.c: warning war
3035:
3036: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3037: pa_httpd.h: version removed, some trash removed
3038:
3039: * src/targets/apache/mod_parser3.c: version removed (we don't want
3040: to show it), warning war
3041:
3042: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3043: pa_httpd.h: parser_status_allowed removed + merge config
3044: functions removed (override is the default) + beauty
3045:
3046: * src/: include/pa_request.h, main/pa_request.C,
3047: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
3048: hide $status used in apache module removed
3049:
3050: 2010-11-18 moko
3051:
3052: * operators.txt: $.table[compact] added for ^json:string[]
3053:
3054: 2010-11-16 moko
3055:
3056: * src/targets/apache/mod_parser3.c: some cleanup done
3057:
3058: * src/main/untaint.C: bugfix: first, second String::Body argument
3059: is hashcode; second, info.fragment_begin is original, not
3060: resulting length
3061:
3062: * src/classes/file.C: new feature: $.stdin now untainted
3063:
3064: * tests/results/264.processed: new feature: $.stdin[] now untainted
3065:
3066: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
3067:
3068: * src/classes/op.C: ^apply-taint[] method added
3069:
3070: * tests/: 264.html, results/264.processed: ^apply-taint[] test
3071: added; $.stdin untaint test added
3072:
3073: 2010-11-15 moko
3074:
3075: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
3076: removed
3077:
3078: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3079: pa_httpd.h: 2x2 calculated under apache2. :)
3080:
3081: 2010-11-13 moko
3082:
3083: * src/targets/apache/mod_parser3.c: initial changes to build module
3084: with apache 2.x includes
3085:
3086: * src/targets/apache/: Makefile.am, mod_parser3.c,
3087: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
3088: united apache 1.3 / apache 2.x DSO module
3089:
3090: 2010-11-09 moko
3091:
3092: * src/types/pa_method.h: check added to dissallow @method[name;*]
3093: syntax
3094:
3095: * tests/: 263.html, results/263.processed: test from method[*args]
3096: added
3097:
3098: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
3099: number of params can now be passed to a method declared with *arg
3100:
3101: 2010-11-06 moko
3102:
3103: * src/classes/table.C: formating fixed. :)
3104:
3105: * src/classes/table.C: closes #4: ^table.select now supports
3106: $.limit(), $.offset, $.reverse() options
3107:
3108: * tests/: 262.html, results/262.processed: test for ^table:select
3109: with options added (feature #4)
3110:
3111: * src/include/pa_array.h: remove function added
3112:
3113: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
3114: object in get_element/put_element, using static one.
3115:
3116: 2010-11-04 moko
3117:
3118: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
3119: options is passed
3120:
3121: * tests/: 256.html, results/256.processed: $.table[compact] feature
3122: now tested; k and p in handler now tested.
3123:
3124: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
3125: $.table[compact] feature added
3126:
3127: * src/classes/json.C: key is now passed to handler in
3128: value_json_string; ^json:string result now process tainting
3129: inside and returns clean string, related to issue #153
3130:
3131: * src/main/untaint.C: bugfix: charset can be null (in
3132: ^string:save[] as example), thus check is added
3133:
3134: 2010-10-31 moko
3135:
3136: * src/classes/string.C: error message changed (fixes issue #149)
3137:
3138: 2010-10-29 moko
3139:
3140: * src/main/pa_http.C: ":port" is now added to "Host:" header if
3141: port is not default (fixes issue #155); exception on invalid port
3142: added.
3143:
3144: * src/main/untaint.C: '*' is now not urlencoded to allow header
3145: "Accept: */*" to be passed
3146:
3147: 2010-10-28 moko
3148:
3149: * src/classes/curl.C: bugfix: detect_charset() was throwing
3150: exception on unknown charset even if response_charset was
3151: specified
3152:
3153: 2010-10-27 moko
3154:
3155: * src/classes/string.C: ^string.append removed for void
3156: compatibility
3157:
3158: 2010-10-26 moko
3159:
3160: * src/classes/json.C: libjson supports array at top level, we too
3161: (GPF fixed)
3162:
3163: 2010-10-25 moko
3164:
3165: * tests/: 253.html, results/253.processed: libjson supports array
3166: at top level, parser now supports it as well.
3167:
3168: * tests/261.html, tests/results/261.processed,
3169: src/types/pa_vstring.h: empty string is now void compatible
3170: (allows $empty.key)
3171:
3172: 2010-10-22 misha
3173:
3174: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
3175: while adding additional expires checkout)
3176:
3177: * tests/030.html: - test for session cookie was added
3178:
3179: 2010-10-21 moko
3180:
3181: * src/: classes/string.C, classes/void.C, main/execute.C,
3182: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
3183: string (feature #111)
3184:
3185: * tests/: 261.html, results/261.processed: checks void from string
3186: inheritance (feature #111)
3187:
3188: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
3189: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
3190: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
3191: now true by default
3192:
3193: 2010-10-17 moko
3194:
3195: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
3196: upload now uses binary blocks instead of L_FILE_POST tainting.
3197: (bugfix: #128)
3198:
3199: * tests/: 223.html, results/223.processed: binary file upload test
3200: added, GPF (issue #128) also checked in this test
3201:
3202: 2010-10-13 misha
3203:
3204: * tests/260.html: - test for math:convert
3205:
3206: * src/classes/math.C: - error in math:convert was fixed
3207:
3208: * operators.txt: - info about
3209: ^math:convert[number](from-base;to-base) was added
3210:
3211: * src/classes/math.C: - method
3212: ^math:convert[number](from-base;to-base) for converting number
3213: represention from one base to another was added ( new feature:
3214: #23 )
3215:
3216: 2010-10-13 moko
3217:
3218: * src/main/compile.tab.C: [] now is empty string, not void
3219:
3220: * src/main/compile.y: [] now is empty string, not void
3221:
3222: * src/types/pa_vvoid.h: void now passed as parameter
3223:
3224: * tests/: 259.html, results/259.processed: to test difference
3225: between void and empty string (see ticket #111)
3226:
3227: * tests/results/152.processed: $sEmpty[] is now empty string, not
3228: void
3229:
3230: * tests/256.html: $s[$void] is no longer empty string
3231:
3232: * tests/254.html: empty string is no longer void
3233:
3234: 2010-10-12 misha
3235:
3236: * src/types/pa_vcookie.C: - check if $.expires value can be
3237: converted to date during cookies set up ( bugfix: #104 )
3238:
3239: * tests/041.html: - more tests for ^table.locate were added
3240:
3241: * src/classes/table.C: - ^table.locate[field;value;options] didn't
3242: work ( bugfix: #129 ) - exception comment for incorrect options
3243: ^table.locate[field;value;options] was fixed
3244:
3245: 2010-10-10 moko
3246:
3247: * src/: classes/reflection.C, main/execute.C: constructor returning
3248: another object feature returned
3249:
3250: * tests/results/258.processed: test result updated as constructor
3251: returning another object feature returned
3252:
3253: * tests/: 258.html, results/258.processed: test for constructor
3254: returning another object
3255:
3256: 2010-10-08 misha
3257:
3258: * tests/257.html: - whitespaces after @METACOMMANDS and their
3259: options shouldn't cause exceptions any longer
3260:
3261: 2010-10-06 moko
3262:
3263: * src/classes/: hash.C, table.C: length from sql server is now
3264: ignored, as sql string can contain 0x00 inside (bugfix: #119)
3265:
3266: 2010-10-02 misha
3267:
3268: * operators.txt: - the X mark was removed from ^cache[file]. it is
3269: usable to delete cache file.
3270:
3271: 2010-10-02 moko
3272:
3273: * tests/: 253.html, results/253.processed: hook_key added for key
3274: checking
3275:
3276: * src/classes/json.C: null key bug fixed
3277:
3278: 2010-09-29 misha
3279:
3280: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
3281:
3282: 2010-09-25 moko
3283:
3284: * src/classes/json.C: small fixed
3285:
3286: * tests/results/: 253.processed, 255.processed: just updated
3287:
3288: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
3289: results/255.processed: charset transcode test added for
3290: json:parse
3291:
3292: 2010-09-24 moko
3293:
3294: * src/types/pa_value.h: warning war :)
3295:
3296: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
3297: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
3298: ^json:string
3299:
3300: 2010-09-22 moko
3301:
3302: * src/main/pa_charset.C: parser charset tables declare only
3303: white-space before 0x20, thus adding the missing chars
3304:
3305: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
3306: to http://unicode.org/Public/MAPPINGS/VENDORS/
3307:
3308: 2010-09-21 misha
3309:
3310: * src/main/compile.y: - some semicolons were added (VS2010 don't
3311: want to compile grammar if they are absent)
3312:
3313: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
3314:
3315: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
3316:
3317: * src/main/main.vcproj: - path to bison is changed
3318:
3319: 2010-09-21 moko
3320:
1.101 moko 3321: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
3322: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
3323: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 3324:
3325: 2010-09-20 misha
3326:
3327: * src/types/pa_vtable.C: - add EOLs while json-serializing table
3328:
3329: * src/classes/json.C: - add EOL while json-serializing hash
3330:
3331: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
3332: compilers don't like 'ES'.
3333:
3334: 2010-09-17 misha
3335:
3336: * operators.txt: - info about json class was added
3337:
3338: * src/classes/json.C: - ^json:string[object]
3339:
3340: * src/: include/pa_request.h, main/pa_request.C: - stuff for
3341: preventing infinite recursion while executing json:string was
3342: added
3343:
3344: * src/include/pa_string.h: - method append_quoted was added
3345:
3346: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
3347: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
3348: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
3349: was added to Value & Co
3350:
3351: * src/classes/date.C: - methods get_gmt_string and get_sql_string
3352: were used
3353:
3354: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
3355: were added
3356:
3357: 2010-09-10 moko
3358:
3359: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3360: die_or_abort (backport from 3.4.1)
3361:
3362: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3363: die_or_abort (bugfix: #106)
3364:
3365: 2010-09-09 moko
3366:
3367: * src/classes/json.C: warning war. :)
3368:
3369: 2010-09-08 misha
3370:
3371: * src/lib/json/Makefile.am: - additional include directories were
3372: added (for pa_memory.h and gc.h)
3373:
3374: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
3375: compile as C++ instead default - additional include directory was
3376: added (for gc.h)
3377:
3378: * src/types/pa_vform.C: - little code reformating
3379:
3380: * src/classes/file.C: - $.content-type option now can be specified
3381: in ^file::create ( new feature: #102 )
3382:
3383: 2010-09-08 moko
3384:
3385: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
3386: pa_malloc/pa_free
3387:
3388: 2010-09-07 moko
3389:
3390: * tests/results/254.processed: VStateless_class:put_element
3391: exception was fixed
3392:
3393: * src/types/: pa_value.h, pa_vstateless_class.h: now
3394: VStateless_class:put_element barks self.type, not this.type
3395: (bugfix: #105)
3396:
3397: 2010-09-06 moko
3398:
3399: * src/classes/reflection.C: bugfix: new String() is required for
3400: exception handling
3401:
3402: * tests/: 254.html, results/254.processed: test modified
3403:
3404: 2010-09-05 moko
3405:
3406: * tests/: 254.html, results/254.processed: ^reflection:copy test
3407: added
3408:
3409: * src/: classes/reflection.C, include/pa_request.h:
3410: ^reflection:copy implemented (new feature: #100)
3411:
3412: 2010-09-03 moko
3413:
3414: * src/lib/json/JSON_parser.C: c++ compatiblity
3415:
3416: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
3417: option testing added
3418:
3419: 2010-09-02 moko
3420:
3421: * src/classes/json.C: $.distinct[first|last|all] added
3422:
3423: 2010-09-01 moko
3424:
3425: * tests/results/253.processed: json test result
3426:
3427: * tests/: 253.html, 253_json.txt: json test added
3428:
3429: * src/classes/json.C: json.C update to actual version + hash key
3430: creation bugfix
3431:
3432: 2010-08-31 misha
3433:
3434: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
3435: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
3436: src/lib/Makefile.am, src/classes/Makefile.am,
3437: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
3438: json library was added
3439:
3440: 2010-08-30 moko
3441:
3442: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3443: types/pa_vobject.C: cosmetic optimization in
3444: request:execute_method usage
3445:
3446: * src/: include/pa_charset.h, main/pa_charset.C: small
3447: optimization, just to decrease number of lines. :)
3448:
3449: 2010-08-27 misha
3450:
3451: * src/classes/op.C: - taint[json] was added
3452:
3453: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
3454: were added
3455:
3456: * src/main/pa_exec.C: - warning fix was rolled back.
3457:
3458: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
3459: include/pa_string.h: - taint[json] was added - escaping was
3460: slightly modified
3461:
3462: 2010-08-25 misha
3463:
3464: * src/classes/file.C: - typo in file:sql exception was fixed
3465:
3466: * src/main/pa_exec.C: - warning about declared and not used
3467: variable forced_allow was removed
3468:
3469: 2010-08-14 misha
3470:
3471: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
3472: were removed
3473:
3474: 2010-08-11 moko
3475:
3476: * tests/: 249.html, results/249.processed: default setter and
3477: anti-recursive default getter test added
3478:
3479: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
3480: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
3481: types/pa_vobject.h, types/pa_vstateless_class.C,
3482: types/pa_vstateless_class.h: default setter support +
3483: anti-recursive default getter support ( new feature: #13 )
3484:
3485: * src/include/pa_hash.h: optimization: threshold member removed
3486: from hash, reducing sizeof(hash)
3487:
3488: 2010-08-10 misha
3489:
3490: * tests/196.html: - junction-method was added to the test
3491:
3492: * tests/248.html: - ups. typo :)
3493:
3494: * tests/248.html: - test for checking .match with 4 params
3495:
3496: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
3497: 247_windows1251.txt: - test for "transcode file from utf-8 to
3498: $request:charset during loading if the BOM code is detected"
3499:
3500: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
3501: $request:charset during loading if the BOM code is detected ( new
3502: feature: #98 )
3503:
3504: 2010-08-05 misha
3505:
3506: * src/classes/image.C: - ^image.replace now can accept only 2
3507: params. in this case the whole image is affected ( new feature:
3508: #95 )
3509:
3510: 2010-08-04 misha
3511:
3512: * tests/246.html: - test tor ^hash._at[] was added
3513:
3514: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
3515: #53 )
3516:
3517: * src/include/pa_hash.h: - methods for accessing the first and the
3518: last values of ordered hash were added (first_value and
3519: last_value)
3520:
3521: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
3522: (similar to others file's methods):
3523: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
3524: #68 )
3525:
3526: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
3527:
3528: 2010-08-01 moko
3529:
3530: * src/classes/op.C: to correctly process $result[] in code, called
3531: from ^process
3532:
3533: * tests/245.html: $result in ^process[] test added
3534:
3535: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3536: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
3537: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
3538: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
3539: caller, self) op_call(VMethodFrame &frame, bool constructing)
3540: removed, construct(class,method) added
3541:
3542: * tests/results/: 192.processed, 244.processed: request::construct
3543: added
3544:
3545: * tests/: 244.html, 245.html, results/244.processed,
3546: results/245.processed: object creation exceptions and ^process
3547: tests added
3548:
3549: 2010-07-28 misha
3550:
3551: * tests/make_tests.cmd: - win32 EOLs
3552:
3553: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
3554: tests on Win32 were added (The system timezone should be GMT+3)
3555:
3556: 2010-07-26 misha
3557:
3558: * tests/: 212.html, results/212.processed: - sizes were removed
3559: mecause they could be different on different OSs
3560:
3561: * tests/065.html: - make it "win32 friendly"
3562:
3563: 2010-07-25 misha
3564:
3565: * src/main/compile.y: - all EOLs between methods are removed during
3566: compilation ( new feature: #47 )
3567:
3568: * tests/results/149.processed: - prepare tests to trim trailing
3569: methods' EOLs
3570:
3571: * tests/149.html: - prepare tests to trim trailing methods' EOLs
3572:
3573: * tests/: results/006.processed, results/014.processed, 006.html,
3574: 014.html, 022.html: - prepare tests to trim trailing methods'
3575: EOLs
3576:
3577: * tests/: 059.html, 071.html, 149.html, results/059.processed,
3578: results/071.processed, results/022.processed: - prepare tests to
3579: trim trailing methods' EOLs
3580:
3581: * tests/: results/073.processed, results/109.processed,
3582: results/142.processed, results/144.processed,
3583: results/149.processed, 073.html, 096.html, 109.html, 142.html,
3584: 144.html: - prepare tests to trim trailing methods' EOLs
3585:
3586: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
3587: 149.html, 152.html, results/096.processed, results/107.processed,
3588: results/109.processed, results/142.processed,
3589: results/144.processed: - prepare tests to trim trailing methods'
3590: EOLs
3591:
3592: 2010-07-24 moko
3593:
3594: * tests/results/: 156.processed, 224.processed: fix for #54 changed
3595: the hash order in this test
3596:
3597: * tests/014.html: to check hash order, hash no is longer sorted
3598: before print
3599:
3600: * src/include/pa_hash.h: hash copy constructor now keeps order
3601: (bugfix: #54)
3602:
3603: 2010-07-23 moko
3604:
3605: * tests/results/224.processed: @auto[] is no longer inherited
3606:
3607: * src/types/pa_vstateless_class.C, tests/227.html,
3608: tests/results/227.processed: @auto[] is no longer inherited
3609: (bugfix: #57)
3610:
3611: 2010-07-22 misha
3612:
3613: * src/classes/table.C: - don't skip comment lines during
3614: table::load if encloser or separator is set as '#' ( new feature:
3615: #30 )
3616:
3617: * src/targets/cgi/parser3.C: - don't run as cgi if
3618: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
3619: #12 )
3620:
3621: * src/classes/file.C: - set PARSER_VARSION env before external
3622: script executing
3623:
3624: 2010-07-13 misha
3625:
3626: * tests/058.html: - test for suppressing @border was added - test
3627: for user attribute was added
3628:
3629: * tests/results/186.processed: unescaping from \uXXXX
3630:
3631: * tests/186.html: unescaping from \uXXXX
3632:
3633: * tests/: 239.html, results/239.processed: method call type
3634:
3635: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
3636: $junction_method.CLASS_NAME (+CLASS)
3637:
3638: 2010-07-07 misha
3639:
3640: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
3641: *nix
3642:
3643: 2010-07-05 misha
3644:
3645: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3646: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3647: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
3648: comment strings "options must be hash", "options must be hash,
3649: not code" and "called with invalid option" were replaced by
3650: constatns - exception comment string "invalid option passed" was
3651: replaced by "called with invalid option" (now in different
3652: methods are the same exception comment string)
3653:
3654: * src/include/pa_exception.h: - more exception strings were defined
3655:
3656: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3657: types/pa_vstateless_class.h: - now we can define possible
3658: method's call type ( new feature: #5 ) 1.
3659: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
3660: methods 2. @static:method[params] (only static keyword could be
3661: used here) -- for specified methods
3662:
3663: * src/main/pa_common.C: - junction points should not be deleted on
3664: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
3665: cleanup
3666:
3667: 2010-07-03 misha
3668:
3669: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
3670: results/158.processed, results/160.processed,
3671: results/161.processed, results/162.processed,
3672: results/163.processed: - prepare tests to trim trailing methods'
3673: EOLs
3674:
3675: * tests/results/169.processed: - prepare tests to trim trailing
3676: methods' EOLs
3677:
3678: * tests/results/: 168.processed, 169.processed: - prepare tests to
3679: trim trailing methods' EOLs
3680:
3681: * tests/: results/170.processed, results/167.processed,
3682: results/168.processed, results/169.processed, 167.html, 168.html,
3683: 169.html: - prepare tests to trim trailing methods' EOLs
3684:
3685: * tests/: results/170.processed, results/171.processed,
3686: results/172.processed, results/173.processed,
3687: results/174.processed, results/175.processed, 170.html, 171.html,
3688: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
3689: trailing methods' EOLs
3690:
3691: * tests/: results/176.processed, results/180.processed,
3692: results/184.processed, results/185.processed,
3693: results/191.processed, results/192.processed,
3694: results/196.processed, results/197.processed,
3695: results/198.processed, 176.html, 180.html, 184.html, 185.html,
3696: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
3697: to trim trailing methods' EOLs
3698:
3699: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
3700: results/199.processed, results/208.processed,
3701: results/209.processed, results/213.processed,
3702: results/214.processed: - prepare tests to trim trailing methods'
3703: EOLs
3704:
3705: 2010-06-29 misha
3706:
3707: * tests/: 220.html, 218.html, results/218.processed,
3708: results/215.processed, results/217.processed, 215.html, 217.html:
3709: - prepare tests to trim trailing methods' EOLs
3710:
3711: * tests/: results/224.processed, 224.html, 223.html,
3712: results/223.processed, results/220.processed: - prepare tests to
3713: trim trailing methods' EOLs
3714:
3715: * tests/results/: 226.processed, 230.processed: - prepare tests to
3716: trim trailing methods' EOLs
3717:
3718: * tests/: 229.html, results/229.processed: - prepare tests to trim
3719: trailing methods' EOLs
3720:
3721: * tests/: 232.html, 235.html, results/232.processed,
3722: results/235.processed, 226.html, 227.html, 228.html, 230.html,
3723: results/226.processed, results/227.processed,
3724: results/228.processed, results/230.processed: - prepare tests to
3725: trim trailing methods' EOLs
3726:
3727: 2010-06-16 moko
3728:
3729: * tests/: 229.html, results/229.processed: elseif now supported in
3730: ^if
3731:
3732: * src/classes/op.C: new feature: #56 elseif now supported in ^if
3733:
3734: 2010-06-03 misha
3735:
3736: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
3737: instead of memcopy for overlaped regions
3738:
3739: 2010-05-25 misha
3740:
3741: * src/main/pa_common.C: - wanring about unused vars was removed
3742:
3743: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
3744: get_method_filename was moved to execute.C
3745:
3746: 2010-05-23 misha
3747:
3748: * src/main/pa_request.C: - more accurate detection of method's file
3749:
3750: 2010-05-22 misha
3751:
3752: * src/classes/reflection.C: - bugfix: core during detection of
3753: .file if filespec isn't detected successfully
3754:
3755: 2010-05-20 misha
3756:
3757: * src/main/pa_request.C: - fix in get_method_filename
3758:
3759: * src/include/pa_request.h: - new feature: #24 -- searching
3760: included file in @USE/^use is changed. if its filespec doesn't
3761: start from '/' it will be searched in caller file directory
3762:
3763: * src/classes/reflection.C: - ^reflection:method_info returns file
3764: where the method is defined
3765:
3766: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
3767: classes/op.C: - new feature: #24 -- searching included file in
3768: @USE/^use is changed. if its filespec doesn't start from '/' it
3769: will be searched in caller file directory
3770:
3771: * src/: classes/file.C, include/pa_common.h: - method lastposafter
3772: is moved to pa_common.h
3773:
3774: 2010-05-18 misha
3775:
3776: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
3777: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
3778: cookie parser decode \uXXXX as well as %uXXXX
3779:
3780: 2010-05-17 misha
3781:
3782: * src/classes/curl.C: beauty: - unused param is removed in method
3783: _curl_version_action - some spaces were removed or replaced by
3784: tabs
3785:
3786: * src/classes/table.C: - bugfix: #72 core with empty value during
3787: ^table.hash[...;name_of_the_last_column][$.type[string]]
3788:
3789: 2010-05-16 misha
3790:
3791: * src/classes/curl.C: new: #61 more curl options were added
3792: (contributed by Sumo)
3793:
3794: 2010-04-29 pretender
3795:
3796: * src/main/pa_string.C: fixes #63 Split result from empty string
3797: now empty string.
3798:
3799: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
3800: string type.
3801:
3802: 2010-04-28 pretender
3803:
3804: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
3805: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
3806: macrodefinition removed
3807:
3808: 2010-04-19 pretender
3809:
3810: * src/main/execute.C: fixes #60 Stacktrace now contains info for
3811: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
3812:
3813: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
3814: fixes #64 Now file.missing exception generates in unsafe mode to.
3815:
3816: * src/classes/file.C: fixes #48 Now not throw "not save environment
3817: variable" exception in grpunlim version.
3818:
3819: 2010-04-05 misha
3820:
3821: * src/classes/string.C: - new feature: 4th param was added to
3822: match. if specified its value is returned in case of nothing was
3823: found
3824:
3825: 2010-04-01 misha
3826:
3827: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
3828: multiple execution of /a/b/auto.p
3829:
3830: 2010-03-19 misha
3831:
3832: * src/main/execute.C: - core in $table1.$table2 was fixed
3833:
3834: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
3835:
3836: 2010-01-27 misha
3837:
3838: * src/main/pa_common.C: - bugfix: there are no excaption.type if
3839: trying to open file by path /existing-file/non-exixting-file
3840:
3841: 2010-01-26 misha
3842:
3843: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
3844: was added (returns file)
3845:
3846: 2009-12-22 misha
3847:
3848: * src/classes/curl.C: - method 'option' was renamed to 'options' -
3849: now parser doesn't have class curl if it was built without it
3850:
3851: 2009-12-15 misha
3852:
3853: * configure.in: - little cheat with curl include dir was added
3854:
3855: 2009-12-05 misha
3856:
3857: * src/classes/curl.C: - some fixes
3858:
3859: 2009-12-04 misha
3860:
3861: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
3862: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
3863: buildall-with-xml, buildall-without-xml, configure.in: - curl
3864: class was added
3865:
3866: * src/include/pa_hash.h: - hash-iterator was added
3867:
3868: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
3869: was added to pcre
3870:
3871: 2009-11-27 misha
3872:
3873: * src/classes/image.C: - don't add @border attribute to output of
3874: ^image.html[] if it was specified by user with empty value
3875:
3876: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
3877: root element and we are trying to access .documentElement
3878:
3879: 2009-11-11 misha
3880:
3881: * src/classes/table.C: - in ^table.flip[] look at number of columns
3882: instead of number of items in first row for named tables
3883:
3884: 2009-11-10 misha
3885:
3886: * operators.txt: - info about hash-options in ^file::create was
3887: added
3888:
3889: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
3890: added
3891:
3892: 2009-11-09 misha
3893:
3894: * buildall-with-xml: - moving to libxml 2.7.6
3895:
3896: * tests/236.html: - tests for comparations cords with functions
3897: were added
3898:
3899: * src/include/pa_string.h: - optimisation: cacheing of cstr was
3900: added
3901:
3902: * src/main/pa_http.C: - little optimisation
3903:
3904: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
3905: GPF mallocs + stringstream (table.save)
3906:
3907: * src/classes/file.C: - file::create now accepts 4th param: options
3908: with $.charset
3909:
3910: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
3911: bug in cord (comparation cords with functions was buggy)
3912:
3913: 2009-11-06 misha
3914:
3915: * src/main/pa_string.C: - bugfix: calculation string.length
3916: sometimes was buggy
3917:
3918: * src/classes/string.C: - bugfix: Temp_value_element wasn't
3919: destroyed if exception occured during match/replace
3920:
3921: * src/: main/pa_charset.C, include/pa_charset.h: - method
3922: lengthUTF8Char was added
3923:
3924: * src/classes/op.C: - clean tainting lang was added for user's
3925: usage
3926:
3927: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
3928: fixed: checkouts are required after GC_MALLOC
3929:
3930: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
3931:
3932: * operators.txt: - actually, there is no ^untaint[xml] in
3933: file::create
3934:
3935: 2009-10-15 misha
3936:
3937: * tests/: 235.html, 235_attach.txt: - tests for preparing email
3938: were added
3939:
3940: * tests/234.html: - more tests for checking ^taint[uri] escaping
3941: were added
3942:
3943: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
3944: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
3945: hacking: for dealing with transcoding+^taint[uri]
3946: transcode_and_untaint was replaced by untaint_and_transcode
3947:
3948: 2009-10-13 misha
3949:
3950: * tests/: 121.html, results/121.processed: - test transcoding +
3951: url-escaping now
3952:
3953: * tests/results/auto.p: - more helpers' methods were added
3954:
3955: * src/main/pa_globals.C: - die instead of abort
3956:
3957: 2009-10-06 misha
3958:
3959: * src/main/pa_common.C: - don't allocate memory during
3960: capitalization if input string is already capitalized
3961:
3962: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
3963:
3964: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
3965: use format function because it calls malloc
3966:
3967: * src/include/pa_common.h: - more capitalized headers were added
3968:
3969: * src/main/pa_common.C: - in safe mode clear executable bits during
3970: file writing
3971:
3972: 2009-10-05 misha
3973:
3974: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
3975:
3976: 2009-10-03 misha
3977:
3978: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
3979: ^img.text[] & ^img.length[] can work in utf-8 now
3980:
3981: * src/: include/pa_charset.h, main/pa_charset.C: - class
3982: UTF8_string_iterator was added
3983:
3984: * src/classes/image.C: - respect utf-8 when calculate alphabet
3985: length
3986:
3987: * src/classes/mail.C: - check from before get message.cstr
3988:
3989: 2009-10-02 misha
3990:
3991: * tests/233.html: - test for image.font, image.length, image.text
3992: with text in utf-8 were added
3993:
3994: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
3995:
3996: * buildall-with-xml, buildall-without-xml: - comment about gc
3997: version for freebsd 4 was added
3998:
3999: 2009-10-01 misha
4000:
4001: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
4002: terminator) - read_pipe were slightly optimized
4003:
4004: 2009-09-28 misha
4005:
4006: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
4007: removed
4008:
4009: * src/types/pa_vmail.C: - forgot about space after ':'
4010:
4011: * src/types/pa_vmail.C: - escape filenames while preparing mail
4012: body - small simplifications
4013:
4014: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
4015: inout params like pa_base64
4016:
4017: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
4018: option $.debug-print(1) was added to mail:send - changes for
4019: using uue_encode which uses less memory
4020:
4021: * src/main/pa_common.C: - pa_base64_encode uses less memory now
4022:
4023: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
4024: memory now
4025:
4026: 2009-09-26 misha
4027:
4028: * src/types/pa_vmail.C: - default encoding now is base64
4029:
4030: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
4031:
4032: 2009-09-25 misha
4033:
4034: * src/types/pa_vmail.C: - capitalization of headers was added to
4035: sending mail as well
4036:
4037: * buildall-with-xml: - catalog package was removed from libxml
4038:
4039: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
4040: win32 absolute path
4041:
4042: * src/include/pa_common.h: - one more capitalized header was added
4043:
4044: 2009-09-22 misha
4045:
4046: * INSTALL: - comment about building just httpd binary while
4047: building apache module was added
4048:
4049: 2009-09-21 misha
4050:
4051: * buildall-with-xml: - moving to the latest versions of xml libs:
4052: libxml 2.7.4 and libxslt 1.1.25
4053:
4054: 2009-09-19 misha
4055:
4056: * tests/231.html: - test for encoding cookie in win-1251
4057:
4058: 2009-09-18 misha
4059:
4060: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
4061: object] were added
4062:
4063: * operators.txt: - info about method ^reflection:fields[class or
4064: object] was added
4065:
4066: * src/classes/reflection.C: - method ^reflection:fields[class or
4067: object] was added
4068:
4069: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
4070: methods get_fields were added
4071:
4072: * tests/232.html: - tests for @GET[name]
4073:
4074: * src/classes/table.C: - some changes in handling hash-options for
4075: creare, join and locate
4076:
4077: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
4078: defined with option: the type of requested value
4079:
4080: 2009-09-17 misha
4081:
4082: * tests/212.html: - tests for .pattern and .options were added
4083:
4084: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
4085: $regex.options were added
4086:
4087: 2009-09-11 misha
4088:
4089: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
4090: rewrited. it checks not just one case of sending cookies during
4091: file::load[http], but also sending headers and fields (including
4092: files)
4093:
4094: 2009-09-10 misha
4095:
4096: * src/main/untaint.C: - workaround in file-spec lang for old Macs
4097: was removed => now parser can open files with Russian 'r' in
4098: filename
4099:
4100: * src/main/untaint.C: - bugfix: client charset whould be analized
4101: while escaping cookies but now source charset
4102:
4103: * src/main/pa_http.C: - bugfix: the values of http headers didn't
4104: ^tainted[uri] so it was possible to make request with incorrect
4105: http header
4106:
4107: * src/main/pa_http.C: - capitalization of http headers during
4108: file::load[http was slightly changes - bugfix: all headers which
4109: parser sends during file::load[http should be transcoded and only
4110: then escaped
4111:
4112: * src/main/untaint.C: - a bit more comments were added
4113:
4114: * src/classes/: file.C, string.C: - types where changes (minus 2
4115: warnings)
4116:
4117: * src/include/pa_common.h: - 2 capitalized strings for making http
4118: headers during file::load[http were added
4119:
4120: 2009-09-08 misha
4121:
4122: * operators.txt: - changes in file.save and string.save were added
4123:
4124: * tests/: 230.html, 230.txt: - tests for checking options in
4125: file.save and string.save were added
4126:
4127: * src/main/pa_request.C: - http headers names, which are passed to
4128: SAPI::add_header_attribute are lowercased now (it'll be
4129: capitalized in that method)
4130:
4131: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
4132: classes/string.C: - file_write accepts Request_charsets and asked
4133: charset and cound transcode content before writing - string.save
4134: and file.save have option $.charset now
4135:
4136: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
4137: classes/xdoc.C: - file_write accepts Request_charsets and asked
4138: charset and cound transcode content before writing
4139:
4140: * src/include/pa_exception.h: - new exception comment string was
4141: defined
4142:
4143: 2009-09-07 misha
4144:
4145: * src/main/compile.y: - grammar $name\ name stops now for regex
4146: sub-pattern\s
4147:
4148: 2009-09-04 misha
4149:
4150: * src/main/pa_http.C: - capitalization of http headers during
4151: file::load[http was implemented
4152:
4153: 2009-09-03 misha
4154:
4155: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4156: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
4157: types/pa_vmail.C, targets/cgi/parser3.C,
4158: targets/isapi/parser3isapi.C: - back to storing response http
4159: headers in lowercase - capitalize them during output
4160:
4161: 2009-08-31 misha
4162:
4163: * src/classes/table.C: - allow call with any brackets (it could be
4164: useful in methods with explict result declaration)
4165:
4166: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
4167: correctly if $request:charset==koi8-r
4168:
4169: 2009-08-30 misha
4170:
4171: * src/: include/pa_common.h, main/pa_request.C: - http headers were
4172: changed: content-type => Content-type and so on
4173:
4174: * src/classes/file.C, src/include/pa_common.h,
4175: src/include/pa_request.h, src/main/pa_http.C,
4176: src/main/pa_request.C, src/types/pa_vcookie.C,
4177: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
4178: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
4179: tests/results/002.processed, tests/results/003.processed,
4180: tests/results/004.processed, tests/results/005.processed,
4181: tests/results/006.processed, tests/results/007.processed,
4182: tests/results/008.processed, tests/results/009.processed,
4183: tests/results/010.processed, tests/results/011.processed,
4184: tests/results/012.processed, tests/results/013.processed,
4185: tests/results/014.processed, tests/results/015.processed,
4186: tests/results/016.processed, tests/results/017.processed,
4187: tests/results/018.processed, tests/results/019.processed,
4188: tests/results/020.processed, tests/results/021.processed,
4189: tests/results/022.processed, tests/results/023.processed,
4190: tests/results/024.processed, tests/results/025.processed,
4191: tests/results/026.processed, tests/results/027.processed,
4192: tests/results/028.processed, tests/results/029.processed,
4193: tests/results/030.processed, tests/results/031.processed,
4194: tests/results/032.processed, tests/results/033.processed,
4195: tests/results/034.processed, tests/results/035.processed,
4196: tests/results/036.processed, tests/results/037.processed,
4197: tests/results/038.processed, tests/results/039.processed,
4198: tests/results/040.processed, tests/results/041.processed,
4199: tests/results/042.processed, tests/results/043.processed,
4200: tests/results/044.processed, tests/results/045.processed,
4201: tests/results/046.processed, tests/results/047.processed,
4202: tests/results/048.processed, tests/results/049.processed,
4203: tests/results/050.processed, tests/results/051.processed,
4204: tests/results/052.processed, tests/results/053.processed,
4205: tests/results/054.processed, tests/results/055.processed,
4206: tests/results/056.processed, tests/results/057.processed,
4207: tests/results/058.processed, tests/results/059.processed,
4208: tests/results/060.processed, tests/results/061.processed,
4209: tests/results/062.processed, tests/results/063.processed,
4210: tests/results/064.processed, tests/results/065.processed,
4211: tests/results/066.processed, tests/results/067.processed,
4212: tests/results/068.processed, tests/results/069.processed,
4213: tests/results/070.processed, tests/results/071.processed,
4214: tests/results/072.processed, tests/results/073.processed,
4215: tests/results/074.processed, tests/results/075.processed,
4216: tests/results/076.processed, tests/results/077.processed,
4217: tests/results/078.processed, tests/results/079.processed,
4218: tests/results/080.processed, tests/results/081.processed,
4219: tests/results/082.processed, tests/results/083.processed,
4220: tests/results/084.processed, tests/results/085.processed,
4221: tests/results/086.processed, tests/results/087.processed,
4222: tests/results/088.processed, tests/results/089.processed,
4223: tests/results/090.processed, tests/results/091.processed,
4224: tests/results/092.processed, tests/results/093.processed,
4225: tests/results/094.processed, tests/results/095.processed,
4226: tests/results/096.processed, tests/results/097.processed,
4227: tests/results/098.processed, tests/results/099.processed,
4228: tests/results/100.processed, tests/results/101.processed,
4229: tests/results/102.processed, tests/results/103.processed,
4230: tests/results/104.processed, tests/results/105.processed,
4231: tests/results/106.processed, tests/results/107.processed,
4232: tests/results/108.processed, tests/results/109.processed,
4233: tests/results/110.processed, tests/results/111.processed,
4234: tests/results/112.processed, tests/results/113.processed,
4235: tests/results/114.processed, tests/results/115.processed,
4236: tests/results/116.processed, tests/results/117.processed,
4237: tests/results/118.processed, tests/results/119.processed,
4238: tests/results/120.processed, tests/results/121.processed,
4239: tests/results/122.processed, tests/results/123.processed,
4240: tests/results/124.processed, tests/results/125.processed,
4241: tests/results/126.processed, tests/results/127.processed,
4242: tests/results/128.processed, tests/results/129.processed,
4243: tests/results/130.processed, tests/results/131.processed,
4244: tests/results/132.processed, tests/results/133.processed,
4245: tests/results/134.processed, tests/results/135.processed,
4246: tests/results/136.processed, tests/results/138.processed,
4247: tests/results/139.processed, tests/results/140.processed,
4248: tests/results/141.processed, tests/results/142.processed,
4249: tests/results/143.processed, tests/results/144.processed,
4250: tests/results/145.processed, tests/results/146.processed,
4251: tests/results/147.processed, tests/results/148.processed,
4252: tests/results/149.processed, tests/results/150.processed,
4253: tests/results/151.processed, tests/results/152.processed,
4254: tests/results/153.processed, tests/results/154.processed,
4255: tests/results/155.processed, tests/results/156.processed,
4256: tests/results/157.processed, tests/results/158.processed,
4257: tests/results/159.processed, tests/results/160.processed,
4258: tests/results/161.processed, tests/results/162.processed,
4259: tests/results/163.processed, tests/results/164.processed,
4260: tests/results/165.processed, tests/results/166.processed,
4261: tests/results/167.processed, tests/results/168.processed,
4262: tests/results/169.processed, tests/results/170.processed,
4263: tests/results/171.processed, tests/results/172.processed,
4264: tests/results/173.processed, tests/results/174.processed,
4265: tests/results/175.processed, tests/results/176.processed,
4266: tests/results/177.processed, tests/results/178.processed,
4267: tests/results/179.processed, tests/results/180.processed,
4268: tests/results/181.processed, tests/results/182.processed,
4269: tests/results/183.processed, tests/results/184.processed,
4270: tests/results/185.processed, tests/results/186.processed,
4271: tests/results/187.processed, tests/results/188.processed,
4272: tests/results/189.processed, tests/results/190.processed,
4273: tests/results/191.processed, tests/results/192.processed,
4274: tests/results/193.processed, tests/results/194.processed,
4275: tests/results/195.processed, tests/results/196.processed,
4276: tests/results/197.processed, tests/results/198.processed,
4277: tests/results/199.processed, tests/results/200.processed,
4278: tests/results/201.processed, tests/results/202.processed,
4279: tests/results/203.processed, tests/results/204.processed,
4280: tests/results/205.processed, tests/results/206.processed,
4281: tests/results/207.processed, tests/results/208.processed,
4282: tests/results/209.processed, tests/results/210.processed,
4283: tests/results/211.processed, tests/results/212.processed,
4284: tests/results/213.processed, tests/results/214.processed,
4285: tests/results/215.processed, tests/results/216.processed,
4286: tests/results/217.processed, tests/results/218.processed,
4287: tests/results/219.processed, tests/results/220.processed,
4288: tests/results/221.processed, tests/results/222.processed,
4289: tests/results/223.processed, tests/results/224.processed,
4290: tests/results/225.processed, tests/results/226.processed,
4291: tests/results/227.processed, tests/results/228.processed,
4292: tests/results/229.processed: - http headers were changed:
4293: content-type => Content-type and so on
4294:
4295: 2009-08-27 misha
4296:
4297: * src/: main/pa_random.C, include/pa_random.h,
4298: targets/cgi/parser3.C: - year was updated :)
4299:
4300: 2009-08-26 misha
4301:
4302: * tests/: 224.html, 224.p: - test for creating of parser object
4303: using constructor without params - little bugfix in test
4304:
4305: * src/main/compile_tools.h: - bugfix: should't call autouse while
4306: checking existed class while processing partial option
4307:
4308: * src/classes/reflection.C: - bugfix: core when creating object
4309: with reflection and constructor doesn't have params
4310:
4311: 2009-08-24 misha
4312:
4313: * tests/229.html: - tests for checking the number of parameters
4314: were added
4315:
4316: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
4317: number of method's parameters wasn't checked correctly (the bug
4318: was introduced in 3.4.0)
4319:
4320: 2009-08-22 misha
4321:
4322: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
4323: transcoded, but tainted pieces are escaped only when
4324: content-type==url-encoding
4325:
4326: * tests/228.html: - test for checking
4327: ^file::load[http://...;$.body[]]
4328:
4329: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
4330: post charset was too early (charsets is empty at this moment)
4331:
4332: 2009-08-21 misha
4333:
4334: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
4335: main/untaint.C: - some fixes with transcode+untaint
4336:
4337: 2009-08-15 misha
4338:
4339: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
4340: was increaced to 100 (was 50)
4341:
4342: * tests/227.html: - test for checking overriding properties in
4343: static classes was added
4344:
4345: * tests/: 226.html, 226.p: - test for @autoload[] was added
4346:
4347: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
4348: main/execute.C, main/pa_request.C, classes/reflection.C: -
4349: autouse was implemented
4350:
4351: 2009-08-14 misha
4352:
4353: * src/classes/reflection.C: - outdated checkout was removed
4354:
4355: * src/classes/reflection.C: - optimization - method ^dynamical was
4356: added.
4357:
4358: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
4359: types/pa_vstateless_class.h, main/execute.C: - optimization
4360:
4361: * src/types/pa_vclass.C: - exception if base on sytem class
4362:
4363: 2009-08-12 misha
4364:
4365: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
4366: pa_vstateless_class.h: - little optimisation
4367:
4368: 2009-08-11 misha
4369:
4370: * tests/224.html: - method_params => method_info - checking for
4371: $.inherited
4372:
4373: * src/classes/reflection.C, operators.txt: - method method_params
4374: was renamed to method_info and now it returns class name, if
4375: method was defined in ancestor
4376:
4377: * tests/225.html: - tests for cheching properties in hierarhical
4378: classes were added
4379:
4380: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
4381: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4382: main/compile.y, main/execute.C, classes/classes.C: - problems
4383: with properties in new classes implementation were fixed
4384:
4385: 2009-08-10 misha
4386:
4387: * src/main/execute.C: - now constructor shouldn't be defined in
4388: class. it could be defined in parent.
4389:
4390: 2009-08-09 misha
4391:
4392: * src/classes/reflection.C: - ^reflection:methods doesn't return
4393: base's methods
4394:
4395: 2009-08-08 misha
4396:
4397: * src/: classes/classes.h, classes/date.C, classes/file.C,
4398: classes/form.C, classes/hash.C, classes/hashfile.C,
4399: classes/image.C, classes/mail.C, classes/op.C,
4400: classes/reflection.C, classes/regex.C, classes/string.C,
4401: classes/table.C, classes/xdoc.C, classes/xnode.C,
4402: classes/xnode.h, include/pa_hash.h, main/execute.C,
4403: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
4404: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4405: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4406: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4407: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
4408: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4409: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
4410: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4411: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
4412: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
4413: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
4414: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
4415: types/pa_vresponse.C, types/pa_vresponse.h,
4416: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4417: types/pa_vstateless_object.h, types/pa_vstatus.C,
4418: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
4419: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4420: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4421: types/pa_wwrapper.h, types/types.vcproj: - new classes
4422: implementation
4423:
4424: * buildall-with-xml, buildall-without-xml: - gc has a bug if
4425: USE_MUNMAP is used. so it is disabled as a workaround.
4426:
4427: 2009-08-05 misha
4428:
4429: * src/: main/pa_common.C, include/pa_common.h: - not needed
4430: parameter was removed
4431:
4432: * src/main/pa_http.C: - bugfix: error was during detecting
4433: content-type of file which was loaded by http
4434:
4435: 2009-08-01 misha
4436:
4437: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
4438: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
4439: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
4440: can't be disabled with defines any longer
4441:
4442: 2009-07-29 misha
4443:
4444: * src/classes/reflection.C, tests/results/224.processed: - for
4445: native methods with any call type now returned empty call_type
4446: value
4447:
4448: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4449: classes/table.C, include/pa_hash.h, include/pa_request.h,
4450: main/pa_request.C: - break in cycles was optimized
4451:
4452: * INSTALL: - more defines were described
4453:
4454: 2009-07-28 misha
4455:
4456: * operators.txt: - some changes in information about reflection
4457: class
4458:
4459: * tests/: 224.html, 224.p: - tests for reflection class
4460:
4461: * src/classes/reflection.C: - some bugs were fixed, method classes
4462: was added, refactoring
4463:
4464: 2009-07-26 misha
4465:
4466: * src/classes/classes.vcproj: - reflection class wass added to
4467: project
4468:
4469: * operators.txt: - information about reflection class was added
4470:
4471: * src/classes/reflection.C: - class was redesigned
4472:
4473: 2009-07-24 misha
4474:
4475: * src/classes/: Makefile.am, reflection.C: - class reflection was
4476: added
4477:
4478: * src/types/pa_vstateless_class.h: - method for reflection method's
4479: in classes was added
4480:
4481: 2009-07-22 misha
4482:
4483: * src/main/compile_tools.h: - bugfix: $object.$var was
4484: over-optimized. it failed if $object1.$object2.field
4485:
4486: 2009-07-16 misha
4487:
4488: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
4489: lib/cord/cordxtra.c, lib/cord/include/cord.h,
4490: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
4491: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
4492: one more arg: length of cord
4493:
4494: 2009-07-15 misha
4495:
4496: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
4497: tainted in ^file::load[http://...;$.cookies[]]
4498:
4499: * src/classes/: op.C, regex.C, string.C: - new string with
4500: exception was used
4501:
4502: * src/include/pa_exception.h: - new string with exception was added
4503:
4504: * tests/223.html: - test for checking cookie-encoding during
4505: ^file::load[http was added
4506:
4507: * tests/: 221.html, 222.html: - tests for checking type of
4508: $table.fields.field were added
4509:
4510: * src/types/pa_vtable.C: - not used var decl was removed
4511:
4512: * src/include/pa_string.h: - use cached string length in Body::mid.
4513: it improves speed of match with brackets in pattern
4514:
4515: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
4516: outside
4517:
4518: 2009-07-14 misha
4519:
4520: * src/types/pa_vtable.C: - $table.fields.a return string even if
4521: column is empty (sometime returned void) - $table.fields was
4522: added for nameless tables
4523:
4524: * src/targets/cgi/getopt.c: - one warning resolved
4525:
4526: * src/main/pa_string.C: - potentian bug fixed
4527:
4528: * src/classes/op.C: - small optimization in taint/untaint
4529:
4530: 2009-07-13 misha
4531:
4532: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
4533: added
4534:
4535: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
4536: souldn't add the attribut to output
4537:
4538: 2009-07-11 misha
4539:
4540: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
4541: stack size was increaced to 2MB (default=1MB)
4542:
4543: 2009-07-08 misha
4544:
4545: * src/main/pa_string.C: - link to UTF-8 description was added
4546:
4547: * src/include/pa_hash.h: - hash keeps element's order in more
4548: places (ex: ._keys[])
4549:
4550: * tests/220.html: - test for checking order of elements in hash in
4551: foreach was added
4552:
4553: * tests/172.html: - small changes in printing hash
4554:
4555: * tests/129.html: - small changes in printing hash
4556:
4557: * src/: include/pa_common.h, include/pa_hash.h,
4558: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
4559: types/pa_vmethod_frame.h: - hash now keeps order of elements
4560:
4561: * tests/014.html: - small changes in printing hash
4562:
4563: 2009-07-07 misha
4564:
4565: * src/classes/op.C: - new taint language "parser-code" was added
4566:
4567: * tests/219.html: - test for auto untaint parser code in process
4568: was added
4569:
4570: * src/classes/op.C: - tainted pieces in body of process are
4571: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
4572:
4573: * src/: include/pa_string.h, main/untaint.C: - new language
4574: L_PARSER_CODE for auto-untaint in process was added
4575:
4576: * src/: classes/file.C, classes/hash.C, classes/image.C,
4577: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
4578: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
4579: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
4580: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
4581: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
4582: code cleanup
4583:
4584: 2009-07-06 misha
4585:
4586: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
4587: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
4588: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4589:
4590: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
4591: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
4592: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
4593: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
4594: should be used
4595:
4596: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
4597: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
4598: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
4599: untaint_cstr[m] should be used
4600:
4601: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
4602: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4603:
4604: * tests/218.html: - test for checking automatic file-spec-taint was
4605: added
4606:
4607: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
4608: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
4609: classes/file.C, classes/hash.C, classes/image.C,
4610: classes/string.C, classes/table.C, classes/void.C,
4611: classes/xdoc.C: - optimizations and simplification of
4612: string.cstr(...)
4613:
4614: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
4615: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
4616: - optimizations and simplification of string.cstr(...)
4617:
4618: 2009-07-04 misha
4619:
4620: * tests/217.html: - test for recursion detection was added
4621:
4622: * src/: types/types.vcproj, main/main.vcproj,
4623: classes/classes.vcproj, targets/cgi/parser3.vcproj,
4624: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
4625: from .vcproj
4626:
4627: * src/types/pa_wwrapper.h: - dynamic_cast was removed
4628:
4629: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
4630: uploading files and case-insensitive http-method were added
4631:
4632: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
4633: tainted pattern in ^file:list[] was added
4634:
4635: 2009-07-03 misha
4636:
4637: * src/: classes/classes.vcproj, main/main.vcproj,
4638: types/types.vcproj, targets/cgi/parser3.vcproj,
4639: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
4640: for dynamic_cast) - little options changes
4641:
4642: * src/main/pa_http.C: - file::load[http works now with uploading
4643: files _and_ changing $.charset
4644:
4645: 2009-06-29 misha
4646:
4647: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
4648: while creating pattern
4649:
4650: 2009-06-25 misha
4651:
4652: * src/classes/image.C, operators.txt: - options' names for
4653: ^image.font were changed to $.space, $.width and $spacing -
4654: default space width now == gif's width
4655:
4656: 2009-06-24 misha
4657:
4658: * tests/215.html: - tests for $file.mode were added
4659:
4660: * operators.txt: - added info about $file.mode and changes in
4661: ^image.font[
4662:
4663: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
4664: param now could be omited - third param now could be hash (with
4665: all widths options: $.space-width, $.letter-width) - it's
4666: possible to specify tracking ($.letter-space)
4667:
4668: * src/classes/file.C: - file objects now could have mode field
4669: (text|binary)
4670:
4671: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
4672:
4673: 2009-06-23 misha
4674:
4675: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
4676: trim can work with utf-8 chars now
4677:
4678: 2009-06-20 misha
4679:
4680: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
4681: was implemented
4682:
4683: * src/classes/table.C: - string length cacheing was implemented
4684:
4685: * src/include/pa_string.h: - string length cacheing was implemented
4686:
4687: 2009-06-17 misha
4688:
4689: * src/main/execute.C: - value param was removed from
4690: WContext::WContext
4691:
4692: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
4693: pa_wwrapper.h: - value param was removed from WContext::WContext
4694: - field wcontext was removed from VCodeFrame (using fparent
4695: instead)
4696:
4697: * tests/214.html: - test with hash copying
4698:
4699: 2009-06-16 misha
4700:
4701: * tests/: 062.html, results/062.processed: - evaluation hardcoded
4702: strings doesn't work in expression anymore
4703:
4704: * src/main/execute.C: - less calls for get_constructing() - little
4705: refactoring
4706:
4707: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
4708: include/pa_request.h: - less calls for get_constructing()
4709:
4710: * src/classes/: hash.C, hashfile.C: - fixed bug which was
4711: introduced with OPTIMIZE_SINGLE_STRING optimization
4712:
4713: 2009-06-14 misha
4714:
4715: * src/: classes/date.C, classes/file.C, classes/hash.C,
4716: classes/hashfile.C, classes/image.C, classes/regex.C,
4717: classes/table.C, classes/xdoc.C, classes/xnode.h,
4718: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
4719: types/pa_vstateless_class.h, main/execute.C: - create object for
4720: storing object's fields only for parser objects
4721:
4722: 2009-06-13 misha
4723:
4724: * buildall-with-xml, buildall-without-xml: - new option was added
4725: for building GC (it slightly reduces memory usage)
4726:
4727: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
4728: single string write
4729:
4730: * src/main/execute.C: - bytecode optimization of ^class:constructor
4731: - optimization of single string write
4732:
4733: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
4734: - bytecode optimization of ^class:constructor
4735:
4736: 2009-06-09 misha
4737:
4738: * src/targets/cgi/parser3.C: - type size_t was changed to int in
4739: main (better compatibility)
4740:
4741: 2009-06-08 misha
4742:
4743: * src/main/compile.y: - I've forgot to commit it :(
4744:
4745: 2009-06-07 misha
4746:
4747: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
4748: WITH_READ and WITH_ROOT
4749:
4750: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4751: execute.C: - more optimizations for WITH_SELF, WITH_READ and
4752: WITH_ROOT - little refactoring
4753:
4754: 2009-06-06 misha
4755:
4756: * tests/213.html: - tests for 3rd match string-param were added
4757:
4758: * src/classes/string.C: - 3rd match param could be string now
4759:
4760: * src/main/: compile.y, compile_tools.h: - much more bytecode's
4761: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
4762: GET_OBJECT_ELEMENT
4763:
4764: 2009-06-05 misha
4765:
4766: * src/main/pa_http.C: - bugfix: content-length was not calculated
4767: if $.body was specified
4768:
4769: 2009-06-04 misha
4770:
4771: * src/classes/op.C: - optimizing write_assign_lang in connect
4772:
4773: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
4774:
4775: * src/main/execute.C: - little refactoring - optimizing
4776: write_assign_lang in taint/untaint
4777:
4778: * src/include/pa_opcode.h: - little refactoring
4779:
4780: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4781: main/compile_tools.h, main/execute.C: - optimizations for
4782: $self.field, ^self.method, $self.field[...] and $self.field(...)
4783: were added
4784:
4785: 2009-06-03 misha
4786:
4787: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
4788:
4789: 2009-06-02 misha
4790:
4791: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
4792: include/pa_opcode.h: - refactoring in last optimizations
4793: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
4794: now but code is much easy and it is ready for further
4795: improvements.
4796:
4797: 2009-05-27 misha
4798:
4799: * src/: types/pa_junction.h, types/pa_vjunction.C,
4800: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
4801: changed in destructing junctions
4802:
4803: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
4804: String:Body
4805:
4806: 2009-05-26 misha
4807:
4808: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
4809: one method detect_charset was deleted - bug was fixed in this
4810: method (error while detecting charset in content_type withot last
4811: ';')
4812:
4813: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
4814: once
4815:
4816: 2009-05-25 misha
4817:
4818: * src/classes/file.C: - bugfix: file::exec didn't work after
4819: optimizing of helper_length
4820:
4821: 2009-05-24 misha
4822:
4823: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
4824: were added - little refactoring
4825:
4826: * src/main/execute.C: - core while printing in debug log
4827: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
4828: optimisations were added
4829:
4830: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
4831: were added
4832:
4833: 2009-05-23 misha
4834:
4835: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
4836: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
4837: CORD_cat optimization
4838:
4839: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
4840: - call constr optimisation under separate define now
4841:
4842: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
4843: in $b should be string, not void
4844:
4845: * src/main/compile.y: - little fix for rem-cut optimisation
4846:
4847: * src/: include/pa_opcode.h, main/compile_tools.C,
4848: main/compile_tools.h, main/execute.C: - optimisations for
4849: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
4850:
4851: * INSTALL: - description of some #defined were added
4852:
4853: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
4854: before 1st access (memory usage is reduced if don't access to
4855: .text field)
4856:
4857: * src/include/pa_array.h: - array grows step now not static (it
4858: reduces numbers of reallocs)
4859:
4860: 2009-05-20 misha
4861:
4862: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
4863: $.b(2), $c[d] and $.e[f] was added
4864:
4865: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4866: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
4867: $.e[f] was added
4868:
4869: * src/main/execute.C: - debug printing moved in defines
4870:
4871: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
4872: and little refactoring for OP_GET_OBJECT_ELEMENT +
4873: OP_GET_OBJECT_VAR_ELEMENT optimisation
4874:
4875: 2009-05-19 misha
4876:
4877: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4878: execute.C: - $a.$b & ^a.$b bytecode optimisation
4879:
4880: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
4881: ^a.$b optimisation)
4882:
4883: * src/main/compile.y: - compiler now generate new opcodes:
4884: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
4885: ^a.b - compiler now cut off ^rem{ with all content ; any number
4886: of params }
4887:
4888: * src/main/execute.C: - code for handle new opcodes
4889: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
4890:
4891: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
4892: added for LA2V and LA2S
4893:
4894: * src/include/pa_opcode.h: - new defines which can be used for
4895: disable some bytecode optimisation and new opcodes were added
4896:
4897: 2009-05-17 misha
4898:
4899: * src/lib/cord/cordxtra.c: - bugfix.
4900:
4901: * tests/212.html: - .size[] and .study_size[] were added to tests
4902:
4903: * operators.txt: - info about regex class was added
4904:
4905: * tests/212.html: - tests for regex class were added
4906:
4907: 2009-05-16 misha
4908:
4909: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
4910: gc7.1
4911:
4912: * tests/022.html: - test for ^file:list[path;] (empty second param)
4913: was added
4914:
4915: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
4916: param) should work
4917:
4918: 2009-05-15 misha
4919:
4920: * src/classes/table.C: - automatically disable stringstream usage
4921: on freebsd4
4922:
4923: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
4924: scope
4925:
4926: * tests/211.html: - test with different types of access to hash was
4927: added
4928:
4929: * tests/210.html: - test which checks for loosing tainting in
4930: hash's keys was added
4931:
4932: * tests/208.html: - some parser work added. or stime == 0 %-)
4933:
4934: * src/lib/cord/cordbscs.c: - little hack was added to cord
4935:
4936: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
4937:
4938: * src/include/pa_version.h, configure.in: - moko have made a lot of
4939: optimisations for increacing version number more dramatically :)
4940:
4941: * src/classes/date.C: - little refactoring: use constructor which
4942: accepts formated string
4943:
4944: * src/: include/pa_string.h, main/pa_string.C: - String constructor
4945: which can print formatted string was added
4946:
4947: 2009-05-14 misha
4948:
4949: * src/include/pa_string.h: - type was fixed
4950:
4951: * src/: classes/hashfile.C, classes/op.C,
4952: include/pa_cache_managers.h, include/pa_charset.h,
4953: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
4954: include/pa_request.h, include/pa_sql_driver_manager.h,
4955: include/pa_string.h, include/pa_stylesheet_manager.h,
4956: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
4957: main/pa_charsets.C, main/pa_string.C,
4958: main/pa_stylesheet_connection.C, types/pa_value.h,
4959: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4960: types/pa_vobject.C, types/pa_vstateless_class.C,
4961: types/pa_vstateless_class.h: - hash_code caching was implemented
4962: (seaches should be faster now)
4963:
4964: * src/: classes/file.C, classes/hash.C, classes/image.C,
4965: classes/string.C, classes/table.C, include/pa_string.h,
4966: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
4967: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
4968: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
4969: types/pa_vrequest.C: - String constructors don't have that stupid
4970: true/false param which means 'tainted'. they accept lang instead.
4971:
4972: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
4973: with OPTIMIZE_RESULT
4974:
4975: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
4976: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
4977:
4978: 2009-05-13 misha
4979:
4980: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
4981: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
4982: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4983: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
4984: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
4985: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4986: include/pa_string.h, classes/date.C, classes/file.C,
4987: classes/hash.C, classes/image.C, classes/string.C,
4988: classes/table.C, classes/xdoc.C: - result optimisation -
4989: helper_length parameter removed from string constructors
4990:
4991: 2009-05-11 misha
4992:
4993: * tests/209.html: - tests for ^hash::create[hash] were added
4994:
4995: * tests/208.html: - tests for $status:rusage, $status:memory,
4996: ^memory:compact[] were added
4997:
4998: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
4999: log10 were added
5000:
5001: * tests/206.html: - test for try with finally was added
5002:
5003: 2009-05-10 misha
5004:
5005: * tests/205.html: - test for ^file::create[...] was added
5006:
5007: * tests/204.html: - test for ^response:clear[] was added
5008:
5009: * tests/038.html: - tests for trigonometric functions were added
5010:
5011: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
5012: added - more tests for .add, .sub, .union, .intersects and
5013: .intersections
5014:
5015: * tests/065.html: - test for ^file:dirname was added
5016:
5017: * tests/030.html: - test for $cookie:fields was added
5018:
5019: * tests/203.html: - test for ^h._keys[column name] was added
5020:
5021: * tests/201.html: - tests for .trim were added
5022:
5023: * tests/202.html: - tests for last-day,
5024: date:calendar[type](YYYY;MM;DD) were added
5025:
5026: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
5027: .offset[type](N) were added
5028:
5029: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
5030: and .pos[c](N) were added
5031:
5032: * tests/141.html: - test for math:sha1 was added
5033:
5034: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
5035:
5036: 2009-05-09 misha
5037:
5038: * src/main/compile.y: - rollback
5039:
5040: 2009-05-05 misha
5041:
5042: * src/main/pa_exec.C: - little optimisation: somewhere length() was
5043: replaced by is_empty()
5044:
5045: * src/: include/pa_string.h, main/pa_charset.C: - little
5046: optimisation: somewhere length() was replaced by is_empty()
5047:
5048: * src/classes/table.C: - little optimisation: somewhere length()
5049: was replaced by is_empty()
5050:
5051: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
5052: classes/op.C, classes/table.C, main/pa_exception.C: - little
5053: optimisation: somewhere length() was replaced by is_empty()
5054:
5055: 2009-05-04 misha
5056:
5057: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5058: types/pa_vstateless_class.h, main/execute.C,
5059: include/pa_request.h, classes/hash.C, classes/op.C,
5060: classes/table.C: - more optimisations were added: some operators
5061: don't switch write context anylonger
5062:
5063: 2009-05-01 misha
5064:
5065: * src/main/compile.y: - slightly more opcode optimisations for
5066: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
5067:
5068: * src/main/execute.C: - simplifying process for getters
5069:
5070: 2009-04-30 misha
5071:
5072: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
5073:
5074: * tests/results/199.processed: - test for checking $result into
5075: ^rem was added
5076:
5077: * tests/199.html: - test for checking $result into ^rem was added
5078:
5079: * tests/: 022.html, 096.html: - þsort after :list was asses (on
5080: some OS it returns list in different order)
5081:
5082: * src/: include/pa_array.h, include/pa_request.h,
5083: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
5084: changes in stack impl - get_element() optimisation: 3rd param
5085: removed - bugfix: problems with reading empty input param -
5086: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
5087:
5088: * tests/results/198.processed: - test for reading empty local var
5089: was added
5090:
5091: * tests/198.html: - test for reading empty local var was added
5092:
5093: 2009-04-29 misha
5094:
5095: * src/main/compile.y: - bugfix: couldn't compile because
5096: OP_VALUE__GET_ELEMENT should be unde #ifdef
5097:
5098: * src/: include/pa_array.h, include/pa_opcode.h,
5099: include/pa_request.h, main/compile.y, main/execute.C,
5100: main/pa_request.C, types/pa_vmethod_frame.C,
5101: types/pa_vmethod_frame.h: - we can work without opcode
5102: OP_STORE_PARAM, so it was removed
5103:
5104: 2009-04-28 misha
5105:
5106: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
5107: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
5108: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
5109: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
5110: 4.
5111: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
5112:
5113: * src/main/compile_tools.h: - new stuff for op-codes optimisation
5114:
5115: * src/: main/pa_string.C, classes/string.C: - !length() =>
5116: is_empty()
5117:
5118: 2009-04-27 misha
5119:
5120: * src/types/pa_vregex.h: - back explicit vars initialisation
5121:
5122: 2009-04-24 misha
5123:
5124: * src/classes/string.C: - ups. typo fixed
5125:
5126: * src/main/execute.C: - more replacements '*new VBool' to
5127: 'VBool::get' - checks for ^break[], ^continue[] and
5128: parser.interrupted were optimised
5129:
5130: * src/classes/string.C: - number of params.count() calls was
5131: slightly reduced
5132:
5133: 2009-04-23 misha
5134:
5135: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5136: make it x64 friendly
5137:
5138: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5139: parser is x64 friendly now
5140:
5141: 2009-04-22 misha
5142:
5143: * src/types/pa_vhashfile.C: - coder friendly exception about
5144: exceeding record size was added
5145:
5146: * src/classes/file.C: - use vregex object instead of direct calls
5147: methods from pcre lib
5148:
5149: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
5150: classes/string.C: - use vregex object instead of direct calls
5151: methods from pcre lib
5152:
5153: * src/: include/pa_common.h, main/pa_common.C: - method
5154: print_pcre_exec_error_text was moved to class vregex
5155:
5156: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
5157: was added
5158:
5159: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
5160: - class vregex was added
5161:
5162: 2009-04-21 misha
5163:
5164: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
5165:
5166: * src/: types/pa_junction.h, types/pa_value.C,
5167: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
5168: types/pa_wcontext.h, main/execute.C, classes/op.C: -
5169: junction-optimisation (destructors)
5170:
5171: * src/include/pa_array.h: - free under if now
5172:
5173: 2009-04-19 misha
5174:
5175: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
5176:
5177: 2009-04-18 misha
5178:
5179: * src/include/pa_version.h:
5180: :q :
5181:
5182: CV:
5183: ----------------------------------------------------------------------
5184:
5185: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
5186: refactoring
5187:
5188: * src/: include/pa_array.h, include/pa_hash.h,
5189: types/pa_vmethod_frame.h: - destructors under #ifdef now
5190:
5191: * src/include/pa_memory.h: - define for using destructors was added
5192:
5193: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5194: main/execute.C: - some junctions will be cached now
5195:
5196: * src/include/pa_hash.h: - hash destructor frees pairs now
5197:
5198: * src/include/pa_array.h: - inline was added to destructor
5199:
5200: * src/types/pa_method.h: - comment was changed
5201:
5202: 2009-04-17 misha
5203:
5204: * src/: include/pa_array.h, include/pa_hash.h,
5205: types/pa_vmethod_frame.h: - destructors were added
5206:
5207: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
5208: renamed to always_use_result
5209:
5210: * src/main/: compile.y, compile_tools.h: - rollback changes in
5211: compiler: full backward compatibility is better
5212:
5213: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
5214: result in var's hash
5215:
5216: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5217: optimisation in method_frame
5218:
5219: * src/include/pa_array.h: - optimisation in array (allocate
5220: elements only when needed)
5221:
5222: * src/types/pa_vresponse.C: - check for $response:headers field
5223: before looking at custom fields
5224:
5225: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
5226: not needed to check existance var with name 'result' in var's
5227: hash
5228:
5229: * src/main/compile.y: - compiler was changed: now it detects
5230: writings to $result and set flag writo_to_result in method
5231:
5232: * src/classes/string.C: - little optimisation: no needed to write
5233: number with lang
5234:
5235: * src/main/pa_charset.C: - methods readChar and skipChar which is
5236: used for read utf8-strings were renamed - is_escaped was renamed
5237: to isEscaped (to the same name convention)
5238:
5239: * src/: types/pa_method.h, main/compile_tools.h: - flag
5240: write_to_result added. compiler get this info from code.
5241:
5242: 2009-04-16 misha
5243:
5244: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
5245: String only before 1st write
5246:
5247: * src/include/pa_string.h: - not needed template removed
5248:
5249: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
5250: types/pa_vjunction.C, types/pa_vproperty.C,
5251: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
5252: main/pa_request.C, classes/bool.C, classes/double.C,
5253: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
5254: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
5255: bool objects)
5256:
5257: 2009-04-15 misha
5258:
5259: * src/lib/cord/cordxtra.c: - more optimisation
5260:
5261: * src/: include/pa_string.h, main/untaint.C: - String::append
5262: optimisation
5263:
5264: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
5265: then get and can sometime be used)
5266:
5267: * src/main/pa_string.C: - String::length optimisation
5268:
5269: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
5270: these methods read different strings
5271:
5272: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5273: fresult_initial_void removed + some optimisation - if $result
5274: defined we don't write to context anymore
5275:
5276: * src/main/pa_charset.C: - readChar => skipChar (in this place we
5277: need just skip char)
5278:
5279: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5280: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
5281: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
5282:
5283: * src/types/pa_vvoid.h: - added get() method for retreave one
5284: instance
5285:
5286: 2009-04-11 misha
5287:
5288: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
5289:
5290: * tests/197.html: - test for parser://test in xml was added
5291:
5292: * src/classes/string.C: - small optimisation
5293:
5294: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
5295: optimisation
5296:
5297: 2009-04-10 misha
5298:
5299: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
5300: to pcre-7.8
5301:
5302: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
5303:
5304: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
5305: added
5306:
5307: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
5308: $request:CLASS_NAME were added
5309:
5310: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
5311: were added
5312:
5313: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
5314: $env:CLASS_NAME were added
5315:
5316: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
5317: '@todo' now
5318:
5319: * src/targets/cgi/parser3.C: - size_t -> int for calming down
5320: compirer
5321:
5322: * src/main/pa_string.C: - little code cleanup
5323:
5324: * src/main/pa_common.C: - describe one more UTF-8 related error
5325: during PCRE compile/execute
5326:
5327: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
5328: normalizing todo-comments: '@todo' now
5329:
5330: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
5331:
5332: * src/main/pa_charset.C: - type changed for making compiler happy
5333:
5334: 2009-03-10 misha
5335:
5336: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
5337: in main()
5338:
5339: 2009-02-01 misha
5340:
5341: * src/main/pa_http.C: - bugfix: double CRLF before the end of
5342: boundary
5343:
5344: 2009-01-25 misha
5345:
5346: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
5347:
5348: * src/classes/file.C: - more changes for parsing different number
5349: of params for file::load
5350:
5351: * tests/193.html: - tests for exception while base64-decode binary
5352: to string was added
5353:
5354: * tests/192.html: - tests for file::load with different number of
5355: options
5356:
5357: * src/classes/math.C: - ups. forgot '+1'
5358:
5359: * src/: classes/table.C, classes/file.C, include/pa_common.h,
5360: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
5361: main/pa_http.C: - ^file::load[...;http://...;] now can post files
5362: (new option $.encode[multipart-form/data] should be specified) -
5363: $.method[] option for file::load now is not case-sensitive
5364:
5365: * src/: include/pa_string.h, main/untaint.C: - for file post the
5366: new taint language L_FILE_POST was added
5367:
5368: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
5369: main/main.vcproj, classes/math.C, include/Makefile.am: - some
5370: stuff was moved to separate files
5371:
5372: 2009-01-23 misha
5373:
5374: * src/classes/math.C: - little optimisation in ^math:sha1[] -
5375: spaces to tabs were converted
5376:
5377: 2009-01-12 misha
5378:
5379: * src/main/pa_http.C: - value of $.method[] option force uppercased
5380: now
5381:
5382: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
5383: types/pa_vform.C, types/pa_vmail.C: - some constants changed
5384: their names
5385:
5386: * src/main/pa_common.C: - changes in formating
5387:
5388: * src/: classes/file.C, main/pa_http.C: - some constants changed
5389: their names
5390:
5391: * src/include/pa_http.h: - some spaces were converted to tabs
5392:
5393: * src/include/pa_common.h: - some constants changed their names
5394:
5395: * src/classes/file.C: - fixed 4-th paramether for file::load -
5396: little code rewriting
5397:
5398: * src/types/pa_vfile.C: - little code rewriting
5399:
5400: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
5401: types/pa_value.h: - some formating changes
5402:
5403: * src/include/pa_common.h: - some formating spaces transformed to
5404: tabs
5405:
5406: * src/classes/string.C: - exception while base64-decode binary to a
5407: string
5408:
5409: 2009-01-11 misha
5410:
5411: * configure.in: - version changed to 3.3.1b
5412:
5413: 2008-09-05 misha
5414:
5415: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
5416: release_3_3_0 on 2008-09-05 10:59:35 +0000
5417:
5418: 2008-09-04 misha
5419:
5420: * tests/: 130.html, 131.html: - these exceptions not typeless
5421: anymore
5422:
5423: * src/classes/op.C: - exception with 'invalid taint language' not
5424: typeless anylonger
5425:
5426: * src/classes/image.C: - some exceptions while operations with
5427: image not typeless anymore
5428:
5429: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
5430: main/pa_exec.C, main/pa_http.C: - some exceptions while
5431: operations with files not typeless anymore
5432:
5433: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
5434: types/pa_vdate.h: - exceptions while checking date range not
5435: typeless anymore
5436:
5437: * src/include/pa_exception.h: - exception type string for invalid
5438: date range was added
5439:
5440: 2008-09-03 misha
5441:
5442: * src/: classes/file.C, main/pa_string.C: - exception while pce
5443: operations not typeless anymore
5444:
5445: * src/include/pa_exception.h: - exception type for pce operations
5446: was added
5447:
5448: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
5449: and .CLASS_NAME insite classes
5450:
5451: * src/classes/table.C: - don't save table header whiile
5452: ^table.save[append;filename] if file exists
5453:
5454: 2008-09-02 misha
5455:
5456: * src/main/compile.y, src/main/compile_tools.h,
5457: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
5458: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
5459: renamed to partial and it login changed: we must mark class as
5460: partial for allow their modifications in future.
5461:
5462: 2008-08-29 misha
5463:
5464: * tests/results/022.processed: - testing taint[regex] in mask for
5465: file:list
5466:
5467: * tests/022.html: - testing taint[regex] in mask for file:list
5468:
5469: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
5470: for file:list was added
5471:
5472: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
5473: file:list
5474:
5475: 2008-08-26 misha
5476:
5477: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
5478: last derived object
5479:
5480: * src/classes/image.C: - many strings "image.format" replaced by
5481: IMAGE_FORMAT constant string - handle GPS info while parse exif -
5482: understand some more exif tags
5483:
5484: * src/include/pa_exception.h: - string "image.format" was added
5485:
5486: 2008-08-21 misha
5487:
5488: * src/: main/pa_string.C, classes/file.C: - use method for print
5489: pcre_exec text error
5490:
5491: * src/main/pa_common.C: - method for print pcre_exec text error was
5492: added
5493:
5494: * src/include/pa_common.h: - method declaration for print pcre_exec
5495: text error was added
5496:
5497: 2008-08-19 misha
5498:
5499: * src/main/execute.C: - bugfix: opcodes must be in separate
5500: namespace while debug execution as well
5501:
5502: * tests/: 015.html, results/015.processed: - test for escaping some
5503: parser chars was added
5504:
5505: 2008-08-18 misha
5506:
5507: * tests/: 190.html, 190.p, results/190.processed: - test for
5508: $caller.self.field + default getter in one class was added
5509:
5510: * tests/: 189.html, results/189.processed: - test for
5511: ^date::create[date object]
5512:
5513: * tests/: 188.html, results/188.processed: - tests for match with
5514: UTF-8 strings
5515:
5516: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
5517: ^string.match[]
5518:
5519: * ChangeLog: - parser 3.3.0 beta13
5520:
5521: 2008-08-15 misha
5522:
1.101 moko 5523: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
5524: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
5525: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
5526: dftables.c: - old PCRE files removed
1.95 moko 5527:
5528: * src/lib/pcre/config.h: - configuration for PCRE library
5529:
5530: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5531: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
5532:
5533: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
5534: library and set flag UTF8 if $request:charset is UTF-8
5535:
5536: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
5537: include/pa_config_fixed.h: - moved to new PCRE library
5538:
5539: * src/: main/main.vcproj, types/types.vcproj,
5540: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
5541: win32\pcre instead of parser3\src\lib\pcre
5542:
5543: * src/: include/pa_opcode.h, include/pa_operation.h,
5544: main/compile.C, main/compile.y, main/compile_tools.C,
5545: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
5546: opcodes were moved to separate namespace
5547:
5548: 2008-08-14 misha
5549:
5550: * src/types/pa_vstateless_class.C: - newline at the end missed
5551:
5552: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
5553: tainting
5554:
5555: 2008-08-11 misha
5556:
5557: * tests/: 187.html, 187.p, results/187.processed: - tests for
5558: $caller.self, $caller.self.field and $caller.self.field[value]
5559: were added
5560:
5561: * src/types/pa_vmethod_frame.h: - still need to check 'self'
5562: runtime as well (for $caller.self)
5563:
5564: 2008-07-25 misha
5565:
5566: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
5567: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
5568: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
5569: tests with international characters
5570:
5571: 2008-07-23 misha
5572:
5573: * src/main/pa_http.C: - escape $cookies as %uXXXX while
5574: file::load[...;http://
5575:
5576: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
5577: now everywhere in separate namespace
5578:
5579: * src/types/pa_vmethod_frame.h: - looking for caller before looking
5580: for vars
5581:
5582: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
5583: can be escaped by '^'
5584:
5585: 2008-07-22 misha
5586:
5587: * src/classes/string.C, tests/186.html: - names changes:
5588: escape=>js-escape, unescape=>js-unescape
5589:
5590: 2008-07-21 misha
5591:
5592: * tests/results/186.processed: - test for string escape/unescape
5593:
5594: * tests/186.html: - test for string escape/unescape
5595:
5596: * src/classes/string.C: - string has escape and unescape methods
5597: now
5598:
5599: * src/: include/pa_string.h, main/pa_string.C: - escape method was
5600: added
5601:
5602: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
5603: method-layers added (with different params)
5604:
5605: 2008-07-18 misha
5606:
5607: * tests/results/185.processed: - test for ^str.pos[substr](offset)
5608: was added
5609:
5610: * tests/185.html: - test for ^str.pos[sub](offset) added
5611:
5612: * src/classes/string.C, src/classes/void.C, operators.txt: -
5613: ^string.pos[substr](offset) -- 2nd param accepted now
5614:
5615: * src/main/pa_string.C: - .pos works fine with offset for utf-8
5616: strings
5617:
5618: 2008-07-17 misha
5619:
5620: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5621: helper length added for mid for small optimisation
5622:
5623: 2008-07-16 misha
5624:
5625: * tests/: 185.html, results/185.processed: - tests for
5626: length/left/right/mid/pos with utf-8 strings
5627:
5628: * src/classes/string.C: - left/right/mid/length/pos works fine for
5629: utf-8 strings
5630:
5631: * src/main/untaint.C: - comments removed
5632:
5633: * src/: include/pa_string.h, main/pa_string.C,
5634: include/pa_charset.h, main/pa_charset.C: - methods for working
5635: with pos/mid for strings in utf-8 were added
5636:
5637: 2008-07-15 misha
5638:
5639: * tests/: 184.html, results/184.processed: - test for case body as
5640: expression: $var(^switch(1){^case(1)(true)..})
5641:
5642: * src/classes/op.C: - case body can be expression now:
5643: $var(^switch(1){^case(1)(true)..})
5644:
5645: * tests/: results/183.processed, 183.html: - added test for testing
5646: new cookie encoding (%uXXXX)
5647:
5648: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
5649: decoding for backward compatibility they decoded from %XX in
5650: request:charset too
5651:
5652: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
5653: - cookie class now decode cookies before first access after last
5654: request:charset changing (as form class).
5655:
5656: * src/main/pa_charset.C: - added method escape for escaping cookies
5657: as %uXXXX - before transcode calculate required space for dest
5658: string. it reduce mem usage for transcode
5659:
5660: * src/include/pa_charset.h: - added method escape for escaping
5661: cookies as %uXXXX
5662:
5663: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
5664: was added. will used for escaping cookies as %uXXXX
5665:
5666: * src/include/pa_common.h: - escape method has new option for skip
5667: converting '+' to a space char
5668:
5669: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
5670: transcode - escape method has new option for skip converting '+'
5671: to a space char
5672:
5673: 2008-07-08 misha
5674:
5675: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
5676: (no UE if more then 1 case matches anylonger) - optimization:
5677: doing searching.as_string() || searching.as_double() only once
5678:
5679: 2008-07-04 misha
5680:
5681: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
5682: now ^date::create[date object] works
5683:
5684: * src/classes/string.C: - left and right added as aliases for start
5685: and end in ^string.trim[]
5686:
5687: 2008-07-03 misha
5688:
5689: * src/classes/file.C: - allow $.limit for file::sql as well
5690:
5691: * src/classes/file.C: - allow $.offset option for file::sql - force
5692: send limit=1 to query for use sql specifics authomatically
5693:
5694: * src/classes/: hash.C, string.C, table.C: - don't throw exception
5695: if $.limit value if empty. autoconvert it as everywere
5696:
5697: 2008-07-02 misha
5698:
5699: * configure.in: - time to change version number to 3.3.0 %-)
5700:
5701: * src/include/pa_version.h: - time to change version number to
5702: 3.3.0 %-)
5703:
5704: 2008-06-26 misha
5705:
5706: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5707: $.limit(0) fixes
5708:
5709: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
5710: - $.limit(0) fixes
5711:
5712: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
5713: new API)
5714:
5715: * src/: include/pa_sql_driver_manager.h,
5716: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
5717: classes/op.C: - document_root added
5718:
5719: * src/main/compile.tab.C: - error message was changed
5720:
5721: 2008-06-25 misha
5722:
5723: * src/main/compile.y: - error message was changed
5724:
5725: 2008-06-24 misha
5726:
5727: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
5728:
5729: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
5730: tests for @OPTIONS\nappend
5731:
5732: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
5733:
5734: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
5735:
5736: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
5737:
5738: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
5739: compile.y
5740:
5741: 2008-06-17 misha
5742:
5743: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
5744: compilation: ^if(default){true. it's incorrect. must be
5745: exception}
5746:
5747: 2008-06-16 misha
5748:
5749: * tests/: 181.ent, 181.html, results/181.processed: - test for
5750: checking external reference loading with 'http://localhost'
5751: prefix while creating xdoc
5752:
5753: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
5754: ^math:long2ip[] and ^math:ip2long[]
5755:
5756: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
5757: added which use scalar stateless class method when user object
5758: used in scalar context - use get_scalar_value when user object
5759: requested in scalar context
5760:
5761: * src/main/pa_common.C: - size must be int but not size_t or we
5762: can't compare with 0 sprintf result
5763:
5764: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5765: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
5766: with internal switch between local/global vars
5767:
5768: * src/types/pa_vclass.C: - register scalar if method @GET[] was
5769: specified
5770:
5771: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
5772: pa_vstateless_object.h: - stateless class and object now has
5773: private scalar field and getter/setter for working with it
5774:
5775: * src/classes/math.C: - methods math:long2ip & math:ip2long were
5776: moved to inet static class
5777:
5778: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
5779: class added (^inet:aton[IP], ^inet:ntoa(number))
5780:
5781: * tests/: 180.html, results/180.processed: - tests for
5782: ^math:long2ip(long) and ^math:ip2long[IP]
5783:
5784: * src/classes/math.C: - ^math:ip2long[IP] added
5785:
5786: 2008-06-11 misha
5787:
5788: * src/main/pa_xml_io.C: - use file_read_text again because of we
5789: need cut BOM code and remove DOS newline chars. but don't
5790: transcode it anyway.
5791:
5792: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
5793: main/pa_http.C: - option for disable transcoding while file_read
5794: and file_read_text added
5795:
5796: 2008-06-10 misha
5797:
5798: * tests/: 179.html, 179.p, results/179.processed: - test for many
5799: classes in 1 file
5800:
5801: * src/main/: compile.C, compile_tools.h: - compile return list of
5802: classes now.
5803:
5804: * src/main/: compile.y, compile.tab.C: - compile return list of
5805: classes now. internals.
5806:
5807: * src/main/pa_request.C: - compile return list of classes now. try
5808: call @conf and @auto for each returned class
5809:
5810: * src/include/pa_request.h: - compile return list of classes now
5811:
5812: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
5813: return list of classes when compile buf)
5814:
5815: 2008-06-07 misha
5816:
5817: * src/main/pa_request.C: - constructing VRequest object with 3rd
5818: param -- form
5819:
5820: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
5821: 3rd param: form. needed for get post_charset
5822:
5823: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
5824: added
5825:
5826: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
5827: types/pa_vform.C, types/pa_vform.h: - some polish
5828:
5829: 2008-06-06 misha
5830:
5831: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
5832: charset and decode chars from it but not from response:charset
5833:
5834: * src/main/pa_http.C: - detect_charset moved out of here
5835:
5836: * src/: include/pa_common.h, main/pa_common.C: - more helpers
5837: methods moved here - unescape_chars accepn one charset now
5838:
5839: * src/main/pa_http.C: - new constants used - don't allow
5840: $.content-type in ^file::load[;http://;$.method[POST]] - add
5841: charset info while ^file::load[;http://;$.method[POST]] - option
5842: $.omit-post-charset(true) added to ^file::load[;http://] for
5843: disabling charset during post
5844:
5845: * src/types/pa_vform.C: - new constants used
5846:
5847: * src/include/pa_common.h: - some constants were added
5848:
5849: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
5850: instead of StrEqNc
5851:
5852: * src/main/pa_common.C: - new method for caseless search
5853: c-substring in c-string - use isxdigit instead of is_hex_digit
5854:
5855: * src/include/pa_common.h: - new method for caseless search
5856: c-substring in c-string
5857:
5858: 2008-06-05 misha
5859:
5860: * tests/results/178.processed: - test for testing default getter
5861:
5862: * tests/178.html: - test for testing default getter
5863:
5864: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
5865: for test for testing default getter
5866:
5867: * src/main/execute.C: - default getter soul
5868:
5869: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
5870: requested objects' field not found
5871:
5872: * src/types/pa_vclass.C: - register default getter if defined - get
5873: default getter if requested field not found
5874:
5875: * src/types/pa_vstateless_object.h: - method get_default_getter was
5876: added
5877:
5878: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
5879: pointer to default getter and methods for get/set it were added
5880:
5881: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
5882: auto_name field (for default getter)
5883:
5884: 2008-06-04 misha
5885:
5886: * src/main/pa_xml_io.C: - load external xml in binary mode (no
5887: transcoding, no cutting BOM code, no fixing line breaks) and get
5888: it to libxml "as is"
5889:
5890: 2008-06-03 misha
5891:
5892: * src/main/pa_common.C: - use store_Char instead of
5893: transcodeCharFromUTF8
5894:
5895: * src/: include/pa_charset.h, main/pa_charset.C: - method
5896: store_Char added, transcodeCharFromUTF8 -- removed
5897:
5898: 2008-06-02 misha
5899:
5900: * tests/: results/177.processed, 177.html: - test for checking
5901: .[acm]date after local ^file::load[] was added
5902:
5903: * tests/: results/176.processed, 176.html: - test for checking
5904: @OPTION\locals + @method[vars][locals] added
5905:
5906: * tests/results/auto.p: - CLASS_PATH specified for checking use
5907:
5908: 2008-05-30 misha
5909:
5910: * src/main/: compile.y, compile.tab.C: - changes in compiler:
5911: @OPTION\nlocals + @method[vars][;locals;] were added
5912:
5913: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
5914: moved to separate method op_code - switch from VMethodFrame to
5915: VMethodFrameGlobal + VMethodFrameLocal
5916:
5917: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
5918: was moved to separate method op_code
5919:
5920: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
5921: VMethodFrame now
5922:
5923: * src/types/pa_vstateless_class.h: - stateless class have bool flag
5924: all_vars_local as well
5925:
5926: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
5927: pa_vmethod_frame_local.h, Makefile.am: - who children for
5928: VMethodFrame were added: one (global) works as VMethodFrame
5929: before and second (local) write all vars in self vars scope
5930:
5931: * src/types/pa_method.h: - method has bool flag all_vars_local now
5932:
5933: 2008-05-29 misha
5934:
5935: * tests/: 129.html, results/129.processed: - more tests for
5936: ^table.hash[]
5937:
5938: * src/classes/hash.C: - ^hash::sql has a new option:
5939: $.type[hash|string|table] as ^table.hash[] one.
5940:
5941: * src/classes/op.C: - ^try has 3rd param now: finally code which
5942: executed anyway after try or catch section
5943:
5944: 2008-05-27 misha
5945:
5946: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
5947: must not fail if $.distinct(1) wasn't specified
5948:
5949: 2008-05-26 misha
5950:
5951: * src/classes/op.C: - allow ^throw[my type]
5952:
5953: 2008-05-22 misha
5954:
5955: * configure.in, configure: - version number updated to 3.2.4b
5956:
5957: * src/classes/: op.C, string.C: - trim format string before
5958: eval/format
5959:
5960: * tests/: results/175.processed, 175.html: - more tests for
5961: different format strings in .format[]
5962:
5963: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
5964: as well (not only %XX)
5965:
5966: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
5967: charset specified - checks for format before print number
5968: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
5969: (instead of tabs) removed
5970:
5971: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
5972: charset specified
5973:
5974: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
5975: char in requested charset from utf code was added
5976:
5977: 2008-05-19 misha
5978:
5979: * tests/: 174.html, results/174.processed: - test for
5980: ^hashfile.cleanup[] added
5981:
5982: * src/classes/hashfile.C: - optimization: don't create any key or
5983: value variable if it's name weren't specified
5984: (^hf.foreach[;v]{...})
5985:
5986: 2008-05-16 misha
5987:
5988: * src/classes/hash.C: - optimization: don't create any key variable
5989: if variable name wasn't specified (^h.foreach[;v]{...})
5990:
5991: 2008-05-15 misha
5992:
5993: * src/classes/op.C: - small changes
5994:
5995: * src/classes/hashfile.C: - code reformating (as hash.foreach)
5996:
5997: * src/classes/hash.C: - calculate var_context once before foreach
5998:
5999: 2008-05-14 misha
6000:
6001: * src/classes/hashfile.C: - incorrect vars context calculation for
6002: ^hashfile.foreach[;]{} fixed
6003:
6004: * src/classes/: hash.C, table.C: - little optimisation
6005:
6006: * src/classes/file.C: - bugfix: double absolute path while loading
6007: file
6008:
6009: * tests/: 174.html, results/174.processed: - tests for hashfile
6010: were added
6011:
6012: * buildall-with-xml: - moving to libxslt 1.1.24
6013:
6014: 2008-04-30 misha
6015:
6016: * src/classes/file.C: - stat file while loading (local only) so
6017: .adate, .mdate and .cdate available without additional ::stat
6018:
6019: 2008-04-28 misha
6020:
6021: * src/classes/file.C: - $.name and $.content-type available for
6022: stated file
6023:
6024: 2008-04-14 misha
6025:
6026: * src/targets/cgi/parser3.C: - new year in copyright %-)
6027:
6028: * src/include/pa_version.h: - new version number in head
6029:
6030: 2008-04-10 misha
6031:
6032: * tests/: 080.html, results/080.processed: - cut '0' from
6033: exponential part because of on diff OS it differ (20 or 020 for
6034: ex)
6035:
6036: * tests/: 119.html, results/119.processed: - check for encoding
6037: while creating xdoc
6038:
6039: 2008-04-09 misha
6040:
6041: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
6042:
6043: * src/main/pa_common.C: - comment added
6044:
6045: * src/classes/date.C: - little refactoring
6046:
6047: 2008-04-07 misha
6048:
6049: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
6050: style of ^table.save[]: prepare one big string and sabe it at
6051: once. it's safe on freebsd 4.x but use much more memory.
6052:
6053: * buildall-with-xml, buildall-without-xml: - option
6054: --disable-stringstream added (under comment. use it on freebsd
6055: 4.x)
6056:
6057: 2008-02-22 misha
6058:
6059: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
6060: specified together in file::load[;http] - get back transcoding
6061: $.body[] in file::load[;http]
6062:
6063: 2008-02-21 misha
6064:
6065: * src/classes/date.C: - ^date.gmt-string[] was added
6066:
6067: * src/types/pa_value.C: - method for output date in RFC 822 format
6068: moved to pa_common.h
6069:
6070: * src/include/pa_common.h: - method for output date in RFC 822
6071: format moved here from pa_value.C
6072:
6073: * src/types/pa_vmail.C: - fixed core in sending mail with
6074: attachment in simple mode ($.file[file here]) introduced in 3.2.2
6075:
6076: 2008-02-20 misha
6077:
6078: * src/main/pa_http.C: - transcode $.headers before escaping into
6079: specified charset while ^file::load[...;http://...] (L_URI
6080: instead of L_HTTP_HEADER) - $.cookies param available in
6081: ^file::load[;http://...] now (but we don't parse set-cookies from
6082: response yet) (cookies not transcoded as common $cookies)
6083:
6084: 2008-02-19 misha
6085:
6086: * src/main/pa_request.C: - rollback: we mustn't force taint
6087: $response:field values because in this case
6088: $response:locateion[http://...] don't works.
6089:
6090: 2008-02-15 misha
6091:
6092: * src/classes/op.C: - little refactoring
6093:
6094: * src/main/pa_http.C: - taint names of $.headers for load[;http
6095:
6096: * src/main/pa_request.C: - force taint values of $response:field
6097:
6098: 2008-02-14 misha
6099:
6100: * src/main/pa_request.C: - $response:field transcoded to
6101: $response:charset before escaping now
6102:
6103: * src/main/pa_http.C: - some outdated comments removed
6104:
6105: * src/classes/date.C: - lastdat -> last-day
6106:
6107: * src/classes/date.C: - ^date:lastday(year;month) and
6108: ^date.lastday[] were added - little code refactoring - comments
6109: changes
6110:
6111: * tests/: 159.html, results/159.processed: - test for number of
6112: days in February
6113:
6114: * src/types/pa_value.C: - fixes in code formatting
6115:
6116: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
6117: and comments
6118:
6119: 2008-02-13 misha
6120:
6121: * src/main/pa_common.C: - bugfix for february at leap year
6122:
6123: 2008-01-28 misha
6124:
6125: * tests/: 160.html, results/160.processed: - more test for cache
6126: added
6127:
6128: * src/classes/op.C: - bugfix: cache body executed twice if contains
6129: unhandled exception
6130:
6131: 2008-01-25 misha
6132:
6133: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
6134: bug when hashfile became inavailable after memory:compact)
6135:
6136: * src/lib/sdbm/apr_strings.C: - +arp_malloc
6137:
6138: 2008-01-22 misha
6139:
6140: * src/classes/table.C: - little refactiring and exception texts
6141: changes in method ^table.hash[]
6142:
6143: * src/types/pa_vcookie.C: - link to cookie specification changed
6144:
6145: 2008-01-21 misha
6146:
6147: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
6148: file::exec/cgi
6149:
6150: * src/classes/file.C: - bugfix: core while processing headers if
6151: executed cgi script don't return content
6152:
6153: 2008-01-18 misha
6154:
6155: * buildall-with-xml: - move to libxml2 version 2.6.31
6156:
6157: * src/include/pa_version.h, configure.in: - version number updated
6158: to '3.2.3b'
6159:
6160: 2007-12-28 misha
6161:
6162: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
6163: hash.contains
6164:
6165: 2007-12-27 misha
6166:
6167: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6168: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
6169: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
6170: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
6171: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6172: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
6173: src/targets/cgi/parser3.vcproj,
6174: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
6175: back to VS2003 because of Apache 1.3 module can't work if it was
6176: built in VS 2005. with cgi all file so VS2003 project files can
6177: be easy converted to the new format.
6178:
6179: 2007-12-04 misha
6180:
6181: * src/types/pa_vcode_frame.h: - changes in comment
6182:
6183: 2007-11-29 misha
6184:
6185: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
6186: intercept strings any longer
6187:
6188: * tests/: 173.html, results/173.processed: - tests for
6189: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
6190: but not in main code frame
6191:
6192: * tests/: 172.html, results/172.processed: - more tests for pass
6193: objects from code frames
6194:
6195: 2007-11-27 misha
6196:
6197: * tests/: 152.html, results/152.processed: - tests for converting
6198: strings 'true'/'false' to bool were added
6199:
6200: * tests/152.html: - added checks for converting strings
6201: 'true'/'false' to bool
6202:
6203: * src/classes/string.C: - ^srting.bool[] now can convert to bool
6204: not only strings with numbers but with values 'true'/'false' as
6205: well
6206:
6207: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
6208: for parser3.log increased
6209:
6210: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
6211:
6212: * src/include/pa_common.h: - remove_crlf return cstring size now
6213:
6214: * src/include/pa_types.h: - constant with buffer size for
6215: parser3.log added
6216:
6217: 2007-11-16 misha
6218:
6219: * tests/cat.sh: - script for tests for file::exec/cgi
6220:
6221: * tests/171.html: - tests for file::exec/cgi
6222:
6223: * tests/results/171.processed: - tests results for file::exec/cgi
6224:
6225: 2007-11-15 misha
6226:
6227: * src/main/pa_exec.C: - fixed incorrect exec code for unix
6228:
6229: * src/classes/file.C: - .body must be set before analyzing cgi
6230: headers
6231:
6232: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
6233: only if exec/cgi return anything.
6234:
6235: 2007-11-14 misha
6236:
6237: * operators.txt: - info about new text|binary option for
6238: file::exec/cgi was added
6239:
6240: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
6241: ^file:exec[[text|binary];script;...]
6242:
6243: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
6244: classes/string.C, classes/table.C: - more text strings moved to
6245: the one place
6246:
6247: 2007-11-09 misha
6248:
6249: * src/types/pa_vrequest.C: - $request:argv must be taint
6250:
6251: * ChangeLog: - $request:argv [patch from Sumo]
6252:
6253: * operators.txt: - $request:argv
6254:
6255: * src/: include/pa_request_info.h, types/pa_vrequest.C,
6256: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
6257:
6258: 2007-10-25 misha
6259:
6260: * buildall-with-xml, buildall-without-xml: - options preparations
6261: for ./configure rewrited
6262:
6263: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
6264: error occure in unhandled_exception finally fixed
6265:
6266: 2007-10-23 misha
6267:
6268: * tests/: 170.html, results/170.processed: - test for
6269: @method[][result]
6270:
6271: * operators.txt: - added info about node.prefix and
6272: node.namespaceURI
6273:
6274: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
6275:
6276: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
6277: added for node and attribute
6278:
6279: 2007-10-22 misha
6280:
6281: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
6282:
6283: * src/main/pa_request.C: - added const content-transfer-encoding
6284:
6285: * src/include/pa_request.h: - added const content-transfer-encoding
6286: - ups. constants must be in lowercase (for search)
6287:
6288: * src/types/pa_vmail.C: - more constants used -
6289: content-transfer-encoding: 8bit added
6290:
6291: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
6292:
6293: * src/include/pa_request.h: - more constants
6294:
6295: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
6296: ommit anymore if $.content-disposition was specified - little
6297: refactoring
6298:
6299: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
6300:
6301: 2007-10-17 misha
6302:
6303: * operators.txt: - info about
6304: table::create[nameless]{data}[>options<] was added
6305:
6306: * src/main/: compile.tab.C, compile.y: - if error occure while
6307: compile method don't put this method in methods table anymore.
6308: in other case the parser coredumped if @unhandled_exception
6309: method can't be compiled because of parser.compile error.
6310:
6311: * src/main/execute.C: - little code reformating
6312:
6313: * src/main/pa_request.C: - little code reformating - comment
6314: changed
6315:
6316: 2007-10-16 misha
6317:
6318: * tests/: 035.html, results/035.processed: - tests
6319: table::create[]{}[options] added
6320:
6321: * src/classes/table.C: - table::create[]{} now accept 3rd param:
6322: options (only $.seperator[] yet)
6323:
6324: 2007-10-10 misha
6325:
6326: * src/classes/table.C: - some contstants moved to pa_common.h -
6327: some code changes
6328:
6329: 2007-10-02 misha
6330:
6331: * src/main/pa_uue.C: - memory usage during uuencode reduced more
6332: then three time as much. but base64 encoding method still use
6333: less memory anyway.
6334:
6335: 2007-09-17 misha
6336:
6337: * operators.txt: - added info about $cookie:fields
6338:
6339: * src/types/pa_vcookie.C: - $cookie:fields available now
6340:
6341: * src/classes/hash.C: - some stuff for use with .for_each moved to
6342: common
6343:
6344: * src/include/pa_common.h: - some stuff for use with .for_each
6345: moved here
6346:
6347: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
6348:
6349: 2007-09-14 misha
6350:
6351: * buildall-with-xml: - new xml libs again =)
6352:
6353: 2007-08-28 misha
6354:
6355: * operators.txt: - texts about ^table.columns[[column name]] and
6356: ^string.split[...][v][column name] were added
6357:
6358: * tests/: 168.html, 169.html, results/168.processed,
6359: results/169.processed: - tests for ^table.columns[[column name]]
6360: and ^string.split[...][v][column name] were added
6361:
6362: * src/classes/table.C: - new option ^table.columns[[column name]]
6363: was added
6364:
6365: * src/classes/string.C: - new option ^string.split[...;v;[column
6366: name]]
6367:
6368: * src/include/pa_exception.h: - error text message for
6369: ^hash._keys[], ^table.columns[] and ^string.split[]
6370:
6371: 2007-08-27 misha
6372:
6373: * src/main/untaint.C: - try to fix coredump on unix if print to
6374: body ^taint[sql][something] outside of connect
6375:
6376: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
6377: outside of connect
6378:
6379: * buildall-with-xml, buildall-without-xml: - strip parser3 was
6380: added (commented by default)
6381:
6382: 2007-08-20 misha
6383:
6384: * operators.txt: - comment about new method ^node.hasAttributes[]
6385: was added
6386:
6387: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
6388: duplicated exception text strings were removed
6389:
6390: * src/include/pa_exception.h: - more exception text strings moved
6391: here
6392:
6393: * src/classes/table.C: - some duplicate exceptions' text strings
6394: removed
6395:
6396: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
6397: xdoc.C, xnode.C: - some duplicate exceptions' text strings
6398: removed
6399:
6400: * src/include/pa_exception.h: - some exception text strings movet
6401: to pa_exception
6402:
6403: * tests/: 149.html, results/149.processed: - test for
6404: ^xnode.hasAttributes[] was added - some code changes
6405:
6406: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
6407: added
6408:
6409: 2007-08-17 misha
6410:
6411: * tests/: results/006.processed, results/059.processed, 006.html,
6412: 059.html: - more tests for match
6413:
6414: * tests/: 129.html, results/129.processed: - tests for
6415: ^table.hash[...][$.type[string|hash|table]] added
6416:
6417: * src/targets/cgi/parser3.C: - little syntax changes
6418:
6419: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
6420: syntax changes
6421:
6422: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
6423: messages in parser3.log switched off by default. If someone
6424: really still need it: use $SIGPIPE(1)
6425:
6426: 2007-08-08 misha
6427:
6428: * buildall-with-xml, buildall-without-xml: - remove libs source
6429: files by default since now
6430:
6431: 2007-08-07 misha
6432:
6433: * buildall-without-xml: - some option syntax changes
6434:
6435: * buildall-with-xml: - compile libxml2 without http support - some
6436: option syntax changes
6437:
6438: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
6439:
6440: 2007-08-06 misha
6441:
6442: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
6443:
6444: * tests/: 160.html, results/160.processed: - cache test was
6445: rewrited
6446:
6447: 2007-07-06 misha
6448:
6449: * tests/: 153.html, results/153.processed: - added test for
6450: ^math:sha1[string]
6451:
6452: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
6453: transcoded
6454:
6455: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
6456: were added
6457:
6458: 2007-06-28 misha
6459:
6460: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
6461: some incorrect chars
6462:
6463: 2007-06-19 misha
6464:
6465: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
6466: were moved on top because of gcc 4 had a problems during
6467: building.
6468:
6469: 2007-06-18 misha
6470:
6471: * tests/results/019.processed: - new image commited
6472:
6473: 2007-06-09 misha
6474:
6475: * src/classes/: op.C, table.C: - in while and table.select method
6476: as_expression used now
6477:
6478: * src/types/pa_vmethod_frame.h: - method as_expression was added
6479:
6480: 2007-06-08 misha
6481:
6482: * tests/: 166.html, results/166.processed: - test for
6483: ^match[...][n]
6484:
6485: * tests/: 165.html, results/165.processed: - tests for loops
6486:
6487: * src/lib/cord/include/private/cord_pos.h: - back to origin value
6488: because of no speed/memory optimisation but some proglems with
6489: long cycles occure
6490:
6491: 2007-06-06 misha
6492:
6493: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
6494: ^table.select(true) and ^table.select(1) didn't works because of
6495: awaiting junction-param only. fixed.
6496:
6497: 2007-05-24 misha
6498:
6499: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
6500: with 0.5 secs interval
6501:
6502: * src/classes/op.C: - cache was rewrited. I hope it works with
6503: locking system now on unix
6504:
6505: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
6506: system locks which wait till other threads release it but try get
6507: lock, if fail wait 1 sec and make 10 attempts.
6508:
6509: * src/include/pa_os.h: - consts for blocking locks + some comments
6510: were added
6511:
6512: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
6513: opening files
6514:
6515: * src/classes/table.C: - changes in includes. if unclude <sstream>
6516: after our classes on unix it can't be build
6517:
6518: * src/types/pa_vhashfile.C: - not needed code removed
6519:
6520: 2007-05-23 misha
6521:
6522: * src/: classes/file.C, classes/op.C, main/pa_common.C,
6523: include/pa_common.h: - cosmetic changes
6524:
6525: 2007-05-18 misha
6526:
6527: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
6528: often. it's give some speed increasing
6529:
6530: * tests/results/160.processed: - returned time corrected
6531:
6532: * tests/160.html: - time increased because on unix 1 mean nothing
6533: :(
6534:
6535: * operators.txt: - added info about ^hash.contain[key]
6536:
6537: * src/classes/hash.C: - added ^hash.contain[key]
6538:
6539: * src/include/pa_hash.h: - added method for checking key exists in
6540: hash
6541:
6542: 2007-05-07 misha
6543:
6544: * src/include/pa_string.h: - was compilation error during build on
6545: freebsd4
6546:
6547: 2007-05-03 misha
6548:
6549: * src/classes/table.C: - option $.type[hash|string|table] was added
6550: for ^table.hash[]
6551:
6552: * src/classes/file.C: - comment removed
6553:
6554: 2007-04-26 misha
6555:
6556: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
6557: real files doesn't opened in place anymore
6558:
6559: 2007-04-24 misha
6560:
6561: * src/classes/math.C: - I thought one more time and remove lg(N) :)
6562:
6563: * src/include/pa_exception.h: "static" removed
6564:
6565: 2007-04-23 misha
6566:
6567: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
6568:
6569: * src/classes/math.C: added: - ^math:ln(N) (the same as
6570: ^math:log(N)) - ^math:lg(N)
6571:
6572: * tests/: 097.html, results/097.processed: - charsets converstion
6573: during ^file::load[text;http://...] added
6574:
6575: * tests/: 164.html, results/164.processed: - check for set expires
6576: as a date
6577:
6578: * tests/: 164.html, results/164.processed: - test for hashfile
6579:
6580: * src/classes/hashfile.C: - little comment changes
6581:
6582: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
6583: access
6584:
6585: * src/: classes/date.C, classes/double.C, classes/file.C,
6586: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
6587: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
6588: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6589: classes/xnode.h, include/pa_request.h, main/execute.C,
6590: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6591: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
6592: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
6593: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
6594: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
6595: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
6596: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6597: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
6598: "parser.runtime" strings were removed
6599:
6600: * src/classes/hashfile.C: - with .clear[] called files_delete()
6601: now.
6602:
6603: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
6604:
6605: * src/include/pa_exception.h: - string constant with
6606: "parser.runtime" text was added
6607:
6608: 2007-04-20 misha
6609:
6610: * operators.txt: - some comments changing
6611:
6612: * operators.txt: - added info about .^hashfile.release[],
6613: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
6614:
6615: * configure: =cheching for unsetenv
6616:
6617: * src/classes/hashfile.C: - ^hashfile.cleanup[],
6618: ^hashfile.release[] were added
6619:
6620: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
6621: ^string.match[][] understand new option now: return number of
6622: matches but not table wit results
6623:
6624: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
6625: reopen now
6626:
6627: * src/classes/op.C: - bug. must be false
6628:
6629: * configure.in: - checking for unsetenv was added
6630:
6631: * src/types/pa_vform.C: - some comments
6632:
6633: 2007-04-18 misha
6634:
6635: * buildall-with-xml: moving to libxml2-2.6.28
6636:
6637: * buildall-with-xml, buildall-without-xml: added commented lines
6638: with --disable-safe-mode option
6639:
6640: * operators.txt: - info about $form:files
6641:
6642: 2007-04-17 misha
6643:
6644: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
6645: $form:files was added
6646:
6647: * tests/: 163.html, results/163.processed: removing auto format
6648:
6649: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
6650:
6651: 2007-04-16 misha
6652:
6653: * tests/: 163.html, results/163.processed: - test for .int[],
6654: floor, round, ceiling and .format[]
6655:
6656: * src/classes/file.C: - little optimization for getting args in
6657: exec/cgi
6658:
6659: 2007-04-13 misha
6660:
6661: * src/classes/file.C: - arguments for file::exec/cgi can be
6662: specified now as s table with one column
6663:
6664: 2007-03-27 misha
6665:
6666: * tests/: 162.html, results/162.processed: - test for
6667: ^table.select(^condition[$t])
6668:
6669: * tests/results/auto.p: - load windows-1251 charset for some tests
6670:
6671: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
6672:
6673: * tests/: results/161.processed, 161.html, 161_utf8.txt,
6674: 161_windows1251.txt: - added test for
6675: ^file::load[text;/local/file.txt;$.charset[...]]
6676:
6677: * tests/: results/013.processed, 013.html: - added test for
6678: checking $._default value while hash modifications
6679:
6680: * tests/: 160.html, results/160.processed: - add test for
6681: ^cache[key](secs){code}, ^cache[] and ^cache(0)
6682:
6683: 2007-03-22 misha
6684:
6685: * src/include/pa_common.h: - "charset" string defined for
6686: ^file::load[text;/local.txt] and ^table::load[/table.txt]
6687:
6688: * src/main/: pa_common.C, pa_http.C: - $.charset option for
6689: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
6690: added - not needed transcodes were removed from
6691: ^file::load[...;http://...]
6692:
6693: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
6694: added
6695:
6696: * src/classes/date.C: - date.week was fixed
6697:
6698: * operators.txt: - added info about date.weekyear
6699:
6700: * tests/: 159.html, results/159.processed: - tests for date.week
6701: and date.weekyear added
6702:
6703: 2007-03-15 misha
6704:
6705: * src/classes/table.C: - enclose column numbers for nameless tables
6706: as well
6707:
6708: 2007-03-14 misha
6709:
6710: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
6711:
6712: * src/classes/table.C: - table.save optimization: now required much
6713: less memory
6714:
6715: 2007-03-13 misha
6716:
6717: * tests/results/: 158.processed, 158.processes: - tests for
6718: table.save/table.load
6719:
6720: * tests/: 158.html, results/158.processes: - tests for
6721: table.save/table.load
6722:
6723: * buildall-with-xml: libxml2: --without-ftp --without-docbook
6724:
6725: * buildall-with-xml: - pattern needed now for building
6726:
6727: * tests/results/097.processed: - added test results for xdoc::load
6728: & xdoc::load[http://...]
6729:
6730: * tests/097.html: - added test for xdoc::load
6731:
6732: 2007-03-12 misha
6733:
6734: * tests/: 107.html, results/107.processed: - added test for xpath
6735: '//man'
6736:
6737: 2007-03-01 misha
6738:
6739: * tests/: 097.html, results/097.processed: - added test for
6740: creating xdoc from file
6741:
6742: * tests/: results/157.processed, 157.html: - added test for
6743: file:move
6744:
6745: 2007-02-28 misha
6746:
6747: * src/classes/xdoc.C: - another attempt
6748:
6749: * src/classes/xdoc.C: - roll back last changes for a while
6750:
6751: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
6752:
6753: * src/classes/file.C: - under lock we create non-exist dir anyway
6754:
6755: * tests/results/099.processed: - ever send content-disposition to
6756: client with file
6757:
6758: * tests/157.html: + test for file:copy
6759:
6760: 2007-02-26 misha
6761:
6762: * src/classes/file.C: - some similar strings moved to #define
6763: instead of to be copy/pasted many times
6764:
6765: * src/types/pa_vfile.h: - class name string ("file") moved to
6766: #define
6767:
6768: 2007-02-20 misha
6769:
6770: * bin/auto.p.dist.in: - added lines for sqlite
6771:
6772: * configure.in: - added some strings for sqlite detection
6773:
6774: 2007-02-19 misha
6775:
6776: * operators.txt: - some comments changes
6777:
6778: * buildall-with-xml, buildall-without-xml: - some modifications
6779:
6780: 2007-02-17 misha
6781:
6782: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
6783:
6784: * src/main/pa_request.C: - damn, i forgot to commit it while I
6785: change console behaviour
6786:
6787: 2007-02-12 misha
6788:
6789: * src/targets/cgi/parser3.C: - don't print headers if
6790: $console:line[data] was used during cgi execution.
6791:
6792: * src/types/pa_vconsole.h: - console class have bool flag now which
6793: marked as 'true' if class was used.
6794:
6795: * tests/: 152.html, results/152.processed: - more types was added
6796: to test 152
6797:
6798: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
6799: adding 'bool' (^if($image){} caused exception)
6800:
6801: 2007-02-09 misha
6802:
6803: * tests/: 152.html, results/152.processed: - test alightly updated
6804:
6805: * tests/: 152.html, results/152.processed: - test rewrited
6806:
6807: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
6808: bugfix. I broke xdoc & xnode in expression
6809:
6810: 2007-02-08 misha
6811:
6812: * tests/: 152.html, results/152.processed: - add test for checking
6813: 'def' for void, string, bool, int & double
6814:
6815: 2007-02-07 misha
6816:
6817: * operators.txt: - ^file:base64[filespec] was added
6818:
6819: * tests/results/153.processed: - result test for
6820: ^file:base64[filespec] was updated
6821:
6822: * tests/153.html: - test for ^file:base64[filespec] was added
6823:
6824: * src/types/pa_vconsole.h: - little optimization
6825:
6826: * src/classes/file.C: - ^file:base64[filespec]
6827:
6828: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
6829:
6830: * src/include/pa_common.h: - declarations for
6831: ^file:base64[filespec]
6832:
6833: * src/types/pa_vcookie.C: - little optimization
6834:
6835: 2007-02-06 misha
6836:
6837: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
6838: were temporary commented
6839:
6840: * src/types/pa_vbool.h: - bugfix
6841:
6842: * tests/156.html: - added test for bool cookie
6843:
6844: * src/types/pa_vcookie.h: - not needed string "cookie" removed
6845:
6846: * tests/: 155.html, results/155.processed: - added test for check
6847: $.encloser[] option for table save/load
6848:
6849: * tests/: 153.html, 154.html, todo.txt: - two more tests added
6850:
6851: 2007-02-05 misha
6852:
6853: * tests/results/152.processed: - newline at the end was missed
6854:
6855: * tests/results/141.processed: - math:md5 must be lowercased
6856:
6857: * src/targets/cgi/parser3.C: - 2007 in help ;)
6858:
6859: 2007-02-03 misha
6860:
6861: * tests/results/: 150.processed, 151.processed, 152.processed: -
6862: test for bool added and some content length fixes
6863:
6864: * tests/152.html: - test for bool added
6865:
6866: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
6867:
6868: * operators.txt: - info bool class was added
6869:
1.101 moko 6870: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 6871: classes/classes.vcproj, classes/double.C, classes/int.C,
6872: classes/string.C, classes/void.C, classes/xnode.C,
6873: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
6874: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
6875: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
6876: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6877: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
6878: types/types.vcproj: - bool class was added
6879:
6880: * src/main/pa_request.C: - fix
6881:
6882: 2007-01-18 misha
6883:
6884: * src/: main/pa_string.C, classes/string.C: - return table during
6885: ^string.match[][] even if no matched found.
6886:
6887: 2006-12-20 misha
6888:
6889: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
6890: http://www.parser.ru/forum/?id=55598 ]
6891:
6892: 2006-12-19 misha
6893:
6894: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
6895: details: http://www.parser.ru/forum/?id=52359
6896:
6897: * src/main/pa_request.C: - always set content-disposition for
6898: $response:body[hash here]. more details:
6899: http://www.parser.ru/forum/?id=52130
6900:
6901: 2006-12-07 misha
6902:
6903: * operators.txt: - added info about bool params in cookie set
6904:
6905: * src/types/pa_vcookie.C: - bool param in cookies available now
6906: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
6907: ]
6908:
6909: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
6910: was added
6911:
6912: 2006-12-02 misha
6913:
6914: * src/classes/file.C: - file_block_read used instead of native read
6915:
6916: * src/main/pa_common.C: - added file_block_read with read error
6917: detection - file_block_read used instead of native read
6918:
6919: * src/include/pa_common.h: - added file_block_read declaration
6920:
6921: 2006-12-01 misha
6922:
6923: * operators.txt: - info about $var.CLASS_NAME was added
6924:
6925: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6926: $var.CLASS_NAME added
6927:
6928: * operators.txt: - added info about ^file:copy[]
6929:
6930: * src/classes/file.C: - ^file:copy[from;fo] was added
6931:
6932: 2006-11-20 misha
6933:
6934: * src/classes/date.C: - bug fix :)
6935:
6936: 2006-11-17 misha
6937:
6938: * src/include/pa_common.h: - array in crc32 calculation was changed
6939: to static
6940:
6941: * src/main/pa_common.C: - little optimization in getMonthDays -
6942: small changes in crc32 calculation
6943:
6944: * src/classes/date.C: - not needed code was removed
6945:
6946: 2006-11-16 misha
6947:
6948: * src/types/pa_vmail.C: - fix missed brakes
6949:
6950: * src/types/pa_vmail.C: - mail:send now set content-type:
6951: multipart/related instead of multipart/mixed if file have
6952: $.content-id[]
6953:
6954: 2006-11-15 misha
6955:
6956: * src/types/pa_vdouble.h: abs -> fabs
6957:
6958: 2006-11-14 misha
6959:
6960: * operators.txt: - added info about ^file.md5[] and
6961: ^file:md5[file-name]
6962:
6963: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
6964: added
6965:
6966: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
6967: FILE_BUFFER_SIZE
6968:
6969: * src/classes/math.C: - hex_string was moved to pa_common.h
6970:
6971: * src/include/pa_common.h: - hex_string was moved from math.C -
6972: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
6973:
6974: * src/types/pa_vdouble.h: - incorrect frac detection with negative
6975: values was fixed
6976:
6977: 2006-11-13 misha
6978:
6979: * operators.txt: - added info about ^math:crc32[string],
6980: ^file:crc32[file-name] & ^file.crc32[]
6981:
6982: * src/classes/math.C: - added ^math:crc32[string]
6983:
6984: * src/classes/file.C: - some comments were changed - added
6985: ^file:crc32[file-name] and ^file.crc32[]
6986:
6987: * src/: include/pa_common.h, main/pa_common.C: - some functions for
6988: crc32 calculation added
6989:
6990: 2006-11-03 misha
6991:
6992: * src/include/pa_array.h: - not needed variable removed
6993:
6994: * tests/: 150.html, 151.html, results/150.processed,
6995: results/151.processed: - 2 tests were added
6996:
6997: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
6998: with $.reverse(1) were fixed
6999:
7000: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
7001: query converted to $.charset during ^file::load[http://...]
7002:
7003: 2006-11-02 misha
7004:
7005: * src/include/pa_table.h: ups. forget '=' char
7006:
7007: * src/include/pa_table.h: - one more fix in
7008: .locate[...][$.reverse(1)]
7009:
7010: 2006-11-01 misha
7011:
7012: * src/classes/math.C: - bug fix, details:
7013: http://www.parser.ru/forum/?id=53360
7014:
7015: * src/include/pa_table.h: - bug fix during ^table.locate( condition
7016: false for all records )[$.reverse(1)]
7017:
7018: * src/main/pa_http.C: - second param for this mid method is length
7019: but not end_index so this method has error and can't detect
7020: charsets in next content-types: Content-type: text/html;
7021: charset="windows-1251" Content-type: text/html;
7022: charset="windows-1251"; Content-type: text/html;
7023: charset=windows-1251;
7024:
7025: only Content-type: text/html; charset=windows-1251 was fine
7026:
7027: 2006-10-31 misha
7028:
7029: * src/classes/file.C: - empty args in file::exec removed now
7030:
7031: 2006-09-11 misha
7032:
7033: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
7034: replaced to table::create - some changes in text/code formatting
7035:
7036: 2006-09-03 paf
7037:
7038: * src/classes/file.C: proper tainting of
7039: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
7040:
7041: 2006-06-09 paf
7042:
7043: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
7044:
7045: * src/classes/table.C: formatting
7046:
7047: * src/classes/table.C: incorporated patch from misha: Sent:
7048: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
7049: ignoring string options for ^table.save[]
7050:
7051: * src/classes/hash.C: incorporated patch from misha Sent:
7052: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
7053: $hash._default disappear while
7054:
7055: * operators.txt: ^mail:send[ $.file1[ $.value[file]
7056: $.format[!uue|!base64] << new base64 option. default uue ] ]
7057:
7058: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
7059: PM Subject: patch for base64 in ^mail:send[] %-)
7060:
7061: 2006-04-09 paf
7062:
7063: * src/main/compile.tab.C: ` change compiled
7064:
7065: * gnu.vcproj, operators.txt, parser3.sln,
7066: src/classes/classes.vcproj, src/classes/file.C,
7067: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
7068: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7069: src/classes/xnode.C, src/include/pa_array.h,
7070: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7071: src/include/pa_memory.h, src/include/pa_request.h,
7072: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7073: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7074: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7075: src/lib/pcre/pcre_dftables.vcproj,
7076: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7077: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7078: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7079: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7080: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7081: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7082: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7083: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7084: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7085: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7086: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7087: src/types/pa_value.h, src/types/pa_vcookie.C,
7088: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
7089: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7090: src/types/pa_vstatus.C, src/types/types.vcproj,
7091: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
7092: ^menu, ^hash/hashfile.foreach
7093:
7094: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7095: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
7096: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7097: src/classes/xnode.C, src/include/pa_array.h,
7098: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7099: src/include/pa_memory.h, src/include/pa_request.h,
7100: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7101: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7102: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7103: src/lib/pcre/pcre_dftables.vcproj,
7104: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7105: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7106: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7107: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7108: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7109: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7110: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7111: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7112: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7113: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7114: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7115: src/types/pa_value.h, src/types/pa_vcookie.C,
7116: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7117: src/types/pa_vstatus.C, src/types/types.vcproj,
7118: tests/descript.ion: ! switched to VS2005 (projects and
7119: object<info explicitly typed>.for_each(, info)) +
7120: $response:field[] setting void means removing + grammar $name`
7121: name stops now, for mysql `$field` + started ^break[]
7122: ^continue[], in ^for. TODO: to other iterators (while, menu,
7123: foreach) + all log messages += [uri=, method=, cl=]
7124:
7125: * buildall-with-xml: merged . ftp paths update
7126:
7127: * buildall-with-xml: . ftp paths update
7128:
7129: 2006-03-04 paf
7130:
7131: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
7132: checks++ [thanks to Igor Zinkovsky for detailed report]
7133:
7134: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
7135: Igor Zinkovsky for detailed report]
7136:
7137: 2006-03-01 paf
7138:
7139: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7140: \n to ' ' in
7141:
7142: 2006-02-18 paf
7143:
7144: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7145: \n to ' ' in
7146:
7147: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
7148:
7149: 2006-02-03 paf
7150:
7151: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
7152: base64
7153:
7154: * src/main/pa_common.C: ! bugfix: decoding from base64
7155:
7156: 2006-01-20 paf
7157:
7158: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7159: economy fix
7160:
7161: * src/classes/: table.C: merged from HEAD ! bugfix
7162: ^table.save[$.encloser-s now handled properly
7163:
7164: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
7165: handled properly
7166:
7167: 2006-01-19 paf
7168:
7169: * buildall-with-xml, buildall-without-xml: merged from HEAD !
7170: libgc:USE_MUNMAP activates merging of free memory blocks which
7171: helps a lot in our case: after transform we want
7172: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
7173:
7174: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7175: economy fix
7176:
7177: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
7178: activates merging of free memory blocks which helps a lot in our
7179: case: after transform we want CORD(main.result)->cstr[big
7180: malloc]->transcode[big malloc]
7181:
7182: 2006-01-17 paf
7183:
7184: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
7185: before reading them. got rid of reallocs = became quicker and
7186: less fragmentated
7187:
7188: 2005-12-29 paf
7189:
1.101 moko 7190: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
7191: configure, configure.in, src/include/pa_version.h,
7192: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 7193: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
7194: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
7195: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
7196: src/lib/ltdl/missing: . merged from 3.2.1
7197:
1.101 moko 7198: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
7199: packaged when 'make dist', so do configure companion files in
7200: src/lib/ltdl
7201:
7202: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
7203: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
7204: missing: . now config_auto.h is created with configure [were
7205: constant]
1.95 moko 7206:
7207: * INSTALL: . references to documentation and some clarification
7208:
7209: * buildall-with-xml, buildall-without-xml: . farawell doc
7210: indication
7211:
1.101 moko 7212: * Makefile.am: . dist+=buildall*
1.95 moko 7213:
7214: 2005-12-28 paf
7215:
7216: * configure: . 3.2.1
7217:
7218: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
7219: simplify build process, see INSTALL
7220:
7221: 2005-12-26 paf
7222:
7223: * configure: ver
7224:
7225: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
7226: version
7227:
7228: 2005-12-21 paf
7229:
7230: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
7231: compiled with bison 1.875b, it reports unexpected token names
7232:
7233: 2005-12-19 paf
7234:
7235: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
7236: holds a link to xmlNode to prevent premature gc(xmlNode)
7237:
7238: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
7239: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
7240: src/main/main.vcproj, src/main/pa_globals.C,
7241: src/targets/cgi/parser3.vcproj,
7242: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7243: configure, configure.in, src/include/pa_version.h: . killing
7244: gdome [what a relief]
7245:
7246: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
7247: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
7248: run_parser.sh, results/001.processed, results/002.processed,
7249: results/003.processed, results/004.processed,
7250: results/005.processed, results/006.processed,
7251: results/008.processed, results/009.processed,
7252: results/010.processed, results/011.processed,
7253: results/012.processed, results/013.processed,
7254: results/014.processed, results/015.processed,
7255: results/016.processed, results/017.processed,
7256: results/018.processed, results/020.processed,
7257: results/021.processed, results/022.processed,
7258: results/023.processed, results/024.processed,
7259: results/025.processed, results/026.processed,
7260: results/027.processed, results/028.processed,
7261: results/029.processed, results/030.processed,
7262: results/031.processed, results/032.processed,
7263: results/033.processed, results/034.processed,
7264: results/035.processed, results/036.processed,
7265: results/037.processed, results/038.processed,
7266: results/039.processed, results/040.processed,
7267: results/041.processed, results/042.processed,
7268: results/043.processed, results/044.processed,
7269: results/045.processed, results/046.processed,
7270: results/047.processed, results/048.processed,
7271: results/049.processed, results/050.processed,
7272: results/051.processed, results/052.processed,
7273: results/053.processed, results/054.processed,
7274: results/055.processed, results/056.processed,
7275: results/057.processed, results/058.processed,
7276: results/059.processed, results/060.processed,
7277: results/061.processed, results/062.processed,
7278: results/063.processed, results/064.processed,
7279: results/065.processed, results/066.processed,
7280: results/067.processed, results/068.processed,
7281: results/069.processed, results/070.processed,
7282: results/071.processed, results/072.processed,
7283: results/073.processed, results/074.processed,
7284: results/075.processed, results/076.processed,
7285: results/077.processed, results/078.processed,
7286: results/079.processed, results/080.processed,
7287: results/081.processed, results/082.processed,
7288: results/083.processed, results/084.processed,
7289: results/085.processed, results/086.processed,
7290: results/087.processed, results/088.processed,
7291: results/089.processed, results/090.processed,
7292: results/091.processed, results/092.processed,
7293: results/093.processed, results/094.processed,
7294: results/095.processed, results/096.processed,
7295: results/097.processed, results/099.processed,
7296: results/100.processed, results/101.processed,
7297: results/102.processed, results/104.processed,
7298: results/105.processed, results/106.processed,
7299: results/107.processed, results/108.processed,
7300: results/109.processed, results/110.processed,
7301: results/111.processed, results/112.processed,
7302: results/113.processed, results/114.processed,
7303: results/115.processed, results/117.processed,
7304: results/119.processed, results/120.processed,
7305: results/121.processed, results/122.processed,
7306: results/123.processed, results/124.processed,
7307: results/125.processed, results/126.processed,
7308: results/127.processed, results/128.processed,
7309: results/129.processed, results/130.processed,
7310: results/131.processed, results/132.processed,
7311: results/133.processed, results/134.processed,
7312: results/135.processed, results/136.processed,
7313: results/138.processed, results/139.processed,
7314: results/140.processed, results/141.processed,
7315: results/142.processed, results/143.processed,
7316: results/144.processed, results/145.processed,
7317: results/146.processed, results/147.processed,
7318: results/148.processed, results/149.processed, results/auto.p: .
7319: now works if we turn off default auto.p
7320:
1.101 moko 7321: * configure: . makes
1.95 moko 7322:
7323: * src/types/pa_vxnode.C: . less warnings
7324:
7325: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
7326: tests/145.html, tests/149.html, tests/descript.ion,
7327: tests/outputs/d.cmd, tests/results/142.processed,
7328: tests/results/143.processed, tests/results/144.processed,
7329: tests/results/145.processed, tests/results/146.processed,
7330: tests/results/147.processed, tests/results/148.processed,
7331: tests/results/149.processed: . removed .nodeValue from all node
7332: types other than 5 (grabbed piece from gdome)
7333:
7334: * tests/: 137.html, results/137.processed: . not handled this case
7335: yet. code does not hang from inserting parent into child,
7336: considering thing minor issue -- nodes are removed from source
7337: anyway, don't know why shold that be an error after all
7338:
7339: * src/targets/cgi/parser3.C: . style
7340:
7341: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
7342: xdoc too [were barking "not element"]
7343:
7344: 2005-12-16 paf
7345:
7346: * tests/: 146.html, 147.html, 148.html: . more tests
7347:
7348: * src/classes/xnode.C: . also bark on possible errors
7349:
7350: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
7351: props
7352:
7353: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
7354: main/compile.y: merged from HEAD ! fixed overoptimized
7355: ^call(false) case. (confused it with ^call[] case)
7356:
7357: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
7358: ^call(false) case. (confused it with ^call[] case)
7359:
7360: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
7361:
7362: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
7363: results/001.processed, results/002.processed,
7364: results/003.processed, results/004.processed,
7365: results/005.processed, results/006.processed,
7366: results/008.processed, results/009.processed,
7367: results/010.processed, results/011.processed,
7368: results/012.processed, results/013.processed,
7369: results/014.processed, results/015.processed,
7370: results/016.processed, results/017.processed,
7371: results/018.processed, results/019.processed,
7372: results/020.processed, results/021.processed,
7373: results/022.processed, results/023.processed,
7374: results/024.processed, results/025.processed,
7375: results/026.processed, results/027.processed,
7376: results/028.processed, results/029.processed,
7377: results/030.processed, results/031.processed,
7378: results/032.processed, results/033.processed,
7379: results/034.processed, results/035.processed,
7380: results/036.processed, results/037.processed,
7381: results/038.processed, results/039.processed,
7382: results/040.processed, results/041.processed,
7383: results/042.processed, results/043.processed,
7384: results/044.processed, results/045.processed,
7385: results/046.processed, results/047.processed,
7386: results/048.processed, results/049.processed,
7387: results/050.processed, results/051.processed,
7388: results/052.processed, results/053.processed,
7389: results/054.processed, results/055.processed,
7390: results/056.processed, results/057.processed,
7391: results/058.processed, results/059.processed,
7392: results/060.processed, results/061.processed,
7393: results/062.processed, results/063.processed,
7394: results/064.processed, results/065.processed,
7395: results/066.processed, results/067.processed,
7396: results/068.processed, results/069.processed,
7397: results/070.processed, results/071.processed,
7398: results/072.processed, results/073.processed,
7399: results/074.processed, results/075.processed,
7400: results/076.processed, results/077.processed,
7401: results/078.processed, results/079.processed,
7402: results/080.processed, results/081.processed,
7403: results/082.processed, results/083.processed,
7404: results/084.processed, results/085.processed,
7405: results/086.processed, results/087.processed,
7406: results/088.processed, results/089.processed,
7407: results/090.processed, results/091.processed,
7408: results/092.processed, results/093.processed,
7409: results/094.processed, results/095.processed,
7410: results/096.processed, results/097.processed,
7411: results/099.processed, results/101.processed,
7412: results/102.processed, results/104.processed,
7413: results/105.processed, results/106.processed,
7414: results/107.processed, results/108.processed,
7415: results/109.processed, results/110.processed,
7416: results/111.processed, results/112.processed,
7417: results/113.processed, results/114.processed,
7418: results/115.processed, results/116.processed,
7419: results/117.processed, results/118.processed,
7420: results/119.processed, results/120.processed,
7421: results/121.processed, results/122.processed,
7422: results/123.processed, results/124.processed,
7423: results/125.processed, results/126.processed,
7424: results/127.processed, results/128.processed,
7425: results/129.processed, results/130.processed,
7426: results/131.processed, results/132.processed,
7427: results/133.processed, results/134.processed,
7428: results/135.processed, results/136.processed,
7429: results/137.processed, results/138.processed,
7430: results/139.processed, results/140.processed,
7431: results/141.processed: . refreshed old tests, made them work
7432: without auto.p (in utf8) . things noted: . gif got encoded
7433: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
7434: some strange year)
7435:
7436: * INSTALL: . revived linux libgc fix
7437:
7438: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
7439: glib/gdome in INSTALL and patches]
7440:
7441: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7442: include/pa_charset.h, include/pa_config_includes.h,
7443: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
7444: include/pa_xml_exception.h, lib/cord/Makefile.am,
7445: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7446: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
7447: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
7448: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
7449: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
7450: types/pa_vxnode.h: . started killing gdome
7451:
7452: 2005-12-13 paf
7453:
7454: * src/main/: pa_request.C: merged from HEAD ! when code in
7455: @unhandled_exception thrown another exception, print correct
7456: origin (earlier code in catch of exception inside of
7457: @unhandled_exception grabbed parent_frame(original_exception)
7458: origin and printed it, instead of true origin)
7459:
7460: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
7461: another exception, print correct origin (earlier code in catch of
7462: exception inside of @unhandled_exception grabbed
7463: parent_frame(original_exception) origin and printed it, instead
7464: of true origin)
7465:
7466: 2005-12-09 paf
7467:
7468: * INSTALL: . updated INSTALL doc to work around linux stack base
7469: detection problem, due to change in gc6.4 code
7470:
7471: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
7472: ignored in ^string.matched :(
7473:
7474: * src/main/pa_string.C: ! regex tainting were ignored in
7475: ^string.matched :(
7476:
7477: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
7478: src/include/pa_config_fixed.h, src/include/pa_version.h,
7479: src/main/compile.y, src/main/compile_tools.h,
7480: src/main/pa_charset.C, src/main/pa_common.C,
7481: src/main/pa_globals.C, src/main/pa_string.C,
7482: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
7483: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
7484:
7485: 2005-12-08 paf
7486:
7487: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
7488: 500 chars now handled OK [were wrapped on 500th char according to
7489: rfc, but sendmail failed to unwrap it properly]
7490:
7491: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
7492: handled OK [were wrapped on 500th char according to rfc, but
7493: sendmail failed to unwrap it properly]
7494:
7495: * src/targets/isapi/parser3isapi.C: . less warnings
7496:
7497: * src/targets/isapi/parser3isapi.C: . undone some strange change
7498: since 3.1.5
7499:
7500: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
7501: link fixes
7502:
7503: * src/: classes/date.C, include/pa_config_fixed.h,
7504: main/compile.tab.C, main/compile.y, main/compile_tools.h,
7505: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
7506: main/pa_string.C, targets/cgi/getopt.c: . less warnings
7507:
7508: * src/include/pa_config_fixed.h: . removed outdated string origins
7509: [in current storage scheme there's no place for them. someday we
7510: can add third CORD to store origins and special version of parser
7511: which stores origins there [separate binary]]
7512:
7513: 2005-12-07 paf
7514:
7515: * src/targets/isapi/parser3isapi.C: . now links in release mode
7516:
7517: * src/include/pa_version.h: makefiles
7518:
7519: * src/include/pa_version.h: . not beta
7520:
7521: * configure, configure.in, src/include/pa_version.h: not beta
7522:
7523: 2005-12-06 paf
7524:
7525: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
7526: [some details here http://i2/tasks/edit/?id=4869912143891354460]
7527: decided to undo the change ^call[$void] passes void. now it will
7528: pass empty string again.
7529:
7530: * src/main/: compile.tab.C, compile.y: . version readded
7531:
7532: * src/classes/op.C: . in this version there is no ^switch[$nothing]
7533: = ^switch[void] problem
7534:
7535: 2005-12-01 paf
7536:
7537: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
7538: caused ^case[string] to be coerced to double since searching
7539: value were not string (it was vvoid)
7540:
7541: * src/classes/op.C: . bugfix ^switch[$void_value] caused
7542: ^case[string] to be coerced to double since searching value were
7543: not string (it was vvoid)
7544:
7545: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
7546: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
7547:
7548: 2005-11-30 paf
7549:
7550: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
7551: win32 must putenv("TZ="), on unix works only putenv("TZ")
7552:
7553: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
7554: putenv("TZ="), on unix works only putenv("TZ")
7555:
7556: * INSTALL: . xml libs versions updated
7557:
7558: * src/main/pa_globals.C: //20051130 trying to remove this, author
7559: claims that fixed a lot there // 20040920 for now both
7560: workarounds needed. wait for new libxml/xsl versions
7561:
7562: 2005-11-28 paf
7563:
7564: * src/classes/table.C: merged from HEAD: ! nameless table has
7565: columns==0
7566:
7567: * src/classes/table.C: ! nameless table has columns==0
7568:
7569: * src/main/pa_http.C: merged from HEAD: ! status line check made
7570: earlier [was totally wrong]
7571:
7572: * src/main/pa_http.C: ! status line check made earlier [was totally
7573: wrong]
7574:
7575: 2005-11-25 paf
7576:
7577: * src/include/pa_array.h: -this reduces speed(table::load) strange.
7578: undoing for now...
7579:
7580: * src/include/pa_version.h: -this reduces speed(table::load),
7581: strange. undoing
7582:
7583: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
7584:
7585: * src/classes/op.C: + ^while(){}[SEPARATOR]
7586:
7587: * src/include/pa_array.h: + optimistics added: all arrays (table
7588: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
7589: this speeds things up and saves memory a LOT! (not noticed
7590: negative effect on syntetic tests, future will tell...)
7591:
7592: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
7593: changed gc_malloc implementation, which obscured profiling
7594:
7595: * src/classes/table.C: merged from HEAD: + optimized
7596: table::load/sql, now row ArrayString-s allocated with
7597: columns.count() elements and don't always grow from
7598: count=3[realloc,realloc]
7599:
7600: * src/classes/table.C: + optimized table::load/sql, now row
7601: ArrayString-s allocated with columns.count() elements and don't
7602: always grow from count=3[realloc,realloc]
7603:
7604: * src/classes/table.C: merged from HEAD: . ^table.save unused
7605: buffer after save
7606:
7607: * src/classes/table.C: . ^table.save unused buffer after save
7608:
7609: 2005-11-24 paf
7610:
7611: * configure.in: . merged glib2-config patch
7612:
7613: * configure.in: + trying to find glib2-config
7614:
7615: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7616: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
7617: file/dir_readable to simple file/dir_exist, this would help in
7618: situations "class not found because .p file has bad rights" << in
7619: that case error would be explicit "access denied to 'this' file"
7620:
1.101 moko 7621: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 7622:
7623: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7624: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
7625: to simple file/dir_exist, this would help in situations "class
7626: not found because .p file has bad rights" << in that case error
7627: would be explicit "access denied to 'this' file"
7628:
7629: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
7630: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7631: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
7632: ^file::exec/cgi[script;$.charset[changed]
7633: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7634: encoded in $.charset charset
7635:
7636: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
7637: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7638: encoded in $.charset charset
7639:
7640: * src/: include/Makefile.am, include/pa_common.h,
7641: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7642: main/pa_common.C, main/pa_http.C: . extracted http:// into
7643: separate file [preparation for
7644: ^file::cgi[script;$.form[$.field1[]
7645:
7646: 2005-11-22 paf
7647:
7648: * src/: include/pa_version.h, main/compile.tab.C: makefiles
7649:
7650: * acinclude.m4, configure.in: . merged underquting fixes
7651:
1.101 moko 7652: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 7653:
7654: * src/classes/op.C: . overmerged a little
7655:
7656: * src/main/compile.tab.C: Makefile
7657:
7658: * src/main/: pa_common.C: . less gcc warnings
7659:
7660: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
7661: now reports original exception if we have no old cache
7662:
7663: * src/classes/op.C: + $exception.handled[cache] now reports
7664: original exception if we have no old cache
7665:
7666: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
7667: from HEAD: + ^taint/untaint[regex] << escapes these:
7668: \^$.[]|()?*+{}
7669:
7670: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
7671: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
7672:
7673: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7674: getenv-ed variable, which does not work both on win32&unix.
7675: copied old TZ value now
7676:
7677: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
7678: stored pointer to getenv-ed variable, which does not work both on
7679: win32&unix. copied old TZ value now
7680:
7681: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7682: getenv-ed variable, which does not work both on win32&unix.
7683: copied old TZ value now
7684:
7685: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
7686: access to internal hash
7687:
7688: * src/types/pa_vresponse.C: + $response:headers access to internal
7689: hash
7690:
7691: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
7692: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7693: isapi] this reduces number of "GC Warning: Repeated allocation of
7694: very large block" messages to only important onces
7695:
7696: * src/targets/isapi/parser3isapi.C: +
7697: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7698: isapi] this reduces number of "GC Warning: Repeated allocation of
7699: very large block" messages to only important onces
7700:
7701: * src/classes/string.C: merged from HEAD: + removed limitation on
7702: ^string/int/double:sql{}[$.default[({param style})] ]
7703:
7704: * src/classes/string.C: + removed limitation on
7705: ^string/int/double:sql{}[$.default[({param style})] ]
7706:
7707: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
7708: with ?params or $.form option" limitation
7709:
7710: * src/main/pa_common.C: + removed "use either uri with ?params or
7711: $.form option" limitation
7712:
7713: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7714: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
7715: ^file::base64[encoded] decode
7716:
7717: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7718: main/pa_common.C: + ^file.base64[] encode +
7719: ^file::base64[encoded] decode
7720:
7721: * src/classes/: file.C, string.C: + ^string.base64[] encode +
7722: ^string:base64[encoded] decode
7723:
7724: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
7725: ^string:base64[in] encode + ^string.base64[] decode
7726:
7727: 2005-11-21 paf
7728:
7729: * src/classes/file.C: + merged from HEAD:
7730: ^file::create[text;file.xml;^untaint[xml]{data}]
7731:
7732: * src/classes/file.C: +
7733: ^file::create[text;file.xml;^untaint[xml]{data}]
7734:
7735: * src/main/pa_request.C: ! merged: $response:body[file] now
7736: differes from :download, it does not return content-disposition
7737: at all now [previusely it returned valueless content-disposition]
7738:
7739: * src/main/pa_request.C: ! $response:body[file] now differes from
7740: :download, it does not return content-disposition at all now
7741: [previusely it returned valueless content-disposition]
7742:
7743: * src/main/: compile.tab.C, compile.y: ! overoptimized void
7744: literals, reverted to just vvod, recreating empty array with each
7745: void_value token. that's absolutely needed, since that array
7746: grows
7747:
7748: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7749: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7750: types/pa_vmethod_frame.h: + merged: expression literals:
7751: true/false. ^format[$.indent(true)]
7752:
7753: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7754: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7755: types/pa_vmethod_frame.h: + expression literals: true/false.
7756: ^format[$.indent(true)]
7757:
7758: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7759: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7760: i386-pc-win32)"
7761:
7762: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7763: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7764: i386-pc-win32)"
7765:
7766: 2005-11-18 paf
7767:
7768: * src/classes/: double.C, int.C: ! ^int/double:sql{select
7769: null}[$.default(123)] will now return default value
7770:
7771: * src/classes/op.C: + merged ^cache[] << returns current cache
7772: expiration time
7773:
7774: * src/classes/op.C: + ^cache[] << returns current cache expiration
7775: time
7776:
7777: * src/classes/table.C: ! merged ^table::create[not'nameless';
7778: failed << Exception.problem_source pointed to local var!
7779:
7780: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
7781: Exception.problem_source pointed to local var!
7782:
7783: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
7784: now loads VFile.ptr!=0, so such files can be saved now
7785:
7786: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
7787: loads VFile.ptr!=0, so such files can be saved now
7788:
7789: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
7790: only . and .. now removed from list [were removed all .*]
7791:
7792: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
7793: .. now removed from list [were removed all .*]
7794:
7795: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
7796: open error now checked, were not :( [stole that piece from apache
7797: 1.3 sources]
7798:
7799: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
7800: checked, were not :( [stole that piece from apache 1.3 sources]
7801:
7802: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
7803: untainting of @main result if returned by $result or
7804: $response:body
7805:
7806: * src/main/pa_request.C: ! ensured proper untainting of @main
7807: result if returned by $result or $response:body
7808:
7809: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
7810: issue: now tries to guess content-length and allocates one big
7811: piece if possible [regretfully gc_realloc works as malloc+free,
7812: leaving lots of holes behind]
7813:
7814: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
7815: fixed file load memory issue: now tries to guess content-length
7816: and allocates one big piece if possible [regretfully gc_realloc
7817: works as malloc+free, leaving lots of holes behind]
7818:
7819: 2005-11-16 paf
7820:
7821: * src/: include/pa_common.h, classes/file.C, classes/table.C,
7822: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
7823: table::save with enclosers now doubles them: "->"" !
7824: table::save/load do not remove elements from options hash
7825:
7826: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
7827: [were overoptimized ^if(double_literal), compiler confused
7828: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7829:
7830: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
7831: [were overoptimized ^if(double_literal), compiler confused
7832: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7833:
7834: * src/: classes/file.C, classes/table.C, include/pa_common.h,
7835: main/pa_common.C: ! table::save with enclosers now doubles them:
7836: "->"" ! table::save/load do not remove elements from options hash
7837:
7838: 2005-11-03 paf
7839:
1.101 moko 7840: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
7841: compilation, not all makefiles liked that
1.95 moko 7842:
7843: 2005-08-30 paf
7844:
7845: * src/classes/op.C: merge . speedup check of [DEFAULT]
7846:
7847: * src/classes/op.C: . speedup check of [DEFAULT]
7848:
7849: 2005-08-26 paf
7850:
7851: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
7852:
7853: * src/: classes/date.C, types/pa_vdate.h: + date.week
7854:
7855: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
7856: complains about bad!=nameless
7857:
7858: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
7859: about bad!=nameless
7860:
7861: * src/classes/: hash.C, string.C, table.C, void.C: merged !
7862: optional options were allowed to be empty. were checked
7863: if(is_string), changed to !defined||is_string to allow void
7864:
7865: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
7866: classes/string.C, classes/table.C, classes/void.C: ! optional
7867: options were allowed to be empty. were checked if(is_string),
7868: changed to !defined||is_string to allow void
7869:
7870: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
7871: as_junction where they needed as_int/double, so failed with
7872: recent "(const) now no junction" optimization
7873:
7874: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
7875: merged ! many classes/* used as_junction where they needed
7876: as_int/double, so failed with recent "(const) now no junction"
7877: optimization
7878:
7879: * src/: classes/double.C, classes/int.C, classes/math.C,
7880: classes/op.C, classes/string.C, classes/table.C,
7881: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
7882: used as_junction where they needed as_int/double, so failed with
7883: recent "(const) now no junction" optimization
7884:
7885: 2005-08-24 paf
7886:
7887: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
7888: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
7889: stripped it
7890:
7891: 2005-08-09 paf
7892:
7893: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7894: not cleared
7895:
7896: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7897: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7898: classes/hashfile.C, classes/image.C, classes/int.C,
7899: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7900: classes/response.C, classes/string.C, classes/table.C,
7901: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7902: include/pa_array.h, include/pa_cache_managers.h,
7903: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7904: include/pa_config_fixed.h, include/pa_config_includes.h,
7905: include/pa_dictionary.h, include/pa_dir.h,
7906: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7907: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7908: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7909: include/pa_request_charsets.h, include/pa_request_info.h,
7910: include/pa_sapi.h, include/pa_socks.h,
7911: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7912: include/pa_stack.h, include/pa_string.h,
7913: include/pa_stylesheet_connection.h,
7914: include/pa_stylesheet_manager.h, include/pa_table.h,
7915: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7916: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7917: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7918: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7919: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
7920: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7921: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7922: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7923: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
7924: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
7925: main/pa_sql_driver_manager.C, main/pa_string.C,
7926: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
7927: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
7928: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
7929: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7930: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7931: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7932: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7933: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7934: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7935: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
7936: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
7937: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
7938: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7939: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
7940: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7941: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7942: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7943: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7944: types/pa_vresponse.C, types/pa_vresponse.h,
7945: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7946: types/pa_vstateless_object.h, types/pa_vstatus.C,
7947: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
7948: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
7949: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7950: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
7951: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
7952:
7953: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7954: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
7955: speedup consequent checks in vmethod_frame
7956:
7957: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7958: not cleared
7959:
7960: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
7961: params: 50 max (were 10)
7962:
7963: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
7964: params: 50 max (were 10)
7965:
7966: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7967: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
7968: pa_wcontext.h: + ^call[$void] param inside now is void (were:
7969: empty string) ! simplified (double) speedup consequent checks in
7970: vmethod_frame
7971:
7972: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
7973: optimized constants in expressions vstring->vdouble + optimized
7974: ^call(vdouble), no junction creation, no calls later
7975:
7976: 2005-08-08 paf
7977:
7978: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
7979: integrated
7980:
7981: * bin/auto.p.dist.in: . apache bad 404 handling workaround
7982: integrated
7983:
7984: * src/main/: compile.tab.C, compile.y, compile_tools.C,
7985: compile_tools.h: merged + optimized constants in expressions
7986: vstring->vdouble + optimized ^call(vdouble), no junction
7987: creation, no calls later
7988:
7989: * src/types/pa_vdouble.h: merged . double values without fractional
7990: part now default printed as %.0f instead of %g
7991:
7992: * src/types/pa_vdouble.h: . double values without fractional part
7993: now default printed as %.0f instead of %g
7994:
7995: * src/classes/hashfile.C: . merged ! second hashfile::open would
7996: cause an exception
7997:
7998: * src/classes/hashfile.C: ! second hashfile::open would cause an
7999: exception
8000:
8001: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
8002: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8003: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8004: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8005: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
8006: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8007: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8008: types/pa_vresponse.h, types/pa_vstateless_class.C,
8009: types/pa_vstateless_object.h, types/pa_vvoid.h,
8010: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8011: merged VJunction(new Junction) optimization from 3.1.4
8012:
8013: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
8014: types/pa_vstateless_class.C: + optimized new VJunction(new
8015: Junction(params)) to new VJunction(params), thousands of mallocs
8016: removed
8017:
8018: 2005-08-05 paf
8019:
8020: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
8021: types/pa_vdouble.h, types/pa_vmethod_frame.C,
8022: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
8023: creation, no calls later
8024:
8025: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8026: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8027: classes/hashfile.C, classes/image.C, classes/int.C,
8028: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8029: classes/response.C, classes/string.C, classes/table.C,
8030: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8031: include/pa_array.h, include/pa_cache_managers.h,
8032: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8033: include/pa_config_fixed.h, include/pa_config_includes.h,
8034: include/pa_dictionary.h, include/pa_dir.h,
8035: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8036: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8037: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8038: include/pa_request_charsets.h, include/pa_request_info.h,
8039: include/pa_sapi.h, include/pa_socks.h,
8040: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8041: include/pa_stack.h, include/pa_string.h,
8042: include/pa_stylesheet_connection.h,
8043: include/pa_stylesheet_manager.h, include/pa_table.h,
8044: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8045: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8046: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8047: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8048: lib/smtp/smtp.h, main/compile.C, main/compile.y,
8049: main/compile_tools.C, main/compile_tools.h, main/execute.C,
8050: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
8051: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8052: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8053: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
8054: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
8055: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8056: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8057: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8058: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8059: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8060: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8061: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8062: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8063: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8064: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8065: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8066: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
8067: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8068: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
8069: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
8070: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8071: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8072: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8073: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8074: types/pa_vstateless_object.h, types/pa_vstatus.C,
8075: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8076: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8077: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8078: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8079: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
8080:
8081: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
8082: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
8083: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8084: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
8085: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8086: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
8087: optimized constants in expressions vstring->vdouble
8088:
8089: 2005-07-29 paf
8090:
8091: * src/types/pa_vclass.C: . shaped up error messages a bit
8092:
8093: * src/types/pa_vclass.C: + property getter can now be overridden
8094:
8095: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
8096: bug fix: static parent fields were not replaced in case
8097: $derived:field[put] + property setter can now be overridden
8098:
8099: 2005-07-28 paf
8100:
8101: * configure, configure.in, src/classes/classes.h,
8102: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
8103: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
8104: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
8105: src/classes/xnode.h, src/include/pa_hash.h,
8106: src/include/pa_version.h, src/main/execute.C,
1.101 moko 8107: src/types/Makefile.am, src/types/pa_method.h,
8108: src/types/pa_value.h, src/types/pa_vclass.C,
8109: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
8110: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
8111: src/types/pa_vcookie.h, src/types/pa_vhash.h,
8112: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
8113: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
8114: src/types/pa_vobject.C, src/types/pa_vobject.h,
8115: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
8116: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
8117: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
8118: src/types/pa_vstateless_class.h,
1.95 moko 8119: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
8120: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
8121: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
8122: dynamic_fields_join
8123:
8124: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8125: classes/xnode.C, include/pa_hash.h, main/execute.C,
8126: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8127: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8128: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8129: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8130: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8131: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8132: types/pa_vresponse.h, types/pa_vstateless_object.h,
8133: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
8134: types/pa_wwrapper.h: ! restored put_element('replace' param), and
8135: restored its checks in vobject.put_element->static fields |
8136: dynamic properties
8137:
8138: 2005-07-27 paf
8139:
8140: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
8141: is some old code containing @set_name $name
8142:
8143: * src/types/pa_vobject.h: . fixed warning
8144:
8145: * configure, configure.in, src/include/pa_version.h,
1.101 moko 8146: src/types/Makefile.am: 3.2.0beta started
1.95 moko 8147:
8148: * src/: classes/xnode.C, include/pa_hash.h,
8149: types/pa_vstateless_class.C: ! new asserts were all false.
8150: regretfully reverted them all to checks
8151:
8152: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8153: classes/op.C, main/execute.C, types/pa_method.h,
8154: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8155: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8156: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8157: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8158: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8159: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8160: types/pa_vstateless_object.h, types/pa_vvoid.h,
8161: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8162: joined_dynamic_fields: removed unused param from put_method
8163: (returned to 3 params)
8164:
8165: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
8166: joined_dynamic_fields: dynamic get/set works with overriding
8167: props [alpha2]
8168:
8169: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
8170: works [alfa]
8171:
8172: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8173: classes/op.C, include/pa_hash.h, main/execute.C,
8174: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8175: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8176: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8177: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8178: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8179: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8180: types/pa_vresponse.h, types/pa_vstateless_class.C,
8181: types/pa_vstateless_object.h, types/pa_vvoid.h,
8182: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8183: joined_dynamic_fields: just compiled
8184:
8185: * src/: classes/date.C, classes/file.C, classes/hash.C,
8186: classes/hashfile.C, classes/image.C, classes/table.C,
8187: classes/xdoc.C, classes/xnode.h, main/execute.C,
8188: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8189: types/pa_vstateless_class.h: joined_dynamic_fields: started
8190:
8191: * src/types/pa_vobject.C: . object setters [only started, does not
8192: work yet]
8193:
8194: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
8195: object setters [only started, does not work yet]
8196:
8197: 2005-07-26 paf
8198:
8199: * src/: include/pa_request.h, main/execute.C: . properties: set
8200: works [alpha2]. for classes. todo: for objects
8201:
8202: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
8203: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8204: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8205: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8206: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8207: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8208: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8209: types/pa_vstateless_object.h, types/pa_vvoid.h,
8210: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8211: properties: set works [alpha1]
8212:
8213: 2005-07-25 paf
8214:
8215: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
8216: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
8217: properties: started, get works [alpha1, other approach]
8218:
8219: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
8220: properties: started, get works [alpha2]
8221:
8222: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8223: pa_vstateless_class.h: . properties: started, get works [alpha]
8224:
8225: 2005-07-15 paf
8226:
8227: * src/: classes/classes.h, classes/op.C, main/execute.C,
8228: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
8229: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8230: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8231: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8232: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
8233: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
8234: types/pa_vresponse.C, types/pa_vresponse.h,
8235: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8236: types/pa_vstateless_object.h, types/pa_vvoid.h,
8237: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
8238: types/pa_wwrapper.h, types/types.vcproj: + started property
8239: [getters work but think of changing them too to precaching]
8240:
8241: 2005-07-08 paf
8242:
8243: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
8244: gpf
8245:
8246: 2005-06-28 paf
8247:
8248: * src/: classes/file.C, main/untaint.C: ! string invariant violated
8249: in passing empty strings to file::exec/cgi environment
8250:
8251: 2005-06-06 paf
8252:
8253: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
8254: ^table:sql ^hash:sql now DO process $.bind option
8255:
8256: 2005-05-24 paf
8257:
8258: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
8259: $.limit] now work again [support was broken in 3.1.4]
8260:
8261: * src/: main/pa_string.C, classes/op.C: . steps toward removing
8262: ALL_INTERIOR_POINTERS
8263:
8264: 2005-05-12 paf
8265:
8266: * configure: 3.1.5beta
8267:
8268: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
8269:
8270: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
8271: $.limit] now work again [support was broken in 3.1.4]
8272:
8273: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
8274: line-width [was refusing to fill if line-width >1, thanks to
8275: Seras <seras@pinxit.lt> for repro case
8276:
8277: 2005-04-25 paf
8278:
8279: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
8280: correctly
8281:
8282: 2005-04-19 paf
8283:
8284: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
8285: in VString violating invariant!!
8286:
8287: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
8288: getenv("TZ")==null
8289:
8290: 2005-04-08 paf
8291:
8292: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
8293: bugfix: when there is no char in charset one byte produces 6
8294: (ÿ <<max). increased buffer size!
8295:
8296: 2005-03-23 paf
8297:
8298: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
8299: ^date.sql-string now takes TZ into account
8300:
8301: 2005-03-16 paf
8302:
8303: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
8304: gcc 3.4
8305:
8306: * src/types/pa_vhash.C: . warning about eof eol
8307:
8308: 2005-02-17 paf
8309:
8310: * operators.txt, src/classes/op.C: + operator ^sleep(double
8311: seconds)
8312:
8313: 2005-02-02 paf
8314:
8315: * src/classes/xnode.C: beauty: removed needless includes
8316:
8317: 2005-01-31 paf
8318:
8319: * src/types/pa_vmail.C: change: $.partX now always 1... change:
8320: $.partNoNumber now alias to $.part1
8321:
8322: * src/types/pa_vmail.C: change: incoming letter part contains
8323: "content-disposition" header with any value? now considering that
8324: part to be "file#" [for text/plain text/html were $.text#
8325: $.html#]
8326:
8327: * INSTALL: updatet to latest working versions available
8328:
8329: 2005-01-20 paf
8330:
8331: * configure.in, src/include/pa_version.h: version
8332:
8333: 2005-01-19 paf
8334:
1.101 moko 8335: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
8336: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
8337: couple warnings in parser3.C
1.95 moko 8338:
8339: 2004-12-23 paf
8340:
8341: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
8342:
8343: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
8344: dir to directory of script (when shbang used), not to directory
8345: of its interpreter
8346:
8347: * src/include/pa_version.h: compiled on win32...
8348:
8349: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
8350: we need more hspace
8351:
8352: * configure, configure.in, src/include/pa_version.h: configured
8353: host to pa_version. will be displayed everywhere
8354:
8355: * src/main/pa_request.C: new: @unhandled_exception can prevent
8356: exception from being logged by setting $exception.handled(1)
8357:
8358: * operators.txt, src/classes/file.C: change:
8359: ^file::sql{query}[[options]] options: $.name[file name]
8360: $.content-type[application/what]
8361:
8362: * src/: include/pa_common.h, main/pa_common.C,
8363: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
8364: new file
8365:
8366: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
8367: bugfix: table->hash now regards _default
8368:
8369: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
8370: created by accessing $name_of_method it acquired bad self=closest
8371: methodframe; instead of proper self (current class)
8372:
8373: * src/types/pa_vhashfile.C: bugfix: reading empty string from
8374: hashfile produced bad cord
8375:
8376: 2004-12-10 paf
8377:
8378: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
8379: subsequent failures though defined in .h
8380:
8381: * src/main/pa_common.C: comment on volatile
8382:
8383: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
8384: alarm function were not used since the beginning due to stupid
8385: error [setsigjmp were not checked in configure.in]
8386:
8387: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
8388: unix too
8389:
8390: * src/main/pa_common.C: http: exception status of send/recv errors
8391: change to most probable http.timeout
8392:
8393: * src/main/pa_common.C: win32: http connection $.timeout option now
8394: works [setsockopt on send/receive]
8395:
8396: 2004-12-08 paf
8397:
8398: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
8399: cstr-ed knowing mail charset, and untainting uri lang now knows
8400: proper charset
8401:
8402: 2004-11-24 paf
8403:
8404: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
8405:
8406: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
8407: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
8408:
8409: 2004-11-12 paf
8410:
8411: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
8412: [since 3.0.4]
8413:
8414: 2004-11-09 paf
8415:
8416: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
8417: writes basics to c:\parser3.log
8418:
8419: 2004-10-21 paf
8420:
8421: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
8422: tainted strings [were returning clean onces]
8423:
8424: 2004-10-15 paf
8425:
8426: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
8427: cycles(i=1; i=2), which was wrong, now does ONE
8428:
8429: 2004-10-12 paf
8430:
8431: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
8432:
8433: 2004-10-07 paf
8434:
8435: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
8436: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
8437: release asserts
8438:
8439: * src/: main/pa_string.C, include/pa_string.h: debugger help:
8440: String.dump() to stdout in detailed form [were String.v() in
8441: short form]
8442:
8443: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
8444: \t\r\n as @#| and truncates long char sequences less
8445:
8446: 2004-10-06 paf
8447:
8448: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
8449: win32 beauty: socket errors properly decoded
8450:
8451: 2004-10-05 paf
8452:
8453: * src/: include/pa_request.h, main/pa_request.C: bugfix:
8454: request::configure_user/admin done always, even if no
8455: file-to-process useful in @unhandled_exception [say, if they
8456: would want to mail by SMTP something]
8457:
8458: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
8459: now performed prior to file loading [and @auto executing] thus
8460: making $cookie:value available in @auto and in
8461: @unhandled_exception when IIS is configured to run interpreter
8462: even if no file exist
8463:
8464: 2004-09-20 paf
8465:
8466: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
8467: somewhere where it should have called xmlMalloc and it calls
8468: xmlFree when it should have not called it. inserted two
8469: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
8470: xmlFree just ignored. put away a testcase, maybe someday libxml
8471: author would fix all that. until that day: we have SLOW garbage
8472: collecting when many xml objects are alive hint: do
8473: ^memory:compact[] before xdoc::create
8474:
8475: 2004-09-17 paf
8476:
8477: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
8478: error from 3.0.8 version]
8479:
8480: 2004-09-14 paf
8481:
8482: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
8483: part bugfix: hashfile.foreach iterated only part if hashfile were
8484: modified inside
8485:
8486: 2004-09-13 paf
8487:
8488: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
8489: [were as octal]
8490:
8491: * src/types/pa_vhashfile.C: beauty: not reproduced
8492: $hashfile.key[$novalue] bug [reported by motorin], inserted
8493: safety-check
8494:
8495: * src/types/pa_vhashfile.C: change: empty keys now error in parser
8496: [not something obscure from sdbm lib]
8497:
8498: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
8499: = strerror now returnes something and we can properly report that
8500: to client
8501:
8502: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
8503: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
8504:
8505: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8506: [tainted as-is] this helps //[space][newline] to remain as-is and
8507: not be unnecessary optimized away [ruining javascript]
8508:
8509: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8510: [tainted as-is]
8511:
8512: * src/classes/mail.C: bugfix: typo error
8513:
8514: 2004-09-09 paf
8515:
8516: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
8517: separators bugfix: loads header with endings \r\n\r\n and \n\n
8518: (bloody yandex.server)
8519:
8520: 2004-09-06 paf
8521:
8522: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
8523: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
8524: encoded
8525:
8526: 2004-09-01 paf
8527:
8528: * src/types/pa_vmail.C: change: multipart/mixed changed to
8529: multipart/related outlook express have no problems showing
8530: unrelated attachments. todo: someday figure out a way of
8531: multipart/mixed multipart/related text/html
8532: image/xxx application/octet-stream << true attachments
8533:
8534: * src/types/pa_vmail.C: new:
8535: ^mail:send[$.file[$.content-disposition can be overriden new:
8536: empty mail header fields removed from letter
8537:
8538: * src/: classes/mail.C, include/pa_config_fixed.h,
8539: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
8540: ^mail:send[ $.file[ $.any[header]
8541:
8542: 2004-08-30 paf
8543:
8544: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
8545: warnings
8546:
8547: * src/main/pa_common.C: beauty: do not bother with charset
8548: detection when ^file::load[binary
8549:
8550: 2004-08-27 paf
8551:
8552: * src/main/pa_common.C: hack: for yandex.server http server
8553:
8554: 2004-08-18 paf
8555:
8556: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
8557: possibly-chunked response
8558:
8559: 2004-08-17 paf
8560:
8561: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8562: $f.content-type now = that of http response
8563:
8564: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8565: $f.content-type now = that of http response
8566:
8567: 2004-07-30 paf
8568:
8569: * src/: include/pa_request.h, main/pa_request.C,
8570: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
8571: win32: system&parser exceptions in release mode reported properly
8572: parser exception in exception handler WERE mistakenly reported as
8573: system exception, without details [in apache & isapi] +some
8574: beauty in exception text
8575:
8576: * src/: include/pa_exception.h, main/pa_request.C,
8577: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
8578: release mode reported properly parser exception in exception
8579: handler WERE mistakenly reported as system exception, without
8580: details
8581:
8582: * src/main/execute.C: beauty: simplified system exception handling
8583:
8584: 2004-07-29 paf
8585:
8586: * src/classes/table.C: bugfix:
8587: ^table.save[export.csv;$.separator[^;]] now works fine [separator
8588: were ignored, and \t used unconditionally]
8589:
8590: * src/types/Makefile.am: added vhash.c
8591:
8592: 2004-07-28 paf
8593:
8594: * src/: classes/date.C, classes/image.C, classes/math.C,
8595: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
8596: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
8597: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
8598: failed on russian letters
8599:
8600: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
8601: bugfix: isspace((unsigned char)c) everywhere. failed on russian
8602: letters
8603:
8604: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
8605: as 'currentDirectory' parameter to CreateProcess
8606:
8607: 2004-07-27 paf
8608:
8609: * src/targets/cgi/parser3.vcproj: beauty: win32:
8610: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
8611: from release somewhere [to help searching for unhandled system
8612: exceptions]
8613:
8614: * src/types/pa_vdate.h: check: for invalid datetime after temporary
8615: TZ shift
8616:
8617: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
8618: but also in ctor
8619:
8620: 2004-07-26 paf
8621:
8622: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
8623: src/main/pa_request.C, src/types/pa_vfile.h,
8624: src/types/pa_vhash.C, src/types/pa_vhash.h,
8625: src/types/types.vcproj: new: $response:body/download[
8626: $.file[name on disk] $.name[of file for user]
8627: $.mdate[date of last-modified. default from directory] ]
8628:
8629: * src/classes/file.C: moving file:send somewhere else..
8630:
8631: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
8632: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
8633: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
8634: $response:download[ $.filename[filename] $.option[] ,, ]
8635:
8636: * src/classes/file.C: beauty: invalid mode thoroughly reported
8637:
8638: 2004-07-21 paf
8639:
8640: * src/types/pa_vmail.C: bugfix: too long header values now splitted
8641: to several lines
8642:
8643: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
8644:
8645: note: ms outlook[!express] shows only first 255 characters of
8646: subject
8647:
8648: 2004-07-15 paf
8649:
8650: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
8651: off]
8652:
8653: 2004-07-14 paf
8654:
8655: * src/classes/table.C: bugfix: $.bind values now got untainted
8656: according to lang [were: as-is]
8657:
8658: 2004-07-07 paf
8659:
8660: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
8661: checked that
8662:
8663: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
8664: now untainted according to their languages. were: as-is.
8665: EVERYWHERE
8666:
8667: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
8668: environment string now untainted according to their languages.
8669: were: as-is. EVERYWHERE
8670:
8671: * src/main/pa_exec.C: bufix: on unix environment string now
8672: untainted according to their languages. were: as-is. on win32:
8673: ok
8674:
8675: * parser3.vssscc: ...would not go unnoticed
8676:
8677: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
8678: fails. in case on input appears nonutf, those bytes will be
8679: printed in %HH form. that can be easily decoded/recovered.
8680:
8681: this form is quite noticable, and hopefully would not go noticed
8682:
8683: 2004-07-06 paf
8684:
8685: * src/main/pa_exec.C: bufix: on unix environment string now
8686: untainted according to their languages. were: as-is. on win32:
8687: ok
8688:
8689: 2004-07-01 paf
8690:
8691: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
8692: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
8693: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8694: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
8695: main/main.vcproj, targets/cgi/parser3.vcproj,
8696: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
8697: option: global optimization ON
8698:
8699: * src/main/untaint.C: workaround kinda bug in libxml: life requires
8700: to do xdoc::create{invalid chars} standard disables chars less
8701: then \x20, except tab, cr, lf.
8702:
8703: changed tainting so that those become '!'
8704:
8705: 2004-06-25 paf
8706:
8707: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8708: int on odd address [prev bugfix failed due to superwize
8709: optimizer, which turned memcpy into same 'ld' asm command]
8710:
8711: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8712: int on odd address
8713:
8714: 2004-06-22 paf
8715:
8716: * src/sql/pa_sql_driver.h: note: about possible optimization
8717:
8718: * operators.txt, src/classes/hash.C, src/classes/memory.C,
8719: src/classes/string.C, src/classes/table.C, src/classes/void.C,
8720: src/include/pa_config_includes.h: new: ^void:sql{call
8721: paf(:a)}[ $.bind[ $.a[2]
8722: ] ] output variables work. todo: check in out
8723: variables
8724:
8725: 2004-06-18 paf
8726:
8727: * src/: classes/file.C, classes/hash.C, classes/string.C,
8728: classes/table.C, classes/void.C, include/pa_globals.h,
8729: include/pa_sql_connection.h, main/compile.tab.C,
8730: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
8731: $.bind[ $.a[2] ]
8732: ] input variables work. todo:output
8733:
8734: * src/targets/cgi/parser3.C: bugfix: iis specific
8735: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
8736: /_bug.html?404;http://hpsv/test/
8737: --------------------------------------------------------------------------------
8738: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
8739: --------------------------------------------------------------------------------
8740: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
8741:
8742: 2004-06-16 paf
8743:
8744: * src/targets/cgi/parser3.C: new: iis specific
8745: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
8746: $request:query
8747: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
8748: $form:fields IIS-STATUS="404"
8749: IIS-DOCUMENT="http://server/_bug.html" f="v"
8750:
8751: todo: isapi too
8752:
8753: 2004-05-26 paf
8754:
8755: * src/include/pa_version.h: 3.1.3
8756:
8757: * operators.txt: beauty: removed outdated level 'table'
8758:
8759: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
8760:
8761: * src/main/pa_string.C: beauty: removed 3 warnings
8762:
8763: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
8764: classes/op.C: beauty: removed outdated level 'table'
8765:
8766: 2004-05-25 paf
8767:
8768: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
8769: implementation. mistery: how anything worked
8770:
8771: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
8772: changed, it is now safe to use url if pointers to it are stored
8773: to gc mem
8774:
8775: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
8776: unknown errors reported and not cause SIGSEGV now
8777:
8778: 2004-05-24 paf
8779:
8780: * src/: include/pa_string.h, lib/cord/cordbscs.c,
8781: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
8782: less memory: CORD_chars_block originally intended to ... it was
8783: good that CORD_chars_block were not used: it consumes more memory
8784: [and, might be slow too] undoing that. [and removed that func so
8785: that it would not confuse parser developer in future]
8786:
8787: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
8788: less memory: CORD_chars_block originally intended to
8789: speedup/reduce mem usage were forgotten, and were used stupid
8790: CORD_chars
8791:
8792: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
8793:
8794: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
8795: BIGENDIAN processors space-conserving mech failed, causing
8796: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
8797: (1|2|3));
8798:
8799: 2004-05-14 paf
8800:
8801: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
8802: bugfix: void now has vfile value, and $response:body[] works OK
8803:
8804: 2004-05-12 paf
8805:
8806: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
8807: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
8808: sources to use is_defined() {return as_bool();} along VBool
8809:
8810: 2004-05-11 paf
8811:
8812: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
8813: referencing to local objects
8814:
8815: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
8816: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
8817: left intact
8818:
8819: 2004-04-15 paf
8820:
8821: * src/classes/date.C: merged: beauty: unused var removed
8822:
8823: * src/classes/date.C: beauty: unused var removed
8824:
8825: * src/include/: pa_exec.h: bugfix: interface without pointer
8826: provoked bug
8827:
8828: 2004-04-09 paf
8829:
8830: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
8831:
8832: * src/types/pa_vform.C: bugfix: form:imap were incorrect
8833:
8834: 2004-04-08 paf
8835:
8836: * src/classes/date.C: new: ^date::create[y-m-d
8837: h-M-s>>.milliseconds<<] now allowed, ignored so far
8838:
8839: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
8840:
8841: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
8842: to consult default catalog [usually, that file belongs to other
8843: user/group]
8844:
8845: 2004-04-06 paf
8846:
8847: * src/main/pa_common.C: beauty: gcc warning removed
8848:
8849: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
8850: accept that trick, trying other
8851:
8852: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
8853: explicit result problem
8854:
8855: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
8856: explicit result problem
8857:
8858: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
8859: explicit result problem
8860:
8861: * operators.txt, src/classes/string.C: new: ^string.append[string]
8862:
8863: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8864: main/execute.C: attempt_check_call_in_explicit_result_mode:
8865: failed
8866:
8867: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8868: http://i.p.a.ddress gethostbyaddr added [on some platforms
8869: gethostbyname failed with such 'domains'] now checked properly,
8870: were: needless reverse/forward dns lookup
8871:
8872: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8873: http://i.p.a.ddress gethostbyaddr added [on some platforms
8874: gethostbyname failed with such 'domains'] now checked properly,
8875: were: needless reverse/forward dns lookup
8876:
8877: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
8878: @method[][result] means "no string output here" moved to lexical
8879: level [on grammar level it were too difficult]
8880:
8881: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
8882: src/main/compile.y, src/main/compile_tools.h,
8883: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
8884: @method[][result] means "no string output here", implemented part
8885: of that idea: compiler throws away string literal generation
8886: code. and barks nonwhitespace chars
8887:
8888: * operators.txt: truth: removed comment about $ORIGIN
8889:
8890: 2004-04-05 paf
8891:
8892: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
8893: src/include/pa_version.h, src/main/pa_common.C,
8894: src/targets/isapi/parser3isapi.C: merged with 3.1.3
8895:
8896: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
8897: Konstantin Tomashevitch [mailto:konst@design.ru]
8898:
8899: * src/doc/html2chm.cmd: beauty: no need in bg here
8900:
8901: * src/doc/sources2html.cmd: beauty: same window, in bg it
8902: interfered with FAR console
8903:
8904: * configure, configure.in: 3.1.3
8905:
8906: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
8907:
8908: * src/main/pa_common.C: removed warning
8909:
8910: * src/include/pa_version.h: 3.1.3
8911:
8912: 2004-04-02 paf
8913:
8914: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
8915:
8916: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
8917: allows to specify where to put parser log file
8918:
8919: 2004-04-01 paf
8920:
8921: * src/classes/table.C: bugfix: bugfix: table::load last line
8922: without tab and enter were ignored
8923:
8924: * src/: include/pa_cache_managers.h, include/pa_globals.h,
8925: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
8926: main/pa_socks.C, targets/cgi/parser3.C,
8927: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
8928: bugfix: sql connections now are disconnected
8929:
8930: 2004-03-30 paf
8931:
8932: * src/classes/table.C: bugfix: table::load last line without tab
8933: and enter were ignored
8934:
8935: * src/classes/table.C: bufix: if last table lines were commented,
8936: gpfed
8937:
8938: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
8939: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
8940: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
8941: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
8942: doc/methoded.dox, doc/object.dox, doc/string.dox,
8943: doc/targets.dox, doc/value.dox, include/pa_version.h,
8944: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
8945: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
8946: bugfixes from 3.1.2, changed version to 3.1.3beta
8947:
8948: 2004-03-29 paf
8949:
8950: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
8951: causes gpf
8952:
8953: * src/doc/: ClassExample1.dox, ClassExample2.dox,
8954: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
8955: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
8956: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
8957: value.dox: translated to english
8958:
8959: 2004-03-25 paf
8960:
8961: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
8962: parser3project dependency removed
8963:
8964: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
8965: bugfix: refused to compile without xml
8966:
8967: * src/types/pa_vform.C: beauty: removed warning
8968:
8969: * src/classes/classes.vcproj: merged bugfix: now all compiles in
8970: any folder [removed last ;) folder dependency]
8971:
8972: * src/classes/classes.vcproj: bugfix: now all compiles in any
8973: folder [removed last ;) folder dependency]
8974:
8975: * src/include/pa_version.h: release
8976:
8977: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
8978:
8979: * src/classes/table.C: beauty: comment& more meaningful error
8980: message
8981:
8982: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
8983: $.hash[$.column_value1(true) ... ] [were producing some strang
8984: thing]
8985:
8986: 2004-03-23 paf
8987:
8988: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
8989: and http status line parsing checked number of columns in table
8990: [user reported an assert]
8991:
8992: * operators.txt: example: on hashfile
8993:
8994: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
8995: bugfix: junction reattach now actually reattaches a junction to
8996: new wcontext [were only assigning it to junction, which caused
8997: junction tracking to loose junction, and it's context were not
8998: killed, and it tried to process in invalid context, gpf]
8999:
9000: * src/targets/cgi/parser3.C: debug helper added
9001:
9002: 2004-03-19 paf
9003:
9004: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
9005: "type(type)" in braces
9006:
9007: 2004-03-10 paf
9008:
9009: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
9010: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
9011: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
9012: solution to search-in-namespaces problem:
9013: $xdoc.search-namespaces.x[http://pif.design.ru/]
9014: $nodes[^xdoc.select[//x:second]]
9015:
9016: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
9017: expression][[NAMESPACES HASH]] allows to search for info in
9018: namespaces
9019:
9020: $nodes[^xdoc.select[//x:second][
9021: $.x[http://pif.design.ru/] ]]
9022:
9023: 2004-03-09 paf
9024:
9025: * operators.txt, src/main/pa_common.C: new:
9026: ^file::load[...][options] $.form[
9027: !$.field1[string]
9028: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
9029: ] !$.body[string]
9030:
9031: GET ?here notGET(POST, HEAD, others) in content-type:
9032: application/x-www-form-urlencoded
9033:
9034: todo: upload files ability
9035:
9036: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
9037: properly, done
9038:
9039: 2004-03-05 paf
9040:
9041: * operators.txt, src/main/pa_common.C: new: file::load[;http://
9042: GET/POST $.form[$.fields started, not tested yet
9043: todo:$.field[table] for multiple values
9044:
9045: * operators.txt: new: http:// options $.user $.password basic
9046: authorization
9047:
9048: * src/main/pa_common.C: beauty: link to rtf added
9049:
9050: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
9051: new: http:// options $.user $.password basic authorization
9052:
9053: * src/main/pa_common.C: beauty: removed needless vars
9054:
9055: * operators.txt: new: pgsql option [like that recently added to
9056: oracle driver] ClientCharset=parser-charset <<
9057: charset in which parser thinks client works
9058:
9059: * operators.txt: new: odbc option [like that recently added to
9060: oracle driver] ClientCharset=parser-charset <<
9061: charset in which parser thinks client works
9062:
9063: * src/sql/pa_sql_driver.h: beauty: important warning added
9064:
9065: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
9066: char!
9067:
9068: * etc/parser3.charsets/windows-1251.cfg: typo
9069:
9070: 2004-03-04 paf
9071:
9072: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
9073: cached, sql transcoding now goes faster
9074:
9075: * operators.txt: new: mysql option [like that recently added to
9076: oracle driver] ClientCharset=parser-charset <<
9077: charset in which parser thinks client works
9078:
9079: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
9080: typo error
9081:
9082: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
9083: chars commented
9084:
9085: 2004-03-03 paf
9086:
9087: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
9088: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
9089:
9090: 2004-03-02 paf
9091:
9092: * operators.txt: new[update typo]: !^void.left(n)
9093: nothing !^void.right(n) nothing !^void.mid(p[;n])
9094: nothing
9095:
9096: * operators.txt, src/classes/void.C: new: !^void.left(n)
9097: nothing !^void.right(n) nothing !^void.pos(p[;n])
9098: nothing
9099:
9100: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
9101: ^file::sql[[name_to_become_$.name]]{} query result must be one
9102: row with columns: first: data second: file name third:
9103: content-type
9104:
9105: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
9106: ^connect gets properly escaped string, which can be passed to
9107: request now this for mysql only. it's up to parser sql driver to
9108: fix zeros properly
9109:
9110: * INSTALL: note: added on building apache with this option:
9111: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
9112:
9113: 2004-03-01 paf
9114:
9115: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
9116: extension memory:compact befor processingrequest
9117:
9118: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
9119: call sole column of result
9120:
9121: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
9122: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
9123: pixel color
9124:
9125: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
9126: beauty: image -- less checks [were ugly impl]
9127:
9128: * src/classes/string.C: bugfix: ^string.left/right/mid with
9129: negative values now considered bad
9130:
9131: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
9132:
9133: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
9134: options now have unified defaults [after transform
9135: indent/omit-xml-declaration/standalone 'default' erroreously
9136: meant 'true']
9137:
9138: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
9139: added [on some platforms gethostbyname failed with such
9140: 'domains']
9141:
9142: * src/include/pa_config_auto.h.in: no select check, no define
9143:
9144: * src/classes/string.C: feature: ^string.trim both parameters may
9145: be empty-strings, meaning kind=both chars=whitespaces
9146:
9147: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
9148: exist
9149:
9150: * src/classes/string.C: check: trim 'chars' must not be empty,
9151: exception if it is
9152:
9153: * src/classes/string.C: changed: ^string.trim [] << both,
9154: whitespaces [start|both|end] << kind, whitespaces
9155: [start|both|end;chars] full
9156:
9157: 2004-02-27 paf
9158:
9159: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
9160: method: ^string.trim[start|both|end[;chars]] default
9161: 'chars' -- whitespace chars finished
9162:
9163: * operators.txt, src/classes/string.C, src/include/pa_string.h,
9164: src/main/pa_string.C: new method:
9165: ^string.trim[start|both|end[;chars]] default 'chars' --
9166: whitespace chars started, only start works
9167:
9168: * src/main/compile.C: bugfix: line numbers after
9169: ^process{}[$.line(-10]] can be negative, allowed to print they as
9170: signed
9171:
9172: * src/main/untaint.C: speed: there's no \n chars in output
9173: [normally], so no need to optimize them they could be retrived
9174: from databases, though. but 1. should be replaced 2. if not
9175: optimized, no harm done
9176:
9177: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
9178: ^file::exec/cgi could return invalid status & zombie child can
9179: remain for short period until process exists [very bad in
9180: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
9181:
9182: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
9183: malicious SMTP server to attack as by returning too long status
9184: responses http://i2/tasks/edit/?id=4629448401140924947
9185:
9186: 2004-02-26 paf
9187:
9188: * operators.txt: feature: ^process...{CODE}[now has options] which
9189: are $.main[to what to rename @main] $.file[file,
9190: from which (user says) goes that CODE] $.lineno(line
9191: number in that file, where CODE starts. may be negative)
9192:
9193: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9194: src/main/compile.C, src/main/compile_tools.h,
9195: src/main/pa_request.C: feature: ^process...{CODE}[now has
9196: options] which are $.main[to what to rename @main]
9197: $.file[file, from which (user says) goes that CODE]
9198: $.lineno(line number in that file, where CODE starts. may be
9199: negative)
9200:
9201: 2004-02-25 paf
9202:
1.101 moko 9203: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
9204: old @charsetsdir@ recently erased from configure.in]
1.95 moko 9205:
9206: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
9207: produces hash of column=>1
9208:
9209: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
9210: with incomplete errno constants set
9211:
9212: 2004-02-24 paf
9213:
9214: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
9215: "man select"
9216:
9217: * src/main/pa_os.C: beauty: <0 better then ==-1
9218:
9219: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
9220:
9221: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
9222:
1.101 moko 9223: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 9224:
9225: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
9226: unix: steps to work on unix [extracted 'to']
9227:
9228: * src/classes/mail.C: smtp on unix: steps to work on unix
9229:
9230: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
9231:
1.101 moko 9232: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
9233: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
9234: unix [testing on solaris]
1.95 moko 9235:
9236: 2004-02-20 paf
9237:
9238: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
9239: pointing that out
9240:
9241: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
9242: fixed again [same solution, mistanenly removed one line]
9243:
9244: 2004-02-19 paf
9245:
9246: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
9247: date::create from bad datetime in spring daylightsaving hole now
9248: OK for all platforms [on some platforms it failed]
9249:
9250: * src/classes/: date.C, image.C: beauty: date::create[bad date time
9251: in daylightsaving hole] now throws error
9252:
9253: * src/classes/date.C: comment: mistake fixed
9254:
9255: 2004-02-18 paf
9256:
9257: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
9258: now renderes in $request:charset, but in header puts
9259: $response:charset todo: make that default only so that coder
9260: could override that
9261:
9262: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
9263: turns off omit-xml-declaration
9264:
9265: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
9266: /.xsl for sample
9267:
9268: 2004-02-17 paf
9269:
9270: * src/classes/xdoc.C: beauty: needless helper class removed
9271:
9272: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
9273: copied extra time
9274:
9275: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
9276: part of libxml
9277:
9278: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
9279: libxml to do the work] <xsl:output method="html"
9280: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
9281: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
9282: />
9283:
9284: * src/classes/xdoc.C: beauty: no <meta ... charset generated
9285:
9286: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
9287: caused assertion
9288:
9289: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
9290: could hang. now such add does nothing, sub clears $hash
9291:
9292: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
9293: not made quoted-printable
9294:
9295: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
9296: string invariant
9297:
9298: 2004-02-16 paf
9299:
9300: * src/main/pa_globals.C: bugfix: xml errors copy from library now
9301: cleared [were not cleared properly]
9302:
9303: 2004-02-13 paf
9304:
1.101 moko 9305: * src/include/pa_version.h: prerelease
1.95 moko 9306:
9307: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
9308: used, introducing dependencies timestamp check
9309:
9310: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9311: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
9312: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
9313: .xsl.stamp now not used, introducing dependencies timestamp check
9314:
9315: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
9316:
9317: 2004-02-12 paf
9318:
9319: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
9320: ruined empty <input type=file> submits. parser thought there were
9321: nameless empty file and $form:field got value of type 'file'
9322:
9323: * INSTALL: --without-threads
9324:
9325: * src/include/pa_sapi.h: 2004
9326:
9327: 2004-02-11 paf
9328:
9329: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9330: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9331: classes/hashfile.C, classes/image.C, classes/int.C,
9332: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9333: classes/response.C, classes/string.C, classes/table.C,
9334: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9335: include/pa_array.h, include/pa_cache_managers.h,
9336: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9337: include/pa_config_fixed.h, include/pa_config_includes.h,
9338: include/pa_dictionary.h, include/pa_dir.h,
9339: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9340: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9341: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9342: include/pa_request_charsets.h, include/pa_request_info.h,
9343: include/pa_socks.h, include/pa_sql_connection.h,
9344: include/pa_sql_driver_manager.h, include/pa_stack.h,
9345: include/pa_string.h, include/pa_stylesheet_connection.h,
9346: include/pa_stylesheet_manager.h, include/pa_table.h,
9347: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9348: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9349: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9350: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9351: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9352: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9353: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9354: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9355: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9356: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9357: main/pa_sql_driver_manager.C, main/pa_string.C,
9358: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
9359: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
9360: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9361: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9362: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9363: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9364: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9365: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9366: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9367: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9368: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9369: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9370: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9371: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9372: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9373: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9374: types/pa_vresponse.h, types/pa_vstateless_class.C,
9375: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9376: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9377: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9378: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9379: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9380: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
9381:
9382: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
9383: debug version of gc.dll
9384:
9385: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9386: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9387: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
9388: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
9389: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
9390: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
9391: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
9392: processes
9393:
9394: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
9395: main/pa_globals.C, targets/cgi/parser3.vcproj,
9396: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
9397: changes to reflect libxml xsl new folders
9398:
9399: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9400: lib/smtp/smtp.vcproj, main/main.vcproj,
9401: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
9402: to reflect libxml xsl new folders
9403:
9404: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9405: lib/smtp/smtp.vcproj, main/main.vcproj,
9406: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
9407: types/types.vcproj: started changes to reflect libxml xsl new
9408: folders
9409:
9410: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
9411: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9412: src/main/compile.tab.C, src/main/main.vcproj,
9413: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
9414: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9415: started changes to reflect libxml xsl new folders
9416:
9417: 2004-02-10 paf
9418:
9419: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
9420: compile. recommened latest libxml up to date
9421:
9422: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
9423: pattern compilation errors", on which spent 4 hours worktime. use
9424: versions higher than that. recommended now latest up to date
9425:
9426: 2004-02-06 paf
9427:
9428: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
9429: beauty: unified destructing style
9430:
9431: * src/main/untaint.C: beauty: removed old def/ifdef
9432:
9433: * src/main/untaint.C: beauty: coredump @unknown untaint language
9434: now
9435:
9436: 2004-02-03 paf
9437:
9438: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
9439: targets/isapi/parser3isapi.C, types/pa_value.C,
9440: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
9441: then %ld/%lu
9442:
9443: * src/main/pa_common.C: typo: %l -> %u
9444:
9445: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
9446: in attributes or documents-results of transform now not xx;
9447:
9448: * src/classes/xnode.C: memleaks found: not fixed yet. todo
9449:
9450: * src/main/pa_charset.C: bugfix: forgot to undo some
9451:
9452: * src/main/pa_charset.C: beauty: uncomment
9453: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
9454: libraries
9455:
9456: 2004-02-02 paf
9457:
9458: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
9459: $cookie:example[ $.value[value] $.path[/there/] ]
9460:
9461: $cookie:example[ $.value[] $.expires[session]
9462: $.path[/there/] $.domain[test.com] ]
9463:
9464: * src/types/pa_vform.C: bugfix: empty values with
9465: enctype=multipart/form-data now produce entries in $form:tables
9466: <form method=post enctype=multipart/form-data> <input type=hidden
9467: name=a> <input type=hidden name=b>
9468:
9469: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
9470: <hr> <pre>$request:body
9471:
9472: 2004-01-30 paf
9473:
9474: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
9475: or documents-results of transform now not xx;
9476:
9477: * src/classes/date.C: bugfix: ^date::create[invalid fields now
9478: produce exception.
9479:
9480: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
9481: bugfix: ^date::create[invalid fields now produce exception.
9482:
9483: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
9484: year] now produces exception. todo: check other fields
9485:
9486: 2004-01-29 paf
9487:
9488: * src/include/pa_memory.h: typo error
9489:
9490: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
9491: more byte then specified, then zeroed it << useless and
9492: potentially harmful(could gpf)
9493:
9494: 2004-01-22 paf
9495:
9496: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
9497:
9498: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
9499: optimization
9500:
9501: * src/main/untaint.C: bugfix: whitespace now optimized properly
9502: [were bug: ^taint[1 & 2]="1 &2"
9503:
9504: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
9505: errors
9506:
9507: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
9508: overflow
9509:
9510: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
9511: error-reporting code * in parser-error reporting code [when no
9512: @unhandled_exception defined]
9513:
9514: fixed in one place: my *snprintf override
9515:
9516: 2004-01-13 paf
9517:
9518: * operators.txt: typo erro
9519:
9520: 2003-12-25 paf
9521:
9522: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
9523: garbled [pieces after zero bytes were removed]
9524:
9525: 2003-12-22 paf
9526:
1.101 moko 9527: * src/include/Makefile.am: bugfix: removed from dist:
9528: src/include/pa_config_auto.h which were configured for
1.95 moko 9529: make-dist-platform and badly updated proper config file in target
9530: [when .tar used for updating existing source tree]
9531:
9532: * ChangeLog, operators.txt, src/classes/op.C,
9533: src/include/pa_sql_connection.h,
9534: src/include/pa_sql_driver_manager.h,
9535: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
9536: feature: sql introducing ability to transcode charsets
9537:
9538: 2003-12-19 paf
9539:
9540: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
9541: error message
9542:
9543: * src/main/pa_charset.C: bugfix: memory for charsethandler
9544: structure for libxml now allocated properly
9545:
9546: 2003-12-17 paf
9547:
9548: * src/types/pa_vfile.C: beauty: removed outdated cast
9549:
9550: * src/main/pa_common.C: bugfix: empty http response caused gpf
9551:
9552: * src/include/pa_string.h: bugfix: removed too strong a assert
9553:
9554: * src/main/pa_globals.C: bugfix: removed false warning [warning:
9555: unreported xmlGenericErrors]
9556:
9557: 2003-12-15 paf
9558:
9559: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
9560: works}
9561:
9562: 2003-12-11 paf
9563:
9564: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
9565: id
9566: !$status:tid thread id
9567:
9568: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
9569: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
9570: bugfix(solaris): removed dependency on object initialization
9571: order [one more place]
9572:
9573: * src/: classes/file.C, classes/mail.C, classes/op.C,
9574: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
9575: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
9576: understand that
9577:
9578: * src/: classes/file.C, classes/mail.C, classes/op.C,
9579: classes/xdoc.C, include/pa_cache_managers.h,
9580: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9581: include/pa_stylesheet_manager.h, main/pa_request.C,
9582: main/pa_stylesheet_manager.C, types/pa_vimage.C,
9583: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
9584: ctor call [relying on implicit String::Body(cstr) call]
9585:
9586: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
9587: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
9588: object initialization order [two places]
9589:
9590: 2003-12-10 paf
9591:
9592: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
9593: << time now ok
9594:
9595: * operators.txt, src/main/pa_sql_driver_manager.C,
9596: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
9597: operational
9598:
9599: * ChangeLog, operators.txt, src/classes/xdoc.C,
9600: src/include/pa_charset.h, src/include/pa_sql_connection.h,
9601: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
9602: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
9603: back operational
9604:
9605: 2003-12-02 paf
9606:
9607: * src/types/pa_vmail.C: bugfix:
9608: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
9609: as-is forced]
9610:
9611: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
9612: exceptions out of libxml callbacks: reimplemented error handling
9613: of http://localhost, parser://method and safemode check callbacks
9614:
9615: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
9616: [merged from HEAD]
9617:
9618: * src/classes/image.C: nothing: comment removed
9619:
9620: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
9621: addresses to int
9622:
9623: 2003-12-01 paf
9624:
9625: * src/main/pa_xml_io.C: bugfix: typo
9626:
9627: * src/main/pa_globals.C: bugfix: win32: compile prob
9628:
9629: * src/classes/xdoc.C: bugfix: typo
9630:
9631: * src/main/pa_xml_io.C: todo: safe mode check not to throw
9632: exception
9633:
9634: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
9635:
9636: 2003-11-28 paf
9637:
9638: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
9639: all xml documents read
9640:
9641: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
9642:
9643: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9644: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
9645: replaced original open mech of xdoc::create & co to use libxml
9646: open, so that this would work for root document todo: safe mode
9647: checks to libxml: ideally to some 1 point
9648:
9649: * src/main/pa_xml_io.C: comment
9650:
9651: * operators.txt, src/main/pa_xml_io.C: leading / in
9652: http://parser[abscent params]
9653:
9654: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
9655: works. todo: maybe replace original open mech of xdoc::create &
9656: co to use libxml open, so that this would work for root document
9657:
9658: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
9659: "parser://method/params/here"> <test> &test^; </test> }]
9660:
9661: ^taint[^xdoc.string[]]
9662:
9663: @method[param] <!ENTITY test
9664: "test-entity-value+$form:user+$param!">
9665:
9666: 2003-11-27 paf
9667:
9668: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
9669:
9670: * src/classes/date.C: bugfix: typo error
9671:
9672: 2003-11-26 paf
9673:
9674: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
9675: src/main/Makefile.am, src/main/main.vcproj,
9676: src/main/pa_globals.C, src/main/pa_request.C,
9677: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
9678: xml errors to hash<thread_id,error> reorganization: xml io moved
9679: to pa_xml_io.C/h
9680:
9681: * src/types/pa_value.h: warnings: --
9682:
9683: 2003-11-25 paf
9684:
9685: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
9686: whatever)
9687:
9688: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
9689: a, (c?x:y, z)
9690:
9691: * src/main/untaint.C: bugfix: consequences of not reading this
9692: comment: CORD_pos_chars_left /* Number of characters in cache.
9693: <= 0 ==> none */
9694:
9695: * src/include/pa_array.h: removed needless checks
9696:
9697: 2003-11-24 paf
9698:
9699: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
9700: removed limit: now $form:xxx can be accessed anytime, even in
9701: @auto/conf [and request/response:charset still can be changed
9702: anytime]
9703:
9704: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
9705: now not transcodes response body
9706:
9707: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
9708: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
9709: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
9710: $xdoc.firstChild.firstChild.nodeValue[different]
9711: ^taint[^xdoc.string[]]
9712:
9713: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
9714: workaround: static Hash::allocates -> static Hash_allocates
9715:
9716: 2003-11-21 paf
9717:
1.101 moko 9718: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
9719: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
9720: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 9721:
9722: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
9723:
9724: * src/classes/mail.C: bugfix: typo
9725:
9726: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101 moko 9727: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
9728: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
9729: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
9730: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 9731: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
9732:
9733: * src/main/pa_exec.C: bug in safe mode
9734:
9735: * src/include/Makefile.am: pa_xml_exception.h
9736:
9737: * src/targets/isapi/parser3isapi.C: more warnings --
9738:
9739: 2003-11-20 paf
9740:
9741: * src/: classes/math.C, classes/op.C, classes/string.C,
9742: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
9743: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
9744: --
9745:
9746: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
9747: more warnings --
9748:
9749: * src/classes/xdoc.C: more warnings --
9750:
9751: * src/classes/: date.C, image.C, xdoc.C: more warnings --
9752:
9753: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
9754: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
9755:
9756: * src/: classes/date.C, classes/file.C, classes/hash.C,
9757: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
9758: classes/table.C, include/pa_cache_managers.h,
9759: include/pa_stylesheet_connection.h, main/pa_request.C,
9760: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
9761: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
9762: --
9763:
9764: * src/main/: execute.C, pa_request.C: old forgotten todo: when
9765: can't report problem (undefined @unhandled_exception) problem
9766: source string were not reported
9767:
9768: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9769: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9770: classes/hashfile.C, classes/image.C, classes/int.C,
9771: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9772: classes/response.C, classes/string.C, classes/table.C,
9773: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9774: include/pa_array.h, include/pa_cache_managers.h,
9775: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9776: include/pa_config_fixed.h, include/pa_dictionary.h,
9777: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
9778: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
9779: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
9780: include/pa_request.h, include/pa_request_charsets.h,
9781: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
9782: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9783: include/pa_stack.h, include/pa_string.h,
9784: include/pa_stylesheet_connection.h,
9785: include/pa_stylesheet_manager.h, include/pa_table.h,
9786: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9787: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
9788: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
9789: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9790: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9791: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9792: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9793: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
9794: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
9795: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
9796: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
9797: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9798: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
9799: targets/isapi/parser3isapi.C, types/pa_junction.h,
9800: types/pa_method.h, types/pa_value.C, types/pa_value.h,
9801: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
9802: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9803: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
9804: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9805: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9806: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9807: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9808: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9809: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9810: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9811: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9812: types/pa_vresponse.h, types/pa_vstateless_class.C,
9813: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9814: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9815: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9816: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9817: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9818: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
9819: const IDENT
9820:
9821: * src/: include/pa_array.h, include/pa_pool.h,
9822: include/pa_request.h, include/pa_string.h, include/pa_table.h,
9823: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
9824: types/pa_wcontext.h: more warnings --
9825:
9826: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
9827: classes/file.C, classes/hash.C, classes/hashfile.C,
9828: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
9829: classes/memory.C, classes/op.C, classes/string.C,
9830: classes/table.C, classes/xdoc.C, classes/xnode.C,
9831: include/pa_config_includes.h, include/pa_operation.h,
9832: include/pa_sql_connection.h, include/pa_table.h,
9833: include/pa_types.h, lib/ltdl/config_fixed.h,
9834: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
9835: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9836: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
9837: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
9838: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
9839: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
9840: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
9841: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
9842: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
9843: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
9844: types/pa_vmail.C, types/pa_vobject.C,
9845: types/pa_vstateless_class.h, types/pa_vtable.C,
9846: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
9847: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
9848: on all projects (except libltdl=off & libsdbm=level3) found
9849: several unitialized vars
9850:
9851: 2003-11-19 paf
9852:
9853: * src/classes/op.C: more ansi C++ comp
9854:
9855: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9856: src/main/pa_request.C: ^cache[...]{body}{catch block with
9857: $exception.handled[cache] meaning "get expired cache, if any.
9858: else error"}
9859:
9860: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
9861: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
9862: ^cache[...]{body}{catch code with $exception.cache field}
9863:
9864: 2003-11-12 paf
9865:
9866: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
9867: [copy/paste bug]
9868:
9869: 2003-11-11 paf
9870:
9871: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
9872: failed]
9873:
9874: * bin/auto.p.dist.in: colno
9875:
9876: 2003-11-10 paf
9877:
9878: * src/types/pa_vconsole.h: flush
9879:
9880: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
9881: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
9882: read/write [for nntp]
9883:
9884: * operators.txt: mysql: transaction support: ?autocommit=0
9885:
9886: * operators.txt: comment: updated
9887:
9888: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
9889: serialize version and exipire now removes entries
9890:
9891: * operators.txt: ^hashfile.delete[] removes files altogether [and
9892: dir, if could]
9893:
9894: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
9895: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
9896: removes files altogether [and dir, if could]
9897:
9898: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
9899: nonexistent pair. .c coded that that was error. fixed
9900:
9901: * src/types/pa_vhashfile.C: sdbm: exception type change to
9902: file.access [regretfull can't split it to different exceptions
9903: without modifying sdbm source wich would prefer not to]
9904:
9905: 2003-11-07 paf
9906:
9907: * src/: classes/date.C, classes/file.C, classes/hash.C,
9908: classes/hashfile.C, classes/image.C, classes/table.C,
9909: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
9910: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
9911: main/execute.C, main/main.vcproj, main/pa_pool.C,
9912: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
9913: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
9914: types/pa_vstateless_class.h: resurrected: pool idea. now only for
9915: destructing objects at request processing end
9916:
9917: 2003-11-06 paf
9918:
9919: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
9920: updates
9921:
9922: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
9923: to include sdbm
9924:
1.101 moko 9925: * src/include/: pa_config_includes.h, pa_version.h: our
9926: replacements of max& co only for cpp
1.95 moko 9927:
9928: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
9929: upper dir, .am updated
9930:
9931: * tests/todo.txt: hashfile: done
9932:
9933: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
9934: expiration [time in value. todo: move time to key]
9935:
9936: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
9937:
9938: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
9939: to do that in foreach, no errors, but surely wrong]
9940:
9941: * operators.txt, src/types/pa_vhashfile.C,
9942: src/types/pa_vhashfile.h: hashfile: clear and proper locking
9943:
9944: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
9945: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
9946: foreach
9947:
9948: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
9949: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
9950:
9951: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
9952: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
9953:
9954: * src/: include/pa_memory.h, targets/cgi/parser3.C,
9955: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
9956: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
9957: get/put [raw]
9958:
9959: * src/: classes/op.C, main/pa_os.C: just linked
9960:
9961: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
9962: XmlException changes
9963:
9964: * src/: include/pa_charset.h, include/pa_globals.h,
9965: include/pa_stylesheet_connection.h, main/pa_exception.C:
9966: XmlException changes
9967:
9968: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
9969:
9970: * src/: include/pa_common.h, include/pa_exception.h,
9971: main/main.vcproj, main/pa_common.C, include/pa_os.h,
9972: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
9973: main/pa_xml_exception.C: locking move to pa_os [along with
9974: pa_sleep] apr-impl locking done
9975:
9976: * configure, configure.in, operators.txt, parser3.sln,
9977: src/classes/classes.vcproj, src/classes/hashfile.C,
9978: src/classes/xdoc.C, src/include/pa_config_fixed.h,
9979: src/include/pa_exception.h, src/include/pa_globals.h,
9980: src/include/pa_memory.h, src/include/pa_version.h,
9981: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
9982: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
9983: src/main/compile.tab.C, src/main/main.vcproj,
9984: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
9985: src/types/Makefile.am, src/types/pa_vhash.C,
9986: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9987: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
9988: again with sdbm from apache
9989:
9990: 2003-11-05 paf
9991:
9992: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
9993: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
9994: \parser3project dir anymore
9995:
9996: * src/main/pa_charset.C: bugfix: had broken binary search [copied
9997: thoughtlessly from xalan]
9998:
9999: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
10000: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
10001: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
10002:
10003: * src/main/helpers/CaseFolding.txt:
10004: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
10005:
10006: 2003-11-04 paf
10007:
10008: * operators.txt: comment: ^mail:send[$.options[
10009:
10010: * src/classes/table.C: compiled on unix
10011:
1.101 moko 10012: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 10013:
10014: * src/classes/mail.C: compiled on unix
10015:
10016: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
10017: src/types/pa_vmail.h: !^mail:send[
10018: $.options[unix: string to append to sendmail command
10019: line]
10020:
10021: * operators.txt, src/classes/table.C, src/main/pa_string.C,
10022: tests/todo.txt: ^table.save[... $.separator[^#09]
10023: $.encloser["] <nothing> by default
10024:
10025: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
10026: !$.separator[^#09] !$.encloser["] <nothing> by
10027: default
10028:
10029: 2003-11-03 paf
10030:
10031: * operators.txt, src/classes/table.C, src/main/pa_common.C:
10032: ^table::load[; options: !$.column-separator[^#09]
10033: !$.column-encloser["]
10034:
10035: * operators.txt, src/include/pa_config_fixed.h,
10036: src/types/pa_vrequest.C: $request:document-root
10037:
10038: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
10039: [already included into uri=xxx]
10040:
10041: * operators.txt, src/classes/image.C, tests/todo.txt:
10042: ^image.gif[filename] for $response:download
10043:
10044: * src/classes/date.C: minor precaution
10045:
10046: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
10047: !^date.unix-timestamp[]
10048:
10049: 2003-10-30 paf
10050:
10051: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
10052: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
10053:
10054: * src/classes/: date.C, image.C: improvement diagnostics:
10055: $now[^date::create[$undefined]] now is error
10056:
10057: * src/main/pa_common.C: read errors would now be reported 'actually
10058: read -1 bytes'
10059:
10060: 2003-10-24 paf
10061:
10062: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
10063: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
10064: src/main/Makefile.am, src/targets/cgi/Makefile.am,
10065: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
10066:
10067: 2003-10-22 paf
10068:
10069: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
10070:
10071: 2003-10-21 paf
10072:
10073: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
10074: fixed: string.match[g] without <'> option produced columns with
10075: NULL's, which gpf'ed at table.save time
10076:
10077: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
10078: recoursion' message with intensive throw-catches fixed: incorrect
10079: name and line (one name upper then needed) in error message about
10080: problems inside try block
10081:
10082: 2003-10-10 paf
10083:
10084: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
10085: check offset argument for validity did that in String::Body::pos
10086: myself http://i2/tasks/edit/?id=4577425257580789777
10087:
10088: 2003-10-07 paf
10089:
10090: * src/main/: compile.tab.C, compile.y: ^if ( better error:
10091: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
10092:
10093: 2003-10-03 paf
10094:
10095: * parser3.sln, src/include/pa_dictionary.h,
10096: src/main/pa_dictionary.C, src/main/pa_string.C,
10097: src/targets/cgi/parser3.vcproj: dictionary optimized by
10098: precalculating cstr&length
10099:
10100: 2003-10-02 paf
10101:
10102: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10103: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10104: main/pa_stylesheet_manager.C: bugfix: ^throw context were
10105: saved/restored incompletely http://www.parser.ru/forum/?id=21484
10106:
10107: 2003-09-30 paf
10108:
10109: * src/main/pa_string.C: string::replace bug fix [were ignoring
10110: occurrances after lang-mismatched
10111:
10112: 2003-09-29 paf
10113:
10114: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
10115: helper
10116:
10117: * src/main/pa_string.C: string::serialize bug fix with
10118: zero-terminator
10119:
10120: * src/classes/table.C: ^nameless_table.save column row now has no
10121: \t at the end
10122:
10123: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
10124: @postprocess now takes $response:body/download
10125:
10126: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
10127: error message
10128:
10129: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
10130:
10131: * src/classes/table.C: bugfix: flip: must produce nameless
10132: http://i2/tasks/edit/?id=4573405524674081244
10133:
10134: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
10135: main/helpers/simple_folding.pl: utf-8 upper/lower
10136:
10137: * src/main/pa_common.C: bugfix: utf signature were not ignored due
10138: to typo error http://i2/tasks/edit/?id=4573354650786434584
10139:
10140: 2003-09-26 paf
10141:
10142: * src/main/untaint.C: removed needless field
10143:
10144: * src/main/untaint.C: removed needless const
10145:
10146: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
10147: String.for_each bug fixed [omited one-char cases]
10148:
10149: * src/include/pa_stack.h: bugfix: before collecting garbage,
10150: runtime-executor stack were cleared... BADLY
10151:
10152: * src/main/pa_string.C: ^stirng.replace code used old
10153: param-convention on langs.append, fixed that search fo the like,
10154: found none
10155:
10156: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
10157: string::serialize/deserialize implemented Language enum assigned
10158: meaningful letters [more convinient for debugging. read warning
10159: before adding/changing anything]
10160:
10161: 2003-09-25 paf
10162:
10163: * src/: include/pa_string.h, include/pa_version.h,
10164: main/pa_string.C, main/untaint.C: templates and anonymous unions
10165: differences on unix
10166:
10167: * parser3.sln, src/classes/file.C, src/classes/image.C,
10168: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
10169: src/classes/xdoc.C, src/classes/xnode.C,
10170: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10171: src/include/pa_charsets.h, src/include/pa_common.h,
10172: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
10173: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
10174: src/include/pa_table.h, src/lib/cord/cordbscs.c,
10175: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10176: src/lib/cord/include/cord.h, src/main/compile.tab.C,
10177: src/main/compile_tools.h, src/main/pa_charset.C,
10178: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
10179: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
10180: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
10181: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
10182: src/types/pa_vmail.C, src/types/pa_vmath.C,
10183: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
10184: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
10185:
10186: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
10187: functions aligned to that of eeparser3 look
10188:
10189: * src/lib/cord/cordprnt.c: removed warnings
10190:
10191: 2003-09-24 paf
10192:
10193: * src/: classes/file.C, classes/image.C, classes/mail.C,
10194: classes/op.C, classes/xdoc.C, classes/xnode.C,
10195: include/pa_cache_managers.h, include/pa_charset.h,
10196: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
10197: include/pa_sql_driver_manager.h, include/pa_string.h,
10198: include/pa_stylesheet_manager.h, include/pa_table.h,
10199: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
10200: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
10201: main/pa_sql_driver_manager.C, main/pa_string.C,
10202: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
10203: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
10204: types/pa_vstateless_class.h, types/pa_vstatus.C,
10205: types/pa_vxnode.C: v() functions of String::Body,
10206: String::Languages and String itself StringBody->String::Body
10207:
10208: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10209: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
10210: never optimized anything. todo: somehow speed up harder cases:
10211: concatenationA+concatenationB when last block of A and first of B
10212: contain same letters
10213:
10214: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10215: lib/cord/include/cord.h: langs: speed up by joining adjucent
10216: blocks of same char [CORD_append_block]
10217:
10218: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10219: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
10220: save space by extending blocks when appending block with c ==
10221: lastblock.c
10222:
10223: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
10224: working yet :( but more working &understood :)
10225:
10226: * src/: classes/table.C, include/pa_string.h,
10227: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
10228:
10229: 2003-09-23 paf
10230:
10231: * src/main/untaint.C: $a[ok!] $a works!
10232:
10233: * src/main/untaint.C: something even more works :)
10234:
10235: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10236: something more works :)
10237:
10238: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10239: lib/cord/cordxtra.c: something already works :)
10240:
10241: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
10242: serialize&deserialize
10243:
10244: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
10245: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
10246: main/untaint.C: main idea implemented, details left
10247:
10248: 2003-09-22 paf
10249:
10250: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
10251:
10252: * src/classes/xnode.C: copy/paste comment bugfix
10253:
10254: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
10255: allocator returns 0, just die.
10256: http://i2/tasks/edit/?id=4570798492410259445
10257:
10258: * src/classes/xdoc.C: copy/paste comment bugfix
10259:
10260: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
10261: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
10262: xnode: getAttributeNS setAttributeNS removeAttributeNS
10263: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
10264:
10265: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
10266: chars due to bitwise operation signed-char error]
10267:
10268: 2003-09-19 paf
10269:
10270: * src/types/pa_wcontext.C: output message: more practical
10271: suggestion
10272:
10273: * src/main/pa_common.C, operators.txt: merged
10274: $f[^file::load[binary;http://...]] $f.tables
10275:
10276: 2003-09-02 paf
10277:
10278: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
10279: flush stdout without referencing 'stdout' symbol. to hell with
10280: non-ansi libraries without 'stdout' symbol
10281:
10282: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
10283: unix (users reported problems with some old libc)
10284:
10285: * src/types/pa_vdate.h: forgot initializer
10286:
10287: 2003-09-01 paf
10288:
10289: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
10290: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
10291: zone]
10292:
10293: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
10294:
10295: 2003-08-19 paf
10296:
10297: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
10298: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
10299: simplified a little
10300:
10301: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
10302: [lost fix from 3.0.8]
10303:
10304: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
10305: visible here }
10306:
10307: bug fix
10308:
10309: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
10310:
10311: * src/main/compile.tab.C: initialized couple of variables about
10312: which user reported runtime problems when parser were compiled
10313: with VC7, warning level4. study shows that later in bison
10314: they've fixed that. would migrate to latest bison someday
10315:
10316: * src/types/pa_vmail.C: turned off recoding in gmime (were still
10317: recoding headers)
10318:
10319: * src/types/pa_vmail.C: works as before, same charset problems:
10320: gmime recodes to UTF-8 only headers, not body. so not recoding
10321: anything for now
10322:
10323: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
10324: problems with body
10325:
10326: * src/types/pa_vmail.C: mail_receive just compiled
10327:
10328: 2003-08-18 paf
10329:
10330: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10331: main/main.vcproj, types/types.vcproj: win32: continued process
10332: detaching from \parser3project directory
10333:
10334: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
10335: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
10336: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
10337: src/lib/pcre/pcre_dftables.dsp,
10338: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
10339: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
10340: src/types/types.dsp: moved to MSVC 7
10341:
10342: * gnu.vcproj.vspscc, parser3.vssscc,
10343: src/classes/classes.vcproj.vspscc,
10344: src/lib/cord/cord.vcproj.vspscc,
10345: src/lib/ltdl/libltdl.vcproj.vspscc,
10346: src/lib/md5/md5.vcproj.vspscc,
10347: src/lib/pcre/pcre_dftables.vcproj.vspscc,
10348: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
10349: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
10350: src/targets/isapi/parser3isapi.vcproj.vspscc,
10351: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
10352: moved to MSVC 7
10353:
10354: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
10355: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
10356: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10357: src/lib/pcre/pcre_dftables.vcproj,
10358: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
10359: src/targets/cgi/parser3.vcproj,
10360: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10361: new VS project files
10362:
10363: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
10364: .NET to detect Jalindi Igloo capabilities.
10365:
10366: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101 moko 10367: src/classes/classes.awk, src/doc/footer.htm,
10368: src/include/pa_config_fixed.h, src/include/pa_version.h,
10369: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 10370: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
10371: src/types/pa_vmail.C: merged 3.1.0 latest changes
10372:
10373: 2003-08-15 paf
10374:
10375: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10376: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
10377:
10378: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10379: non-ascii <yyy> now encoded correctly
10380:
10381: 2003-07-29 paf
10382:
1.101 moko 10383: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
10384: dist
1.95 moko 10385:
10386: * src/types/pa_vmail.C: just started --with-mail-receive
10387:
10388: 2003-07-28 paf
10389:
1.101 moko 10390: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
10391: dependence in src/classes, src/lib/gc now in dist
1.95 moko 10392:
10393: * src/main/pa_string.C: ^cache bug fix [were not working at all]
10394:
10395: 2003-07-25 paf
10396:
10397: * src/doc/footer.htm: year
10398:
10399: 2003-07-24 paf
10400:
10401: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
10402: fix
10403:
10404: * src/include/pa_version.h: release
10405:
1.101 moko 10406: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 10407:
10408: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
10409: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
10410: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
10411: getting rid of win32xml pseudo project
10412:
10413: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
10414:
1.101 moko 10415: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
10416: configure.in, operators.txt, parser3.dsw,
1.95 moko 10417: etc/parser3.charsets/koi8-r.cfg,
1.101 moko 10418: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 10419: src/classes/classes.C, src/classes/classes.awk,
10420: src/classes/classes.dsp, src/classes/classes.h,
10421: src/classes/date.C, src/classes/double.C, src/classes/file.C,
10422: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
10423: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10424: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10425: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10426: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10427: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
10428: src/doc/string.dox, src/include/Makefile.am,
1.101 moko 10429: src/include/pa_array.h, src/include/pa_cache_managers.h,
10430: src/include/pa_charset.h, src/include/pa_charsets.h,
10431: src/include/pa_common.h, src/include/pa_config_auto.h.in,
10432: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
10433: src/include/pa_dictionary.h, src/include/pa_dir.h,
10434: src/include/pa_exception.h, src/include/pa_exec.h,
10435: src/include/pa_globals.h, src/include/pa_hash.h,
10436: src/include/pa_memory.h, src/include/pa_opcode.h,
10437: src/include/pa_operation.h, src/include/pa_pool.h,
10438: src/include/pa_pragma_pack_begin.h,
1.95 moko 10439: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
10440: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
10441: src/include/pa_sapi.h, src/include/pa_socks.h,
10442: src/include/pa_sql_connection.h,
10443: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
10444: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
10445: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10446: src/include/pa_threads.h, src/include/pa_types.h,
1.101 moko 10447: src/include/pa_uue.h, src/lib/Makefile.am,
10448: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
10449: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
10450: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
10451: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 10452: src/lib/cord/include/ec.h,
10453: src/lib/cord/include/private/Makefile.am,
10454: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101 moko 10455: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
10456: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 10457: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101 moko 10458: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
10459: src/main/compile_tools.C, src/main/compile_tools.h,
10460: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
10461: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10462: src/main/pa_charsets.C, src/main/pa_common.C,
10463: src/main/pa_dictionary.C, src/main/pa_dir.C,
10464: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 10465: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
10466: src/main/pa_request.C, src/main/pa_socks.C,
10467: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10468: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101 moko 10469: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
10470: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
10471: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
10472: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
10473: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
10474: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
10475: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 10476: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10477: src/targets/isapi/parser3isapi.dsp,
10478: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101 moko 10479: src/types/pa_junction.h, src/types/pa_method.h,
10480: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 10481: src/types/pa_vclass.C, src/types/pa_vclass.h,
10482: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10483: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10484: src/types/pa_vdouble.h, src/types/pa_venv.h,
10485: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10486: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10487: src/types/pa_vimage.C, src/types/pa_vimage.h,
10488: src/types/pa_vint.h, src/types/pa_vjunction.h,
10489: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
10490: src/types/pa_vmath.h, src/types/pa_vmemory.h,
10491: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10492: src/types/pa_vobject.C, src/types/pa_vobject.h,
10493: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10494: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10495: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10496: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10497: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10498: src/types/pa_vstring.h, src/types/pa_vtable.C,
10499: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10500: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10501: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10502: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10503: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
10504: HEAD
10505:
10506: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
10507: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
10508: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
10509: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
10510: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
10511: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
10512: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
10513: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
10514: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
10515: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
10516: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
10517: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
10518: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
10519: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
10520: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
10521: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
10522: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
10523: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
10524: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
10525: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
10526: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
10527: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
10528: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
10529: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
10530: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
10531: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
10532: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
10533: outputs/create-dir, results/001.processed, results/002.processed,
10534: results/003.processed, results/004.processed,
10535: results/005.processed, results/006.processed,
10536: results/007.processed, results/008.processed,
10537: results/009.processed, results/010.processed,
10538: results/011.processed, results/012.processed,
10539: results/013.processed, results/014.processed,
10540: results/015.processed, results/016.processed,
10541: results/017.processed, results/018.processed,
10542: results/019.processed, results/020.processed,
10543: results/021.processed, results/022.processed,
10544: results/023.processed, results/024.processed,
10545: results/025.processed, results/026.processed,
10546: results/027.processed, results/028.processed,
10547: results/029.processed, results/030.processed,
10548: results/031.processed, results/032.processed,
10549: results/033.processed, results/034.processed,
10550: results/035.processed, results/036.processed,
10551: results/037.processed, results/038.processed,
10552: results/039.processed, results/040.processed,
10553: results/041.processed, results/042.processed,
10554: results/043.processed, results/044.processed,
10555: results/045.processed, results/046.processed,
10556: results/047.processed, results/048.processed,
10557: results/049.processed, results/050.processed,
10558: results/051.processed, results/052.processed,
10559: results/053.processed, results/054.processed,
10560: results/055.processed, results/056.processed,
10561: results/057.processed, results/058.processed,
10562: results/059.processed, results/060.processed,
10563: results/061.processed, results/062.processed,
10564: results/063.processed, results/064.processed,
10565: results/065.processed, results/066.processed,
10566: results/067.processed, results/068.processed,
10567: results/069.processed, results/070.processed,
10568: results/071.processed, results/072.processed,
10569: results/073.processed, results/074.processed,
10570: results/075.processed, results/076.processed,
10571: results/077.processed, results/078.processed,
10572: results/079.processed, results/080.processed,
10573: results/081.processed, results/082.processed,
10574: results/083.processed, results/084.processed,
10575: results/085.processed, results/086.processed,
10576: results/087.processed, results/088.processed,
10577: results/089.processed, results/090.processed,
10578: results/091.processed, results/092.processed,
10579: results/093.processed, results/094.processed,
10580: results/095.processed, results/096.processed,
10581: results/097.processed, results/098.processed,
10582: results/099.processed, results/100.processed,
10583: results/101.processed, results/102.processed,
10584: results/103.processed, results/104.processed,
10585: results/105.processed, results/106.processed,
10586: results/107.processed, results/108.processed,
10587: results/109.processed, results/110.processed,
10588: results/111.processed, results/112.processed,
10589: results/113.processed, results/114.processed,
10590: results/115.processed, results/116.processed,
10591: results/117.processed, results/118.processed,
10592: results/119.processed, results/120.processed,
10593: results/121.processed, results/122.processed,
10594: results/123.processed, results/124.processed,
10595: results/125.processed, results/126.processed,
10596: results/127.processed, results/128.processed,
10597: results/129.processed, results/130.processed,
10598: results/131.processed, results/132.processed,
10599: results/133.processed, results/134.processed,
10600: results/135.processed, results/136.processed,
10601: results/137.processed, results/138.processed,
10602: results/139.processed, results/140.processed,
10603: results/141.processed: merged(copied) to HEAD from template_gc
10604:
10605: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
10606: towards \parser3project not having to be in root
10607:
10608: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
10609: module compiled [were minor unnecessary changes in lib/md5
10610: interface]
10611:
10612: * src/include/pa_version.h: release
10613:
10614: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
10615:
10616: * src/classes/math.C: merged uuid bugfix
10617:
10618: * tests/: 141.html, results/141.processed: fixed bug with
10619: too-small-a-buffer
10620:
10621: * src/classes/math.C: uuid bugfix
10622:
10623: * tests/: 141.html, Makefile, results/005.processed,
10624: results/030.processed, results/075.processed,
10625: results/078.processed: to reflect date format change (were -
10626: become ' ')
10627:
10628: * src/classes/math.C: uuid bugfix
10629:
10630: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
10631: debug/release changes
10632:
10633: * src/lib/md5/pa_md5c.c: PA_ -> pa_
10634:
10635: 2003-07-23 paf
10636:
10637: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10638: renamed a little [to move to comman naming conv]
10639:
1.101 moko 10640: * src/targets/Makefile.am: apache13 splitted to simplify apache
10641: build
1.95 moko 10642:
10643: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
10644: main/pa_request.C, main/pa_sql_driver_manager.C,
10645: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
10646: stack top_index() fixed
10647:
10648: * src/main/pa_globals.C: minor style changes
10649:
10650: * src/: classes/op.C, include/pa_sql_connection.h: connection
10651: closing/caching fixed [connections were not closed/put to cache]
10652:
10653: 2003-07-22 paf
10654:
10655: * INSTALL: gc part updated stightly
10656:
10657: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
10658: new sapi interface
10659:
10660: * src/classes/file.C: comment on OS
10661:
10662: * src/main/pa_string.C: removed reduntant invariant check [there is
10663: one deeper in cord lib]
10664:
10665: * src/main/pa_exec.C: on win32 bugfix in handling shbang
10666:
10667: * src/main/pa_memory.C: out of memory is no longer coredump
10668:
10669: * INSTALL: disable-threads adviced
10670:
10671: 2003-07-21 paf
10672:
1.101 moko 10673: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 10674:
10675: * src/classes/file.C: file::exec/cgi environment variables now must
10676: be UPPERCASE and A-Z 0-9 _-
10677:
10678: * src/classes/file.C: env passing fixed
10679:
10680: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
10681:
10682: * src/main/pa_common.C: http:// CRLF now
10683:
10684: 2003-07-02 paf
10685:
10686: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
10687: fields to reflect their real meaning
10688:
10689: 2003-06-27 paf
10690:
10691: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
10692: include/pa_hash.h, main/pa_charset.C: merged from HEAD
10693: file::exec/cgi .charset
10694:
10695: 2003-06-26 paf
10696:
10697: * ChangeLog, src/classes/file.C, src/classes/hash.C,
10698: src/classes/image.C, src/classes/op.C, src/classes/string.C,
10699: src/classes/table.C: fixed several uninitialized local
10700: structures. notably ^hash.foreach now inserts delimiters
10701: properly [were inserting it before first body]
10702:
10703: 2003-06-24 paf
10704:
10705: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
10706:
10707: 2003-06-20 paf
10708:
10709: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
10710: src/main/pa_globals.C: introducing
10711: $f[^file::load[binary;http://...]] $f.tables
10712:
10713: 2003-06-06 paf
10714:
10715: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
10716: table. [were method lookup: inconsistent]
10717:
10718: 2003-06-02 paf
10719:
10720: * src/include/pa_memory.h: empty string clone fixed to return
10721: writable memory
10722:
10723: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
10724: were not appended] which violated string invariant
10725:
10726: 2003-05-30 paf
10727:
10728: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
10729: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
10730:
10731: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
10732: GMT ; RFC 822, updated by RFC 1123
10733:
10734: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
10735: targets/isapi/parser3isapi.C: initialized request_info properly
10736:
10737: * src/classes/xnode.C: found minor bug, commended for future
10738:
10739: 2003-05-28 paf
10740:
10741: * src/classes/form.C: request_info.content_length can't be <0,
10742: size_t for some time
10743:
10744: 2003-05-26 paf
10745:
10746: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
10747: forgotten <0 changed to !=STRING_NOT_FOUND
10748:
10749: * src/classes/math.C: merged ffffu from HEAD
10750:
10751: 2003-05-11 paf
10752:
10753: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
10754:
10755: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
10756: premature doc free. transformed document had xmlDoc reference
10757: stored to non-gc-memory (libgdome) added holding-reference
10758:
10759: 2003-04-29 paf
10760:
10761: * src/main/pa_globals.C: started digging on double free. on win32
10762: found that that's perfectly normal.
10763:
10764: 2003-04-25 paf
10765:
10766: * src/classes/table.C: table.join bug fix [bad limit check]
10767:
10768: * src/classes/math.C: merged from HEAD: simpiler hash_string
10769:
10770: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
10771: print anything. changed to quicker and simplier code
10772:
10773: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
10774: strict a check]
10775:
10776: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
10777:
10778: 2003-04-24 paf
10779:
10780: * src/include/pa_table.h: too strict assert loosened
10781:
10782: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
10783: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
10784: report
10785:
10786: 2003-04-21 paf
10787:
1.101 moko 10788: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 10789:
10790: * src/main/pa_globals.C: pcre memory management changed to use GC
10791: memory
10792:
10793: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
10794: xmlMallocAtomic [author agreed to my suggestion], used that
10795:
10796: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
10797:
10798: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
10799: types/pa_vmail.C: attributed_meaning_to_string added
10800: L_UNSPECIFIED piece which was sortof OK, but violated string
10801: invariant [assertion barked on that] changed to L_PASS_APPEND,
10802: made that param obligatory
10803:
10804: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
10805: fixed [assert helped]
10806:
10807: * src/include/pa_string.h: assert added [looking for bug]
10808:
10809: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
10810: names on Win32 considered disk-global
10811:
10812: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
10813: considered disk-global
10814:
10815: 2003-04-18 paf
10816:
10817: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
10818: filenames
10819:
10820: * src/main/untaint.C: enabled '~' letter in filenames
10821:
10822: 2003-04-16 paf
10823:
10824: * src/classes/file.C: small bug introduced in autoptr times fixed
10825:
10826: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
10827: HEAD
10828:
1.101 moko 10829: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 10830:
10831: 2003-04-15 paf
10832:
10833: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10834: src/lib/md5/pa_md5c.c, tests/141.html,
10835: tests/results/141.processed: merged from head ^math:uuid[]
10836: ^math:uid64[] ^math:md5[string]
10837:
10838: test added: 141.html
10839:
10840: * operators.txt, src/classes/math.C: ^math:uid64[]
10841:
10842: * src/classes/math.C: ^math:uuid[]
10843:
10844: * operators.txt, src/classes/math.C: ^math:uuid[]
10845:
10846: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10847: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
10848:
10849: * operators.txt, src/classes/file.C, src/include/pa_common.h,
10850: src/include/pa_config_fixed.h, src/main/pa_common.C:
10851: ^file::load[mode;name; $.offset $.limit
10852:
10853: 2003-04-14 paf
10854:
10855: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10856: started ^math:md5
10857:
10858: * src/classes/table.C, src/include/pa_array.h,
10859: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
10860: tests/results/140.processed: table $.reverse option works in
10861: create&co table $.distinct[tables] bug fix merged
10862:
10863: * src/: classes/table.C, include/pa_table.h: table
10864: $.distinct[tables] bug fixed
10865:
10866: * src/classes/table.C: more warnings
10867:
10868: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
10869: removed checks in table::set_current, moved them back to
10870: table::locate implemented table::create/join ñ $.reverse
10871:
10872: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
10873: removed checks in table::set_current, moved them back to
10874: table::locate
10875:
10876: 2003-04-11 paf
10877:
10878: * operators.txt, src/classes/date.C, src/classes/table.C,
10879: src/include/pa_array.h, src/include/pa_common.h,
10880: src/include/pa_config_includes.h, src/include/pa_string.h,
10881: src/include/pa_table.h, src/main/pa_request.C,
10882: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10883: src/main/pa_table.C: merged from HEAD from
10884: before_append_array_limit_sense_change to
10885: after_append_array_limit_sense_change
10886:
10887: * src/classes/table.C: typo
10888:
10889: * operators.txt, src/classes/date.C, src/classes/table.C,
10890: src/include/pa_array.h, src/include/pa_common.h,
10891: src/include/pa_config_includes.h, src/include/pa_globals.h,
10892: src/include/pa_table.h, src/main/pa_array.C,
10893: src/main/pa_globals.C, src/main/pa_request.C,
10894: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10895: src/main/pa_table.C: append_array_limit_sense_change locate
10896: accepts options same as create new option: $.reverse(1) [do not
10897: work in table::create]
10898:
10899: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
10900: (stat xxx,
10901:
10902: * src/classes/: table.C: typo
10903:
10904: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
10905: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
10906: results/130.processed, results/131.processed,
10907: results/132.processed, results/133.processed,
10908: results/134.processed, results/135.processed,
10909: results/136.processed, results/137.processed,
10910: results/138.processed, results/139.processed: added few mustfail
10911: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
10912: date/time 132.html mustfail: access to junction outside of
10913: context 133.html mustfail: access to junction outside of context,
10914: case version 134.html mustfail: hash: adding a key inside of
10915: foreach 135.html mustfail: modifying system class 136.html
10916: mustfail: $.name outside of $hash[here] 137.html mustfail:
10917: appendChild without import 138.html mustfail: invalid encoding
10918: inside of xml 139.html mustfail: bad XPath
10919:
10920: * operators.txt, src/classes/table.C, tests/084.html,
10921: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
10922: tests/129.html, tests/results/125.processed,
10923: tests/results/126.processed, tests/results/127.processed,
10924: tests/results/128.processed, tests/results/129.processed: merged
10925: from HEAD ^table.hash[key][$.distinct[tables]]
10926:
10927: maked appropriate tests [changed one old nonconforming]
10928:
10929: * operators.txt, src/classes/table.C:
10930: ^table.hash[key][$.distinct[tables]]
10931:
10932: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10933: merged fix for found very old xml (dom) bug: were passing
10934: domString objects and later ERROREOUSLY freed them
10935:
10936: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
10937: src/main/pa_charset.C: re-added libgdome patch. regretfully
10938: libgdome bug can not be worked around
10939:
10940: 2003-04-10 paf
10941:
10942: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10943: found very old xml (dom) bug: were passing domString objects and
10944: later ERROREOUSLY freed them
10945:
10946: * src/doc/string.dox, src/include/pa_memory.h,
10947: src/include/pa_string.h, src/lib/cord/cordbscs.c,
10948: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
10949: tests/123.html, tests/124.html, tests/results/001.processed,
10950: tests/results/002.processed, tests/results/003.processed,
10951: tests/results/004.processed, tests/results/005.processed,
10952: tests/results/006.processed, tests/results/008.processed,
10953: tests/results/009.processed, tests/results/010.processed,
10954: tests/results/011.processed, tests/results/012.processed,
10955: tests/results/013.processed, tests/results/014.processed,
10956: tests/results/015.processed, tests/results/016.processed,
10957: tests/results/017.processed, tests/results/018.processed,
10958: tests/results/020.processed, tests/results/021.processed,
10959: tests/results/022.processed, tests/results/023.processed,
10960: tests/results/024.processed, tests/results/025.processed,
10961: tests/results/026.processed, tests/results/027.processed,
10962: tests/results/028.processed, tests/results/029.processed,
10963: tests/results/030.processed, tests/results/031.processed,
10964: tests/results/032.processed, tests/results/033.processed,
10965: tests/results/034.processed, tests/results/035.processed,
10966: tests/results/036.processed, tests/results/037.processed,
10967: tests/results/038.processed, tests/results/039.processed,
10968: tests/results/040.processed, tests/results/041.processed,
10969: tests/results/042.processed, tests/results/043.processed,
10970: tests/results/044.processed, tests/results/045.processed,
10971: tests/results/046.processed, tests/results/047.processed,
10972: tests/results/048.processed, tests/results/049.processed,
10973: tests/results/050.processed, tests/results/051.processed,
10974: tests/results/052.processed, tests/results/053.processed,
10975: tests/results/054.processed, tests/results/055.processed,
10976: tests/results/056.processed, tests/results/057.processed,
10977: tests/results/058.processed, tests/results/059.processed,
10978: tests/results/060.processed, tests/results/061.processed,
10979: tests/results/062.processed, tests/results/063.processed,
10980: tests/results/064.processed, tests/results/065.processed,
10981: tests/results/066.processed, tests/results/067.processed,
10982: tests/results/068.processed, tests/results/069.processed,
10983: tests/results/070.processed, tests/results/071.processed,
10984: tests/results/072.processed, tests/results/073.processed,
10985: tests/results/074.processed, tests/results/075.processed,
10986: tests/results/076.processed, tests/results/077.processed,
10987: tests/results/078.processed, tests/results/079.processed,
10988: tests/results/080.processed, tests/results/081.processed,
10989: tests/results/082.processed, tests/results/083.processed,
10990: tests/results/084.processed, tests/results/085.processed,
10991: tests/results/086.processed, tests/results/087.processed,
10992: tests/results/088.processed, tests/results/089.processed,
10993: tests/results/090.processed, tests/results/091.processed,
10994: tests/results/092.processed, tests/results/093.processed,
10995: tests/results/094.processed, tests/results/095.processed,
10996: tests/results/096.processed, tests/results/097.processed,
10997: tests/results/101.processed, tests/results/102.processed,
10998: tests/results/104.processed, tests/results/105.processed,
10999: tests/results/106.processed, tests/results/107.processed,
11000: tests/results/108.processed, tests/results/109.processed,
11001: tests/results/110.processed, tests/results/111.processed,
11002: tests/results/112.processed, tests/results/113.processed,
11003: tests/results/114.processed, tests/results/115.processed,
11004: tests/results/116.processed, tests/results/117.processed,
11005: tests/results/118.processed, tests/results/119.processed,
11006: tests/results/120.processed, tests/results/121.processed,
11007: tests/results/122.processed, tests/results/123.processed,
11008: tests/results/124.processed: new convention: char* never 0.
11009: assert in cord on that
11010:
11011: * src/main/pa_charset.C: couple more asserts
11012:
11013: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
11014: speedup
11015:
11016: * src/main/pa_charset.C: couple assertions on fantastic situations
11017: added [may be those is the case now?]
11018:
11019: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11020: that's memory from gc_malloc, not from g_malloc :(, but would
11021: hope]
11022:
11023: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11024: that's memory from gc_malloc, not from g_malloc :(, but would
11025: hope]
11026:
11027: * src/main/pa_charset.C: checked custom malloc for returning 0
11028:
11029: 2003-04-09 paf
11030:
11031: * src/classes/date.C: merged ^date.roll changes
11032:
11033: * src/classes/date.C: ^date.roll bug fix
11034:
11035: * src/classes/date.C: ^date.roll now throws less errors: month
11036: shifts handles end of month situation by reducing day number
11037: hour-hole shift reduces hour to recover
11038:
11039: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
11040: Sort by function time
11041:
11042: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
11043: http:// $.charset[] param done
11044:
11045: * tests/: 122.html, results/122.processed: 122 date test <= and ==
11046: added [after volatile fix. passes on win&intel-solaris]
11047:
11048: 2003-04-08 paf
11049:
11050: * src/: classes/file.C, classes/op.C, classes/table.C,
11051: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
11052: include/pa_common.h, include/pa_request_charsets.h,
11053: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11054: main/pa_exec.C, main/pa_request.C, main/untaint.C,
11055: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
11056: types/pa_vresponse.C: started http:// $.charset[] param and
11057: http response charset detection just compiled. todo:test
11058:
11059: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
11060:
11061: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
11062: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
11063: types/pa_vmail.C: changed transcode param converntion along with
11064: string creating convention -- all strings are zero-terminated,
11065: this allowed to fix one remaining String("123", 2) case
11066:
11067: * src/: classes/date.C, classes/file.C, classes/hash.C,
11068: classes/op.C, classes/string.C, classes/table.C,
11069: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
11070: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
11071: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11072: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
11073: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
11074: violated String::invariant. started fixing [not compiled now]
11075:
11076: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
11077: main/compile.tab.C, main/compile.y, main/pa_string.C,
11078: main/untaint.C, targets/cgi/parser3.C: number of string style
11079: improvements & optimizations
11080:
11081: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
11082: :(]
11083:
11084: * src/main/untaint.C: removed redundant & in CORD_pos param passing
11085: [for it's a pointer really]
11086:
11087: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
11088: 'n' param. worked that around
11089:
11090: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
11091: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
11092: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
11093: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
11094: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
11095:
11096: Thanks for the bug report and patch.
11097:
11098: I hadn't looked at this code in a while. Reading it now, it
11099: seems to me that the tests should also be ">= MAX_DEPTH" to
11100: comply with the invariant, though that may not matter a lot. I
11101: changed that, too.
11102:
11103: Hans
11104:
11105: 2003-04-07 paf
11106:
11107: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
11108: merged from head:safe mode error message now includes numbers
11109:
11110: * src/main/execute.C: n-th attempt to make a=a work with double.
11111: problem: as_double returns it's result in fp-register compiler
11112: optimizes access to that register after b->as_double, and just
11113: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11114: from memory. _SAME_ double values do not match here. when
11115: forced to REload fp-register, values do match.
11116:
11117: tried to make them volatile.
11118:
11119: * src/main/execute.C: n-th attempt to make a=a work with double.
11120: problem: as_double returns it's result in fp-register compiler
11121: optimizes access to that register after b->as_double, and just
11122: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11123: from memory. _SAME_ double values do not match here. when
11124: forced to REload fp-register, values do match.
11125:
11126: tried to make them volatile.
11127:
11128: * src/types/pa_vobject.h: small style change
11129:
11130: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
11131:
11132: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
11133: mode error message now includes numbers
11134:
11135: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
11136: now causes death
11137:
11138: 2003-04-04 paf
11139:
11140: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
11141: incorportated pa_exec patch by From: "Victor Fedoseev"
11142: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
11143: Sent: Thursday, January 23, 2003 9:14 AM
11144:
11145: huge speedup on ^file::cgi with big result
11146:
11147: * src/classes/table.C: sort table with 0 rows bug fixed
11148:
11149: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
11150: fix http://i2/tasks/edit/?id=4493701604654042676
11151:
11152: @main[] $with_default[ $.a[1] $._default[default from
11153: with_default] ] ^show[$with_default]
11154:
11155: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11156: =$to_add_to.xxx=<br>
11157:
11158: ^show[$to_add_to]
11159:
11160: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11161: ^show[$cloned]
11162:
11163: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11164:
11165: } <hr>
11166:
11167: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
11168: http://i2/tasks/edit/?id=4493701604654042676
11169:
11170: @main[] $with_default[ $.a[1] $._default[default from
11171: with_default] ] ^show[$with_default]
11172:
11173: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11174: =$to_add_to.xxx=<br>
11175:
11176: ^show[$to_add_to]
11177:
11178: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11179: ^show[$cloned]
11180:
11181: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11182:
11183: } <hr>
11184:
11185: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
11186: http://i2/tasks/edit/?id=4507350336410850921
11187:
11188: * src/classes/xdoc.C: memory allocation func bugfix
11189: http://i2/tasks/edit/?id=4499303470368629745
11190:
11191: * src/classes/math.C: allowed random 1...
11192:
11193: * src/classes/math.C: allowed random 0..
11194:
11195: * src/main/pa_globals.C: exif mem leak
11196: http://i2/tasks/edit/?id=4480590323629807263
11197:
11198: * src/: classes/classes.dsp, main/main.dsp,
11199: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
11200: fix http://i2/tasks/edit/?id=4493946731322521294
11201: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
11202:
11203: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11204: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
11205: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
11206: links to xml libs made relative, no need to unpack parser3project
11207: to /parser3project.
11208:
11209: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
11210: column more precise - tab handling bug fixed
11211:
11212: * src/main/: compile.tab.C, compile.y: more understandable error
11213: message in case @CLASS with more then one line inside
11214:
11215: * src/targets/cgi/parser3.C: more understandable error message in
11216: case of errors in @unhandled_exception
11217:
11218: 2003-04-03 paf
11219:
11220: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
11221: src/main/compile.tab.C, src/main/compile.y,
11222: src/main/compile_tools.C, src/main/compile_tools.h,
11223: src/main/execute.C, src/main/pa_request.C: debug info format
11224: simplified, now it's: OP_VALUE Operation::Origin << here value*
11225:
11226: higher limits: file number (max: 255) line number (max:
11227: 64535) column number (max: 255)
11228:
11229: * src/classes/math.C: top limit
11230:
11231: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
11232: precise parse error position in case of
11233:
11234: ^bug ]
11235:
11236: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
11237: changed to realities, and passed [bug fixed]
11238:
11239: * src/: classes/op.C, include/pa_request.h, main/compile.C,
11240: main/compile.tab.C, main/compile.y, main/compile_tools.C,
11241: main/compile_tools.h, main/pa_request.C: introducing
11242: ^process...[main-method-alias]
11243:
11244: * src/: classes/date.C, classes/image.C, classes/op.C,
11245: classes/string.C, classes/table.C, classes/xdoc.C,
11246: types/pa_vmethod_frame.h: MethodParams& now [methods without
11247: params receive zero reference, but they are expected not to look
11248: there]
11249:
11250: * operators.txt, src/classes/date.C, src/classes/double.C,
11251: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11252: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11253: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11254: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11255: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11256: src/main/execute.C, src/types/pa_method.h: MethodParams& now
11257: [methods without params receive zero reference, but they are
11258: expected not to look there]
11259:
11260: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11261: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
11262: ^process...[filename] useful for better error reporting
11263: [file/line/col]
11264:
11265: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
11266: types/pa_vstring.h: slightly improved error messages text: 1. is
11267: '%s', it 2. method undefined in case of ^void[]
11268:
11269: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11270: include/pa_types.h, main/execute.C, main/pa_request.C: exception
11271: handling done. now we have error columns todo: test it
11272:
11273: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
11274: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
11275:
11276: this makes life easier: were: bad stack order -- were in
11277: exception catch unwind order, which didn't match execution order
11278:
11279: @main[] ^try{ ^first[] }{ ^throw[c;3] }
11280:
11281: @first[] ^throw[a;1]
11282:
11283: showed throw a first throw b try
11284:
11285: which is no good
11286:
11287: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11288: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
11289: trace reset after handled exception [old bug fixed]
11290:
11291: * src/main/: compile.tab.C, compile.y: parse position old bug
11292: fixed. position reporting made precise [both, in parse erros and
11293: runtime errors]
11294:
11295: 2003-04-02 paf
11296:
11297: * src/: include/pa_operation.h, include/pa_request.h,
11298: main/compile.C, main/compile.tab.C, main/compile.y,
11299: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11300: main/pa_exception.C, main/pa_request.C: debug info: started
11301: using. todo:complete
11302:
11303: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
11304: main/compile.C, main/compile.tab.C, main/compile.y,
11305: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11306: main/pa_request.C: prepared debug info todo:use it
11307:
11308: * src/include/pa_operation.h: strange mistake fixed: forgot to
11309: return Operation class->union after switching from autoptrs.
11310:
11311: * tests/: Makefile, results/108.processed, results/117.processed:
11312: meta considered OK [it's up to coder now to remove it not needed]
11313:
11314: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
11315: Dictionary constructor when moved to gc]
11316:
11317: * src/main/pa_common.C: uncommented http:// file loading
11318:
11319: * src/include/pa_array.h, src/main/execute.C,
11320: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
11321: fix [gdGrowingBuf]
11322:
11323: * configure.in, src/lib/Makefile.am: removed patches
11324:
11325: * configure, src/include/pa_config_auto.h.in,
11326: src/main/pa_charset.C: --enable-assertions autoconf-ed
11327:
11328: * src/main/pa_common.C: uncommented http:// file loading
11329:
11330: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
11331: xdoc::create/load
11332:
11333: * src/: classes/form.C, classes/hash.C, classes/image.C,
11334: classes/string.C, classes/table.C, classes/void.C,
11335: include/pa_common.h, main/pa_common.C, main/pa_request.C,
11336: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
11337: String::String(str,helper_length) are checked. found/fixed one
11338: place: $request:body now zero-terminated,
11339:
11340: * src/: classes/op.C, classes/table.C, include/pa_request.h,
11341: main/compile_tools.C, main/execute.C, types/pa_value.h,
11342: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
11343: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
11344: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11345: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
11346: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11347: types/pa_vxnode.h: more locally scoped vars in execute (more
11348: easily optimizable)
11349:
11350: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
11351: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
11352:
11353: * src/: include/pa_array.h, include/pa_stack.h,
11354: include/pa_string.h, main/compile_tools.C, main/main.dsp,
11355: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
11356: become assertion iterator in methodframe filler
11357:
11358: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
11359: targets/cgi/parser3.C: array::get/put inlined
11360:
11361: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
11362: gc_substitute_memory_management_functions +installed CORD_oom
11363: function
11364:
11365: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
11366: src/include/pa_config_includes.h, src/include/pa_string.h,
11367: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
11368: src/targets/cgi/parser3.C: converted debug hacks to ANSI
11369: assertions started configure.in --enable-assertions
11370:
11371: 2003-04-01 paf
11372:
11373: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
11374: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
11375: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
11376: gdome uses glib memory, and stores last pointer to xmlDoc there,
11377: gc misses that and collects valid memory fixed by remembering
11378: xmlDoc from dom object in xdoc. todo: do something with
11379: premature free of xdoc with xnodes/node values referring into it
11380:
11381: * src/classes/: mail.C: typo fix
11382:
11383: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
11384: changes
11385:
11386: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
11387: main/pa_memory.C: moved memory debugging to global level: to
11388: pa_gc_malloc
11389:
11390: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
11391: debugging showed no errors. todo: debug parser memory
11392:
11393: * src/targets/cgi/: parser3.C, parser3.dsp: more build
11394: configurations
11395:
11396: * src/: classes/classes.dsp, include/pa_config_fixed.h,
11397: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
11398: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
11399: types/types.dsp: prepared xml-static configuration
11400:
11401: 2003-03-31 paf
11402:
11403: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
11404: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
11405: xml lib memory debugging, simple checks failed: it seems that
11406: library does realloc(bad ptr), and recording those ptrs in heap
11407: [for debugging] was bad: heap situation changes = everything
11408: works fine
11409:
11410: * src/: main/pa_charset.C, include/pa_charset.h: worked around
11411: xmlRegisterCharEncodingHandler limitation [currently imposed
11412: limit of 10 user-defined charsets]
11413:
11414: 2003-03-28 paf
11415:
11416: * src/main/execute.C: execution stack copied to local register
11417: variable, removed lots [~2e7) of memory accesses
11418:
11419: 2003-03-27 paf
11420:
11421: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
11422: works in debug, but fails in release todo: fix that
11423:
11424: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
11425: targets/cgi/parser3.C: forgot to merge XML memory funcs
11426: replacement from gc branch
11427:
11428: * src/main/pa_exec.C: introducing append_help_length [radical
11429: improvement here]
11430:
11431: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
11432: 'not recommened' in gc.h, on win32 noticed no difference]
11433:
11434: * src/include/pa_array.h: returned checked array get [were disabled
11435: for debugging] result:not slower [don't understand that, it were
11436: INLINED] todo: find out a way of inlining it!
11437:
11438: * src/: include/pa_string.h, lib/gc/include/gc.h,
11439: lib/gc/include/gc_fake.h, main/compile.tab.C,
11440: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
11441: convention changed: all resulting strings are zero-terminated
11442:
11443: * src/: classes/date.C, classes/file.C, classes/hash.C,
11444: classes/string.C, classes/table.C, classes/void.C,
11445: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
11446: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
11447: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
11448: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11449: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
11450: types/pa_vfile.C, types/pa_vmail.C: introducing
11451: append_help_length [radical improvement here]
11452:
11453: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
11454: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
11455: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
11456: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
11457: even slower
11458:
11459: * src/: classes/string.C, classes/table.C, include/pa_array.h,
11460: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
11461: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
11462: clients of &get(): most to use non-ref version, some[in tight
11463: places] to get_unchecked_ref
11464:
11465: * src/doc/memory.dox: forgot to add
11466:
11467: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
11468: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
11469: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
11470: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
11471: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11472: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
11473: targets/cgi/parser3.dsp, types/pa_vmail.C,
11474: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
11475: T>>&<< removed after Stack::pop wiping removed [moved to separate
11476: func] other Array & removed
11477:
11478: 2003-03-26 paf
11479:
11480: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
11481: classes/table.C, include/pa_array.h, include/pa_charset.h,
11482: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
11483: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11484: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
11485: main/main.dsp, main/pa_charset.C, main/pa_common.C,
11486: main/pa_exec.C, main/pa_sql_driver_manager.C,
11487: main/pa_stylesheet_manager.C, main/pa_table.C,
11488: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11489: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11490: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
11491: pre-evaluated .count() in some places
11492:
11493: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11494: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
11495: types/types.dsp: .dsp profiling updated
11496:
11497: * src/: classes/classes.dsp, lib/cord/cord.dsp,
11498: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
11499: targets/cgi/parser3.dsp, types/types.dsp: started profiling
11500:
11501: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
11502: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
11503: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
11504: use lib/gc,lib/cord
11505:
1.101 moko 11506: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
11507: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 11508: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
11509: src/include/pa_config_includes.h, src/include/pa_request.h,
11510: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11511: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101 moko 11512: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 11513: src/lib/cord/include/Makefile.am,
1.101 moko 11514: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
11515: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
11516: src/targets/cgi/Makefile.am, src/types/Makefile.am,
11517: src/types/pa_vclass.h, src/types/pa_vcookie.h,
11518: src/types/pa_vform.h, src/types/pa_vhash.h,
11519: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
11520: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
11521: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
11522: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
11523: funcs ported pa_exec
1.95 moko 11524:
11525: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
11526:
11527: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
11528: bundled gc includes
11529:
11530: * src/: classes/op.C, include/pa_array.h,
11531: include/pa_sql_connection.h, include/pa_string.h,
11532: include/pa_version.h, main/compile.tab.C, main/compile.y,
11533: main/execute.C, main/pa_common.C, main/pa_exception.C,
11534: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
11535: targets/cgi/parser3.dsp: a number of bugfixes [while testing
11536: first real site (aval)]
11537:
11538: 2003-03-25 paf
11539:
11540: * operators.txt, src/main/pa_sql_driver_manager.C,
11541: src/types/pa_vstatus.C: $status.memory used free since_compact
11542: process
11543:
11544: * src/: include/pa_sql_connection.h, main/pa_globals.C,
11545: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
11546:
11547: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
11548:
11549: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
11550: src/types/pa_value.h, src/types/pa_vfile.h,
11551: src/types/pa_vobject.C, src/types/pa_vobject.h,
11552: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
11553: tests/results/121.processed: untaint.C L_URI
11554:
11555: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
11556: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
11557: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
11558: src/types/pa_vmemory.h: ^memory:compact[]
11559:
11560: * tests/results/109.processed: it was a bug in parser. updated 109
11561: test result
11562:
11563: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
11564:
11565: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
11566: tests/results/107.processed: fixed dom language [values are now
11567: considered tainted. it was a bug in parser. updated 107 test
11568: result
11569:
11570: * src/classes/xdoc.C: fixed transform params
11571:
11572: * src/: include/pa_stylesheet_manager.h,
11573: main/pa_stylesheet_manager.C: fixed stylesheet caching
11574:
11575: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
11576: overloads for structure handling
11577:
11578: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
11579: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
11580: StringBody(0) ambiguilty, introducting static
11581: StringBody::Format(int)
11582:
11583: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
11584: linked
11585:
11586: * src/types/pa_vxdoc.C: vxdoc compiled
11587:
11588: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
11589: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
11590: finalizers isntalled
11591:
11592: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
11593: doc/exception.dox, doc/index.dox, include/pa_charset.h,
11594: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11595: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
11596: compiled todo: xnode.C / finalizers
11597:
11598: * src/doc/string.dox: updated: new string internals
11599:
11600: 2003-03-24 paf
11601:
11602: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11603: include/pa_charset.h, include/pa_config_fixed.h,
11604: include/pa_request.h, include/pa_stylesheet_connection.h,
11605: include/pa_stylesheet_manager.h, main/pa_charset.C,
11606: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
11607: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
11608: types/pa_vxnode.h: started XML
11609:
11610: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
11611:
11612: * src/: classes/file.C, classes/image.C, classes/mail.C,
11613: include/pa_string.h, main/pa_common.C,
11614: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
11615:
11616: * src/: classes/file.C, classes/image.C, classes/mail.C,
11617: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
11618: main/pa_request.C, main/pa_sql_driver_manager.C,
11619: types/pa_vimage.h: size_t pos everywhere checks changed to check
11620: for eq STRING_NOT_FOUND
11621:
11622: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
11623: optimize bit implemented
11624:
11625: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11626: String::ArrayFragment::append_positions fixed
11627:
11628: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
11629: String::this_starts fixed
11630:
11631: * src/main/pa_string.C, tests/Makefile: string::pos fixed
11632:
11633: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
11634: hashcode implemented fully, including per-char callback [it can
11635: be - substr CORD node]
11636:
11637: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
11638: rewritten to rewalloc with 100byte buf ahead
11639:
11640: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
11641: src/include/pa_string.h, src/main/compile.tab.C,
11642: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
11643: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
11644: CORD_ec [bad] would rewrite as realloc now
11645:
11646: * src/: classes/date.C, classes/file.C, classes/form.C,
11647: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
11648: include/pa_cache_managers.h, include/pa_charsets.h,
11649: include/pa_common.h, include/pa_request.h,
11650: include/pa_sql_driver_manager.h, include/pa_table.h,
11651: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
11652: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
11653: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
11654: types/pa_vmail.C, types/pa_vmethod_frame.C,
11655: types/pa_vstateless_class.h: 2*2 worked :)
11656:
11657: * parser3.dsw, src/classes/date.C, src/classes/file.C,
11658: src/include/pa_exec.h, src/include/pa_string.h,
11659: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
11660: passed OK
11661:
11662: * src/: classes/hash.C, classes/string.C, classes/table.C,
11663: types/pa_value.C: all linked todo: debug
11664:
11665: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
11666: types/pa_vstateless_class.C: all compiled. todo:link
11667:
11668: * src/types/pa_wcontext.C: pa_wcontext.C compiled
11669:
11670: * src/types/pa_vtable.C: pa_vtable.C compiled
11671:
11672: * src/types/pa_vstring.C: pa_vstring.C compiled
11673:
11674: * src/types/pa_vstatus.C: pa_vstatus.C compiled
11675:
11676: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
11677: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
11678: pa_vstateless_class.C, pa_vstateless_class.h:
11679: pa_vstateless_class.C compiled
11680:
11681: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
11682: types/pa_vmath.C: pa_vmail.C compiled
11683:
11684: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
11685:
11686: * src/types/pa_vform.C: pa_vform.C compiled
11687:
11688: * src/types/pa_vfile.C: pa_vfile.C compiled
11689:
11690: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
11691: pa_vstateless_class.C: pa_vcookie.C compiled
11692:
11693: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
11694: types/pa_vhash.h: pa_value.C compiled
11695:
11696: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
11697: classes.lib main.lib compiled
11698:
11699: * src/classes/void.C: void.C compiled
11700:
11701: * src/: classes/string.C, classes/table.C, include/pa_string.h,
11702: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
11703: compiled
11704:
11705: * src/: classes/string.C, include/pa_request.h,
11706: include/pa_string.h, main/pa_string.C: string.C compiled
11707:
11708: * src/: classes/op.C, classes/string.C, classes/table.C,
11709: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
11710: main/pa_request.C, main/pa_string.C: op.C compiled
11711:
11712: * src/classes/: math.C, op.C: math.C compiled
11713:
11714: * src/: classes/mail.C, classes/string.C, classes/table.C,
11715: types/pa_vmail.h: mail.C compiled
11716:
11717: * src/classes/: int.C, table.C: int.C compiled
11718:
11719: * src/: classes/hash.C, classes/image.C, classes/string.C,
11720: classes/table.C, include/pa_memory.h, include/pa_string.h,
11721: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
11722: compiled
11723:
11724: * src/: classes/hash.C, classes/string.C, classes/table.C,
11725: classes/void.C, classes/xdoc.C, include/pa_request.h,
11726: include/pa_sql_connection.h: hash.C compiled
11727:
11728: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
11729: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
11730: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
11731: classes/math.C, classes/op.C, classes/response.C,
11732: classes/string.C, classes/table.C, classes/void.C,
11733: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
11734: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
11735: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
11736: file.C table.C compiled
11737:
11738: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
11739: main/untaint.C: main.lib compiled
11740:
11741: 2003-03-21 paf
11742:
11743: * src/: classes/op.C, include/pa_cache_managers.h,
11744: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11745: include/pa_stylesheet_manager.h, main/pa_exception.C,
11746: main/pa_globals.C, main/pa_sql_driver_manager.C,
11747: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
11748: compiled
11749:
11750: * src/: classes/hash.C, classes/image.C, classes/op.C,
11751: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
11752: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
11753: main/compile.C, main/pa_common.C, main/pa_request.C,
11754: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
11755: pa_request.C compiled
11756:
11757: * src/: classes/hash.C, classes/mail.C, classes/op.C,
11758: include/pa_request.h, main/execute.C, main/pa_request.C,
11759: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11760: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
11761: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11762: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
11763: compiled
11764:
11765: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
11766: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
11767: on unix
11768:
11769: * src/: include/pa_charset.h, include/pa_charsets.h,
11770: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
11771: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
11772: pa_charsets.C compiled
11773:
11774: * src/: classes/image.C, classes/mail.C, classes/op.C,
11775: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
11776: main/compile.y, main/execute.C, main/pa_common.C,
11777: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
11778: types/pa_vcode_frame.h, types/pa_vimage.h,
11779: types/pa_vmethod_frame.h: execute.C compiled
11780:
11781: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11782: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11783: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11784: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
11785: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11786: include/pa_cache_managers.h, include/pa_charsets.h,
11787: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
11788: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
11789: include/pa_sql_driver_manager.h, include/pa_string.h,
11790: include/pa_stylesheet_connection.h,
11791: include/pa_stylesheet_manager.h, include/pa_table.h,
11792: main/compile.C, main/compile.tab.C, main/compile.y,
11793: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11794: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11795: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11796: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
11797: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
11798: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11799: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11800: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
11801: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11802: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11803: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11804: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11805: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11806: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
11807: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11808: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11809: types/pa_vresponse.h, types/pa_vstateless_class.C,
11810: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11811: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11812: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11813: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11814: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11815: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
11816: [C++ CORD wrapper]
11817:
11818: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
11819:
11820: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
11821: $file::exec/cgi[script; $.charset[this is script's charset]
11822:
11823: command line, env values, input got transcoded before call
11824: stdout, stderr got transcoded after call
11825:
11826: * src/classes/file.C: ^file::exec/cgi now does not pass post data
11827: by default. use: ^file::exec[...;$.stdin[$request.body]
11828:
11829: * src/main/pa_common.C: } typo bug fix
11830:
11831: * src/main/pa_common.C: } typo bug fix
11832:
11833: 2003-03-20 paf
11834:
11835: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
11836: main/untaint.C: cord bug fix, but still errors todo: clear out
11837:
11838: * src/include/pa_string.h: more tests
11839:
11840: * src/main/pa_string.C: string.pos fixed
11841:
1.101 moko 11842: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
11843: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
11844: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
11845: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
11846: replaces
1.95 moko 11847:
11848: * src/: classes/image.C, include/pa_dictionary.h,
11849: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
11850: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
11851: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
11852: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
11853:
11854: * src/include/pa_string.h: warning
11855:
11856: * src/include/pa_string.h: this_starts fixed
11857:
11858: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
11859: new String ctor & append params convention
11860:
11861: * src/: classes/file.C, classes/hash.C, classes/image.C,
11862: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
11863: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
11864: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
11865: main/pa_exception.C, main/pa_exec.C,
11866: main/pa_sql_driver_manager.C, main/pa_string.C,
11867: main/pa_stylesheet_manager.C, main/untaint.C,
11868: targets/isapi/parser3isapi.C, types/pa_vimage.C,
11869: types/pa_vmail.C: more tests OK
11870:
11871: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
11872: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
11873: gc/exit runned OK
11874:
11875: * src/types/pa_vmail.C: another naming problem: should not name
11876: vars like that: unpredictable close caused problems with later
11877: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
11878: descriptors missing on startup: stdin; Bad file number
11879:
11880: todo: find out why so many filters(stream) here. probably wrong?
11881:
11882: * src/: include/pa_dictionary.h, include/pa_string.h,
11883: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
11884: main/untaint.C: test compiled
11885:
11886: * src/: classes/image.C, classes/mail.C, classes/math.C,
11887: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
11888: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
11889: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
11890: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
11891: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
11892: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
11893: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
11894: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
11895: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
11896:
11897: * parser3.dsw, src/classes/file.C, src/classes/image.C,
11898: src/classes/op.C, src/classes/string.C, src/classes/table.C,
11899: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
11900: src/include/pa_memory.h, src/include/pa_request.h,
11901: src/include/pa_request_charsets.h,
11902: src/include/pa_sql_connection.h, src/include/pa_string.h,
11903: src/main/compile.tab.C, src/main/execute.C,
11904: src/main/pa_charset.C, src/main/pa_common.C,
11905: src/main/pa_exception.C, src/main/pa_exec.C,
11906: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11907: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
11908: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
11909: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
11910: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11911: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
11912: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11913: src/types/pa_vobject.C, src/types/pa_vresponse.C,
11914: src/types/pa_vstatus.C, src/types/pa_vstring.C,
11915: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11916: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
11917: pa_common.C [done, without http for now]
11918:
11919: 2003-03-19 paf
11920:
11921: * src/: classes/date.C, classes/form.C, classes/hash.C,
11922: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
11923: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
11924: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
11925: include/pa_string.h, include/pa_table.h, main/compile.C,
11926: main/compile_tools.C, main/execute.C, main/pa_charset.C,
11927: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
11928: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
11929: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11930: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
11931: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
11932: types/pa_vstateless_class.h, types/pa_vtable.C,
11933: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
11934: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
11935: types/pa_wwrapper.h: started test
11936:
1.101 moko 11937: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
11938: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 11939:
11940: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
11941: include/pa_string.h, main/pa_string.C: string compiled todo: test
11942: it
11943:
11944: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
11945: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
11946: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
11947: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
11948: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
11949: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
11950: types/pa_vmethod_frame.h, types/types.dsp: string
11951: reimplementation with cord+array<fragment>: 70%
11952:
11953: 2003-03-18 paf
11954:
11955: * src/: classes/date.C, classes/file.C, classes/form.C,
11956: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
11957: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
11958: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
11959: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
11960: can ignore lang in cmp and pos really, but would
11961: split properly!
11962:
11963: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
11964: cord part made parser/src/lib: it's not compiled into libgc by
11965: default
11966:
11967: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
11968: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11969: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11970: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11971: src/classes/op.C, src/classes/response.C, src/classes/string.C,
11972: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
11973: src/classes/xnode.C, src/classes/xnode.h,
11974: src/include/Makefile.am, src/include/pa_cache_managers.h,
11975: src/include/pa_charset.h, src/include/pa_charsets.h,
11976: src/include/pa_common.h, src/include/pa_dictionary.h,
11977: src/include/pa_exception.h, src/include/pa_exec.h,
11978: src/include/pa_globals.h, src/include/pa_hash.h,
11979: src/include/pa_memory.h, src/include/pa_pool.h,
11980: src/include/pa_request.h, src/include/pa_request_charsets.h,
11981: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
11982: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11983: src/include/pa_stylesheet_connection.h,
11984: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11985: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
11986: src/main/compile.C, src/main/compile.tab.C,
11987: src/main/compile_tools.C, src/main/compile_tools.h,
11988: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
11989: src/main/pa_charsets.C, src/main/pa_common.C,
11990: src/main/pa_dictionary.C, src/main/pa_exception.C,
11991: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
11992: src/main/pa_pool.C, src/main/pa_request.C,
11993: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11994: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
11995: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
11996: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
11997: src/types/pa_junction.h, src/types/pa_method.h,
11998: src/types/pa_value.C, src/types/pa_value.h,
11999: src/types/pa_vclass.C, src/types/pa_vclass.h,
12000: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12001: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12002: src/types/pa_vdouble.h, src/types/pa_venv.h,
12003: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12004: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12005: src/types/pa_vimage.C, src/types/pa_vimage.h,
12006: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
12007: src/types/pa_vmath.C, src/types/pa_vmath.h,
12008: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12009: src/types/pa_vobject.C, src/types/pa_vobject.h,
12010: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12011: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12012: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12013: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12014: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12015: src/types/pa_vstring.h, src/types/pa_vtable.C,
12016: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12017: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12018: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12019: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12020: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
12021: gc: PA_Object done lots of replacements also
12022:
12023: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
12024: gc logging
12025:
12026: 2003-03-17 paf
12027:
12028: * src/: classes/date.C, classes/file.C, classes/form.C,
12029: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
12030: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
12031: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12032: include/pa_string.h, include/pa_types.h, main/compile.C,
12033: main/compile.tab.C, main/execute.C, main/pa_charset.C,
12034: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
12035: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12036: main/pa_sql_driver_manager.C, main/pa_string.C,
12037: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
12038: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
12039: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
12040: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
12041: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
12042: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12043: types/pa_vxnode.h: libgc attempt
12044:
12045: 2003-03-13 paf
12046:
12047: * src/: include/pa_sql_driver_manager.h,
12048: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
12049: called
12050:
12051: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
12052: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
12053: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
12054: types/pa_value.h, types/pa_vobject.h,
12055: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
12056: set_base, set_derived simplified [counter leaks fixed]
12057:
12058: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
12059: src/types/types.dsp: incorporated status class patch From:
12060: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
12061: 2003 8:14 AM
12062:
12063: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
12064: Win32 specific: QuotaPeakNonPagedPoolUsage
12065: QuotaPeakPagedPoolUsage PeakPagefileUsage]
12066:
12067: 2003-03-12 paf
12068:
1.101 moko 12069: * configure, configure.in, src/lib/ltdl/configure,
12070: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 12071: lib/ltdl/Makefile now created by /configure.in only [were by
12072: lib/ltdl/configure.in OVERWRITE]
12073:
1.101 moko 12074: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
12075: linkage fixed for g++ 3.2.2
1.95 moko 12076:
12077: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
12078: on using privately declared class [fixed]
12079:
12080: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
12081: 3.2 rightliy complained on using privately declared class [fixed]
12082:
12083: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
12084: sigpipe before request constructor now causes death
12085:
12086: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
12087: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
12088: not cause exception in exception handler
12089:
1.101 moko 12090: * configure, configure.in, src/targets/cgi/Makefile.am: configure
12091: now default links libstdc++ statically. that can be overriden by
12092: --with-dynamic-stdcpp
1.95 moko 12093:
12094: 2003-03-11 paf
12095:
12096: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
12097: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
12098: necessity of libstdc++
12099:
12100: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12101:
12102: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12103:
12104: 2003-03-08 paf
12105:
12106: * tests/Makefile: make install & co
12107:
12108: * src/: include/pa_request.h, classes/op.C: removing
12109: vclass,object.h -> pa_request.h dependency
12110:
12111: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
12112: main/pa_request.C: removing vform,response,cookie.h ->
12113: pa_request.h dependency
12114:
12115: * src/include/pa_request.h: removing vmail.h -> pa_request.h
12116: dependency [testing...]
12117:
12118: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
12119: return 0; fixed
12120:
12121: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
12122: types/pa_vmail.h: vmail.C received just compiled [not tested]
12123:
12124: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
12125:
12126: * src/main/pa_request.C: forgotten: ifdef XML
12127:
12128: * src/main/pa_request.C: forgotten: ifdef XML
12129:
12130: * src/targets/cgi/parser3.C: todo: move to latest xml version on
12131: win32 and run memleak tests again
12132:
12133: * src/targets/cgi/parser3.C: charsets: see some strange things with
12134: old xml lib-- it's internal memory handling has faults
12135:
12136: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
12137: problems when transcode from charset A to A.
12138:
12139: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
12140: todo: still problems when transcode from charset A to A.
12141:
12142: * src/: classes/hash.C, classes/mail.C, classes/string.C,
12143: classes/table.C, include/pa_array.h,
12144: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
12145: started full-scale-site-test [~ http://parser.ru sources]
12146:
12147: some fixes
12148:
12149: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
12150: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12151: 117.html, 118.html, 119.html, 120.html, results/109.processed,
12152: results/110.processed, results/111.processed,
12153: results/112.processed, results/113.processed,
12154: results/114.processed, results/115.processed,
12155: results/116.processed, results/117.processed,
12156: results/118.processed, results/119.processed,
12157: results/120.processed: xml: tests 109 dom create/show 110 xpath
12158: selectSingle 111 xdoc.create from tainted & 112
12159: xdoc.create/output with russian attr value 113 xpath
12160: selectString/Number 114 dom attributes.count 115 xpath selectBool
12161: 116 output media-type change 117 transform by dom stylesheet 118
12162: empty transform result 119 dom setAttribute 120 nbsp letter
12163: output
12164:
12165: =END OF PREPARED XML TESTS=
12166:
12167: 2003-03-07 paf
12168:
12169: * src/classes/xdoc.C, src/include/pa_charset.h,
12170: src/include/pa_stylesheet_connection.h, tests/108.html,
12171: tests/108.xsl, tests/results/108.processed: xml: test 108
12172: transform with params [bugs fixed]
12173:
12174: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
12175: from copy/paste bug
12176:
12177: * src/classes/xdoc.C, src/include/pa_charset.h,
12178: src/include/pa_request.h, src/main/execute.C,
12179: src/main/pa_charset.C, src/main/pa_exception.C,
12180: src/main/pa_globals.C, src/main/pa_request.C,
12181: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12182: src/types/pa_vxnode.C, tests/107.html,
12183: tests/results/107.processed: xml: test: 107 bug fixes
12184:
12185: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12186: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12187: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
12188:
12189: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
12190: string
12191:
12192: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
12193: mem alloc functions used for different cases [libxml, libxsl]
12194:
12195: * src/classes/classes.C: fixed: prevent system classes from
12196: modification to lock ALL the classes, not only directly used
12197:
12198: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
12199: linked
12200:
12201: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
12202:
12203: 2003-03-06 paf
12204:
12205: * src/classes/xdoc.C: xdoc.C 50%
12206:
12207: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
12208: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12209: main/pa_globals.C, main/pa_request.C,
12210: main/pa_stylesheet_manager.C: xnode.C compiled
12211:
12212: * src/: include/pa_stylesheet_connection.h,
12213: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
12214: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
12215:
12216: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
12217: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12218: xml: stylesheet&manager STARTED
12219:
12220: * src/: include/pa_globals.h, main/pa_charset.C,
12221: main/pa_exception.C, main/pa_globals.C: xml: exceptions
12222:
12223: * src/: include/pa_charset.h, include/pa_config_fixed.h,
12224: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
12225: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
12226: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
12227: charsets
12228:
12229: * tests/023.html: in some cases it rounded up badly. postponing
12230: solution of that problem, making more simple test
12231:
12232: * tests/: 058_paf2000.png, results/058.processed: .png added with
12233: -kb now
12234:
12235: * src/: include/pa_charset.h, include/pa_charsets.h,
12236: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
12237: moved to charsets.C
12238:
12239: 2003-03-05 paf
12240:
12241: * src/classes/string.C, src/include/pa_string.h,
12242: src/main/pa_string.C, tests/105.html,
12243: tests/results/105.processed: String::match bug fixed
12244:
12245: * src/classes/op.C, src/main/main.dsp, tests/104.html,
12246: tests/results/104.processed: ^bpt operator added [does int3 in
12247: debug build on win32]
12248:
12249: * tests/: 057.html, results/057.processed: test bug fixed
12250:
1.101 moko 12251: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 12252:
12253: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
12254: missing
12255:
1.101 moko 12256: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
12257: forgotten files added to Makes
1.95 moko 12258:
12259: * ltmain.sh: ltmain.sh added
12260:
12261: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12262: change undone ;(
12263:
12264: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12265: made static
12266:
12267: * src/: classes/math.C, classes/op.C, classes/string.C,
1.101 moko 12268: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
12269: todo:make linker happy
1.95 moko 12270:
12271: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
12272: env param made optional
12273:
12274: 2003-03-04 paf
12275:
12276: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
12277: types/pa_vimage.h: number of gcc compiler bugs fixed
12278:
12279: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
12280: results/103.processed: tests: 103 image.copy transparence test
12281:
12282: * src/main/execute.C, tests/101.html, tests/102.html,
12283: tests/results/101.processed, tests/results/102.processed: tests:
12284: 101 method/variable name conflict test 102 form fields change
12285: should not not change anything [bug fix]
12286:
12287: * tests/: 057.html, 099.html, 100.html, results/057.processed,
12288: results/099.processed, results/100.processed: tests: 57 date
12289: create 2002: added 99,100 response:body/download
12290:
12291: * src/classes/image.C, tests/098.html, tests/098font.gif,
12292: tests/results/098.processed: test: 98 image font text [bug fixed]
12293:
12294: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
12295: tests/results/097.processed: test: 97 file::load http:// [bugs
12296: fixed]
12297:
12298: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
12299: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
12300: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
12301: image EXIF [bug fixed]
12302:
12303: * src/classes/table.C, src/main/execute.C, tests/061.dat,
12304: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
12305: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
12306: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
12307: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
12308: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
12309: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
12310: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
12311: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
12312: tests/094.html, tests/095.html, tests/results/061.processed,
12313: tests/results/062.processed, tests/results/063.processed,
12314: tests/results/064.processed, tests/results/065.processed,
12315: tests/results/066.processed, tests/results/067.processed,
12316: tests/results/068.processed, tests/results/069.processed,
12317: tests/results/070.processed, tests/results/071.processed,
12318: tests/results/072.processed, tests/results/073.processed,
12319: tests/results/074.processed, tests/results/075.processed,
12320: tests/results/076.processed, tests/results/077.processed,
12321: tests/results/078.processed, tests/results/080.processed,
12322: tests/results/081.processed, tests/results/082.processed,
12323: tests/results/083.processed, tests/results/084.processed,
12324: tests/results/085.processed, tests/results/086.processed,
12325: tests/results/087.processed, tests/results/088.processed,
12326: tests/results/089.processed, tests/results/090.processed,
12327: tests/results/091.processed, tests/results/092.processed,
12328: tests/results/093.processed, tests/results/094.processed,
12329: tests/results/095.processed, tests/079.html,
12330: tests/results/079.processed: tests: 61 file::stat size 62
12331: string->int autoconvert 63 double .int,dec,div,mul 64 date
12332: compare 65 file: basename,justname,justext 66 math:crypt 67
12333: string.match simple on long 68 string.match normalized simple on
12334: long 69 string.int 70 file::stat content-type 71 table.join 72
12335: hash parameter conditional pass 73 date daylightsaving,yearday 74
12336: date arithmetics 75 response date values/attributes 76 string.pos
12337: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
12338: with local 80 scientific numeric literal in string autoconvert 81
12339: xor: logical and numerical 82 for delims 83 menu delims 84
12340: table.hash distinct 85 long string replace 86 throw+catch
12341: current language preserve 87 bit shifts 88 junction tests +
12342: $caller test 89 hash.foreach selfmodification 90 int/void to int
12343: 91 $caller test 92 junction is + def junction tests 93 $caller
12344: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
12345:
12346: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
12347: fixed] 60 string eq string [bug fixed]
12348:
12349: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
12350: 058.html, 058_paf2000.png, 059.html, 060.html,
12351: results/053.processed, results/054.processed,
12352: results/055.processed, results/056.processed,
12353: results/057.processed, results/058.processed,
12354: results/059.processed, results/060.processed: test: 53
12355: string.replace 54 junctions 55 table.hash 56 call indirect 57
12356: date.create[string] 58 image.measure[png]
12357:
12358: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
12359: outputs/051.processed, results/052.processed: test: 52
12360: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
12361: task: fix that
12362:
12363: 2003-03-03 paf
12364:
12365: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
12366: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
12367: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
12368: outputs/049.processed, outputs/050.processed,
12369: outputs/051.processed, results/001.processed,
12370: results/002.processed, results/003.processed,
12371: results/005.processed, results/006.processed,
12372: results/008.processed, results/009.processed,
12373: results/011.processed, results/012.processed,
12374: results/013.processed, results/014.processed,
12375: results/015.processed, results/016.processed,
12376: results/017.processed, results/020.processed,
12377: results/021.processed, results/022.processed,
12378: results/024.processed, results/025.processed,
12379: results/026.processed, results/027.processed,
12380: results/028.processed, results/029.processed,
12381: results/030.processed, results/031.processed,
12382: results/049.processed, results/050.processed,
12383: results/051.processed, results/043.processed,
12384: results/044.processed, results/045.processed,
12385: results/046.processed, results/047.processed,
12386: results/048.processed: tests: 43,44,45 date rolls 46
12387: autoevaluating junction 47 table.select 48 name with subvar 49
12388: hash-creating switch 50 process 51 started parent/child, works as
12389: it were but it were NOT GOOD, created separate task to fix that
12390:
12391: * tests/: 042.html, results/042.processed: test: 42
12392: exception.handled
12393:
12394: * tests/: 041.html, results/041.processed: test: 41 table.locate by
12395: expression
12396:
12397: * tests/: 040.html, results/040.processed: test: 39 method result
12398: of type table 40 method param junction auto evaluate
12399:
12400: * tests/: 039.html, results/039.processed: test: 37 method result
12401: of type table
12402:
12403: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
12404: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
12405: tests/038.html, tests/results/033.processed,
12406: tests/results/034.processed, tests/results/035.processed,
12407: tests/results/036.processed, tests/results/037.processed,
12408: tests/results/038.processed: tests: 33 string.replace 34
12409: string.upper 35 table created 36 local/global vars with juntions
12410: 37 table clone 38 math PI & number formatting
12411:
12412: math class registring typo fixed
12413:
12414: * src/classes/op.C, src/include/pa_request.h,
12415: src/include/pa_string.h, src/main/execute.C,
12416: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
12417: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
12418: tests/032.html, tests/results/032.processed: uchar changed to
12419: String_UL in all places [was not everywhere] untaint test: 032
12420:
12421: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
12422: tests/results/004.processed, tests/parser-cygwin.sh,
12423: tests/parser-unix.sh: removed -H command line key, now testing
12424: using .sh file with SERVER_SOFTWARE=xxx
12425:
12426: 2003-02-26 paf
12427:
12428: * src/main/execute.C, src/types/pa_vstateless_class.h,
12429: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
12430: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
12431: tests/results/024.processed, tests/results/025.processed,
12432: tests/results/026.processed, tests/results/027.processed,
12433: tests/results/028.processed, tests/results/029.processed,
12434: tests/results/030.processed, tests/results/031.processed: fixed
12435: bug with name_cstr mutable CharPtr more tests
12436:
12437: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
12438: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
12439: << abort. die now just exits
12440:
12441: * src/classes/classes.awk, src/classes/classes.h,
12442: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12443: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12444: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12445: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12446: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12447: src/classes/xnode.C, src/include/pa_memory.h,
12448: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
12449: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
12450: src/types/pa_vform.C, tests/015.html, tests/016.html,
12451: tests/017.html, tests/018.html, tests/019.html,
12452: tests/019paf2001.gif, tests/020.html, tests/021.html,
12453: tests/022.html, tests/023.html, tests/022_dir/a.html,
12454: tests/022_dir/b.txt, tests/022_dir/c.htm,
12455: tests/results/015.processed, tests/results/016.processed,
12456: tests/results/017.processed, tests/results/018.processed,
12457: tests/results/019.processed, tests/results/020.processed,
12458: tests/results/021.processed, tests/results/022.processed,
12459: tests/results/023.processed: methoded_array now contains all Mxxx
12460: classes SAPI::get_env now returns info on pool more tests
12461:
12462: * src/include/pa_array.h, src/include/pa_hash.h,
12463: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
12464: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
12465: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
12466: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
12467: tests/014.html, tests/Makefile, tests/outputs/create-dir,
12468: tests/results/001.processed, tests/results/002.processed,
12469: tests/results/003.processed, tests/results/004.processed,
12470: tests/results/005.processed, tests/results/006.processed,
12471: tests/results/007.processed, tests/results/008.processed,
12472: tests/results/009.processed, tests/results/010.processed,
12473: tests/results/011.processed, tests/results/012.processed,
12474: tests/results/013.processed, tests/results/014.processed: hash
12475: cloning fixed
12476:
12477: 2003-02-25 paf
12478:
12479: * src/main/pa_common.C: typo fixed
12480:
12481: 2003-02-24 paf
12482:
12483: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
12484: [one remained]
12485:
12486: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
12487: [should have been get_string(&pool)] todo: check other such calls
12488:
12489: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
12490: test10, bad lookups
12491:
12492: xxx* xxx=smartptr.get(); << is bad style, after ";" original
12493: object got destructed, and xxx points to sky
12494:
12495: * ChangeLog, src/classes/string.C: match bug fixed
12496:
12497: * src/types/pa_vmail.C: body [text/html] transcoded to
12498: $.charset[specified] now
12499:
12500: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12501: which failed to handle sigsetjmp+throw: crashed inside of
12502: pre-throw code. rewritten simplier [though duplicating
12503: closesocket code]
12504:
12505: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12506: which failed to handle sigsetjmp+throw: crashed inside of
12507: pre-throw code. rewritten simplier [though duplicating
12508: closesocket code]
12509:
12510: 2003-02-21 paf
12511:
12512: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
12513: $cookie:name[$.expires[date << can be now]]
12514:
12515: written makefile with regression tests [raw]
12516:
12517: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
12518: tests' only [it's not forcing CGI mode now] now use -H to output
12519: CGI header when parser used in command line [useful for tests
12520: also]
12521:
12522: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
12523: switches on CGI mode, and is used in regression tests
12524:
12525: * src/: include/pa_request.h, main/pa_request.C,
12526: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
12527: fixed
12528:
12529: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
12530: handling pa_*
12531:
12532: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
12533: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
12534: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
12535: memory handling files
12536:
12537: * src/main/pa_array.C: pool::format_integer terminator fixed
12538:
12539: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
12540: compiles OK test to show benefits of free
12541:
12542: * src/: classes/file.C, classes/image.C, classes/mail.C,
12543: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
12544: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12545: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
12546: use pool [as the one in ^process]
12547:
12548: * src/classes/op.C: fixed process. sould now check for all cstr's
12549: -- some must use pool [as the one in ^process]
12550:
12551: 2003-02-20 paf
12552:
12553: * src/: classes/date.C, classes/double.C, classes/file.C,
12554: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12555: classes/math.C, classes/op.C, classes/response.C,
12556: classes/string.C, classes/table.C, classes/void.C,
12557: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
12558: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
12559: string cmp fixed
12560:
12561: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
12562: values passed OK now
12563:
12564: 2003-02-19 paf
12565:
12566: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
12567: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
12568: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
12569: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
12570: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
12571: all remaning leaks resulted from pooled::malloc calls [excluding
12572: in gd -- planning complete rewrite extremely ugly code]
12573:
12574: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
12575: files
12576:
12577: 2003-02-17 paf
12578:
12579: * src/: classes/date.C, classes/double.C, classes/file.C,
12580: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12581: classes/response.C, classes/string.C, classes/table.C,
12582: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
12583: include/pa_stylesheet_connection.h,
12584: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
12585: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
12586: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
12587: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
12588: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
12589: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
12590: of unitialized simple-typed field
12591:
12592: * src/: classes/classes.C, classes/classes.h, main/execute.C,
12593: main/pa_charset.C, main/pa_request.C: another bug of unitialized
12594: simple-typed field fixed. todo: find&kill all like that one
12595:
12596: * src/: main/execute.C, targets/cgi/pa_pool.C,
12597: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
12598: debug output fixed
12599:
12600: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
12601: main/pa_request.C: stack-stored items need extra .ref to prevent
12602: object_ptr from delete[them]
12603:
12604: * src/: classes/date.C, classes/op.C, classes/table.C,
12605: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
12606: include/pa_charset.h, main/Makefile.am, main/main.dsp,
12607: main/pa_charset.C, main/pa_common.C,
12608: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12609: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12610: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
12611: calls
12612:
12613: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
12614: couple mem leaks rusulted from old pooled::malloc usage.
12615: todo:find more like those
12616:
12617: * src/main/: compile.C, compile_tools.C: 2*2!
12618:
12619: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
12620: stackItem fixed [there were no string on stack before]
12621:
12622: * src/: main/execute.C, main/pa_request.C,
12623: types/pa_vmethod_frame.C: first letters out OK
12624:
12625: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
12626: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
12627: main/pa_string.C, main/untaint.C, types/pa_value.h,
12628: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
12629: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
12630: type not initialized with zeros :( while class fields of class
12631: types initialized with default constructors. learn C++
12632:
12633: * src/: classes/classes.awk, classes/double.C, classes/file.C,
12634: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
12635: classes/math.C, classes/xdoc.C, classes/xnode.C,
12636: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
12637: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
12638:
12639: 2003-02-14 paf
12640:
12641: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
12642: 13 link errors
12643:
12644: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
12645: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
12646: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12647: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
12648: errors :)
12649:
12650: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
12651: classes/hash.C, classes/mail.C, classes/op.C,
12652: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
12653: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
12654: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
12655: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
12656:
12657: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
12658: classes/table.C, include/pa_common.h, include/pa_globals.h,
12659: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
12660: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
12661: types/pa_vint.h, types/types.dsp: op compiled
12662:
12663: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
12664: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
12665: main/untaint.C, types/pa_vtable.h: string, response compiled
12666:
12667: 2003-02-07 paf
12668:
12669: * src/: classes/table.C, types/pa_vtable.h: table compiled
12670:
12671: 2003-02-06 paf
12672:
12673: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
12674: mail compiled
12675:
12676: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
12677: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
12678: types/pa_vfile.h, types/pa_vimage.h: image compiled
12679:
12680: * src/classes/: file.C, form.C: form compiled
12681:
12682: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
12683: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
12684: types/pa_vfile.C, types/pa_vfile.h: file compiled
12685:
12686: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
12687: types/pa_vmath.h: math compiled [win32]
12688:
12689: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
12690: types/pa_vstring.h: hash compiled
12691:
12692: 2003-02-04 paf
12693:
12694: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
12695: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12696: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
12697: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
12698: types/pa_vhash.h: hash 50% compiled
12699:
12700: * src/: classes/date.C, classes/file.C, classes/hash.C,
12701: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
12702: classes/string.C, classes/table.C, classes/xdoc.C,
12703: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
12704: main/pa_string.C: date compiled
12705:
12706: * src/classes/: classes.dsp, double.C: double compiled
12707:
12708: * src/: classes/date.C, classes/double.C, classes/file.C,
12709: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12710: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
12711: classes/string.C, classes/table.C, classes/void.C,
12712: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
12713: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
12714: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
12715: compiled
12716:
12717: * src/: classes/date.C, classes/double.C, classes/file.C,
12718: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12719: classes/math.C, classes/op.C, classes/response.C,
12720: classes/string.C, classes/table.C, classes/void.C,
12721: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12722: types/pa_vvoid.h: void compiled :)
12723:
12724: * src/: include/pa_globals.h, main/pa_cache_managers.C,
12725: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12726: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12727: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
12728: main/pa_string.C, main/pa_uue.C, main/untaint.C,
12729: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
12730: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
12731: types/pa_vresponse.C, types/pa_vstateless_class.C,
12732: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
12733: types/pa_wcontext.C, types/types.dsp: removed stupid
12734: value_includes.h
12735:
12736: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
12737: trying to remove stupid value_includes.h
12738:
12739: * src/main/pa_exec.C: pa_exec compiled on win32
12740:
12741: * src/main/pa_exec.C: libmain.a compiled on six [unix]
12742:
12743: * src/: include/pa_globals.h, include/pa_request.h,
12744: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12745: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
12746: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
12747: types/pa_vrequest.C, types/pa_vstateless_class.C,
12748: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
12749:
12750: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
12751: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
12752: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
12753:
12754: * src/: include/pa_array.h, include/pa_config_includes.h,
12755: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
12756: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
12757: compiled
12758:
12759: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
12760: name conflicts)
12761:
12762: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
12763: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
12764: yelds "virtual memory exhausted" while trying to compile
12765: execute.C [eating up to 127MB]
12766:
12767: 2003-02-03 paf
12768:
12769: * src/: include/pa_config_includes.h, include/pa_hash.h,
12770: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
12771: main/pa_common.C, types/pa_value.C, types/pa_value.h,
12772: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12773: types/pa_vint.h, types/pa_vjunction.h,
12774: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
12775: started gcc compiling pa_common compiled
12776:
12777: * src/: include/pa_exception.h, include/pa_pool.h,
12778: main/pa_exception.C: exception gcc change #1
12779:
1.101 moko 12780: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
12781: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 12782:
12783: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
12784:
12785: * src/types/pa_vtable.C: vtable compiled
12786:
12787: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
12788:
12789: * src/: include/pa_cache_managers.h, main/pa_request.C,
12790: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
12791:
12792: * src/types/pa_vstateless_class.C: vstateless_class compiled
12793:
12794: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
12795:
12796: * src/types/pa_vrequest.C: vrequest compiled
12797:
12798: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
12799: pa_vobject.C, pa_vobject.h: vobject compiled
12800:
12801: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
12802: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12803: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
12804: compiled
12805:
12806: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
12807:
12808: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
12809: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
12810: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
12811: compiled
12812:
12813: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12814: main.lib - 0 error(s), 0 warning(s)
12815:
12816: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
12817: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
12818:
12819: 2003-01-31 paf
12820:
12821: * src/: include/pa_array.h, include/pa_operation.h,
12822: include/pa_request.h, main/execute.C, main/main.dsp,
12823: types/pa_vjunction.h: started last file from main library:
12824: execute
12825:
12826: * src/: include/pa_request.h, include/pa_sapi.h,
12827: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12828: main/pa_request.C, targets/cgi/parser3.C,
12829: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
12830: types/pa_vhash.h: pa_request compiled
12831:
12832: * src/: classes/op.C, classes/string.C, include/pa_common.h,
12833: include/pa_globals.h, include/pa_request.h,
12834: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
12835: main/execute.C, main/main.dsp, main/pa_common.C,
12836: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12837: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
12838: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
12839: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
12840: types/types.dsp: most pa_request compiled
12841:
12842: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12843: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12844: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12845: classes/op.C, classes/response.C, classes/string.C,
12846: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12847: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
12848: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12849: include/pa_config_fixed.h, include/pa_config_includes.h,
12850: include/pa_dictionary.h, include/pa_dir.h,
12851: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12852: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
12853: include/pa_pool.h, include/pa_request.h,
12854: include/pa_request_charsets.h, include/pa_request_info.h,
12855: include/pa_sapi.h, include/pa_socks.h,
12856: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12857: include/pa_stack.h, include/pa_string.h,
12858: include/pa_stylesheet_connection.h,
12859: include/pa_stylesheet_manager.h, include/pa_table.h,
12860: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12861: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12862: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
12863: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
12864: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12865: main/compile.C, main/compile.tab.C, main/compile.y,
12866: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12867: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
12868: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
12869: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12870: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12871: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12872: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12873: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
12874: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
12875: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12876: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
12877: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12878: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
12879: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
12880: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12881: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12882: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12883: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12884: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12885: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12886: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12887: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12888: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12889: types/pa_vresponse.h, types/pa_vstateless_class.C,
12890: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12891: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12892: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12893: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12894: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12895: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
12896:
12897: * ChangeLog, src/classes/classes.h, src/classes/op.C,
12898: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12899: src/include/pa_charsets.h, src/include/pa_common.h,
12900: src/include/pa_dictionary.h, src/include/pa_exception.h,
12901: src/include/pa_exec.h, src/include/pa_pool.h,
12902: src/include/pa_request.h, src/include/pa_sapi.h,
12903: src/include/pa_sql_connection.h,
12904: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12905: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
12906: src/main/compile.tab.C, src/main/compile_tools.C,
12907: src/main/compile_tools.h, src/main/main.dsp,
12908: src/main/pa_charset.C, src/main/pa_charsets.C,
12909: src/main/pa_common.C, src/main/pa_dictionary.C,
12910: src/main/pa_exception.C, src/main/pa_exec.C,
12911: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12912: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
12913: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
12914: src/types/pa_vclass.h, src/types/pa_vcookie.C,
12915: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12916: src/types/pa_vdouble.h, src/types/pa_venv.h,
12917: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
12918: src/types/pa_vhash.h, src/types/pa_vimage.C,
12919: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
12920: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
12921: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12922: src/types/pa_vobject.C, src/types/pa_vobject.h,
12923: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12924: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12925: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12926: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
12927: src/types/pa_vstring.h, src/types/pa_vtable.h,
12928: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
12929: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
12930: died, long live StringPtr
12931:
12932: 2003-01-30 paf
12933:
12934: * src/: include/pa_charset.h, include/pa_request.h,
12935: include/pa_sql_driver_manager.h, main/compile.tab.C,
12936: main/compile.y, main/compile_tools.h, main/pa_request.C,
12937: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
12938:
12939: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
12940: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
12941: types/pa_vhash.h, types/pa_vmethod_frame.h,
12942: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12943: types/types.dsp: vstateless_class compiled
12944:
12945: * src/main/compile.C: compile compiled
12946:
12947: * src/: include/pa_array.h, include/pa_operation.h,
12948: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
12949: main/pa_table.C: compile_tools compiled
12950:
12951: * src/: include/pa_operation.h, main/compile.y,
12952: main/compile_tools.C, main/compile_tools.h: started
12953: compile_tools. vagues ideas of how to free compiled code
12954:
12955: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
12956: main/main.dsp, types/pa_value.C, types/pa_value.h,
12957: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
12958: compiled
12959:
12960: 2003-01-29 paf
12961:
12962: * src/: include/pa_globals.h, include/pa_request.h,
12963: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12964: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
12965: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
12966: compiled
12967:
12968: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
12969: now
12970:
12971: * src/: include/pa_array.h, include/pa_exception.h,
12972: include/pa_pool.h, main/pa_exception.C: gd compiled
12973:
12974: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
12975: compiled
12976:
12977: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
12978: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
12979: types/pa_vfile.h: vfile compiled
12980:
12981: * src/: include/pa_common.h, include/pa_globals.h,
12982: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
12983: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
12984: types/pa_vform.C, types/pa_vform.h: vcookie compiled
12985:
12986: * src/: include/pa_exception.h, main/pa_cache_managers.C,
12987: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
12988: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
12989: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12990: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
12991:
12992: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
12993: main/main.dsp, main/untaint.C: more compiled
12994:
12995: * src/: include/pa_charsets.h, include/pa_request.h,
12996: include/pa_request_info.h, include/pa_string.h,
12997: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
12998: types/pa_vresponse.h: vrequest compiled
12999:
13000: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
13001: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
13002: pa_vresponse.h, pa_wcontext.h: vrequest compiled
13003:
13004: * src/: classes/classes.h, include/pa_charset.h,
13005: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
13006: include/pa_request.h, include/pa_string.h, main/main.dsp,
13007: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
13008: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
13009: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
13010: types/pa_vrequest.C, types/pa_vrequest.h,
13011: types/pa_vstateless_class.h, types/pa_vstring.h,
13012: types/pa_vvoid.h: vrequest,vdouble,vint compiled
13013:
13014: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
13015: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13016: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
13017: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
13018: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13019: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
13020: types/pa_vobject.h, types/pa_vstateless_class.h,
13021: types/pa_vstateless_object.h, types/pa_vstatus.h,
13022: types/pa_vstring.h, types/types.dsp: vmath compiled
13023:
13024: 2003-01-28 paf
13025:
13026: * src/: classes/classes.h, classes/date.C, classes/file.C,
13027: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
13028: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
13029: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
13030: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
13031: compile_tools
13032:
13033: * src/: include/pa_charset.h, include/pa_exception.h,
13034: include/pa_request.h, include/pa_string.h, main/untaint.C:
13035: untaint compiled
13036:
13037: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
13038: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
13039: more compiled. struck with string::store_to needing to know
13040: source/client charsets
13041:
13042: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
13043: types/pa_vfile.h: uue compiled
13044:
13045: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
13046: table compiled
13047:
13048: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13049: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
13050:
13051: * src/: include/pa_charset.h, main/pa_charset.C,
13052: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
13053: introduced]
13054:
13055: * src/: classes/date.C, include/pa_charset.h,
13056: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
13057: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
13058: pa_charsets compiled
13059:
13060: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
13061: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
13062:
13063: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
13064: common compiled
13065:
13066: * src/: include/pa_charsets.h, main/pa_charsets.C,
13067: main/pa_sql_driver_manager.C: pa_charsets compiled
13068:
13069: * src/: include/pa_array.h, include/pa_charset.h,
13070: include/pa_charsets.h, include/pa_pool.h,
13071: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13072: include/pa_stack.h, include/pa_string.h,
13073: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
13074: sql_driver_manager compiled
13075:
13076: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
13077: letter i with two dots added to koi, all ukranian letters added
13078: to win1251.
13079:
13080: typographic simbol 0xb9 deleted from win1251 [strange one & were
13081: abscent from koi]
13082:
13083: 2003-01-27 paf
13084:
13085: * src/: include/pa_exception.h, include/pa_sql_connection.h,
13086: include/pa_sql_driver_manager.h, include/pa_string.h,
13087: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
13088: sql/pa_sql_driver.h: paused on sql_manager
13089:
13090: * src/: include/pa_cache_managers.h, include/pa_pool.h,
13091: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13092: include/pa_stack.h, main/pa_sql_driver_manager.C,
13093: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
13094:
13095: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
13096: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13097: include/pa_table.h, main/pa_sql_driver_manager.C,
13098: main/pa_table.C: table compiled
13099:
13100: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
13101: cache_managers compiled
13102:
13103: * src/: include/pa_array.h, include/pa_charset.h,
13104: include/pa_pool.h, main/pa_charset.C: charset compiled
13105:
13106: * src/: include/pa_pool.h, main/pa_common.C: common compiled
13107:
13108: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
13109: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13110: main/pa_string.C, types/pa_value.C, types/pa_value.h,
13111: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
13112: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
13113:
13114: 2003-01-24 paf
13115:
13116: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
13117: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
13118: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13119: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
13120: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
13121: types/pa_vint.h, types/pa_vjunction.h,
13122: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13123: types/pa_vstatus.h, types/pa_vstring.h: more patched
13124:
13125: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
13126: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
13127: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
13128: main/pa_string.C, main/pa_table.C: string compiled
13129:
13130: * src/: include/pa_array.h, include/pa_common.h,
13131: include/pa_dictionary.h, include/pa_exception.h,
13132: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
13133: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
13134: main/pa_string.C: dictionary compiled
13135:
13136: 2003-01-23 paf
13137:
13138: * src/: include/pa_array.h, include/pa_common.h,
13139: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
13140: include/pa_request.h, include/pa_string.h, main/pa_common.C,
13141: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
13142: types/pa_value.h: resurrected pool in new sense: now it's
13143: factory, producing&accounting memory chunks for read[autofree]
13144: buffers
13145:
13146: * src/: include/pa_array.h, include/pa_exception.h,
13147: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
13148: main/pa_exception.C, main/pa_table.C: table compiled
13149:
13150: * src/: classes/image.C, classes/op.C, include/pa_array.h,
13151: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
13152: include/pa_pool.h, include/pa_pragma_pack_begin.h,
13153: include/pa_pragma_pack_end.h, include/pa_sapi.h,
13154: include/pa_string.h, include/pa_table.h, include/pa_types.h,
13155: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
13156: main/pa_table.C: aint that easy
13157:
13158: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
13159: main/main.dsp: continued with Hash
13160:
13161: * src/main/pa_common.C: connect_string allocated on heap[wes on
13162: stack] now. and exception can be reported OK now [can be reported
13163: outside of pro c with that stack]
13164:
13165: 2003-01-22 paf
13166:
13167: * src/: include/pa_array.h, include/pa_charset.h,
13168: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
13169: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
13170: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
13171: base: contains references_count. auto_ptr template calls
13172: add_ref/release
13173:
13174: 2003-01-21 paf
13175:
13176: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13177: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13178: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13179: classes/op.C, classes/response.C, classes/string.C,
13180: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13181: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13182: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13183: include/pa_config_fixed.h, include/pa_config_includes.h,
13184: include/pa_dictionary.h, include/pa_dir.h,
13185: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13186: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13187: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13188: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13189: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13190: include/pa_stack.h, include/pa_string.h,
13191: include/pa_stylesheet_connection.h,
13192: include/pa_stylesheet_manager.h, include/pa_table.h,
13193: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13194: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13195: lib/pcre/pcre_parser_ctype.c, main/compile.C,
13196: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13197: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13198: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13199: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13200: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13201: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13202: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13203: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13204: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13205: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13206: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13207: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13208: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13209: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13210: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13211: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13212: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13213: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
13214: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13215: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13216: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13217: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13218: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13219: types/pa_vstateless_object.h, types/pa_vstatus.C,
13220: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13221: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13222: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13223: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13224: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
13225: 2002->2003
13226:
13227: 2003-01-16 paf
13228:
13229: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13230: src/main/pa_globals.C: http:// introducing $.any-status(1)
13231:
13232: * operators.txt, src/include/pa_config_fixed.h,
13233: src/main/pa_common.C: http request now return status. and not
13234: fail on status!=200
13235:
13236: 2003-01-15 paf
13237:
13238: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
13239:
13240: 2003-01-14 paf
13241:
13242: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
13243: mkinstalldirs: removed some ancient files [they in / really]
13244:
13245: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
13246: regretfully needed patch in two places. in config_fixed.h made
13247: stubs for lib to compile in MSVC
13248:
13249: 2003-01-13 paf
13250:
13251: * config.guess, config.sub, ltmain.sh: removed last piece of
13252: configure.in(libtool) hacks
13253:
1.101 moko 13254: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 13255: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
13256: ltdl.h: moved to latest libtool (1.4.3)
13257:
13258: 2003-01-10 paf
13259:
13260: * src/lib/ltdl/: configure, configure.in: PROG_NM
13261:
13262: * src/main/pa_globals.C: moved to latest xml lib versions, changed
13263: patches. libxml2 >= 2.5.1
13264: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
13265: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
13266: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13267:
13268: * INSTALL: moved to latest versions of xml libs libxml2 >=
13269: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
13270: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
13271: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13272:
13273: 2003-01-09 paf
13274:
13275: * INSTALL: xml,xslt,gdome lib urls updated
13276:
13277: * config.guess, config.sub, missing, mkinstalldirs,
1.101 moko 13278: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 13279: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101 moko 13280: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
13281: 1.7.2
1.95 moko 13282:
13283: * depcomp: moving to automake 1.7.2
13284:
13285: 2002-12-27 paf
13286:
13287: * src/include/pa_version.h: 0007
13288:
13289: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
13290: outdated parts, made links to language docs
13291:
13292: * src/include/pa_config_auto.h.in: comment
13293:
13294: 2002-12-26 paf
13295:
13296: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
13297: not contain trailing / fixed.
13298:
13299: * INSTALL: changing SAFE_MODE politics
13300:
13301: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
13302:
13303: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
13304:
13305: 2002-12-25 paf
13306:
13307: * src/main/pa_globals.C: optimized-xml
13308:
13309: * src/main/pa_globals.C: optimized-as-is
13310:
13311: 2002-12-24 paf
13312:
13313: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
13314: fixed [were really called with zero size when .html?a=&b=]
13315:
13316: * src/classes/mail.C: $MAIL in @conf now invalid when configured
13317: with --with-sendmail
13318:
13319: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
13320: fixed]
13321:
13322: 2002-12-23 paf
13323:
13324: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
13325: ignoring parameters & were storing only string with default
13326: expires
13327:
13328: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
13329: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
13330: December 23, 2002 4:22 AM Subject: bug â
13331: Charset::transcode_buf2xchar
13332:
13333: 2002-12-20 paf
13334:
13335: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
13336: non-cgi [script] runs
13337:
13338: 2002-12-19 paf
13339:
13340: * INSTALL: --without-iconv recommended [it crashes on some systems
13341: [tested on elik]] moreover, it's not needed there [parser
13342: registers charsets itself]
13343:
13344: * INSTALL: --without-iconv recommended [it crashes on some systems
13345: [tested on elik]]
13346:
13347: * operators.txt, src/include/pa_globals.h,
13348: src/include/pa_request.h, src/main/pa_globals.C,
13349: src/main/pa_request.C: $response:download
13350:
13351: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
13352: compiler [win32]].
13353:
13354: 2002-12-18 paf
13355:
13356: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
13357:
13358: 2002-12-17 paf
13359:
13360: * src/targets/cgi/parser3.C: merged die&iis changes
13361:
13362: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
13363: to exit(1) 2. more flexible iilegal call check
13364:
13365: 2002-12-16 paf
13366:
13367: * ltmain.sh: some automakes silly insist on having this handy
13368:
13369: * src/main/untaint.C: filespec russian small 'r' changed to latin
13370: 'p' bug fix
13371:
13372: 2002-12-15 paf
13373:
13374: * src/main/untaint.C: filespec russian small 'r' changed to latin
13375: 'p'
13376:
13377: * configure.in, src/include/pa_config_auto.h.in,
13378: src/main/compile.C, src/main/pa_common.C: merged small changes
13379: from branch 6 to HEAD
13380:
13381: * src/main/compile.C: removed warning
13382:
13383: * src/main/pa_common.C: ftruncate having checked
13384:
13385: * configure.in, src/include/pa_version.h: new version
13386:
13387: 2002-12-14 paf
13388:
13389: * src/classes/table.C: removed unnecessary code
13390:
13391: * src/sql/pa_sql_driver.h: exception type fixed
13392:
13393: 2002-12-09 paf
13394:
13395: * src/types/pa_vvoid.h: $void.store[now] error
13396:
13397: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13398:
13399: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
13400: tries to write core dump
13401:
13402: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13403:
13404: * src/: classes/hash.C, classes/string.C, classes/table.C,
13405: classes/void.C, main/pa_sql_driver_manager.C,
13406: sql/pa_sql_driver.h: changed exception handling mech in sql
13407: handlers #2
13408:
13409: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
13410: exception handling mech in sql handlers
13411:
13412: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
13413: handlers
13414:
13415: * src/: classes/hash.C, classes/string.C, classes/table.C,
13416: classes/void.C, main/pa_sql_driver_manager.C,
13417: sql/pa_sql_driver.h: changed exception handling mech in sql
13418: handlers
13419:
1.101 moko 13420: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
13421: to write makefile which used libtool to install things, which is
13422: not needed
1.95 moko 13423:
13424: 2002-12-06 paf
13425:
13426: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
13427: $hash.fields -- pseudo field to make 'hash' more like 'table'
13428:
13429: 2002-12-05 paf
13430:
13431: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
13432: cc/bcc OK now
13433:
13434: * src/main/untaint.C: mail header closed properly
13435:
13436: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
13437: header ',' allowed. still bugs in smtp [only one receiptient
13438: works, cc, bcc ignored now, and MAILED ;)]
13439:
13440: [strncpy killed, memnchr used]
13441:
13442: * src/main/pa_table.C: table-copy now current=0
13443:
13444: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
13445: lowlevel proc
13446:
13447: * src/targets/cgi/parser3.C: more checks on
13448: http://domain/parser.cgi start [maybe some getenv returns "",
13449: checked that now
13450:
13451: * src/targets/cgi/parser3.C: more checks on
13452: http://domain/parser.cgi start [maybe some getenv returns "",
13453: checked that now
13454:
13455: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
13456: out-of-mem errors reached log]
13457:
13458: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
13459: mail:send MIME-Version default
13460:
13461: * src/main/main.dsp: pa_version included into main.dsp
13462:
13463: 2002-12-04 paf
13464:
13465: * src/types/pa_vform.C: $form:field string value cut by premature 0
13466:
13467: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
13468: lib/libltdl -> lib/ltdl Win32 changes. s
13469:
13470: * src/classes/classes.awk: more strict *.C$
13471:
13472: * gnu.dsp: restored
13473:
1.101 moko 13474: * configure.in, gnu.dsp, src/lib/Makefile.am,
13475: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
13476: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
13477: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
13478: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
13479: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
13480: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
13481: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
13482: now created with /configure, not ltdl/configure, so it does have
13483: no problems with automake. ltdl/configure
13484: AC_OUTPUT(Makefile<<removed)
1.95 moko 13485:
13486: 2002-12-02 paf
13487:
13488: * operators.txt: removed outdated status:db
13489:
13490: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
13491: src/main/pa_common.C, src/main/pa_request.C,
13492: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
13493: tainted parts becomes http-header
13494:
13495: 2002-11-29 paf
13496:
13497: * src/classes/date.C, src/classes/image.C, operators.txt: exif
13498: dates now objects of type date
13499:
13500: * src/classes/image.C: file.seek removed [it were used in image.C
13501: only, and for parser user this means that jpeg image has bad
13502: size in fragment's header] now used image.format
13503:
13504: * src/: include/pa_common.h, main/pa_common.C,
13505: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
13506: now handled exactly like $response:header values. e.g. can be
13507: hash [can have subattributes] & contain date values.
13508:
13509: * src/main/pa_common.C: http:// param values lang forced URI
13510:
13511: * src/main/pa_common.C: http:// tainted partes now %xx
13512:
13513: 2002-11-28 paf
13514:
13515: * operators.txt: http.timeout
13516:
13517: * src/classes/image.C: ^image.length now counts interchar space.
13518: plus space after last char
13519:
13520: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
13521:
13522: * src/classes/image.C: ^image.font width measurer now scans full
13523: height [were -1]
13524:
13525: * configure.in: stopped double libltdl/Makefile generation
13526:
13527: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
13528: chars [one top horizontal line of 1pixel height were missing]
13529:
13530: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
13531: 'false' to go into (Hash *) parameter
13532:
13533: 2002-11-27 paf
13534:
13535: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
13536: types/pa_vmail.C: response:body[file] if file nows it's name now
13537: returns content-disposition: >>attachment<<
13538:
13539: * src/classes/image.C: ^image.font << bad font file-size now
13540: properly reported
13541:
13542: 2002-11-26 paf
13543:
13544: * src/main/pa_request.C: fixed lang in reponse header
13545:
13546: * src/main/pa_common.C: utf8 prefix ignored @read text
13547:
13548: * operators.txt, src/main/pa_common.C: http:// response status!=200
13549: made exception: http.status with source=bad status#
13550:
13551: 2002-11-25 paf
13552:
13553: * configure.in, src/classes/image.C,
13554: src/include/pa_config_auto.h.in,
13555: src/include/pa_config_includes.h, src/main/Makefile.am,
1.101 moko 13556: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
13557: const void related probs fixed
1.95 moko 13558:
13559: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
13560:
13561: $file[^file::load[http://there]] $file.SERVER
13562:
13563: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
13564: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
13565: http options [invalid onces now reported] made default
13566: user-agent: paf
13567:
13568: * operators.txt, src/classes/file.C, src/classes/table.C,
13569: src/classes/xdoc.C, src/include/pa_common.h,
13570: src/include/pa_globals.h, src/main/pa_common.C,
13571: src/main/pa_globals.C, src/main/pa_request.C,
13572: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
13573: now understand http:// prefix and additional params, sample:
13574: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
13575: $.USER-AGENT[parser3] ]]
13576:
13577: 2002-11-22 paf
13578:
13579: * src/classes/image.C, src/include/pa_globals.h,
13580: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
13581: src/types/pa_vimage.h, operators.txt: $image.exif support
13582: $image.exif.DateTime & co
13583:
13584: 2002-11-21 paf
13585:
13586: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
13587: _PASS_APPENDED)
13588:
13589: * src/classes/image.C: jpeg size measure fixed: were badly skipping
13590: EXIF information [were big block and it's size were considered
13591: negative :(]
13592:
13593: * operators.txt, src/classes/image.C, src/include/pa_common.h,
13594: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
13595: internals rewritten. no there's reader.seek, and all's ready for
13596: EXIF extraction [now we fail to measure files with EXIF info]
13597:
13598: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
13599: O_TRUNC truncates even exclusevely write-locked file [thanks to
13600: Igor Milyakov <virtan@rotabanner.com> for discovering]
13601:
13602: 2002-11-20 paf
13603:
13604: * src/targets/cgi/parser3.C: logging @signal += query_string
13605:
13606: * configure.in, src/include/pa_config_auto.h.in,
13607: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
13608: comment
13609:
13610: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
13611:
13612: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13613: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
13614: currently processed document SIGPIPE >> interrupts request
13615: processing [exception = DB rollback]
13616:
13617: * src/main/pa_exec.C: comment
13618:
13619: * src/main/pa_exec.C: pa_exec: data written only if size>0
13620:
13621: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
13622: << disable HTTP-POST repassing
13623:
13624: * src/: include/pa_config_fixed.h, main/pa_common.C,
13625: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
13626: pipe read errors now checked
13627:
13628: 2002-11-19 paf
13629:
13630: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
13631: CGI: Illegal call
13632:
13633: 2002-11-01 paf
13634:
13635: * src/main/execute.C: comment
13636:
13637: 2002-10-31 paf
13638:
13639: * src/main/execute.C: found out why, checked that for now. todo:
13640: find out a way for that user could do that
13641:
13642: * src/types/pa_vstateless_object.h: object put replaces static
13643: parent if any
13644:
13645: * src/types/pa_vobject.C: object put replaces static parent if any
13646:
13647: * src/: classes/form.C, classes/mail.C, classes/op.C,
13648: classes/xnode.h, main/compile.tab.C, main/execute.C,
13649: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13650: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13651: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13652: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13653: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13654: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13655: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13656: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13657: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13658: types/pa_vstateless_object.h, types/pa_vstatus.C,
13659: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13660: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13661: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13662: types/pa_wwrapper.h: static fix merged
13663:
13664: * src/: main/compile.tab.C, types/pa_vobject.C: killed
13665: $virtual_fields in dynamic, but one can reach derived
13666: static[class] variable from base
13667:
13668: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
13669: types/pa_vobject.C, types/pa_vobject.h,
13670: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
13671: statics, left $virtual_fields in dynamic
13672:
13673: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
13674: one can't remember derivates in base class: there's so many of
13675: them. also there can be no virtual method calls in static
13676: classes
13677:
13678: * src/: classes/form.C, classes/mail.C, classes/op.C,
13679: classes/xnode.h, main/execute.C, main/pa_request.C,
13680: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13681: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13682: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13683: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13684: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
13685: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13686: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13687: types/pa_vresponse.C, types/pa_vresponse.h,
13688: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13689: types/pa_vstateless_object.h, types/pa_vstatus.C,
13690: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13691: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13692: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13693: types/pa_wwrapper.h: static call $self fixed
13694:
13695: * src/main/execute.C: comment
13696:
13697: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
13698: ^process[$caller.self]{...} now compiles to last derived object
13699: part of that 'self'
13700:
13701: 2002-10-29 paf
13702:
13703: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
13704: re-passing [iis to blame]
13705:
13706: * src/classes/string.C: changed string.save to pass current sql
13707: connection to cstr thus one can ^connect[some server]{
13708: $s[insert into table x (x) values (^taint[sql]{value})]
13709: ^s.save[some.sql] } and he'd get in some.sql file code with
13710: properly escaped. [tried in mssql->mysql export->import of
13711: binary data]
13712:
13713: 2002-10-25 paf
13714:
13715: * src/types/pa_vresponse.C: case insensitive response user fields
13716: get/put
13717:
13718: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
13719: types/pa_vresponse.C: saving for maybe-future
13720:
13721: 2002-10-23 paf
13722:
13723: * operators.txt, src/classes/table.C: ^table.hash{code}...
13724: ^table.hash(expr)...
13725:
13726: * src/types/pa_vmail.C: email whitespace trimBoth-ed
13727:
13728: 2002-10-22 paf
13729:
13730: * src/types/: pa_vform.C, pa_vform.h: removed needless
13731: VForm::Append...(...Value)
13732:
13733: * src/main/execute.C: $.name outside of $name[...] checked
13734:
13735: * src/main/: compile.tab.C, compile.y: lexer changed to fix
13736: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
13737:
13738: 2002-10-21 paf
13739:
13740: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
13741: $form:qtail $form:imap.x/y
13742:
13743: * operators.txt, src/types/pa_vform.C: $form:nameless =
13744: "?value&...", "...&value&...", "...&value"
13745:
13746: * operators.txt, src/types/pa_vform.C: $form:image-map
13747:
13748: * operators.txt, src/classes/file.C: /some/page.html:
13749: ^file:fullpath[a.gif] => /some/a.gif
13750:
13751: 2002-10-17 paf
13752:
13753: * src/main/: compile.tab.C, compile.y: operators precedence changed
13754: a little: logical not and bitwise negation precedence made
13755: highest, << and >> bitshits precedence made equal [were << higher
13756: than >>]
13757:
13758: * src/classes/op.C: exception handling fixed [were bad with
13759: contexts]
13760:
13761: 2002-10-16 paf
13762:
13763: * src/: classes/op.C, include/pa_request.h, main/execute.C,
13764: main/pa_request.C: Request::self considered equal to
13765: VMethodFrame::self, and removed, Request::get_self() mapped to
13766: VMethodFrame.self()
13767:
13768: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
13769: $hash in open field now gives old good error meesage
13770:
13771: 2002-10-15 paf
13772:
13773: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
13774: use ^if($junction is junction){was and now true}
13775:
13776: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
13777: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
13778: types/pa_vxnode.C: xml->parser strings now have origin, which
13779: points to place where value left xml library and came to parser:
13780: place of dom field extraction/call
13781:
13782: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
13783: main/compile.tab.C, main/compile.y, main/execute.C,
13784: types/pa_vmethod_frame.h: removed last pieces of old code
13785: allowing $junction.xxx at compile time
13786:
13787: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
13788: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
13789: objects also considered [were only classes]
13790:
13791: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
13792: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
13793: with CLASS self. [ (request&method_frame).self temporarily
13794: changed ]
13795:
13796: * src/classes/: hash.C, op.C: method_frame now always changed, with
13797: no exception to native calls. for&foreach changed to use
13798: method_frame.caller for their var's name context
13799:
13800: * src/: main/execute.C, targets/cgi/parser3.C,
13801: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
13802: compiling to system classes disabled
13803:
13804: * operators.txt, src/classes/op.C:
13805: ^process[$caller.CLASS]{code-string} added
13806:
13807: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
13808: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
13809: src/types/Makefile.am, src/types/pa_vjunction.C,
13810: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
13811: src/types/types.dsp: removed $junction.get $junction.set[]
13812: introducing $caller
13813:
13814: * src/types/pa_value.h: removed outdated comments. doxygen would
13815: find them lower by inheritance tree
13816:
13817: * src/types/pa_vjunction.C: ident
13818:
13819: 2002-10-14 paf
13820:
13821: * src/classes/op.C: process compiles to code's class class
13822:
13823: * src/: classes/form.C, classes/mail.C, classes/op.C,
13824: include/pa_request.h, main/compile.C, main/compile.tab.C,
13825: main/compile.y, main/execute.C, main/pa_request.C,
13826: types/pa_vstateless_class.h: operators now main-class-methods
13827:
13828: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
13829: better stack trace [has "call" & co there]
13830:
13831: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13832: operators @auto now executed in MAIN context
13833:
13834: * src/main/execute.C: operator execution context now = MAIN, not
13835: closest stack frame
13836:
13837: @touchit[] $i[after]
13838:
13839: ----t.html $i[before] << local ^touchit[] $i << now 'before',
13840: were 'after'
13841:
13842: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
13843: 'after'
13844:
13845: * src/main/execute.C: comment
13846:
13847: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
13848: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
13849: action]
13850:
13851: * src/types/pa_vxnode.C: misreplace fixed
13852:
13853: * configure, configure.in, src/include/pa_config_auto.h.in,
13854: src/types/pa_vstatus.C, operators.txt:
13855: $status:rusage.tv_secs/usecs introduced
13856:
13857: 2002-10-09 paf
13858:
13859: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
13860: on empty string [or uses (default)]
13861:
13862: 2002-10-08 paf
13863:
13864: * src/main/untaint.C: mail header quoted printable changed after
13865: RFC reread
13866:
13867: * operators.txt: plan on ^if(method
13868:
13869: * src/types/pa_vxnode.C: misreplace
13870:
13871: 2002-09-24 paf
13872:
1.101 moko 13873: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 13874:
13875: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
13876: mailreceive would compile on freebsd now
13877:
13878: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
13879: configure, configure.in, src/include/pa_config_auto.h.in,
1.101 moko 13880: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
13881: mailreceive would compile on freebsd now
1.95 moko 13882:
13883: * src/: classes/file.C, main/untaint.C: 1. file spec language
13884: changed: now there are only few chars are untainted: * ? ' " < >
13885: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
13886: one should use ^untaint[uri]{...} now]
13887:
13888: 2. $list[^file:list[dir]] now returns simply tainted names in
13889: $list.name, not tainted as filespec
13890:
13891: @russianindex[] #dir with files with russian-lang names
13892: $where[dir]
13893:
13894: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
13895: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
13896:
13897: 2002-09-23 paf
13898:
13899: * src/types/pa_vdouble.h: double->int round added
13900:
13901: * src/classes/date.C: date bug fix, now
13902: round(floatDays*secondsPerDay)
13903:
13904: * src/classes/date.C: date bug fix, now
13905: round(floatDays*secondsPerDay)
13906:
13907: 2002-09-20 paf
13908:
13909: * src/main/execute.C: code junction calls disabled [before: code
13910: was compiled in such a way, that there were no code-junctions in
13911: OP_CALL]
13912:
13913: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
13914:
13915: @badjunctioncallinside[code] ^code[]
13916:
13917: * src/main/: compile.tab.C, compile.y: changed grammer on junction
13918: expanding to include ^junction.method
13919:
13920: * src/main/pa_common.C: -d "DIR/" now true
13921:
13922: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
13923: as internal xdoc encoding, and after decoding attributes set by
13924: dom functions now encoded OK, not as digital entities
13925:
13926: * src/classes/xdoc.C: empty transform result, being taken as file
13927: now returns empty file, not raises stupid error about "stat-ed
13928: file"
13929:
13930: * src/types/pa_vhash.h: hash.foreach modification of existing keys
13931: allowed
13932:
13933: * src/types/types.dsp: introducing $junction.get/put(1) one can
13934: write iterators now:
13935:
13936: ^user-foreach[key;value]{$key=$value<br>}
13937:
13938: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13939: $code.value($i*2) $code }
13940:
13941: * src/main/compile_tools.h: mistype
13942:
1.101 moko 13943: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
13944: thus taking linking options configure changes into account [were:
13945: ignoring]
1.95 moko 13946:
13947: * src/types/: pa_vjunction.C, Makefile.am: introducing
13948: $junction.get/put(1) one can write iterators now:
13949:
13950: ^user-foreach[key;value]{$key=$value<br>}
13951:
13952: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13953: $code.value($i*2) $code }
13954:
13955: * src/: include/pa_opcode.h, include/pa_request.h,
13956: main/compile.tab.C, main/compile.y, main/execute.C,
13957: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
13958: introducing $junction.get/put(1) one can write iterators now:
13959:
13960: ^user-foreach[key;value]{$key=$value<br>}
13961:
13962: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13963: $code.value($i*2) $code }
13964:
13965: 2002-09-19 paf
13966:
1.101 moko 13967: * Makefile.am: new: make commit
1.95 moko 13968:
13969: * aclocal.m4: forced to be older
13970:
13971: 2002-09-18 paf
13972:
13973: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
13974: src/main/compile.y, src/main/execute.C: << >> int shifts
13975:
13976: * src/: include/pa_common.h, include/pa_request.h,
13977: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
13978: - now this - fatal error
13979:
13980: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
13981: that one can pass binary data there
13982:
13983: * src/: classes/date.C, classes/double.C, classes/file.C,
13984: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13985: classes/op.C, classes/response.C, classes/string.C,
13986: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13987: include/pa_request.h: pa_request contexts made privated, plus
13988: get_{self/method_frame} to read. Request_context_saver used in
13989: ^try to save flang too. [were not saved]
13990:
13991: * src/types/pa_vresponse.C: header value chains joined before
13992: output, this should help $.subject[$var $var] from being
13993: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
13994:
13995: 2002-09-17 paf
13996:
13997: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
13998: removed changes, operators executed with calling self. lots of
13999: code with ^include code relies on defined/defining self variables
14000:
14001: $a[1] ^include[print_a.p] print_a.p: $a
14002:
14003: ^include[set_a.p] a=$a set_a.p: $a[1]
14004:
14005: * src/: classes/op.C, main/execute.C, main/pa_request.C,
14006: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
14007: types/pa_vstateless_class.h: operators now executed with MAIN
14008: self. it's for ^include sake, too strong a change
14009:
14010: * src/classes/op.C: made place for ^process to compile it's code to
14011: in case of no self
14012:
14013: * src/main/execute.C: found ancient param to Junction, removed.
14014: allowed passing self to native_code_operators [for ^process to
14015: work, she needs self]
14016:
14017: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14018: types/pa_vstateless_class.h: found ancient param to Junction,
14019: removed. allowed passing self to native_code_operators [for
14020: ^process to work, she needs self]
14021:
14022: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
14023: types/pa_value.h, types/pa_vmethod_frame.h,
14024: types/pa_vstateless_class.h: allowed Request.self to be 0,
14025: checked that in VMethodFrame get/put and $self.
14026:
14027: * src/classes/: table.C, xdoc.C: table::sql options table::create
14028: copy options options checked, wrong option now fatal error
14029:
14030: * src/main/pa_string.C: string.replace fixed [were missing words on
14031: pieces boundaries]
14032:
14033: * bin/auto.p.dist.in: strange \n
14034:
14035: * configure, configure.in: .so now detected [can be .sl on hpux,
14036: .dll on cygwin, .so in other cases)
14037:
1.101 moko 14038: * configure, configure.in, bin/auto.p.dist.in: .so now detected
14039: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 14040:
14041: * operators.txt, src/classes/hash.C, src/classes/table.C,
14042: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
14043: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
14044: record taken [were last]
14045:
14046: * src/: classes/hash.C, classes/table.C,
14047: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
14048: now errors
14049:
14050: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
14051:
14052: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
14053: ,2,3]
14054:
14055: 2002-09-16 paf
14056:
14057: * src/classes/file.C: file::cgi line ends can be both unix & dos.
14058: and they can be unix [\n\n] on win when 'use CGI' used, it causes
14059: stdout to be binary. now detected closest header break.
14060:
14061: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
14062: closed right
14063:
14064: 2002-09-13 paf
14065:
14066: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
14067: src/main/compile_tools.h: (expression #comment)
14068:
14069: (multiline expression #comment line2 #comment )
14070:
14071: (expression #comment with (brackets) comment) << OK
14072:
14073: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
14074: bitwise !|| numerical xor now [preparing for expression
14075: #comments]
14076:
14077: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
14078: error
14079:
14080: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
14081: cheched in pa_socks.C
14082:
1.101 moko 14083: * configure, configure.in, src/include/pa_config_auto.h.in:
14084: HAVE_WINSOCK_H created in configure.in
1.95 moko 14085:
14086: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
14087: cookie date now clean [were mistakenly tainted & that worked bad
14088: with opera -- 'happily' that worked OK with msie]
14089:
14090: 2002-09-12 paf
14091:
14092: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14093: VClass get_element now first looks to fields, next to methods &
14094: co todo: the rest reason: more speed
14095:
14096: * src/main/untaint.C: quoted printable encoding stops before
14097: \s*<...>$
14098:
14099: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14100: stops before <...>$
14101:
14102: 2002-09-11 paf
14103:
14104: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14105: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14106: forgot to check users of those funcs. not all were using that
14107: return value convention
14108:
14109: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14110: windows-1254 added
14111:
14112: 2002-09-10 paf
14113:
14114: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14115: VCodeFrame parent param were specified badly
14116:
14117: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14118: WWrapper which used in constructing objects(second param to sql
14119: method) ^...sql{}[$.default{code}] now has parent, wich helps
14120: code in hash to survivi
14121:
14122: * src/: include/pa_request.h, main/execute.C: removed redundant
14123: param to execute [stack said 'thanks']
14124:
14125: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14126: types/pa_value.h, types/pa_vcode_frame.h,
14127: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14128: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
14129: responsibility to wcontext
14130:
14131: * src/classes/file.C: decided not to log exec's with stderr, that
14132: could be warnings, and it's up to scritper to log/show them
14133:
14134: * src/: classes/double.C, main/execute.C: double:sql badly called
14135: write_assign_lang, not write_no_lang, thus doing unnecessary
14136: double/string converstion, which were loosing time&precesion
14137:
14138: * src/: main/pa_charset.C, types/pa_vmail.C:
14139: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
14140: case of unfinished in buffer processing, causing accidental
14141: transcode stop [in case that source enc != utf-8 & there is
14142: incomplete utf-8 sequence at the end of 16000block iside of
14143: libxml lib] tfm readed & code updated
14144:
14145: 2002-09-04 paf
14146:
14147: * configure: makes with sjlj
14148:
14149: * INSTALL, src/include/pa_config_fixed.h,
14150: src/include/pa_sql_connection.h,
14151: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
14152: checked. on win32 it made default
14153:
14154: * src/include/pa_config_auto.h.in: sjlj define
14155:
14156: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
14157: can not work with longjump/throw pair, and one must switch that
14158: on there. todo: detect that automatically]
14159:
14160: * src/types/pa_vxnode.C: removed too strong checks of
14161: xnode.elements. now, for instance, if element does not have any
14162: attributes, $xnode.attributes is void, not error
14163:
14164: 2002-09-02 paf
14165:
14166: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
14167: removed double_result, didn't help
14168:
14169: * src/main/execute.C: double_result made to move that var away from
14170: hungry g++ optimizer (-O2), before: it were optimized and
14171: comparison operators worked badly
14172:
14173: * src/types/pa_vdate.h: removed debug
14174:
1.101 moko 14175: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 14176:
14177: * src/main/execute.C: fixed numeric < & co so that thay now use
14178: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
14179: unknown reason.
14180:
14181: 2002-08-29 paf
14182:
14183: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
14184: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
14185: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
14186: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
14187: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
14188: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
14189: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
14190: [called less frequent, allowed to remove ugly
14191: Junction.change_context-s from many places, switch,
14192: mail:send..html{}, ..] request.root renamed to method_frame [more
14193: easyreading] ancient {...PUSH/POPs...} changed to stack vars
14194: [speed up]
14195:
14196: 2002-08-28 paf
14197:
14198: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
14199: tainted
14200:
14201: * src/types/pa_vcookie.C: fixed cookie delete when
14202: $cookie:name[$.value[]]
14203:
14204: * operators.txt, src/classes/string.C:
14205: ^string.split[delim[;options]]
14206:
14207: 2002-08-27 paf
14208:
1.101 moko 14209: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 14210:
14211: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
14212: delimiter
14213:
14214: * INSTALL: recommended latest gmime 1.0.5
14215:
14216: 2002-08-26 paf
14217:
14218: * configure, configure.in: apache13/hook added to make dist.
14219:
14220: 2002-08-23 paf
14221:
14222: * src/: include/pa_common.h, main/pa_common.C,
14223: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
14224: beside binary [cgi, isapi] not accessible [due to bad rights or
14225: whatever] it's error now
14226:
14227: 2002-08-21 paf
14228:
1.101 moko 14229: * Makefile.am: can use: make happy equals to make update install
1.95 moko 14230:
14231: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14232: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
14233: class". compiled as if here they named base class
14234:
14235: * src/main/pa_string.C: fixed bad language bug, [were wrong string
14236: cloning constructor]
14237:
14238: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
14239:
14240: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
14241: src/types/pa_vfile.C, src/types/pa_vmail.C:
14242: $mail.received.file.value.content-type fixed
14243:
14244: 2002-08-20 paf
14245:
14246: * src/classes/file.C: fixed language of file:file result
14247:
14248: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
14249: from 3.0.0005
14250:
14251: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
14252:
14253: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
14254: 3.0.0005
14255:
14256: * src/classes/void.C, operators.txt: ^void.length[] = 0
14257:
14258: 2002-08-19 paf
14259:
14260: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
14261: work now
14262:
14263: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
14264: error in xnode, which were not catched in xdoc]
14265:
14266: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
14267: prepared: // validate each document after load/create (?)
14268: //xmlDoValidityCheckingDefaultValue = 1;
14269:
14270: 2002-08-15 paf
14271:
14272: * src/classes/classes.h: write to static var caused useless
14273: Exception, introduced Methoded::put_element wich consumes those
14274:
14275: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
14276: src/types/pa_vcookie.C, src/types/pa_vdate.h,
14277: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
14278: $response:field[date] $response:field[$.xxx[date]]
14279:
14280: * src/: classes/hash.C, classes/string.C, classes/table.C,
14281: classes/void.C, include/pa_sql_connection.h: fixed source of
14282: ^hash::sql{bad}
14283:
14284: * operators.txt: $request:body unprecessed POST request body
14285:
14286: * src/types/pa_vrequest.C: $request:body unprecessed POST request
14287:
14288: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
14289: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
14290:
14291: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
14292: src/include/pa_request.h, src/main/pa_pool.C,
14293: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
14294: $request:body r.post_data now const
14295:
14296: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
14297: classes/xnode.C, main/execute.C, types/pa_value.h,
14298: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
14299: types/pa_vtable.h: instead of type() checking everywhere used
14300: Value.as now user descendants can be used in params.
14301:
14302: VObject::as_*, is_defined now taken from bases. xtable(table)
14303: ^if($xtable) now OK
14304:
14305: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
14306: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
14307: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
14308:
14309: 2002-08-14 paf
14310:
14311: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
14312: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14313: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14314: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14315: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14316: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14317: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14318: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14319: types/pa_vresponse.C, types/pa_vresponse.h,
14320: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14321: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14322: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14323: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14324: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
14325: & VClass
14326:
14327: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
14328:
14329: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
14330: removed fixopt stupidity. on stupid linux use cd /document/root
14331: ../cgi/parser3 script
14332:
14333: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
14334: params, splitting them by space, excluding argv[0], argv[argc-1]
14335:
14336: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
14337: fixopt.h: fixopt now preprocesses command line params, splitting
14338: them by space, excluding argv[0], argv[argc-1]
14339:
14340: * src/targets/cgi/parser3.C: -f config file
14341:
14342: * src/targets/cgi/parser3.C: fixed .log file dir
14343:
14344: 2002-08-13 paf
14345:
14346: * src/types/pa_vobject.C: allow override parent variables, useful
14347: for form descendants [in vobject too, were in vclass]
14348:
14349: * src/types/pa_vclass.C: allow override parent variables, useful
14350: for form descendants
14351:
14352: * src/types/pa_vclass.C: checked: form[vclass]fields can be
14353: overwritten in derived(table)
14354:
14355: * src/: classes/form.C, classes/mail.C, classes/op.C,
14356: classes/xnode.h, include/pa_request.h, main/execute.C,
14357: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14358: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14359: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14360: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14361: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14362: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14363: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14364: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14365: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14366: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14367: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14368: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14369: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
14370: Value::get_element(..., bool looking_down) [needed to exclude
14371: endless recoursion]
14372:
14373: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
14374: fix bug with put endless recoursion todo: check 'as'
14375:
14376: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
14377: reorganized modules todo: fix bug with put endless recoursion
14378: todo: check 'as'
14379:
14380: * src/types/pa_vobject.h: checked: table fields can be overwritten
14381: in derived(table)
14382:
14383: * src/types/pa_vobject.h: derived classes can have fields of their
14384: own now
14385:
14386: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
14387: fixed error message on using non-created table
14388:
14389: * src/: classes/form.C, classes/hash.C, classes/mail.C,
14390: classes/op.C, classes/xnode.h, include/pa_request.h,
14391: main/compile.C, main/compile.tab.C, main/execute.C,
14392: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14393: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14394: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14395: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14396: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
14397: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14398: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14399: types/pa_vresponse.C, types/pa_vresponse.h,
14400: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14401: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14402: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14403: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14404: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
14405: looking down/up tree todo: fix error message on non-constructed
14406: parents
14407:
14408: 2002-08-12 paf
14409:
14410: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
14411: derived OK
14412:
14413: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
14414: thorough testing
14415:
14416: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
14417: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14418: types/pa_vobject.h, types/pa_vstateless_class.h,
14419: types/pa_vstateless_object.h, types/pa_wcontext.h,
14420: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
14421: ^base:create[] dynamic call rewritten todo: thorough testing
14422:
14423: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
14424: now instantates base class, remembers it and saves child in
14425: parent VObject.get_class now returns last child = downward
14426: virtual calls OK
14427:
14428: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14429: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14430: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
14431: types/pa_vobject.h, types/pa_vresponse.h,
14432: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14433: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
14434: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
14435: VAliased [redundant], moved $CLASS to VObject only [parser class
14436: instance]
14437:
14438: * bin/auto.p.dist.in: more like in dist on parser.ru
14439:
14440: * bin/auto.p.dist.in: fixed sendmail default comment
14441:
14442: * src/main/pa_request.C: $response:body[file] content-type check
14443: fixed [were bad when content-type is hash]
14444:
14445: 2002-08-09 paf
14446:
14447: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14448: types/pa_vobject.h, types/pa_vxdoc.h: started as()
14449:
14450: 2002-08-08 paf
14451:
14452: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
14453: src/main/pa_globals.C: year column in month calendar [week year]
14454:
14455: * src/main/execute.C: error reporting on object writes to MAIN
14456: improved [were ruind with fixing $obj[^if(1){$obj}] ]
14457:
14458: * operators.txt, src/types/pa_vdate.h: $date.yearday
14459: $date.daylightsaving
14460:
14461: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
14462: use tainted data now. only she must specify the language.
14463:
14464: ^mail:send[ $.from[paf@mail.design.ru]
14465: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
14466: $.text[^taint[uri][ìîñêâà]=] ]
14467:
14468: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
14469: now prints more precise origin
14470:
14471: * src/include/pa_string.h: String::first_char now not fails on
14472: empty strings ^if(-f '') now ok and in 3 other places.
14473:
14474: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14475: String::first_char now not fails on empty strings ^if(-f '') now
14476: ok and in 3 other places.
14477:
14478: 2002-08-07 paf
14479:
14480: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
14481: fixed
14482:
14483: * src/main/pa_string.C: ^string.mid(0;bad) fixed
14484:
14485: * src/: main/execute.C, types/pa_vcode_frame.h,
14486: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14487: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
14488: mistakenly not completely transparent to object writes.
14489: $hash[^if(1){$hash}] now works
14490:
14491: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
14492: now erasing cache file [there were bad check on that]
14493:
14494: * src/: classes/classes.dsp, classes/table.C,
14495: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
14496: all Debug dirs in .dsp now named 'Debug'
14497:
1.101 moko 14498: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 14499:
14500: * operators.txt, src/classes/mail.C: exception_type email.send
14501:
14502: * operators.txt, src/types/pa_vmail.C: exception_type email.format
14503:
14504: * src/types/pa_vmail.C: mail:send empty email checked
14505:
14506: 2002-08-06 paf
14507:
14508: * operators.txt, src/classes/table.C, src/include/pa_array.h,
14509: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
14510: ^table::create[$source;$.options] ^table::join[$source;$.options]
14511:
14512: * operators.txt, src/classes/hash.C, src/classes/string.C,
14513: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
14514: # $.default() }
14515:
14516: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
14517:
14518: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14519: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
14520: $file.content-type [instead of .mime-type] now works for
14521: file::stat also
14522:
14523: * src/main/pa_request.C: case insensitive mime_type_of
14524:
14525: * bin/auto.p.dist.in: jpeg
14526:
14527: 2002-08-05 paf
14528:
14529: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
14530:
14531: * src/types/pa_vmail.C: file buffer relocated to parser heap
14532:
14533: * operators.txt: comment on date:calendar week column
14534:
14535: * src/main/pa_common.C: write checked
14536:
14537: * src/main/: pa_common.C: write checked
14538:
14539: * src/classes/date.C: +1 buf size for stupid snprintfs
14540:
14541: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
14542: month calendar week column [ISO 8601 Week Numbers]
14543:
14544: 2002-08-02 paf
14545:
14546: * src/: include/pa_config_fixed.h, main/pa_string.C,
14547: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
14548: DEBUG*
14549:
14550: * configure, configure.in, src/include/pa_version.h: release
14551: 3_0_0005
14552:
14553: * bin/auto.p.dist.in: unhandled_exception comments
14554:
14555: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
14556: multipart post fixed
14557:
14558: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
14559: response transcoded source->client only when text/* or simple
14560: onoverridden $response:body
14561:
14562: 2002-08-01 paf
14563:
14564: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14565: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14566: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14567: classes/op.C, classes/response.C, classes/string.C,
14568: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14569: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14570: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14571: include/pa_config_fixed.h, include/pa_dictionary.h,
14572: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14573: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
14574: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
14575: include/pa_socks.h, include/pa_sql_connection.h,
14576: include/pa_sql_driver_manager.h, include/pa_stack.h,
14577: include/pa_string.h, include/pa_stylesheet_connection.h,
14578: include/pa_stylesheet_manager.h, include/pa_table.h,
14579: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14580: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14581: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
14582: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14583: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14584: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14585: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14586: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14587: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14588: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14589: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14590: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14591: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14592: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14593: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14594: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
14595: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
14596: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14597: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
14598: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14599: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
14600: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14601: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
14602: types/pa_vmethod_frame.h, types/pa_vobject.h,
14603: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14604: types/pa_vresponse.h, types/pa_vstateless_class.C,
14605: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14606: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14607: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14608: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14609: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14610: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
14611:
14612: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
14613: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14614: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14615: classes/math.C, classes/op.C, classes/response.C,
14616: classes/string.C, classes/table.C, classes/void.C,
14617: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14618: include/pa_array.h, include/pa_cache_managers.h,
14619: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14620: include/pa_config_fixed.h, include/pa_config_includes.h,
14621: include/pa_dictionary.h, include/pa_dir.h,
14622: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14623: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14624: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14625: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14626: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14627: include/pa_stack.h, include/pa_string.h,
14628: include/pa_stylesheet_connection.h,
14629: include/pa_stylesheet_manager.h, include/pa_table.h,
14630: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14631: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
14632: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14633: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
14634: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14635: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14636: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
14637: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
14638: main/pa_sql_driver_manager.C, main/pa_string.C,
14639: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14640: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
14641: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14642: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14643: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14644: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
14645: targets/isapi/pool_storage.h, types/pa_valiased.C,
14646: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
14647: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
14648: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14649: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14650: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14651: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14652: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14653: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14654: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14655: types/pa_vresponse.C, types/pa_vresponse.h,
14656: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14657: types/pa_vstateless_object.h, types/pa_vstatus.C,
14658: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14659: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14660: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14661: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14662: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
14663: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
14664: types/Makefile.am: ident.C* removed
14665:
14666: * operators.txt, src/classes/file.C, src/main/pa_request.C:
14667: file:find[/can/do/this/now.txt]
14668:
14669: * src/targets/cgi/parser3.C: usage to stdout now
14670:
14671: 2002-07-31 paf
14672:
14673: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
14674:
14675: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
14676: default "postmaster"
14677:
14678: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
14679: -f postmaster now default sendmail key word "postmaster"
14680: replaced to $.from
14681:
14682: 2002-07-30 paf
14683:
1.101 moko 14684: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
14685: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 14686:
14687: * src/main/pa_charset.C: comment
14688:
14689: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
14690: table, &#decimal;
14691:
14692: * src/main/pa_request.C: comment
14693:
14694: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
14695: paragraf]
14696:
14697: 2002-07-11 paf
14698:
14699: * src/main/pa_exec.C: build command line badly added params twice
14700: [and first time without ' ']. double wrong. fixed.
14701:
14702: * src/main/pa_exec.C: invalid .exe caused error message with params
14703: wich parser did not provide = reported badly. fixed that.
14704:
14705: * src/classes/mail.C: $MAIL[ # xxx ]
14706:
14707: now ok
14708:
14709: * operators.txt: plan: sql detailed exception
14710:
14711: 2002-07-01 paf
14712:
14713: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
14714: [MForm.configure_admin were called when request.main_class ==0
14715:
14716: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
14717:
14718: * src/classes/form.C: content_length type fix
14719:
14720: 2002-06-30 paf
14721:
14722: * src/classes/mail.C: merged from 4
14723:
14724: * src/classes/mail.C: restored $MAIL
14725:
14726: 2002-06-28 paf
14727:
14728: * configure, configure.in: removed paths.h
14729:
1.101 moko 14730: * configure, src/include/pa_version.h,
1.95 moko 14731: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
14732: merged, makes updated
14733:
14734: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
14735: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14736: src/include/pa_pool.h, src/include/pa_version.h,
14737: src/main/pa_charset.C, src/main/pa_pool.C,
14738: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14739: src/types/pa_vmail.C: merged latest updates to head
14740:
14741: 2002-06-27 paf
14742:
14743: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
14744: not error now
14745:
14746: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
14747: src/include/pa_config_fixed.h, src/include/pa_pool.h,
14748: src/main/pa_charset.C, src/main/pa_pool.C:
14749: ^xdoc::create[[uri]]... base uri for document being created,
14750: imports and other relative file names would be relative to this
14751: uri default uri=path_translated
14752:
14753: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
14754:
14755: 2002-06-26 paf
14756:
14757: * configure, configure.in, src/include/pa_version.h:
14758: release_3_0_0004
14759:
14760: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
14761: 0 now
14762:
14763: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
14764:
14765: 2002-06-25 paf
14766:
14767: * src/main/pa_string.C: emtpy string, or string of whitespaces
14768: considered bad number now
14769:
14770: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
14771: now
14772:
14773: * operators.txt, src/classes/string.C: ^string.normalize [old
14774: name: optimize
14775:
14776: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
14777: library configured
14778:
14779: * src/main/pa_request.C: configure_admin forced if no @conf
14780:
14781: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
14782: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
14783: when needed and to call system crypt() if not $apr1$ prefix
14784:
14785: 2002-06-24 paf
14786:
14787: * INSTALL: --with-static/shared-mailreceive described
14788:
14789: * src/include/pa_config_fixed.h: ssize_t fixed
14790:
1.101 moko 14791: * configure, configure.in, src/include/pa_config_auto.h.in,
14792: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 14793: src/types/pa_vmail.C: $mail:received makes update
14794:
14795: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
14796: WITH_MAILRECEIVE
14797:
14798: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
14799:
14800: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
14801: option, for $mail:receive
14802:
14803: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
14804: introducting $message:received ^mail:send rewritten with backward
14805: comp
14806:
14807: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
14808: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14809: types/types.dsp: win32xml win32mailreceive pseudomodules paths
14810: now
14811:
14812: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
14813: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14814: src/include/pa_request.h, src/include/pa_string.h,
14815: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
14816: src/main/pa_globals.C, src/main/pa_request.C,
14817: src/main/pa_string.C, src/main/pa_uue.C,
14818: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
14819: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14820: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
14821: uue to separate file introducting $message:received ^mail:send
14822: rewritten with backward comp
14823:
14824: 2002-06-21 paf
14825:
1.101 moko 14826: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
14827: co changes
1.95 moko 14828:
1.101 moko 14829: * configure, configure.in, src/lib/md5/Makefile.am,
14830: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
14831: restructure .in and .am files appropriate changes
1.95 moko 14832:
14833: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
14834: pcre to libs/ added libs/md5 which is linked to non-apache
14835: targets ^math:crypt[password;$apr1$salt]
14836:
14837: * INSTALL, configure.in, operators.txt, parser3.dsw,
14838: src/Makefile.am, src/classes/Makefile.am,
14839: src/classes/classes.dsp, src/classes/math.C,
14840: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101 moko 14841: src/lib/pcre/Makefile.am, src/lib/pcre/README,
14842: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
14843: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
14844: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
14845: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
14846: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
14847: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
14848: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 14849: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
14850: src/lib/pcre/pcre_parser_ctype.dsp,
14851: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
14852: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
14853: src/main/compile.tab.C, src/main/main.dsp,
14854: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
14855: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
14856: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
14857: to libs/ added libs/md5 which is linked to non-apache targets
14858: ^math:crypt[password;$apr1$salt]
14859:
14860: 2002-06-20 paf
14861:
14862: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101 moko 14863: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
14864: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 14865: src/include/pa_request.h, src/main/execute.C,
14866: src/main/pa_request.C, src/targets/cgi/parser3.C,
14867: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
14868: marged latest HEAD updates, mainly file:justname&co &
14869: @auto/conf[filespec
14870:
14871: * operators.txt, src/classes/file.C:
14872: !^file:dirname[/a/some.tar.gz]=/a
14873: !^file:dirname[/a/b/]=/a
14874: !^file:basename[/a/some.tar.gz]=some.tar.gz
14875: !^file:justname[/a/some.tar.gz]=some.tar
14876: !^file:justext[/a/some.tar.gz]=gz
14877:
14878: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14879: main/pa_request.C, types/pa_vmethod_frame.h: introducing
14880: @conf/auto[filespec]
14881:
14882: * bin/auto.p.dist.in: <noindex>
14883:
1.101 moko 14884: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 14885:
14886: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
14887: bin/auto.p.dist.in, src/doc/doxygen.cfg,
14888: src/include/pa_globals.h, src/targets/cgi/parser3.C,
14889: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
14890:
14891: 2002-06-18 paf
14892:
14893: * configure, configure.in, src/include/pa_version.h: version to
14894: configure.in
14895:
14896: * INSTALL: reflected .conf.dist dir change
14897:
1.101 moko 14898: * Makefile.am, configure, configure.in, bin/Makefile.am,
14899: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 14900: .in & *.am updated
14901:
14902: * src/classes/file.C: strncasecmp
14903:
14904: * src/classes/file.C: strcasecmp
14905:
1.101 moko 14906: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
14907: from etc
1.95 moko 14908:
14909: * src/classes/file.C: ^file::exec[script;$.bad error case
14910: insensitive check now
14911:
14912: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
14913:
14914: * configure, configure.in, src/include/pa_pool.h,
14915: src/include/pa_types.h: pack configure.in detection simplified.
14916: figured out that gcc on sparc not that stupid as thought
14917: previously: on sparc: when it sees packed class it modifies it's
14918: field-access-code to byte operations [stb, ldub] instead of 4byte
14919: operations [st, lduh] so packed must be all parts of packed
14920: class, i.e. it's parents&fields(classes). for now it's only
14921: String that packed and what was wrong is that it's parent -
14922: Pooled, were not packed. fixed that.
14923:
14924: 2002-06-14 paf
14925:
14926: * operators.txt: more precise xml-to-text options
14927:
14928: * operators.txt, src/types/pa_vxnode.C: xnode
14929: attribute_node.name/value xnode pi.node.data
14930:
14931: 2002-06-12 paf
14932:
1.101 moko 14933: * configure, configure.in, src/targets/cgi/Makefile.am,
14934: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 14935:
14936: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
14937: src/include/pa_globals.h, src/include/pa_request.h,
14938: src/main/compile.tab.C, src/main/pa_globals.C,
14939: src/main/pa_request.C, src/targets/cgi/parser3.C,
14940: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
14941:
14942: * src/classes/mail.C: sendmail -ti [default now]
14943:
14944: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
14945: to be strings. for convinient #ing
14946:
14947: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
14948: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
14949:
14950: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
14951: main/pa_globals.C, main/pa_request.C: @conf
14952:
14953: 2002-06-11 paf
14954:
14955: * src/classes/file.C: check simplified
14956:
14957: * src/: classes/file.C, targets/cgi/parser3.dsp,
14958: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
14959: valid prefix
14960:
14961: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
14962: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
14963: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
14964:
14965: 2002-06-10 paf
14966:
14967: * operators.txt, src/classes/op.C, src/include/pa_common.h,
14968: src/main/pa_common.C: lock failures reported now
14969:
14970: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
14971: string->double @ compile time were not-enough-checking...
14972:
14973: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
14974: autoconvert now ignored
14975:
14976: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
14977: check
14978:
14979: * src/classes/mail.C: mail netscape attachment name fixed. todo:
14980: $response:body content-type:name
14981:
14982: * configure, configure.in: hpux check, nsl link, no socket
14983:
14984: * operators.txt: old merge conflict removed
14985:
14986: * configure, configure.in: pack even address access on sparc&co
14987: arch checked in configure
14988:
14989: * configure, src/include/pa_version.h: makes
14990:
14991: * configure, configure.in, src/include/pa_version.h: makes
14992:
14993: * src/main/untaint.C: (bug#2) mail subject got always prepended
14994: with charset even when all letters were 7bit one
14995:
14996: * src/main/pa_common.C: merged fixed -d (bug)
14997:
14998: * src/main/pa_common.C: fixed -d (bug)
14999:
15000: 2002-06-03 paf
15001:
15002: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
15003: src/classes/classes.dsp, src/main/compile.tab.C,
15004: src/main/main.dsp, src/main/pa_globals.C,
15005: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15006: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
15007: .dsp-s along with reorganized cvs modules dirs structure
15008:
15009: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15010: main/pa_globals.C, targets/cgi/parser3.dsp,
15011: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
15012: modules
15013:
15014: 2002-05-28 paf
15015:
15016: * src/targets/cgi/parser3.C: info.uri now ""
15017:
15018: 2002-05-17 paf
15019:
15020: * src/classes/: table.C: ^table.save << checked empty
15021: pre/match/post columns
15022:
15023: 2002-05-16 paf
15024:
15025: * src/classes/image.C: image::measure can png now
15026:
15027: 2002-05-15 paf
15028:
15029: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
15030: added
15031:
15032: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
15033:
15034: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
15035: %H[:%M[:%S]]]]]] [-%m now
15036:
15037: 2002-05-14 paf
15038:
15039: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
15040:
15041: 2002-05-07 paf
15042:
15043: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
15044: src/include/pa_globals.h, src/include/pa_request.h,
15045: src/include/pa_table.h, src/main/compile.tab.C,
15046: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
15047: src/main/pa_request.C, src/main/pa_table.C,
15048: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
15049: src/targets/isapi/parser3isapi.dsp,
15050: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
15051: name2number field now &. main_method_name now on Request pool
15052: rather on global_pool [Junction+VJunction created on same pool as
15053: name = were created on global pool, causing mem leaks]
15054:
15055: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
15056: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
15057: main/compile.y, main/main.dsp, main/pa_globals.C,
15058: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15059: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15060: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15061: field now &. main_method_name now on Request pool rather on
15062: global_pool [Junction+VJunction created on same pool as name =
15063: were created on global pool, causing mem leaks]
15064:
15065: 2002-05-06 paf
15066:
15067: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15068: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15069: 100*40 bytes per request memory leak [nonpool malloc in globals]
15070:
15071: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15072: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15073: 100*40 bytes per request memory leak [nonpool malloc in globals]
15074:
15075: 2002-04-30 paf
15076:
15077: * configure, src/include/pa_version.h: version now not b
15078:
15079: * src/targets/cgi/parser3.C: request.uri now never 0
15080:
15081: 2002-04-29 paf
15082:
15083: * configure.in: removed b
15084:
15085: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15086: Exception::comment/type checked in (), no there's no empty
15087: type/comment by default
15088:
15089: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15090: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15091: src/doc/value.dox, src/include/pa_exception.h,
15092: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15093: 0001
15094:
15095: 2002-04-26 paf
15096:
15097: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15098: size reduced
15099:
15100: 2002-04-25 paf
15101:
15102: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15103: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15104: now that took into account
15105:
15106: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15107: 01:03:04]
15108:
15109: * ChangeLog, operators.txt, src/classes/date.C:
15110: ^date::create[2002-12-33 01:03:04]
15111:
15112: * ChangeLog: updated changelog
15113:
15114: * src/classes/table.C: removed restriction on column count to
15115: ^table.hash to work, now must be >0 [were >1]
15116:
15117: 2002-04-24 paf
15118:
15119: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15120: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15121: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15122: targets
15123:
15124: 2002-04-23 paf
15125:
15126: * operators.txt, src/classes/string.C:
15127: int/double/string:sql{}[$.default{code}] fixed [were barking:
15128: "junction used outside of context"]
15129:
15130: 2002-04-22 paf
15131:
15132: * types.txt, src/classes/string.C, src/include/pa_string.h,
15133: src/main/pa_string.C, src/types/pa_vstring.C,
15134: src/types/pa_vstring.h: ^string.optimize[]
15135:
15136: * src/: include/pa_globals.h, include/pa_table.h,
15137: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
15138: table template
15139:
15140: * src/classes/: string.C: optimize removed from string
15141: .left/right/pos
15142:
15143: * src/main/execute.C: rolled back to
15144: before_killing_userjunction_contexts
15145:
15146: * src/main/execute.C: user junctions context killed
15147:
15148: * src/main/execute.C: junctions to local contexts got
15149: cleanized&checked later
15150:
15151: 2002-04-19 paf
15152:
15153: * src/: classes/string.C, include/pa_request.h,
15154: include/pa_string.h, main/pa_request.C, main/pa_string.C,
15155: types/pa_vstring.C, types/pa_vstring.h: string now optimized
15156: prior to .left .right .mid .pos .match when that is profitable,
15157: and always before .replace when $ORIGINS(1) optimization disabled
15158: economy from not wasting mem on lots of strings which occur by
15159: lots of String:mid calls to get parts of source string between
15160: found_occurances
15161:
15162: * src/classes/file.C: ovector now local economy: 16 bytes per
15163: ^file:list
15164:
15165: * src/: include/pa_globals.h, include/pa_table.h,
15166: main/pa_globals.C, main/pa_string.C: String::match table columns
15167: globalized, not created @ each ^match anymore economy:
15168: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
15169:
15170: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
15171: removed from each String::match replace iteration, and made
15172: stacked sizeof(VTable)=12bytes economy on each replace code
15173:
15174: * src/doc/footer.htm: 2001,
15175:
15176: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
15177: string.match[]['] option enables generation of $match.prematch
15178: .match .postmatch columns
15179:
15180: * src/main/pa_string.C: String::match options analized without
15181: cstr-ing them now
15182:
15183: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
15184: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
15185: config updated to doxygen 1.2.15, created helper which fixes
15186: minor bugs in chm project files & htm tree. changed extension to
15187: .htm
15188:
15189: 2002-04-18 paf
15190:
15191: * src/doc/doxygen.cfg: .chi generation disabled
15192:
15193: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
15194: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
15195: fields&methods
15196:
15197: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
15198: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
15199: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
15200: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
15201: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
15202: types/pa_vresponse.h, types/pa_vstateless_class.h,
15203: types/pa_vstateless_object.h, types/pa_vstatus.h,
15204: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
15205: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
15206: VStateless_class to VObject
15207:
15208: * src/: main/pa_request.C, types/pa_valiased.h,
15209: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15210: types/pa_vstring.h: VStateless_string_object speicalized light
15211: version of VStateless_object
15212:
15213: * src/classes/op.C: ^throw comment param made optional
15214:
15215: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
15216: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
15217: and implemented down in VClass, fclass_alias removed,
15218:
15219: * src/types/pa_value.C: forced to cut that from .h because of
15220: VStateless_class usage [undefined in .h]
15221:
15222: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15223: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15224: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
15225: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
15226: on each CALL]
15227:
15228: * src/: classes/classes.h, classes/date.C, classes/double.C,
15229: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
15230: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
15231: classes/response.C, classes/string.C, classes/table.C,
15232: classes/void.C, classes/xnode.C, include/pa_globals.h,
15233: include/pa_request.h, main/execute.C, main/pa_globals.C,
15234: main/pa_request.C, types/Makefile.am, types/pa_value.h,
15235: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
15236: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15237: types/pa_vstateless_class.h, types/pa_wcontext.C,
15238: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
15239: removed Value::fname
15240:
15241: 2002-04-17 paf
15242:
15243: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
15244: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
15245: doc/pooled.dox, doc/string.dox, doc/targets.dox,
15246: include/pa_pool.h, include/pa_types.h: dox updated to current
15247: state, PTHROW freshen to throw & co
15248:
15249: * src/types/pa_vhash.h: vstring wrong parent fixed
15250:
15251: * src/classes/op.C: taint local result var bug fixed
15252:
15253: 2002-04-16 paf
15254:
15255: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
15256: Attic asm.txt as most interesting
15257:
15258: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
15259: check, preventing content-length: 0 from appearing
15260:
15261: * src/main/execute.C: $result in @main now taken into account as in
15262: usual functions
15263:
15264: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
15265: & @unhandled_exception now taken into account as in usual
15266: functions
15267:
15268: * src/doc/postbuild.txt: instructions on post .html build
15269:
15270: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
15271:
15272: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
15273: tainted
15274:
15275: * src/main/pa_request.C: uri in error log
15276:
15277: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
15278: cheched date:create(days) param for validity [later were assumed
15279: valid and crashed on invalid onces]
15280:
15281: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15282: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
15283: and used that for removing VString wrapper
15284:
15285: * src/classes/op.C: exception2vhash file now tainted
15286:
15287: * src/classes/op.C: _process pseudo origin copied from local var to
15288: heap
15289:
15290: * src/classes/op.C: extra check on empty file in origin in _execute
15291:
15292: 2002-04-15 paf
15293:
15294: * src/: main/execute.C, types/pa_value.h: fixed name update
15295:
15296: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
15297: functions
15298:
15299: * src/: classes/file.C, classes/hash.C, classes/op.C,
15300: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
15301: started dual write_xxx_lang functions, if checked & works
15302:
15303: * src/: classes/date.C, classes/file.C, classes/mail.C,
15304: classes/string.C, classes/xnode.C, include/pa_request.h,
15305: types/pa_value.h, types/pa_wcontext.h: removed absolutely
15306: unnecessary VString shells
15307:
15308: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
15309: prev changes]
15310:
15311: * src/: classes/image.C, classes/op.C, classes/string.C,
15312: classes/table.C, include/pa_request.h, main/execute.C,
15313: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
15314: StringOrValue wcontext result, now ready for dual writes
15315:
15316: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
15317: checked that
15318:
15319: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15320: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
15321: changed to OP_WRITE_VALUE in var get cases
15322:
15323: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
15324: include/pa_request.h, main/compile.tab.C, main/compile.y,
15325: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15326: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
15327: switch in hash constructor fixed [were problems with using of
15328: stacked wwrapper after it's death]
15329:
15330: 2002-04-12 paf
15331:
15332: * operators.txt, src/classes/table.C: table.select(expression) 0
15333:
15334: 2002-04-11 paf
15335:
15336: * src/: classes/string.C, include/pa_request.h, main/execute.C:
15337: Request::process_internal codeFrame & wwrapper stacked [not
15338: wasting heap anymore]
15339:
15340: 2002-04-10 paf
15341:
15342: * src/: classes/double.C, classes/file.C, classes/hash.C,
15343: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
15344: classes/string.C, classes/table.C, classes/void.C,
15345: classes/xdoc.C, include/pa_request.h, main/execute.C,
15346: main/pa_string.C: killed Request::process() wrapping
15347: VString(String) in case we need only String
15348:
15349: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15350: killed 8 bytes from String.head
15351:
15352: 2002-04-09 paf
15353:
15354: * src/: main/compile.tab.C, targets/cgi/parser3.C,
15355: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
15356: local*/char b[...]; a=b; situations
15357:
15358: * operators.txt, src/classes/xdoc.C: xslt params made literal
15359:
15360: * src/classes/xdoc.C: xslt params fixed
15361:
15362: * src/: main/pa_common.C, targets/cgi/parser3.C,
15363: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
15364: not pool.malloc(MAX_NUMBER) but really neaded
15365:
15366: * operators.txt, src/classes/double.C, src/classes/int.C:
15367: int/double.int/double(default)
15368:
15369: 2002-04-04 paf
15370:
15371: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
15372: [when reconstructing pieces were split by
15373: max_integral(piece.size), thus some strings to replace happen to
15374: be split into two = not replaced)
15375:
15376: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
15377: standalone version = current dir
15378:
15379: * src/targets/cgi/parser3.C: document root in standalone version =
15380: current dir
15381:
15382: 2002-04-03 paf
15383:
15384: * configure, configure.in: more checks on nonexistent charset
15385:
1.101 moko 15386: * INSTALL, configure, configure.in: root config configure options
1.95 moko 15387:
15388: 2002-04-02 paf
15389:
15390: * src/main/compile.C: parser.compile [exception name more like in
15391: doc]
15392:
15393: 2002-04-01 paf
15394:
15395: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
15396: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
15397: .content-type.charset, not .charset
15398:
15399: 2002-03-29 paf
15400:
15401: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
15402:
15403: * operators.txt, src/classes/date.C: ^date::create now may not
15404: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
15405: days' year. | 31.05->31.04 roll
15406:
15407: 2002-03-28 paf
15408:
15409: * operators.txt, src/classes/date.C, src/classes/op.C,
15410: src/include/pa_globals.h, src/include/pa_hash.h,
15411: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
15412: ^cache(seconds) ^cache[date] }
15413:
15414: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
15415: param
15416:
15417: 2002-03-27 paf
15418:
15419: * operators.txt, src/classes/date.C, src/classes/double.C,
15420: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
15421: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
15422: src/classes/math.C, src/classes/op.C, src/classes/string.C,
15423: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15424: src/classes/xnode.C, src/include/pa_exception.h,
15425: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
15426: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
15427: src/main/pa_array.C, src/main/pa_charset.C,
15428: src/main/pa_charsets.C, src/main/pa_common.C,
15429: src/main/pa_dictionary.C, src/main/pa_exception.C,
15430: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
15431: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
15432: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
15433: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
15434: src/types/pa_value.h, src/types/pa_vcookie.C,
15435: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
15436: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
15437: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
15438: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
15439: src/types/pa_wwrapper.h: assigned exception types
15440:
15441: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
15442: src/include/pa_request.h, src/main/execute.C,
15443: src/main/pa_request.C: decided agains resetting exception_trace,
15444: just changed name
15445:
15446: 2002-03-26 paf
15447:
15448: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
15449: fixed
15450:
15451: * src/classes/op.C: forced language of $source field of exception
15452: to 'tainted', so that sql-langed-frags could be outputed outside
15453: of connect
15454:
15455: * operators.txt: removed date.roll limit of +-1 offset
15456:
15457: * src/classes/date.C: removed date.roll limit of +-1 offset
15458:
15459: * operators.txt, src/classes/date.C: fixed date roll on
15460: daylightsaving days mktime took into account tm_isdst flag, which
15461: remained from BEFORE roll, but should have been reset
15462:
15463: 2002-03-25 paf
15464:
15465: * operators.txt, src/targets/cgi/parser3.C:
15466: http_site_config_filespec
15467:
15468: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
15469: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
15470: with any/both --disable-foreign-group-files --disable-execs
15471:
15472: * INSTALL: "--with=sendmail=COMMAND" comment
15473:
15474: * INSTALL, configure, configure.in, src/classes/mail.C,
15475: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101 moko 15476: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
15477: disables execs also. introducing --sendmail
1.95 moko 15478:
15479: * operators.txt: pgsql options comment
15480:
15481: * INSTALL: comment on --disable-link-stdcpp
15482:
1.101 moko 15483: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
15484: libstdc++ link skipping configure option
1.95 moko 15485:
15486: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
15487: with error were put to cache with 'marked_to_rollback' flag, all
15488: consequent even OK requests rolled back
15489:
15490: 2002-03-22 paf
15491:
15492: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
15493: false return
15494:
15495: * operators.txt: few comments on sets
15496:
15497: 2002-03-18 paf
15498:
15499: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
15500: src/include/pa_globals.h, src/include/pa_request.h,
15501: src/include/pa_stack.h, src/main/pa_globals.C,
15502: src/main/pa_request.C: introducing ^try
15503:
15504: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
15505: types/pa_vdouble.h: removed some tested @tests
15506:
15507: 2002-03-15 paf
15508:
15509: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
15510:
15511: 2002-03-13 paf
15512:
15513: * src/main/pa_exception.C: checked not-pooled malloc
15514:
15515: 2002-03-11 paf
15516:
15517: * INSTALL, configure, configure.in,
15518: src/include/pa_config_auto.h.in: --disable-foreign-group-files
15519:
15520: * src/main/pa_common.C: --disable-foreign-group-files
15521:
15522: * INSTALL: --disable-execs
15523:
15524: * src/main/pa_exec.C: --disable-execs
15525:
15526: * configure, configure.in, src/include/pa_config_auto.h.in:
15527: --disable-execs
15528:
15529: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
15530:
15531: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
15532: file::exec/cgi linebreaks "0D0A" changed to 0A onces
15533:
15534: 2002-03-05 paf
15535:
15536: * operators.txt, src/classes/date.C: date week calendar columns
15537: named
15538:
15539: * operators.txt, src/classes/date.C: date week calendar columns
15540: named
15541:
15542: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
15543: requires headers to be terminated with \r\n manually [refuses to
15544: separate header/body itself]
15545:
15546: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15547: targets/isapi/parser3isapi.C: isapi site config beside .dll
15548:
15549: 2002-03-04 paf
15550:
15551: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
15552: in PASS language
15553:
15554: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
15555: deserialize checks on broken file
15556:
15557: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
15558: parser3isapi.dsp: isapi updated
15559:
15560: 2002-03-01 paf
15561:
15562: * src/main/pa_exec.C: execle -> execve, now argc OK
15563:
15564: 2002-02-28 paf
15565:
15566: * src/main/untaint.C: removed some debug comments
15567:
15568: * src/main/pa_charsets.C: when placing charset to cache using
15569: global name now [were request]
15570:
15571: * configure, configure.in: apache module updated
15572:
15573: * src/main/pa_string.C: origin by first piece preferred before last
15574: piece
15575:
15576: 2002-02-27 paf
15577:
15578: * src/main/pa_charset.C: size_t
15579:
15580: * INSTALL: shared/static-xml with-pathlink
15581:
15582: * operators.txt: SMTP comment
15583:
15584: 2002-02-26 paf
15585:
15586: * src/main/pa_exec.C: more precise names for vars, cosmetic
15587:
15588: * src/classes/xnode.C: in some situation, xpath query returned
15589: result with type NODESET, but empty nodeset member field, checked
15590: that
15591:
15592: 2002-02-22 paf
15593:
15594: * INSTALL: without-zlib comment
15595:
15596: * etc/parser3.charsets/windows-1251.cfg: °
15597:
15598: * configure, configure.in: glib###.a detection fixed
15599:
15600: * INSTALL: hashfile removed from INSTALL
15601:
1.101 moko 15602: * Makefile.am: make update
1.95 moko 15603:
15604: * src/main/pa_string.C: string iterators fixed again, so were
15605: String::join_chain
15606:
15607: * src/main/pa_string.C: string iterators fixed again, so were
15608: String::join_chain
15609:
15610: * src/: include/pa_string.h, main/pa_string.C: string iterators
15611: fixed again, so were String::join_chain
15612:
15613: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
15614:
15615: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
15616: "session"
15617:
1.101 moko 15618: * configure, configure.in, src/include/pa_config_auto.h.in:
15619: --with-shared-xml --with-static-xml
1.95 moko 15620:
15621: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15622: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15623: types/types.dsp: *.dsp: removed refereces to win32db & ancient
15624: xalan&xml
15625:
15626: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
15627:
15628: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
15629: src/types/types.dsp: removed hashfile support from sources for
15630: now
15631:
1.101 moko 15632: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 15633: src/classes/hashfile.C, src/include/Makefile.am,
1.101 moko 15634: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
15635: src/include/pa_db_manager.h, src/include/pa_db_table.h,
15636: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 15637: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101 moko 15638: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
15639: src/types/Makefile.am, src/types/pa_vhashfile.C,
15640: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 15641:
15642: 2002-02-21 paf
15643:
15644: * src/main/untaint.C: removed debug code, activated commented-for
15645: debug parts
15646:
1.101 moko 15647: * Makefile.am: make cvsupdate
1.95 moko 15648:
15649: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
15650: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
15651: append_row, not at link zero now string to string appending works
15652:
15653: 2002-02-20 paf
15654:
15655: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
15656: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
15657: DEBUG_STRING_APPENDS_VS_EXPANDS
15658:
15659: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15660: economy: 22%
15661:
15662: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15663: space uptimized: string::link_row removed
15664:
15665: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
15666: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
15667: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15668: types/pa_vstring.h: speed uptimized: string::is_empty
15669:
15670: * operators.txt, src/include/pa_common.h,
15671: src/include/pa_config_fixed.h, src/include/pa_string.h,
15672: src/include/pa_types.h, src/main/compile.tab.C,
15673: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
15674: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
15675: string append optimiziation idea and estimates
15676:
15677: 2002-02-19 paf
15678:
15679: * src/classes/math.C: not used directly [but erroreously reported
15680: that 'is', thus registering twice&other probs]
15681:
15682: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
15683: to node [element]
15684:
15685: * src/main/compile.C: without string_origins parse error
15686: file+line+col possible
15687:
15688: * src/main/: compile.C: without string_origins not worked
15689:
15690: 2002-02-18 paf
15691:
15692: * src/types/pa_vdouble.h: since we have in_expression removed that
15693: trick i've installed into double::as_string
15694:
15695: * src/main/pa_globals.C: extern "C" was removed too fast
15696:
15697: * src/: include/pa_opcode.h, include/pa_request.h,
15698: main/compile.tab.C, main/compile.y, main/execute.C,
15699: types/pa_wcontext.h: in_expression aimed to solve old problem
15700: with string/nonstring values, now in expressions double/int
15701: values are passed as-is, without stupid tostring/fromstring
15702: conversions
15703:
15704: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
15705: __cplusplus } #endif
15706:
15707: * src/main/compile.tab.C: bison env set so one could compile
15708: without cygwin installed
15709:
15710: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15711: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
15712: gnome xml libs parser .dsp-s changed accordingly
15713:
15714: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
15715:
15716: * operators.txt, src/classes/date.C: date::create [were date::set,
15717: with backward comp
15718:
15719: * src/classes/math.C: math:random range check fixed
15720:
15721: * src/main/: compile.tab.C, compile.y: integer division stops name
15722:
15723: * INSTALL: local install comment
15724:
1.101 moko 15725: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 15726:
1.101 moko 15727: * acinclude.m4, aclocal.m4, configure, configure.in,
15728: src/include/pa_config_auto.h.in,
15729: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
15730: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 15731:
15732: * operators.txt: \ comment
15733:
15734: 2002-02-13 paf
15735:
15736: * src/include/pa_config_includes.h: sys/time time both included
15737: now. vaguely remember confilicts on this on some system [not on
15738: six|ablv] so when would see them again would think up proper
15739: check
15740:
1.101 moko 15741: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
15742: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 15743:
15744: * src/main/pa_common.C: truncation never occured when writing files
15745: on unix [since i've changed cache mech] fix
15746:
15747: * src/main/pa_common.C: strnchr: sanity check added
15748:
15749: * etc/parser3.charsets/windows-1257.cfg: id added
15750:
15751: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
15752: baltic charset file generated, in generation script ispunct check
15753: added
15754:
15755: 2002-02-08 paf
15756:
1.101 moko 15757: * src/: include/Makefile.am, sql/Makefile.am,
15758: targets/isapi/Makefile.am: forgotten makes
1.95 moko 15759:
15760: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
15761: forgotten
15762:
15763: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
15764:
15765: * INSTALL, README: install&others updated
15766:
15767: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
15768:
1.101 moko 15769: * Makefile.am, configure, configure.in,
15770: etc/parser3.charsets/Makefile.am, src/Makefile.am,
15771: src/classes/Makefile.am, src/main/Makefile.am,
15772: src/main/pa_status_provider.C, src/targets/Makefile.am,
15773: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
15774: works
1.95 moko 15775:
15776: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15777: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15778: classes/hashfile.C, classes/int.C, classes/mail.C,
15779: classes/math.C, classes/op.C, classes/response.C,
15780: classes/string.C, classes/table.C, classes/void.C,
15781: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15782: include/pa_array.h, include/pa_cache_managers.h,
15783: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15784: include/pa_config_fixed.h, include/pa_config_includes.h,
15785: include/pa_db_connection.h, include/pa_db_manager.h,
15786: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15787: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15788: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15789: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15790: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15791: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15792: include/pa_stack.h, include/pa_string.h,
15793: include/pa_stylesheet_connection.h,
15794: include/pa_stylesheet_manager.h, include/pa_table.h,
15795: include/pa_threads.h, include/pa_types.h, main/compile.C,
15796: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15797: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
15798: main/pa_db_connection.C, main/pa_db_manager.C,
15799: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15800: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
15801: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15802: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
15803: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15804: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15805: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
15806: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15807: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15808: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
15809: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15810: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15811: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
15812: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
15813: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
15814: types/pa_vmethod_frame.h, types/pa_vobject.h,
15815: types/pa_vrequest.h, types/pa_vresponse.h,
15816: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15817: types/pa_vstateless_object.h, types/pa_vstatus.C,
15818: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15819: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15820: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
15821: classes/image.C, main/pa_common.C, main/pa_exec.C,
15822: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15823: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
15824: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
15825: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
15826: types/pa_vxnode.C, main/pa_charset.C: name spelling
15827:
15828: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15829: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15830: classes/hashfile.C, classes/image.C, classes/int.C,
15831: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15832: classes/string.C, classes/table.C, classes/void.C,
15833: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15834: include/pa_array.h, include/pa_cache_managers.h,
15835: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15836: include/pa_config_fixed.h, include/pa_config_includes.h,
15837: include/pa_db_connection.h, include/pa_db_manager.h,
15838: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15839: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15840: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15841: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15842: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15843: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15844: include/pa_stack.h, include/pa_string.h,
15845: include/pa_stylesheet_connection.h,
15846: include/pa_stylesheet_manager.h, include/pa_table.h,
15847: include/pa_threads.h, include/pa_types.h, main/compile.C,
15848: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
15849: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
15850: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15851: main/pa_db_connection.C, main/pa_db_manager.C,
15852: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15853: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15854: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
15855: main/pa_socks.C, main/pa_sql_driver_manager.C,
15856: main/pa_status_provider.C, main/pa_string.C,
15857: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
15858: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15859: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15860: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15861: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15862: targets/isapi/pool_storage.h, types/pa_valiased.C,
15863: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
15864: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15865: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15866: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15867: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15868: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15869: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15870: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
15871: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15872: types/pa_vresponse.h, types/pa_vstateless_class.C,
15873: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15874: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15875: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15876: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15877: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15878: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
15879:
15880: 2002-02-07 paf
15881:
15882: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
15883:
1.101 moko 15884: * configure, configure.in, src/include/pa_config_auto.h.in,
15885: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
15886: added yet another locking function: fcntl
1.95 moko 15887:
15888: * config.sub: on cygwin configure passes it with strange i1586
15889: const, hacked it to mean i586
15890:
15891: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15892: disabled $if reference due to conflicts with local variables
15893:
15894: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
15895: xdoc::set obsolete now, now xdoc::create, with both sences
15896:
15897: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15898: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
15899: table::create now // 'set' name obsolete now table clone.
15900:
15901: * operators.txt, src/classes/string.C,
15902: src/include/pa_config_fixed.h, src/main/compile.tab.C:
15903: ^int/double/string.format now can be called with normal []
15904: brackets, not stupid {} as it were implemented for some strange
15905: reason. retaining backward compatibility due to some
15906: already-implemented servers
15907:
15908: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
15909: main/compile.y, main/compile_tools.C, main/compile_tools.h:
15910: operators now detected by check at name_without_curly_rdive_read
15911: rule whether diving code constists only of
15912: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
15913: with OP_GET_ELEMENT_OR_OPERATOR to form
15914: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
15915:
15916: 2002-02-06 paf
15917:
15918: * configure, configure.in: prefix expanded, grr
15919:
15920: * operators.txt, src/classes/mail.C: mail:send config changed
15921:
15922: 2002-02-05 paf
15923:
15924: * operators.txt: regex options commented
15925:
15926: * src/main/: pa_exec.C: argv0 now correct
15927:
15928: * src/types/pa_vstatus.C: status:rusage 3
15929:
15930: * src/types/pa_vstatus.C: status:rusage 2
15931:
15932: * operators.txt: status:rusage described int operators
15933:
15934: * src/types/pa_vstatus.C: status:rusage 1
15935:
15936: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
15937: src/types/types.dsp: status:rusage
15938:
15939: * configure.in, operators.txt, src/classes/file.C,
15940: src/classes/op.C, src/include/pa_common.h,
15941: src/include/pa_config_includes.h, src/main/compile.tab.C,
15942: src/main/pa_common.C: rewritten ^cache to use
15943: non-blocking-exclusive-caches
15944:
15945: * src/main/pa_common.C: text file read mode on win32 adjusted
15946: [speed impact. was off for debugging purpose, but forgotten
15947: afterwards]
15948:
15949: 2002-02-01 paf
15950:
15951: * src/classes/op.C: file_write does EX lock after create, while
15952: file_read does SH after open, so there's a moment after create
15953: but before EX lock when read can sneak into, and read
15954: just-created-for-writing-and-not-yet-locked file, added a check
15955: for that in ^cache...read
15956:
15957: 2002-01-31 paf
15958:
15959: * src/main/: compile.y, compile.tab.C: disabled operator call after
15960: ^xxx:
15961:
15962: * src/main/: compile.tab.C, execute.C: made operators lookup first
15963: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
15964:
15965: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
15966: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15967: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
15968: operators check 6.1 rewritten. now check is done at compile time
15969:
15970: * src/main/execute.C: operators check 5 floated up old error of
15971: staying in 'entered class/object' state after $a($a..) it
15972: prevented operators from being called thereafter
15973:
15974: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15975: main/execute.C: operators check 4 floated up old error of staying
15976: in 'entered object' state after ^a.a(a) it prevented operators
15977: from being called thereafter
15978:
15979: * src/main/execute.C: operators check 3 floated up old error of
15980: staying in 'entered class' state after $a:a(a) it prevented
15981: operators from being called thereafter
15982:
15983: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
15984: floated up old error of staying in 'entered class' state after
15985: $a:a[a] it prevented operators from being called thereafter
15986:
15987: * src/main/execute.C: operators check, thay mistakenly seen in
15988: $class:operator $object.operators contexts
15989:
15990: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
15991: win32
15992:
1.101 moko 15993: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
15994: src/classes/Makefile.am, src/main/Makefile.am,
15995: src/targets/cgi/Makefile.am,
1.95 moko 15996: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101 moko 15997: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 15998:
1.101 moko 15999: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
16000: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
16001: configure, configure.in, form.txt, ident.awk, install-sh,
16002: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
16003: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 16004: etc/parser3.charsets/Makefile.am,
16005: etc/parser3.charsets/koi8-r.cfg,
16006: etc/parser3.charsets/windows-1250.cfg,
16007: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101 moko 16008: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
16009: src/main/Makefile.am, src/targets/cgi/Makefile.am,
16010: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
16011: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 16012: straightened installation scripts procedure made
16013: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
16014: change
16015:
16016: 2002-01-30 paf
16017:
16018: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16019: removed] those comments were a mistake, and prevented libltdl
16020: from function properly
16021:
16022: 2002-01-29 paf
16023:
1.101 moko 16024: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
16025: creation [modified acinclude.m4 which were creating int into just
16026: assignment LIBTOOL=../libtool] added default system
16027: config&charsetts prepared 'make install', now it installs
16028: targets/cgi/parser3 into bin directory etc/parser3.conf &
16029: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16030: $sysconfdir/parser3.charsets respectively
16031:
16032: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16033: main/pa_globals.C: few forgotten ifdef XML added
16034:
16035: 2002-01-28 paf
16036:
1.101 moko 16037: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 16038: removed
16039:
16040: * src/main/pa_exception.C: dom|generic error output fix
16041:
16042: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16043:
16044: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16045:
16046: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16047: [fixed as_node helper func to accept docs]
16048:
16049: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16050: xdoc.importNode 0
16051:
16052: * src/classes/xdoc.C: xdoc::set now untaints OK
16053:
16054: 2002-01-25 paf
16055:
16056: * src/main/: compile.tab.C, compile.y: #comment before @ after
16057: @SPECIAL now works OK
16058:
16059: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16060:
16061: * src/main/pa_exec.C: max arg count now 10, and proper message on
16062: violation that added
16063:
16064: * src/classes/hash.C: unified hash::sql, now
16065: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16066:
16067: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16068: ^file:lock[filename]{code}
16069:
16070: * src/: classes/file.C, classes/op.C, classes/string.C,
16071: classes/table.C, classes/xdoc.C, include/pa_common.h,
16072: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16073: to some pa_common funcs
16074:
16075: * src/: include/pa_charset.h, main/pa_globals.C:
16076: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16077:
16078: * src/: include/pa_charset.h, main/pa_charset.C,
16079: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16080: not stupid illegal define
16081:
16082: 2002-01-24 paf
16083:
16084: * src/include/pa_version.h: changed version number
16085:
16086: * src/: classes/hashfile.C, include/pa_db_table.h,
16087: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16088: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16089: main/pa_db_connection.C, main/pa_db_table.C,
16090: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16091: hashfile without logfiles
16092:
16093: * src/: classes/hashfile.C, include/pa_db_table.h,
16094: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16095: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16096: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16097: DB_INIT_TXN init bits, thus got rid of huge log files, which
16098: cluttered disk without huge need]
16099:
16100: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16101: handy macro, which is strangly abscent in dome lib
16102:
16103: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16104:
16105: * src/classes/xdoc.C: checked empty response
16106:
16107: * src/classes/xnode.C: xdoc.select fixed context node [were always
16108: /, not self node]
16109:
16110: * src/classes/xnode.C: xnode.select returns array always now, in
16111: case 'nothing found' returns empty array
16112:
16113: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16114: be more tender with ctrl/c/v
16115:
16116: 2002-01-23 paf
16117:
16118: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16119: substituted. // 2. when dom tree with entites goes under
16120: transform text nodes // got [erroreosly] cut on first
16121: entity occurance
16122:
16123: * src/types/pa_vdouble.h: double prec. todo: get rid of
16124: twice-converting
16125:
16126: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16127: 'e' in output this is for regretful twice-converting here:
16128: $a(double value) when they write double falue they convert it to
16129: string first, thus %g were losing precesion.
16130:
16131: todo: think up some way to remove double->string string->double
16132: twice-converting
16133:
16134: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
16135: %.20E now default float format this is for regretful
16136: twice-converting here: $a(double value) when they write double
16137: falue they convert it to string first, thus %g were losing
16138: precesion.
16139:
16140: todo: think up some way to remove double->string string->double
16141: twice-converting
16142:
16143: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16144: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
16145: reasons in comment inside
16146:
16147: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
16148: statically linked]
16149:
16150: * src/: include/pa_exception.h, main/compile.tab.C,
16151: main/pa_exception.C: removed exception va_list constructor. 1.
16152: not needed anymore 2. there were a conflict[causing errors]
16153: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
16154: never detected an ambiguilty here, compiling ctor(, "hello") into
16155: ctor(, va_list) which, of course, caused gpf
16156:
16157: * src/main/pa_globals.C: removed debug xslt messages
16158:
16159: 2002-01-22 paf
16160:
16161: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16162: main/pa_globals.C: xsl stylesheet load: parsed entities, this
16163: helps compiling stylesheet properly. example: this refused to
16164: work, <b>«<xsl:value-of select="@title"
16165: />»</b> stranly worked only this way:
16166: <b>«<xsl:value-of select="@title" />»</b>
16167:
16168: docs says "set it to 1", never going into details, so I decided
16169: to try NOT to do that
16170:
16171: * src/classes/table.C: join behaived badly in case named tables
16172: structure mismatched: 0 strings sneaked into dest failing
16173: afterwards. replaced them with empty strings
16174:
16175: 2002-01-21 paf
16176:
16177: * src/main/pa_charset.C: checked empty transcoders in
16178: transcode_cstr|buf
16179:
16180: * src/classes/xdoc.C: xdoc::load error source = filespec
16181:
16182: * src/classes/xdoc.C: transform error source now
16183: stylesheet_filespec
16184:
1.101 moko 16185: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 16186: include/pa_stylesheet_connection.h, main/pa_charset.C,
16187: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101 moko 16188: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
16189: gnome
1.95 moko 16190:
16191: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16192: include/pa_globals.h, include/pa_stylesheet_connection.h,
16193: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
16194: xslt generic error 1
16195:
16196: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
16197: xml generic message 1
16198:
16199: * src/classes/table.C: ^table::load empty lines or #comments before
16200: headline
16201:
16202: * src/: include/pa_array.h, include/pa_globals.h,
16203: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
16204: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16205: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
16206: errors 0
16207:
16208: 2002-01-16 paf
16209:
16210: * src/: classes/hash.C, classes/op.C, classes/string.C,
16211: classes/table.C, classes/void.C, classes/xdoc.C,
16212: include/pa_db_connection.h, include/pa_request.h,
16213: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16214: include/pa_stylesheet_connection.h,
16215: include/pa_stylesheet_manager.h, main/pa_request.C,
16216: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16217: targets/cgi/pool_storage.h: auto closers to sql_connection,
16218: stylesheet_connection auto destroyers to remaining gnome objects
16219:
16220: * src/classes/xdoc.C: few comments
16221:
16222: 2002-01-15 paf
16223:
16224: * src/classes/xdoc.C: xdoc file save string
16225:
16226: ready. todo: error handling
16227:
16228: * src/classes/xdoc.C: xdoc save rewritten using
16229: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
16230: result
16231:
16232: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
16233: started output options parsing
16234:
16235: 2002-01-14 paf
16236:
16237: * src/classes/xdoc.C: method
16238:
16239: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16240: include/pa_pool.h, include/pa_stylesheet_connection.h,
16241: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
16242: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
16243: xslt transform0. TODO: use output options handle errors
16244:
16245: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
16246:
16247: 2002-01-11 paf
16248:
16249: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16250: main/compile_tools.C, main/compile_tools.h, main/execute.C:
16251: partial logical && || evaluation
16252:
16253: * src/classes/xnode.C: xpath selectNodes
16254:
16255: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
16256: string/number/bool
16257:
16258: * src/classes/xnode.C: xpath selectNode 2
16259:
16260: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
16261: xpath selectNode 1
16262:
16263: 2002-01-10 paf
16264:
16265: * src/classes/xnode.C: xpath selectNode -100 [just written]
16266:
16267: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16268: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
16269: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
16270: refcounter]
16271:
16272: 2001-12-29 paf
16273:
16274: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
16275: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
16276: glib works 0
16277:
16278: 2001-12-28 paf
16279:
16280: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
16281: main/pa_exception.C: started glib transcoders
16282:
16283: * src/main/pa_globals.C: renamed gdome to libgdome.dll
16284:
16285: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
16286: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
16287: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
16288: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
16289: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
16290: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
16291: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
16292: libs just compiled in. no refcounting no xpath no xslt yet
16293:
16294: 2001-12-27 paf
16295:
16296: * src/: include/pa_charset.h, include/pa_common.h,
16297: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16298: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
16299: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
16300: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
16301: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
16302: from xalan&xerces, started the process. globals [initialization
16303: pool [charset update charset [transcodings vxnode vxdoc [DOM
16304: calls
16305:
16306: * src/classes/Makefile.am: going away from xalan&xerces, not needed
16307: anymore
16308:
16309: 2001-12-26 paf
16310:
16311: * src/: include/pa_charset.h, include/pa_charsets.h,
16312: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
16313: key globalized [bug]
16314:
16315: 2001-12-25 paf
16316:
16317: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
16318: main/pa_string.C: table set & append changed splitting languages,
16319: separators now can be clean AND as-is same to mail command line
16320: $MAIN:MAIL.progX arguments
16321:
16322: 2001-12-24 paf
16323:
16324: * src/classes/mail.C: one parted text messages - no multipart
16325: mime-type anymore. for convinient if $.attach-ments
16326:
16327: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
16328: main/pa_string.C: read from cache size check updated
16329:
16330: * src/main/: pa_string.C: String::join_chain another ugly bug :(
16331:
16332: 2001-12-21 paf
16333:
16334: * src/classes/date.C: date:sql-string now returns localtime
16335:
16336: * src/main/pa_request.C: $result in @main actually not working, to
16337: hell with it for now
16338:
16339: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16340: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
16341: @postprocess @exception
16342:
16343: * src/main/execute.C: junction evaluation canceled - endless
16344: recursion detected
16345:
16346: 2001-12-19 paf
16347:
16348: * src/main/pa_charset.C: charset->charset transcoding via unicode
16349: intermediate
16350:
16351: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
16352:
16353: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
16354:
16355: * src/classes/op.C: ^cache keypath now relative
16356:
16357: * src/classes/mail.C: changed weighting prior to sort
16358:
16359: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
16360: were missing
16361:
16362: 2001-12-17 paf
16363:
16364: * src/main/pa_charset.C: ifndef XML were bad type
16365:
16366: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
16367: outdated unset services_pool
16368:
16369: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
16370: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
16371: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
16372:
16373: * src/main/untaint.C: allowed space in filespec
16374:
16375: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
16376:
16377: * src/classes/image.C: no govno
16378:
16379: * src/classes/image.C: govno
16380:
16381: 2001-12-16 paf
16382:
16383: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
16384:
16385: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
16386: charset_connection&manager replaced by charset&charsets
16387:
16388: * src/main/pa_charset.C: name_cstr 0
16389:
16390: * src/main/untaint.C: uri lang now knows about client/source
16391: charsets
16392:
16393: * src/: classes/file.C, classes/math.C, classes/op.C,
16394: classes/string.C, classes/table.C, classes/xdoc.C,
16395: include/pa_array.h, include/pa_cache_managers.h,
16396: include/pa_charset_connection.h, include/pa_charset_manager.h,
16397: include/pa_common.h, include/pa_db_connection.h,
16398: include/pa_db_manager.h, include/pa_db_table.h,
16399: include/pa_dictionary.h, include/pa_exception.h,
16400: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
16401: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
16402: include/pa_sapi.h, include/pa_socks.h,
16403: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16404: include/pa_string.h, include/pa_stylesheet_connection.h,
16405: include/pa_stylesheet_manager.h, include/pa_table.h,
16406: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
16407: main/pa_charset.C, main/pa_charset_connection.C,
16408: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
16409: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
16410: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
16411: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
16412: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16413: types/types.dsp: introducing Charset
16414:
16415: 2001-12-14 paf
16416:
16417: * src/: include/pa_request.h, include/pa_transcoder.h,
16418: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
16419: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
16420: uri lang
16421:
16422: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
16423:
16424: * src/targets/cgi/Makefile.am: -I../../pcre to .am
16425:
16426: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
16427: defalts_name global
16428:
16429: * src/: include/pa_charset_connection.h, include/pa_pool.h,
16430: include/pa_request.h, main/main.dsp,
16431: main/pa_charset_connection.C, main/pa_charset_manager.C,
16432: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
16433: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
16434: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
16435: changed charset model. now important: $request:charset
16436: $response:charset while $response:content-type.charset become
16437: unimportant [informational]
16438:
16439: 2001-12-13 paf
16440:
16441: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
16442:
16443: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
16444: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
16445: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
16446: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
16447: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
16448: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
16449:
16450: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
16451: auto_ptr part other way, because of stupid gcc 2.96
16452: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16453: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16454: FormatterListener] /usr/include/g++-3/memory:48:
16455: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
16456: _Tp1 = FormatterListener, _Tp = FormatterListener]
16457:
16458: * src/classes/xdoc.C: removed extra inc
16459:
16460: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
16461:
16462: * src/include/pa_types.h: msvc head debugging flag
16463:
16464: * src/classes/xdoc.C: freed up listener
16465:
16466: * src/classes/string.C: change msg '... code is not code'
16467:
16468: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
16469: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16470: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
16471: [past/future prob]
16472:
16473: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16474: include/pa_config_fixed.h, include/pa_db_manager.h,
16475: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16476: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
16477:
16478: * src/: include/pa_config_fixed.h, main/pa_common.C,
16479: main/pa_string.C: removed signed mismatch warnings
16480:
16481: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
16482: 'expires' from header outputs
16483:
16484: * src/main/pa_string.C: string::recustruct erroreusly used outdated
16485: row ptr
16486:
16487: * src/classes/file.C: file::cgi bug, request_method were passed to
16488: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
16489:
16490: * src/classes/xdoc.C: lang list updated
16491:
16492: 2001-12-10 paf
16493:
16494: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
16495:
16496: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
16497: erase files like that, knowing their full name introducing //
16498: theoretical problem with, for instance, "_2B" and "." fragments,
16499: // they would yield the same // because
16500: need_file_encode('_')=false // but we need to delete such files
16501: somehow, getting names from ^index
16502:
16503: * src/main/pa_string.C: ^string.replace bug fixed [bad
16504: string::join_chank break]
16505:
16506: 2001-12-07 paf
16507:
16508: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
16509: include/pa_common.h, include/pa_config_auto.h.in,
16510: include/pa_config_fixed.h, include/pa_config_includes.h,
16511: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
16512: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
16513: types/pa_vhashfile.C: merged from r14_simple_cache
16514:
16515: * src/main/pa_string.C: stupid sparc architecture failed to access
16516: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
16517: lduh [ %i2 + 1 ], %l0
16518:
16519: bus error, fixed that
16520:
16521: * src/main/pa_string.C: strange string deserialize bug on
16522: client[pmts], a bit shortened,
16523:
16524: * src/include/pa_config_auto.h.in: makes
16525:
16526: * src/: include/pa_common.h, include/pa_config_fixed.h,
16527: include/pa_config_includes.h, main/pa_common.C: exclusive lock
16528: file write shared lock file read
16529:
16530: * src/: classes/op.C, include/pa_common.h,
16531: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
16532:
16533: 2001-12-06 paf
16534:
16535: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16536: main/pa_request.C: #ifdef RESOURCES_DEBUG
16537:
16538: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
16539: info
16540:
16541: * src/classes/hashfile.C: removed transaction from ^cache
16542:
16543: 2001-12-05 paf
16544:
16545: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
16546: IIS5 there were a prob with illegal call check
16547:
16548: 2001-12-04 paf
16549:
16550: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16551: main/pa_request.C: measures to log
16552:
16553: 2001-11-23 paf
16554:
16555: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16556: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
16557: types/pa_vhashfile.C: merged from _0014, 1
16558:
16559: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16560: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
16561: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
16562: ^cache(33) would change
16563:
16564: 0660 bits in file_write & hashfile create
16565:
16566: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
16567: after pa_string optimization]
16568:
16569: 2001-11-22 paf
16570:
16571: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
16572: table.offset[whence]
16573:
16574: * src/classes/op.C: process cstr(,connection)
16575:
16576: * src/classes/op.C: process now gets its body on current language,
16577: not as-is
16578:
16579: * src/main/untaint.C: ORIGINS mode removed UHTML
16580:
16581: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
16582: bit
16583:
1.101 moko 16584: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 16585:
16586: 2001-11-21 paf
16587:
16588: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
16589: <xsl:output output options made identical to xsl:output
16590: attributes exclusion: cdata-section-elements what xalan can do
16591: but that not used now: it can escape and remove CDATA sections
16592:
16593: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
16594: produced by xslt
16595:
16596: * src/targets/cgi/parser3.C: removed debug cgi||1
16597:
16598: * src/main/: pa_string.C, untaint.C: cached some string::size() es
16599:
16600: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
16601: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
16602: default language for {code}, it happen to change it's language
16603: from CLEAN, so later refused to split by CLEAN \t
16604:
16605: 2001-11-20 paf
16606:
1.101 moko 16607: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
16608: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 16609: bottom of dependeces, so that errors would popup quicklier, fixed
16610: line numbering in table::sql
16611:
16612: 2001-11-19 paf
16613:
16614: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
16615: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
16616: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
16617: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
16618: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
16619: at wcontext.write
16620:
1.101 moko 16621: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 16622: _set_new_handler
16623:
1.101 moko 16624: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
16625: set_new_handler in apache&isapi
1.95 moko 16626:
16627: 2001-11-16 paf
16628:
16629: * src/targets/cgi/parser3.C: pool debug @ die
16630:
16631: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
16632: removed 8 bytes from String, 2 bytes from
16633: string::chunk::row::item
16634:
16635: * src/main/pa_string.C: removed 1+4 bytes from String
16636:
16637: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16638: types/pa_vstring.C: removed 1+4 bytes from String
16639:
16640: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
16641: 0
16642:
16643: * src/: include/pa_globals.h, include/pa_string.h,
16644: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
16645: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
16646: targets/cgi/parser3.C: introducing estimating
16647: String::cstr_bufsize, 0
16648:
16649: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
16650:
16651: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
16652:
16653: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
16654: include/pa_pool.h: die in pool::fail
16655:
16656: 2001-11-15 paf
16657:
16658: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
16659: main/pa_exception.C, targets/cgi/parser3.C: exception with
16660: dynamic buffer re-back now with counter
16661:
16662: * src/: include/pa_exception.h, main/pa_exception.C: exception with
16663: static buffer back
16664:
16665: * src/targets/cgi/parser3.C: std::
16666:
16667: * src/: classes/classes.awk, include/pa_config_auto.h.in,
16668: include/pa_config_includes.h: setnewhandler check
16669:
1.101 moko 16670: * src/include/pa_config_auto.h.in: makes
1.95 moko 16671:
16672: * src/targets/cgi/parser3.C: set_new_handler started
16673:
16674: 2001-11-14 paf
16675:
16676: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16677: was wrong
16678:
16679: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16680: was wrong
16681:
16682: * src/main/pa_request.C: z
16683:
16684: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
16685: full returns win32 -1 solaris >buffer_size
16686:
16687: checked all that
16688:
16689: * src/classes/op.C: ^untaint{body} as-is default now
16690:
16691: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16692: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
16693: with no_bad_constructors_try
16694:
16695: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16696: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
16697: this: $bred[^string::length[]] $bred[^response::clear[]]
16698: $bred[^int::int[]]
16699:
16700: now VObject creation moved into overriden
16701: VClass::create_new_value, thus 0 from create_new_value means that
16702: class has no ctors
16703:
16704: 2001-11-13 paf
16705:
16706: * src/classes/classes.C: returned accedently removed if in foreach
16707: callbacks [when hash no-0-restructure]
16708:
16709: 2001-11-12 paf
16710:
16711: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
16712: passed as-is to method, xalan makes & into & itself
16713:
16714: * src/classes/date.C: date.roll parser2 alg used
16715:
16716: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
16717: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16718: main/pa_dictionary.C, main/pa_hash.C,
16719: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
16720: now does not containt 0 values. put 0 actullay removes. no check
16721: on 0 value in foreach now required
16722:
16723: 2001-11-11 paf
16724:
16725: * src/sql/pa_sql_driver.h: removed extra constructor, doc
16726:
16727: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
16728:
16729: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
16730: driver initialize not const
16731:
16732: 2001-11-10 paf
16733:
16734: * src/main/pa_exec.C: doc
16735:
16736: 2001-11-09 paf
16737:
16738: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
16739: param properly
16740:
16741: * src/classes/string.C: string.save now does untainting before
16742: saving
16743:
16744: * src/main/pa_common.C: line endings fixing fixed last piece[was
16745: still cstr oriented]
16746:
16747: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16748: line endings fixing got rid of cstr, now must work ok with post
16749: multipart
16750:
16751: * src/types/pa_vform.C: line endings fixed at post / multipart /
16752: not file also now
16753:
16754: 2001-11-08 paf
16755:
16756: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16757: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16758: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
16759: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
16760: main/pa_stylesheet_manager.C: restructured Cache manager to be
16761: simple parent, not second parent [gcc 2.96 strangly refused to
16762: call virtual from second parent]
16763:
1.101 moko 16764: * src/: include/pa_common.h, main/Makefile.am,
16765: targets/cgi/pa_pool.C: makes
1.95 moko 16766:
16767: * src/: include/pa_request.h, main/pa_request.C,
16768: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
16769: 'status' class enabler
16770:
16771: <Location /parser-status.html> ParserStatusAllowed </Location>
16772:
16773: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16774: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16775: include/pa_stylesheet_manager.h, main/main.dsp,
16776: main/pa_cache_managers.C, main/pa_charset_manager.C,
16777: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16778: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16779: types/pa_vstatus.h: cache_managers, maybe-expiring every request
16780: todo: apache 'status' class enabler
16781:
16782: 2001-11-05 paf
16783:
16784: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
16785: debug to normal
16786:
16787: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
16788: hence i removed skipping 0 values in hash::for_each-es we need to
16789: check cleaned cache items manually. few more checks.
16790:
16791: expiring to 0 time was wrong, changed to 'now' time
16792:
16793: * src/targets/cgi/parser3.C: read can return 0, that means sort of
16794: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
16795: on apache already done :)
16796:
16797: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
16798: skipping 0 values in hash::for_each-es we need to check cleaned
16799: cache items manually
16800:
16801: * src/main/: pa_db_connection.C, pa_db_table.C:
16802: parser_multithreaded check was wrong
16803:
16804: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16805: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16806: classes/hashfile.C, classes/image.C, classes/int.C,
16807: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16808: classes/string.C, classes/table.C, classes/void.C,
16809: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16810: include/pa_array.h, include/pa_charset_connection.h,
16811: include/pa_charset_manager.h, include/pa_common.h,
16812: include/pa_config_fixed.h, include/pa_config_includes.h,
16813: include/pa_db_connection.h, include/pa_db_manager.h,
16814: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16815: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16816: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16817: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16818: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16819: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16820: include/pa_stack.h, include/pa_string.h,
16821: include/pa_stylesheet_connection.h,
16822: include/pa_stylesheet_manager.h, include/pa_table.h,
16823: include/pa_threads.h, include/pa_types.h, main/compile.C,
16824: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16825: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
16826: main/pa_charset_manager.C, main/pa_common.C,
16827: main/pa_db_connection.C, main/pa_db_manager.C,
16828: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16829: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16830: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16831: main/pa_socks.C, main/pa_sql_driver_manager.C,
16832: main/pa_status_provider.C, main/pa_string.C,
16833: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16834: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16835: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16836: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16837: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16838: targets/isapi/pool_storage.h, types/pa_valiased.C,
16839: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16840: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16841: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16842: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16843: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16844: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16845: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16846: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16847: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
16848: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16849: types/pa_vstateless_object.h, types/pa_vstatus.h,
16850: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
16851: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16852: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16853: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
16854: $status:db fixed used not initialized in db_connection & db_table
16855:
16856: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
16857: $status:charset
16858:
16859: * src/: classes/xdoc.C, include/pa_db_connection.h,
16860: include/pa_stylesheet_connection.h,
16861: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
16862: types/pa_vstatus.h: $status:stylesheet
16863:
16864: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
16865: include/pa_request.h, include/pa_sql_connection.h,
16866: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16867: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
16868: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16869: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16870: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
16871: types/pa_vxnode.C, types/types.dsp: started status parser class
16872:
16873: 2001-11-01 paf
16874:
16875: * src/include/pa_config_auto.h.in: makes
16876:
16877: * src/main/pa_hash.C: removed old extra include
16878:
16879: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
16880: checks [for hp, there are such in math.h]
16881:
16882: * src/classes/op.C: ^for endless loop check strightened
16883:
16884: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
16885: behavior in native calls. it left unchanged, so ^for ^foreach &
16886: co can use r.root to write their i & key,value there
16887:
16888: * src/classes/op.C: detected for var storage bug, fixed.
16889: todo:foreach
16890:
16891: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
16892: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16893: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
16894: changing of hash inside of foreach
16895:
16896: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
16897: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
16898: were hash.foreach
16899:
16900: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
16901: types/pa_vstring.C, types/pa_vstring.h:
16902: ^foreach[key|value]{body}[[separator]|{separator}]
16903:
16904: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
16905: types/pa_vcookie.C: ^hash.delete[key]
16906:
16907: 2001-10-31 paf
16908:
16909: * src/main/: compile.C, pa_common.C: completely empty file now
16910: considered "read", not ignored [not perfect trick used]
16911:
16912: * src/main/pa_common.C: simplier common ifdefs
16913:
16914: * src/main/pa_common.C: typing bug in common - bad ifdeff
16915:
16916: * src/main/pa_db_connection.C: z
16917:
16918: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
16919: lockdetector flags
16920: dbenv.lk_detect=DB_LOCK_RANDOM;
16921:
16922: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
16923: from accidental show [imagine user forgot @exception]
16924:
16925: * src/classes/table.C: ^table.save[[nameless|+append;]path]
16926:
16927: * src/: classes/file.C, classes/image.C, classes/mail.C,
16928: classes/string.C, classes/xnode.C, include/pa_common.h,
16929: main/pa_common.C: ^string.save[[append;]path]
16930:
16931: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16932: main/execute.C: \ in expression: int divide 10/3=3
16933:
16934: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
16935: inside of ^cache
16936:
16937: * src/: include/pa_threads.h, main/pa_db_connection.C,
16938: main/pa_db_table.C, targets/cgi/pa_threads.C,
16939: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
16940: needed
16941:
16942: 2001-10-30 paf
16943:
16944: * src/: classes/classes.dsp, main/main.dsp,
16945: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16946: types/types.dsp: enabled debug incremental compile
16947:
16948: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16949: form post data line endings not reformatted now.
16950:
16951: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
16952: now required [had bug when file= has no value]
16953:
16954: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
16955: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
16956: cstr(asis) default param removed
16957:
16958: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
16959:
16960: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
16961:
16962: * src/include/pa_dir.h: LOAD_DIR fixed
16963:
16964: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
16965: was broken} fix_line_breaks
16966:
16967: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
16968: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
16969: packed with #pragma pack
16970:
1.101 moko 16971: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 16972:
16973: 2001-10-29 paf
16974:
16975: * src/types/pa_wcontext.h: bitfield syntax stricter
16976:
16977: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
16978: string hash.puts
16979:
16980: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
16981:
16982: * src/include/pa_sql_connection.h: there were one wrong
16983: SQL_CONNECTION_FUNC_GUARDED [failed]
16984:
16985: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
16986: param.someday either ifdef or remove it
16987:
16988: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
16989:
16990: * src/main/untaint.C: optimizing returned after debugging
16991:
16992: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
16993: main/untaint.C: memory hunging #pragma pack(1)
16994:
16995: 16 419 844 13 169 394
16996:
16997: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16998: targets/cgi/pa_pool.C: String size_t replace to uint in proper
16999: places [todo:Array]
17000:
17001: * src/: main/execute.C, targets/cgi/pa_pool.C,
17002: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17003: types/pa_wwrapper.h: debugging memory WContext flags to bits
17004:
17005: total 5 652 652/158731 total 5 469 332/158731
17006:
17007: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17008: Array:: without cache in get/put now
17009:
17010: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17011: 18:25:27 2001] total 5 652 652/158731
17012:
17013: * src/: include/pa_string.h, main/pa_string.C,
17014: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17015: now
17016:
17017: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17018: 18:11:53 2001] total 5796092/158731
17019:
17020: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17021: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17022: key ref now
17023:
17024: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17025: 17:11:17 2001] total 16867948/202658
17026:
17027: * src/: classes/file.C, classes/image.C, classes/string.C,
17028: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17029: main/execute.C, main/pa_array.C, main/pa_common.C,
17030: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17031: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17032: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17033: string::as_int/double now usually uses stack, not heap [200K out
17034: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17035:
17036: * src/main/pa_sql_driver_manager.C: ping to have services [old
17037: hiding bug]
17038:
17039: * src/Makefile.am: .am order
17040:
17041: * src/: include/pa_array.h, include/pa_charset_manager.h,
17042: include/pa_db_connection.h, include/pa_db_manager.h,
17043: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17044: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17045: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17046: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17047: required "friend class"
17048:
17049: ../include/pa_request.h:51: friend declaration requires
17050: class-key, i.e. `friend class Temp_lang'
17051:
17052: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17053: main/pa_exception.C, main/pa_sql_driver_manager.C,
17054: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17055:
17056: the idea is to #1 jump to C++ some function to main body, where
17057: every function stack frame has exception unwind information and
17058: from there... #2 propagate_exception()
17059:
17060: 2001-10-28 paf
17061:
17062: * src/main/pa_db_connection.C: removed old consts
17063:
17064: * src/main/pa_db_connection.C: expire table [was accidently pasted
17065: with wrong type/cast]
17066:
17067: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17068: translation
17069:
1.101 moko 17070: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 17071: remember to build DB2 with -fexceptions!!!
17072:
17073: * src/main/pa_db_table.C: DB_RMW defed
17074:
17075: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17076: include/pa_db_connection.h, include/pa_db_manager.h,
17077: include/pa_db_table.h, main/pa_db_connection.C,
17078: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17079:
17080: 2001-10-27 paf
17081:
17082: * src/: classes/hashfile.C, include/pa_db_connection.h,
17083: include/pa_db_table.h, main/pa_db_connection.C,
17084: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17085: types/pa_vhashfile.C: DB2 ifdefs
17086:
1.101 moko 17087: * src/: classes/Makefile.am, include/pa_config_fixed.h,
17088: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 17089: makes with DB2
17090:
1.101 moko 17091: * src/: include/pa_config_auto.h.in, main/Makefile.am,
17092: types/Makefile.am: makes db
1.95 moko 17093:
17094: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17095: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17096: globals.C
17097:
17098: * src/: classes/hashfile.C, include/pa_db_connection.h,
17099: include/pa_db_table.h, main/pa_db_connection.C,
17100: main/pa_db_table.C: ^hashfile.clear[]
17101:
17102: * src/classes/classes.awk: no $ in var names
17103:
17104: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17105: connection&table [forgotten calls]
17106:
17107: 2001-10-26 paf
17108:
17109: * src/main/pa_db_connection.C: db checkpoints
17110:
17111: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17112: checkpoints
17113:
17114: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17115: default. but entities still reparsed. todo: tothink
17116:
17117: * src/main/pa_db_connection.C: db recover mech 2
17118:
17119: * src/: classes/hashfile.C, include/pa_db_connection.h,
17120: include/pa_db_manager.h, include/pa_db_table.h,
17121: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17122: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17123: types/pa_vhashfile.h: db connections & tables now cached at
17124: create time & multithreaded
17125:
17126: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17127: parsed_source
17128:
17129: * src/main/pa_db_connection.C: about to remove connection from
17130: vhashfile
17131:
17132: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
17133: transaction commit/rollback responsibility left to parent [as it
17134: sould - else there were a bug with double free]
17135:
17136: * src/include/pa_db_table.h: db: child transaction commit/rollback
17137: responsibility left to parent [as it sould - else there were a
17138: bug with double free]
17139:
17140: 2001-10-25 paf
17141:
17142: * src/: classes/hashfile.C, include/pa_common.h,
17143: include/pa_db_connection.h, include/pa_db_manager.h,
17144: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
17145: types/pa_vhashfile.C, types/pa_vhashfile.h,
17146: include/pa_db_table.h, main/pa_db_table.C: started db_home
17147: [multiple, cached] todo: autorecover [tried, but not succeded,
17148: yet]
17149:
17150: * src/include/pa_dir.h: ancient gpf on dir not found fixed
17151:
17152: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
17153: transaction parent passed
17154:
17155: 2001-10-24 parser
17156:
1.101 moko 17157: * src/classes/Makefile.am: makes
1.95 moko 17158:
17159: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
17160: isapi/pool_storage.h: pool_storage fixed
17161:
17162: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
17163: types/pa_vform.h: form fix_line_breaks
17164:
1.101 moko 17165: * src/targets/cgi/pool_storage.h: makes
1.95 moko 17166:
17167: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
17168: targets/cgi/pool_storage.h: makes
17169:
17170: * src/sql/pa_sql_driver.h: version
17171:
17172: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
17173: types/pa_vform.C, types/pa_vform.h: .am
17174:
17175: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
17176: this: DB_RMW Acquire write locks instead of read locks when doing
17177: the retrieval. Setting this flag may decrease the likelihood of
17178: deadlock during a read-modify-write cycle by immediately
17179: acquiring the write lock during the read part of the cycle so
17180: that another thread of control acquiring a read lock for the same
17181: item, in its own read-modify-write cycle, will not result in
17182: deadlock
17183:
17184: * src/targets/isapi/parser3isapi.dsp: doc
17185:
17186: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
17187:
17188: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
17189:
17190: * src/: classes/hashfile.C, include/pa_db_connection.h,
17191: main/pa_db_connection.C: hashfile expired deleted from db when
17192: get & iterate
17193:
17194: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
17195: expiring 1
17196:
17197: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
17198:
17199: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
17200: db_connection not bothers with key when not returning expired
17201: data
17202:
17203: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17204: types/pa_vhashfile.C: db_cursor constructor public now
17205:
17206: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17207: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
17208: stamped, todo: put_element analize
17209:
17210: * src/: include/pa_db_connection.h, include/pa_string.h,
17211: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
17212: serialize. todo stamp
17213:
17214: 2001-10-23 parser
17215:
17216: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
17217: classes/image.C, classes/mail.C, classes/response.C,
17218: classes/string.C, classes/table.C, classes/xdoc.C,
17219: include/pa_config_fixed.h, include/pa_db_connection.h,
17220: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
17221: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
17222: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
17223: types/pa_vtable.C: ^hashfile.hash[]
17224:
17225: * src/: classes/hashfile.C, classes/xdoc.C,
17226: include/pa_config_fixed.h, main/pa_db_manager.C,
17227: main/pa_globals.C: ifdefs so it compiled without db
17228:
17229: * src/: classes/hashfile.C, include/pa_db_connection.h,
17230: include/pa_db_manager.h, main/pa_db_connection.C,
17231: main/pa_db_manager.C, types/pa_vhashfile.h:
17232: ^hashfile.transaction{code} ^hashfile:clear[filename]
17233: ^hashfile.delete[key]
17234:
17235: 2001-10-22 parser
17236:
17237: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
17238: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
17239:
17240: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
17241: classes/xnode.C, include/pa_charset_connection.h,
17242: include/pa_db_connection.h, include/pa_db_manager.h,
17243: include/pa_exception.h, include/pa_sapi.h,
17244: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17245: include/pa_stylesheet_connection.h,
17246: include/pa_stylesheet_manager.h,
17247: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17248: main/pa_db_connection.C, main/pa_db_manager.C,
17249: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
17250: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17251: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
17252: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
17253: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
17254: types/types.dsp: hashfile 0
17255:
17256: * src/types/pa_vhashfile.C: z
17257:
17258: * src/: classes/classes.dsp, classes/hashfile.C,
17259: include/pa_config_fixed.h, main/execute.C,
17260: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
17261: types/pa_vhashfile.h, types/types.dsp: hashfile -100
17262:
17263: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
17264:
17265: * src/: include/pa_exception.h, include/pa_request.h,
17266: main/execute.C, main/pa_exception.C, main/pa_request.C,
17267: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17268: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
17269:
17270: 2001-10-19 parser
17271:
17272: * src/include/pa_pool.h: header
17273:
17274: * src/main/pa_pool.C: auto compiled on gcc
17275:
17276: * src/classes/image.C: comment
17277:
1.101 moko 17278: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 17279:
17280: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17281: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17282: types/pa_vxnode.h: xnode clone got freed
17283:
17284: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17285: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
17286: can free up xalandomstring resulting from pool::transcode
17287:
17288: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
17289: include/pa_config_fixed.h, include/pa_exception.h,
17290: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
17291: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
17292: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
17293: to c++ exceptions 1xml configure fixed to exclude xalan-patch
17294: from non-xml compile
17295:
17296: * src/main/pa_request.C: pool:: context - get_context
17297:
17298: * src/: classes/classes.h, classes/date.C, classes/double.C,
17299: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17300: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17301: classes/string.C, classes/table.C, classes/void.C,
17302: include/pa_config_fixed.h, include/pa_exception.h,
17303: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
17304: main/compile.C, main/compile_tools.C, main/execute.C,
17305: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
17306: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17307: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17308: main/pa_string.C, main/pa_table.C, main/untaint.C,
17309: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17310: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
17311: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
17312: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
17313: types/pa_vstateless_class.h, types/pa_vtable.C,
17314: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
17315: exceptions 0
17316:
17317: * src/classes/classes.awk: $ removed
17318:
17319: 2001-10-18 parser
17320:
17321: * src/types/pa_vcookie.C: cookie:CLASS
17322:
17323: * src/main/main.dsp: project
17324:
17325: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
17326: set_document & ctor question "who owns document" solved
17327:
17328: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
17329:
17330: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17331: main/pa_pool.C: encoding in dom creating funcs
17332:
17333: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
17334: be transformed now
17335:
17336: * src/classes/xdoc.C: dom created by create can be transformed now
17337:
17338: * src/classes/xdoc.C: z
17339:
17340: * src/classes/xdoc.C: comment
17341:
17342: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
17343: create now uses XercesDocumentBridge, appendChild&co now works
17344:
17345: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
17346: @ recompile
17347:
17348: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
17349: $origin @exception[
17350:
17351: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
17352: tag names forced to XML lang
17353:
17354: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
17355: leechy-found bugs in code&doc fixed
17356:
17357: 2001-10-17 parser
17358:
17359: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
17360: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
17361: n functionality preserved
17362:
17363: * src/types/pa_vimage.h: removed unused vimage::save
17364:
17365: 2001-10-16 parser
17366:
17367: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
17368:
17369: * src/classes/: xnode.C: removed few dom returns & changed op.txt
17370:
17371: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
17372:
17373: * src/classes/image.C: image.copy tolerance
17374:
17375: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
17376: ineffective, but works for small paleted image
17377:
17378: * src/types/pa_vimage.C: comment
17379:
17380: * src/classes/image.C: gd size/resize bugfix
17381:
17382: * src/: classes/classes.dsp, main/main.dsp,
17383: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17384: types/types.dsp: ident >nul 2>&1
17385:
17386: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
17387: systems
17388:
17389: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
17390: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
17391:
17392: 2001-10-15 parser
17393:
17394: * src/main/execute.C: z
17395:
17396: * src/classes/: xdoc.C: !::create{qualifiedName}
17397:
17398: * src/types/pa_vxnode.C: document_type_node.
17399: !readonly attribute DOMString name
17400: !notation_node.
17401: !readonly attribute DOMString publicId
17402: !readonly attribute DOMString systemId
17403:
1.101 moko 17404: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
17405: ::write badly passed string too transparently [failed to
17406: intercept it]
1.95 moko 17407:
17408: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
17409: include/pa_request.h, main/pa_sql_driver_manager.C,
17410: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17411: types/pa_vxnode.h: DOM1 major addtion, only few
17412: attributes/methods left
17413:
17414: 2001-10-13 parser
17415:
17416: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17417: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
17418: in main handler
17419:
17420: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
17421: cleanups & frees order
17422:
17423: * src/types/pa_vcode_frame.h: couple comments
17424:
17425: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
17426: transparent enough to handle hash if creation&passing
17427:
17428: * src/: include/pa_config_fixed.h, main/execute.C,
17429: main/pa_exception.C: noticed that vcodeframe not transparent
17430: enough, would change now
17431:
17432: 2001-10-12 parser
17433:
17434: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
17435: fixed. initialization&free on each thread!
17436:
17437: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
17438: handling changed: now type of default param analized always, not
17439: only at problem time, thus helping early problem spotting
17440:
17441: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
17442: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
17443: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
17444: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
17445: multithread bug fixed. initialization&free on each thread!
17446:
17447: 2001-10-11 parser
17448:
17449: * src/classes/xnode.C: xnode.selectSingle now
17450:
17451: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17452: include/pa_pool.h, include/pa_stylesheet_connection.h,
17453: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
17454: convertors out of Pool into Exception
17455:
17456: * src/main/pa_string.C: const
17457:
17458: * src/: include/pa_string.h, main/pa_string.C: restructured string:
17459: linked pieces of same language together prior to String::replace
17460:
17461: * src/classes/hash.C: !^hash.add[addme]
17462: !^hash.sub[subme]
17463: !^a.union[b] = new
17464: !^a.intersection[b] = new
17465: !^a.intersects[b] = bool
17466:
17467: * src/classes/hash.C: !^hash::append[append_from]
17468:
17469: * src/: classes/hash.C, types/pa_vhash.h:
17470: !^hash::create[[copy_from]]
17471:
17472: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
17473: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
17474: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
17475: fixed. got rid of empty_string, which caused errors - it hasnt
17476: exception but somebody[value.bark] tried to throw it on it's pool
17477:
1.101 moko 17478: * src/include/pa_config_auto.h.in: makes
1.95 moko 17479:
17480: 2001-10-10 parser
17481:
17482: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
17483:
17484: * src/main/: compile.tab.C, compile.y: ^a[
17485:
17486: @next_method << now unclosed ] would be reported here
17487:
17488: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
17489: compile error
17490:
17491: 2001-10-09 parser
17492:
1.101 moko 17493: * src/: classes/Makefile.am, main/Makefile.am,
17494: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 17495:
17496: * src/classes/Makefile.am: makes
17497:
17498: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
17499: win32 errors intercepted [xalan transformer patched and
17500: incorporated]
17501:
17502: * src/: classes/classes.dsp, classes/xdoc.C,
17503: include/pa_stylesheet_connection.h, main/main.dsp,
17504: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17505: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
17506: patches starting
17507:
17508: * src/classes/: string.C, table.C: ^string.save[file]
17509:
17510: * src/classes/: date.C, table.C: calendar moved to date
17511:
17512: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
17513: string/table] now
17514:
17515: * src/classes/: op.C, table.C: z
17516:
17517: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
17518: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
17519: types/pa_vxnode.h: table:menu & op for delims made allowed not to
17520: be code [be string..]
17521:
17522: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
17523: table.C: lots of
17524: params->as_int/double/as_string/as_junction/as_no_junction
17525: messages added
17526:
17527: 2001-10-08 parser
17528:
17529: * src/: classes/date.C, classes/image.C, classes/string.C,
17530: classes/table.C, classes/void.C, include/pa_request.h:
17531: params->as_int/double message added
17532:
17533: * src/classes/image.C: image:circle [and round arc] uses Bresenham
17534:
17535: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
17536: image:sector removed image:html internal "line-*" attribs
17537:
17538: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
17539: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
17540:
17541: * src/types/pa_vcookie.C: removing cookie made more netscape-like
17542: way
17543:
17544: * src/: classes/file.C, classes/form.C, main/pa_common.C,
17545: main/untaint.C: header untainting to UL_HTTP_HEADER,
17546: UL_MAIL_HEADER made nonforced [only tainted pieces]
17547:
17548: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
17549: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
17550: @ SAPI::log
17551:
17552: * src/main/untaint.C: \r to ' ' in origins mode
17553:
17554: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
17555: set]
17556:
17557: * src/: classes/xdoc.C, include/pa_config_fixed.h,
17558: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
17559: nonstandard liaison freed up
17560:
17561: 2001-10-07 parser
17562:
17563: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
17564: project
17565:
17566: 2001-10-05 parser
17567:
17568: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
17569: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
17570: from outputing to cerr. lots of "todos"
17571:
17572: * src/main/untaint.C: http_header tainting more gentle with
17573: enquoting now
17574:
17575: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
17576: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
17577: xml errorhandler. fixed string.replace a little, read @test
17578:
17579: * src/main/pa_string.C: found replace bug - first_that_starts(char
17580: *) does not have limit, and looks further eos, fixing....
17581:
17582: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
17583:
17584: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
17585:
17586: * src/main/: pa_charset_connection.C: ctype another mem clear
17587: bugfix
17588:
1.101 moko 17589: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
17590: $result[^[$p^]z] now works fine
1.95 moko 17591:
17592: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
17593: wrong. fixed it
17594:
17595: * src/main/pa_charset_connection.C: unicode zero pair at the beging
17596: of totable appered to be vital
17597:
17598: 2001-10-04 parser
17599:
17600: * src/classes/image.C: ^image.length[text]
17601:
17602: 2001-10-03 parser
17603:
17604: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
17605:
17606: * src/main/pa_request.C: restored pcre defaulting in request
17607: [mindlessly "optimized" yesterday] comment left
17608:
17609: 2001-10-02 parser
17610:
17611: * src/: main/pa_charset_manager.C,
17612: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
17613: needed
17614:
17615: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
17616: forgot non-xml pool.*charset needed
17617:
17618: * src/classes/table.C: # config comments fixed
17619:
17620: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
17621: charset_connection #comment now
17622:
17623: * src/: classes/classes.dsp, types/types.dsp: release projects
17624: options fixed to use release msvcrt lib
17625:
17626: * src/main/pa_charset_connection.C: pcre tables now const inside
17627: removed default - pcre handles that internally fixed bug on
17628: not-cleaning tables [previously was calloced, now member]
17629:
17630: * src/: include/pa_request.h, main/pa_charset_connection.C,
17631: main/pa_request.C, types/pa_vstring.h: pcre tables now const
17632: inside removed default - pcre handles that internally fixed bug
17633: on not-cleaning tables [previously was calloced, now member]
17634:
17635: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
17636: tested charset reload on file change @ apache version = OK tested
17637: freeing up prev encoding on adding new = OK
17638:
17639: 2001-10-01 parser
17640:
17641: * src/main/pa_charset_connection.C: removed entitify external hack
17642: [internal installed]
17643:
1.101 moko 17644: * src/main/Makefile.am: makes+removed dtd
1.95 moko 17645:
17646: * src/: include/pa_charset_connection.h,
17647: include/pa_charset_manager.h,
17648: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17649: main/pa_charset_connection.C, main/pa_charset_manager.C,
17650: main/pa_request.C: charset loading & caching mech 0
17651:
17652: * src/: include/pa_stylesheet_connection.h,
17653: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17654: main/pa_globals.C, main/pa_request.C: would make charset loading
17655: & caching mech now
17656:
17657: 2001-09-30 parser
17658:
17659: * src/main/pa_request.C: forgot to fill toTable
17660:
17661: * src/: include/pa_config_fixed.h, main/pa_request.C: started
17662: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
17663: failed on win32 for now..
17664:
17665: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
17666: now charsets table configuration variable is: CHARSETS
17667:
17668: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
17669: ctype with unicode 1. todo: no П entities on output somehow
17670:
17671: * src/: classes/file.C, classes/op.C, classes/string.C,
17672: include/pa_request.h, main/pa_request.C: started ctype with
17673: unicode values
17674:
17675: 2001-09-28 parser
17676:
17677: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
17678: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
17679: string passed AS-IS now
17680:
17681: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
17682: way of user-configuring... todo: implement
17683:
17684: 2001-09-27 parser
17685:
17686: * src/classes/table.C: table.sort changed to sort table itself
17687:
17688: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
17689: X^.getElementsByTagName[tagname] = array of xnode
17690: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
17691: nodes removed - regretfully not supported @ xalan. maybe someday
17692: would reimplement, if needed.
17693:
17694: win32build system: solved long waiting anti-non-started-apache
17695: problem
17696:
17697: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
17698: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17699: types/types.dsp: win32 ident make system so not to rebuild
17700: library [ident.C.new]
17701:
17702: 2001-09-26 parser
17703:
17704: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
17705: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
17706: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17707: types/pa_vxnode.C, types/types.dsp: z
17708:
17709: * src/classes/classes.C: forgot one non-xml check
17710:
1.101 moko 17711: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
17712: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 17713:
17714: * src/targets/cgi/parser3.C: z
17715:
17716: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
17717: targets/isapi/parser3isapi.C: #ifdef SMTP
17718:
17719: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
17720: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17721: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
17722: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
17723: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17724: types/types.dsp: xdoc&xnode now
17725:
17726: * src/: classes/classes.C, classes/classes.awk,
17727: classes/classes.dsp, classes/classes.h, classes/date.C,
17728: classes/dnode.C, classes/dnode.h, classes/dom.C,
17729: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17730: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17731: classes/op.C, classes/response.C, classes/string.C,
17732: classes/table.C, classes/void.C, include/pa_array.h,
17733: include/pa_common.h, include/pa_config_fixed.h,
17734: include/pa_config_includes.h, include/pa_dictionary.h,
17735: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17736: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17737: include/pa_socks.h, include/pa_sql_connection.h,
17738: include/pa_sql_driver_manager.h, include/pa_stack.h,
17739: include/pa_string.h, include/pa_stylesheet_connection.h,
17740: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
17741: include/pa_xslt_stylesheet_manager.h, main/compile.C,
17742: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17743: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
17744: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17745: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17746: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17747: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17748: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
17749: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17750: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17751: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
17752: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17753: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
17754: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17755: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17756: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17757: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
17758: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
17759: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17760: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
17761: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17762: types/pa_vmethod_frame.h, types/pa_vobject.h,
17763: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17764: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17765: types/pa_vstateless_object.h, types/pa_vstring.C,
17766: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17767: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
17768: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
17769: main.dsp splitted to main+classes+types along to .am
17770:
17771: * src/classes/Makefile.am: removed useless var
17772:
17773: * src/: classes/classes.cmd, main/main.dsp,
17774: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
17775: main.dsp
17776:
17777: 2001-09-25 parser
17778:
17779: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
17780: 1251 though, todo ICU
17781:
1.101 moko 17782: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 17783: include/pa_stylesheet_connection.h, main/Makefile.am,
1.101 moko 17784: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
17785: types/pa_vdom.h: xml configure makes
1.95 moko 17786:
17787: 2001-09-24 parser
17788:
1.101 moko 17789: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
17790: types/Makefile.am: makes
1.95 moko 17791:
1.101 moko 17792: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 17793:
17794: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
17795: started unix makes update
17796:
17797: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
17798: started unix makes update
17799:
17800: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
17801:
17802: * src/types/pa_value.h: z
17803:
17804: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
17805: bugs with usinge hash/table in expressions
17806:
17807: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
17808: resolved conflicts fixed [const]
17809:
17810: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
17811: classes/table.C, include/pa_request.h, include/pa_sapi.h,
17812: main/compile.C, main/compile.tab.C, main/compile.y,
17813: main/compile_tools.h, main/main.dsp, main/pa_common.C,
17814: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17815: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
17816: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
17817: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17818: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
17819: with before_xml [merge2 actually didn't happen - i've created
17820: tags on wrong branch. so this merge is in fact re-merge]
17821:
17822: 2001-09-21 parser
17823:
17824: * src/: main/main.dsp, targets/cgi/parser3.dsp,
17825: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
17826: produced "" in make file and sadly wrong interpreted on load]
17827:
1.101 moko 17828: * src/: classes/classes.h, classes/hash.C, classes/op.C,
17829: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
17830: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17831: include/pa_sql_driver_manager.h, include/pa_string.h,
17832: main/compile.tab.C, main/main.dsp, main/pa_common.C,
17833: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
17834: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 17835:
17836: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
17837: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
17838: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
17839: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
17840: main/pa_pool.C, main/pa_request.C,
17841: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
17842: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
17843: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17844: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
17845: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
17846: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
17847: types/pa_vrequest.C, types/pa_vresponse.h,
17848: types/pa_vstateless_class.C, types/pa_vstring.C,
17849: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
17850: created new projects for sql drivers [planning to remove sql
17851: drivers from main cvs project] first, will join latest changes
17852:
17853: * src/classes/: dom.C: defaulted dom writing methods encoding to
17854: pool.get_charset
17855:
17856: * src/classes/dom.C: defaulted dom writing methods encoding to
17857: pool.get_charset
17858:
17859: * src/include/pa_pool.h: defaulted dom writing methods encoding to
17860: pool.get_charset
17861:
17862: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
17863: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
17864: methods encoding to pool.get_charset
17865:
17866: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
17867: transcoder were created right "unsupported encoding" message.
17868: not @ set time, but @ use time, so until xml output functions
17869: .string, .file, .save used - no encoding name check occur
17870:
17871: reduced transcode buffer size to 60 fixed pool cleanup - no
17872: registration needed, pools are officially destructured
17873:
17874: 2001-09-20 parser
17875:
17876: * src/classes/image.C: 20K preload on jpg measure [image::measure]
17877:
17878: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
17879: $MAIN:DEFAULTS.content-type[$.charset[here]]
17880:
17881: * src/: classes/dnode.C, classes/dom.C,
17882: include/pa_config_includes.h, include/pa_globals.h,
17883: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
17884: main/pa_pool.C, targets/cgi/parser3.dsp,
17885: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17886: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
17887: Pool::transcode 0
17888:
17889: * src/classes/dom.C: dom. string save file moved output xml options
17890: to last param and made it optional
17891:
17892: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
17893: dnodes
17894: !$attributenode.specified = boolean
17895: true if the attribute received its value explicitly
17896: in the XML document,
17897: or if a value was assigned programatically with the
17898: setValue function.
17899: false if the attribute value came from the default value
17900: declared in the document's DTD.
17901: !$pinode.target = target of this processing instruction
17902: XML defines this as being the first token following the
17903: markup
17904: that begins the processing instruction.
17905: XPath:
17906: !^node.select[xpath/query/expression] = hash of 0->node0
17907: 1->node1
17908: !^node.select-single[xpath/query/expression] = first node if
17909: any
17910:
17911: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
17912: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
17913: some 'const's added
17914:
17915: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
17916: expression context now, there value = size and boolean value
17917: size!=0
17918:
17919: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
17920: can be used in expression context now, there value = size and
17921: boolean value size!=0
17922:
17923: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
17924: types/pa_vstring.h: dnode .file .string .save moved back to dom
17925: due to strange xalan bug
17926:
17927: 2001-09-18 parser
17928:
17929: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
17930: classes/image.C, classes/op.C, classes/table.C,
17931: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
17932: include/pa_sql_driver_manager.h, main/compile.C,
17933: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17934: main/execute.C, main/pa_common.C, main/pa_request.C,
17935: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17936: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17937: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
17938: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17939: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
17940: before_xml branch ^if(def $hash) now true only when
17941: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
17942:
17943: * src/: classes/op.C, main/execute.C: operators self changed to
17944: root ^for variable context changed to self
17945:
17946: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
17947: dnode 1
17948:
17949: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
17950: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
17951:
17952: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
17953: poly* fixed
17954:
17955: 2001-09-17 parser
17956:
17957: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
17958: types/pa_vdom.h: started dnode+dom
17959:
17960: dnode DOM methods: $node.name $node.value
17961: ...others...
17962:
17963: ^node.xpath[/rates/USD] = hash
17964: $hash[
17965: $.0[node0]
17966: $.1[node1]
17967: ]
17968:
17969: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
17970: applies to all linear primitives
17971:
17972: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
17973: include/pa_stylesheet_connection.h, main/main.dsp,
17974: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
17975: types/pa_vimage.h: started dnode DOM: $node.name
17976: $node.value ...others... ^node.xpath[/rates/USD] = hash
17977: dom(dnode)
17978:
17979: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
17980: main/compile.y, main/compile_tools.h, main/execute.C,
17981: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
17982: in expression compound($aa.zz.xx) names now can have minus '-' in
17983: name after '.'
17984:
17985: 2001-09-15 parser
17986:
17987: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
17988: image: $line-width ^line(...)[**** style]
17989:
17990: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
17991: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
17992: pool_storage - cleanups first, allocations second. apache wisely
17993: does just like that
17994:
17995: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
17996: rewritten using template, no bugs now
17997:
17998: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
17999: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18000: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18001: poorly started isapi pool_storage, would rewrite using template
18002: now
18003:
18004: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18005: include/pa_stylesheet_connection.h, main/main.dsp,
18006: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18007: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18008: xalan objects freed up [introducing Pool::register_cleanup]
18009:
18010: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18011: comments
18012:
18013: 2001-09-14 parser
18014:
18015: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18016: z
18017:
18018: * src/: classes/dom.C, classes/file.C, classes/image.C,
18019: classes/mail.C, include/pa_common.h,
18020: include/pa_sql_driver_manager.h, include/pa_string.h,
18021: include/pa_stylesheet_connection.h,
18022: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18023: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18024: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18025: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18026: compiled&cached
18027:
18028: 2001-09-13 parser
18029:
18030: * src/: classes/dom.C, classes/file.C, classes/image.C,
18031: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18032:
18033: * src/classes/dom.C: dom:file content-type(.method)
18034:
18035: * src/: include/pa_common.h, include/pa_globals.h,
18036: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18037: string now more informative error messages
18038:
18039: * src/: include/pa_globals.h, include/pa_request.h,
18040: main/pa_request.C, targets/cgi/parser3.C,
18041: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18042: ParserSiteConfig .../parser3.conf
18043:
18044: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18045:
18046: 2001-09-12 parser
18047:
18048: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18049: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18050: precise error reporting: "connection string must start with
18051: protocol://" now
18052:
18053: * src/main/compile.tab.C: fixed - subname code parts actually []
18054: braced
18055:
18056: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18057: lexer on LS_USER level did [] matching without setting nestage,
18058: introduced special LS_NAME_SQUARE_PART state
18059:
18060: 2001-09-11 parser
18061:
18062: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18063: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18064: languages+=xml
18065:
18066: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18067:
18068: * src/classes/dom.C: ^dom:save/string/file[output options] output
18069: options: $.method[xml|html|text] detection fixed
18070:
18071: * src/types/pa_vdom.h: messages
18072:
18073: * src/classes/dom.C: ^dom:save/string/file[output options] output
18074: options: $.method[xml|html|text] detection fixed
18075:
18076: 2001-09-10 parser
18077:
18078: * src/classes/dom.C: ^dom:save/string/file[output options] output
18079: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18080:
18081: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18082: added]
18083:
18084: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18085: ^dom.xslt[stylesheet filename] 0
18086:
18087: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18088: ^dom.xslt[stylesheet filename] -1 doc is lying
18089:
18090: * src/classes/dom.C: ^dom.file[encoding] = file
18091:
18092: * src/classes/: dom.C: ^dom.string[encoding] 1
18093: ^dom.save[encoding;filename]
18094:
18095: * src/classes/dom.C: ^dom.string[] 0
18096:
18097: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18098:
18099: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18100: types/pa_vform.h: ^dom.save[b.xml] 0
18101:
18102: 2001-09-08 parser
18103:
18104: * src/types/pa_vform.C: $form:tables.name.field
18105:
18106: 2001-09-07 parser
18107:
18108: * src/classes/table.C: table:empty removed, superceded by ^if(def
18109: $table)...
18110:
18111: * src/targets/cgi/parser3.C: z
18112:
18113: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18114: from '' to int/double is 0]
18115:
18116: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18117: $table) is false when table is empty
18118:
18119: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18120: !$form:tables $atable[$form:tables.a]
18121: ^atable.menu{a=$atable.element}[,]
18122:
18123: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18124: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18125:
1.101 moko 18126: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18127: types/pa_vdom.h, types/pa_vform.C: merged with successful start
18128: of dom
18129:
18130: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
18131: types/pa_vform.C, types/pa_vform.h: z
18132:
18133: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
18134: element [not last]
18135:
1.101 moko 18136: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18137: types/pa_vdom.h: introducing dom. dom:load[a.xml]
18138:
18139: 2001-09-06 parser
18140:
18141: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18142: table with one column 'element' and two rows: 1 and 2
18143:
18144: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18145: table with one column 'element' and two rows: 1 and 2
18146:
18147: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
18148: bad int/double conversions, and now $form:nonexistent.int(88)
18149: would return 88
18150:
18151: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
18152: types/pa_vhash.h: now there's special hash key '_default'
18153: [instead of ^_default method] $hash[ $.a[1] $.b[2]
18154: $._default[xx] ] $hash.c
18155:
18156: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
18157: fixed [thanks, fif], ^; were treated there non-literally
18158:
18159: * src/doc/doxygen.cfg: merged new default options from 1.2.10
18160: doxygen
18161:
18162: * src/: classes/image.C, classes/op.C, classes/string.C,
18163: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
18164: types/pa_vtable.C: few #ifndef DOXYGEN
18165:
18166: 2001-09-05 parser
18167:
18168: * src/classes/: string.C, table.C: sql options can be void [same as
18169: image:html the other day]
18170:
18171: * src/targets/cgi/Makefile.am: .am undo
18172:
18173: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18174: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
18175: macro expantion on param, simply qoutes whatever passed, undone
18176:
18177: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18178: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
18179: STRINGIZE(name) #name invented
18180:
18181: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18182: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
18183: MAIN_SQL_DRIVERS_NAME "drivers"
18184:
18185: moved to be availible to all users
18186:
18187: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
18188: SQL_DRIVER_CREATE_FUNC_NAME
18189:
18190: * src/classes/mail.C: MAIN:MAIL check fixed
18191:
18192: 2001-09-04 parser
18193:
18194: * src/classes/image.C: image.html now can accept void params
18195:
18196: * src/targets/isapi/parser3isapi.C: z
18197:
18198: * src/targets/cgi/parser3.C: full_file_spec bug
18199:
18200: * src/targets/cgi/parser3.C: getenvcheck
18201:
18202: * src/targets/cgi/parser3.C: zz
18203:
18204: * src/targets/cgi/parser3.C: zzz
18205:
18206: * src/classes/date.C: date
18207:
18208: * src/classes/date.C: date:sql-string is now without ''
18209:
1.101 moko 18210: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 18211: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
18212: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
18213:
1.101 moko 18214: * src/include/pa_config_auto.h.in: makes
1.95 moko 18215:
18216: 2001-09-03 parser
18217:
18218: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
18219:
18220: 2001-09-01 parser
18221:
18222: * src/classes/image.C: letter_spacing
18223:
18224: * src/classes/image.C: image: font params changed
18225:
18226: * src/classes/image.C: image: as_int as_string used
18227:
18228: * src/types/pa_vmethod_frame.h: $result[] now gets properly
18229: analized
18230:
18231: 2001-08-31 parser
18232:
18233: * src/targets/cgi/parser3.C: z
18234:
1.101 moko 18235: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
18236: cygwin
1.95 moko 18237:
18238: * src/classes/void.C: void:int/double += (default)
18239:
18240: * src/classes/image.C: image:font added space param image:font
18241: changed charwidth alg, added kerning const[for now]
18242:
18243: * src/classes/: string.C, table.C: string:int/double (defaults)
18244:
18245: 2001-08-29 parser
18246:
18247: * src/main/pa_exception.C: exception redundant debug info
18248:
18249: 2001-08-28 parser
18250:
18251: * src/classes/image.C: image error msgs
18252:
18253: * src/classes/image.C: image: gifsize little endian
18254:
18255: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
18256: doxygeneration
18257:
18258: * src/: classes/Makefile.am, main/Makefile.am,
18259: targets/cgi/Makefile.am, types/Makefile.am: .am-s
18260:
18261: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
18262: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
18263:
18264: * src/main/compile.C: NO_STRING_ORIGIN check2
18265:
18266: * src/classes/table.C: NO_STRING_ORIGIN check
18267:
18268: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
18269: storage class specifiers invalid in friend function declarations
18270:
18271: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
18272: main/untaint.C, targets/cgi/parser3.C,
18273: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
18274: case of limit
18275:
18276: * src/: classes/file.C, main/pa_common.C: file:move
18277: autocreate/remove dest/src dir
18278:
18279: * src/: classes/string.C, include/pa_dictionary.h,
18280: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
18281: main/untaint.C: pa_directory speeded up. moved zero 'from' check
18282: to directory constructor. string:replace
18283:
18284: 2001-08-27 parser
18285:
18286: * src/classes/image.C: fixed jpgsize alg
18287:
18288: * src/classes/image.C: fixed jpgsize alg
18289:
18290: * src/main/pa_exception.C: z
18291:
18292: * src/main/pa_common.C: removed debug info from pa_common
18293:
18294: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
18295: [auto.p from current dir loading]
18296:
1.101 moko 18297: * src/: main/pa_common.C, main/pa_exception.C,
18298: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
18299: for solaris -lsocket
1.95 moko 18300:
18301: 2001-08-24 parser
18302:
18303: * src/targets/cgi/parser3.C: not cgi extra \n 3
18304:
18305: * src/targets/cgi/parser3.C: not cgi extra \n 2
18306:
18307: * src/targets/cgi/parser3.C: not cgi extra \n
18308:
18309: * src/main/pa_sql_driver_manager.C: z
18310:
18311: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
18312: sql* removed services from disconnect - cross-request ideological
18313: probs.
18314:
18315: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
18316: cross-request ideological probs. oracle - fixed bug: cs
18317: allocated on request.pool and got freed before disconnect
18318:
18319: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
18320: mallocs fixed
18321:
18322: 2001-08-23 parser
18323:
18324: * src/classes/file.C: minor bug in file:save fixed
18325:
18326: * src/main/pa_sql_driver_manager.C: oracle: dlink
18327:
18328: 2001-08-22 parser
18329:
18330: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
18331: types/pa_vfile.h: file:load|save[text|binary;
18332:
18333: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
18334:
18335: 2001-08-21 parser
18336:
18337: * src/classes/: file.C, table.C: ^file:list
18338:
18339: 2001-08-20 parser
18340:
18341: * src/: main/compile.tab.C, main/compile.y,
18342: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
18343: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
18344: recousively caused problems: inc incremeted 123 literal!! fixed
18345:
18346: 2001-08-10 parser
18347:
18348: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
18349:
18350: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18351: added
18352:
18353: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18354: added
18355:
18356: * src/classes/table.C: table:sort restored [it was bad test :(]
18357:
18358: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
18359: ''
18360:
18361: * src/main/: pa_request.C: wanted to make const int
18362: MAX_EXECUTE_SECONDS=1;
18363:
18364: but couldnt, set_callback_and_alarm appeared to be not exported
18365: :(
18366:
18367: * src/main/pa_string.C: string.match hanged on. there were a hang
18368: check but it weren't wise enough
18369:
18370: @parse[dateString][tmp]
18371: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
18372: #end
18373:
18374: @main[] ^parse[2001-02-03]
18375:
18376: * src/classes/: table.C: table:sort now default desc
18377:
18378: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18379: table.sort now creates new sorted table
18380:
18381: 2001-08-09 parser
18382:
18383: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
18384:
18385: * src/classes/hash.C: hash:_default now [was hash:default]
18386:
18387: * src/classes/op.C: case without switch check added
18388:
18389: * src/types/pa_vcookie.C: cookie name&value origins added, more
18390: precise $ORIGINS(1)
18391:
18392: * src/main/Makefile.am: .am
18393:
18394: * src/classes/void.C: void: int double copy/paste from int: bug
18395: fixed
18396:
18397: * src/classes/void.C: void: int double copy/paste from int: bug
18398: fixed
18399:
18400: 2001-08-07 parser
18401:
18402: * src/: classes/double.C, classes/int.C, classes/string.C,
18403: classes/table.C, include/pa_globals.h, main/pa_globals.C:
18404: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18405: string, table
18406:
18407: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
18408: srand made working
18409:
18410: 2001-08-06 parser
18411:
18412: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
18413: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
18414: main/compile.tab.C, main/compile.y, main/pa_array.C,
18415: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
18416: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
18417:
18418: * src/main/pa_exec.C: exec win32 real filename
18419:
18420: * src/classes/file.C: exec stderr out
18421:
18422: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
18423:
18424: 2001-08-03 parser
18425:
18426: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
18427:
18428: 2001-08-02 parser
18429:
18430: * src/: classes/string.C, classes/table.C, include/pa_array.h,
18431: main/execute.C, main/pa_exec.C: introducing Array_iter
18432:
18433: * src/main/execute.C: detected quick_get recursion bug. changed to
18434: get@execute, but needs array iterator, separate from array to
18435: avoid it & use caching
18436:
18437: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
18438: bug fixed
18439:
18440: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
18441: main/execute.C, main/pa_globals.C: found another multithread bug
18442: in op.C (last, last global var killed) :)
18443:
18444: 2001-08-01 parser
18445:
18446: * src/: include/pa_dictionary.h, include/pa_globals.h,
18447: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
18448: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18449: main/untaint.C: speeded up typo-html replacements. introducing
18450: Dictionary with first-char caching
18451:
18452: 2001-07-31 parser
18453:
18454: * src/types/Makefile.am: pa_vtable.C added to .am
18455:
18456: * src/main/compile.tab.C: added, so that could be compiled even on
18457: non-bison-enabled platforms
18458:
18459: 2001-07-28 parser
18460:
18461: * src/classes/table.C: table:hash always produces hash, when can't
18462: - empty
18463:
18464: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
18465: skipped \n
18466:
18467: 2001-07-27 parser
18468:
18469: * src/classes/: double.C, int.C, string.C: provided meaningful msg
18470: on int/double/string :sql without result and default
18471:
18472: 2001-07-26 parser
18473:
18474: * src/classes/op.C: fixed bad multithread bug with strangly global
18475: OP
18476:
18477: * src/main/compile.y: $man[$.age[zzz]] 0
18478:
18479: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
18480: creation syntax problem persists. restored $: for a while.
18481: thinking of $man[$.age[zzz]] syntax now
18482:
18483: * src/: classes/double.C, classes/int.C, classes/string.C,
18484: include/pa_opcode.h, main/compile.C, main/compile.y,
18485: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
18486: types/pa_vmethod_frame.h, types/pa_wcontext.h,
18487: types/pa_wwrapper.h: fixing :: realization #1
18488:
18489: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
18490: main/compile_tools.h, main/execute.C, main/pa_request.C,
18491: types/pa_vmethod_frame.h: introducing :: this is constructor call
18492: prefix. ordinary : remains for static accesses
18493:
18494: 2001-07-25 parser
18495:
18496: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
18497: fields 2. methods 3. columns
18498:
18499: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
18500: quote. optimized double&int tostring-s
18501:
18502: * src/main/: compile.C, compile.y, compile_tools.h: allowed
18503: whitespace before first method decl
18504:
18505: * src/classes/table.C: allowed nontable result in table:sql,
18506: results in empty table
18507:
18508: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
18509: lines before first method decl
18510:
18511: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
18512: types/pa_vtable.h: ^table.record[] now $table.fields
18513:
18514: * src/main/compile.y: $var[] is now empty string, not void
18515:
18516: * src/main/: compile.y, execute.C: $var[] is now empty string, not
18517: void
18518:
18519: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
18520: main/pa_globals.C: match replace code context moved to implicit
18521: $match context
18522:
18523: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
18524: main/compile_tools.h, main/execute.C: with killed, code storage
18525: introduced with former 'with' syntax
18526:
18527: 2001-07-24 parser
18528:
18529: * src/: main/compile.C, main/execute.C, main/pa_string.C,
18530: types/pa_value.h: first get_element, next get operator
18531:
18532: * src/main/compile.y: removed @end handling
18533:
18534: * src/main/: compile.C, compile.y: @end handling method2
18535:
18536: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18537: file:move
18538:
18539: * src/main/pa_common.C: file_read close @ eof when imgsize bug
18540: fixed
18541:
18542: 2001-07-23 parser
18543:
18544: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
18545: driver
18546:
18547: * src/classes/hash.C: changed sql driver query interface
18548:
18549: * src/: classes/hash.C, classes/string.C, classes/table.C,
18550: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
18551: changed sql driver query interface
18552:
18553: 2001-07-20 parser
18554:
18555: * src/types/pa_vrequest.C: X!$browser:type
18556:
18557: * src/: classes/file.C, classes/string.C, include/pa_string.h,
18558: main/execute.C, main/pa_string.C, types/pa_valiased.C,
18559: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
18560: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
18561: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
18562: types/pa_vobject.h, types/pa_vrequest.C,
18563: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
18564: ^class:method dynamic calls allowed. ^BASE.method call disabled.
18565: BASE element globally removed
18566:
18567: 2001-07-18 parser
18568:
18569: * src/classes/file.C: file:exec/cgi msg
18570:
18571: * src/classes/file.C: $file:exit-code renamed to 'status'
18572:
18573: * src/: classes/file.C, main/pa_exec.C: file:exec
18574:
1.101 moko 18575: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
18576: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
18577: removed $id from *.in *.am
1.95 moko 18578:
18579: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
18580: abbrevations
18581:
18582: * src/: classes/date.C, classes/mail.C, classes/math.C,
18583: classes/string.C, classes/table.C, include/pa_globals.h,
18584: include/pa_string.h, main/execute.C, main/pa_globals.C,
18585: main/pa_request.C, main/pa_string.C, main/untaint.C,
18586: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
18587: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
18588: $ORIGINS(1) output tracing mode
18589:
18590: 2001-07-13 parser
18591:
18592: * src/: classes/double.C, classes/int.C, classes/string.C,
18593: include/pa_request.h, main/execute.C, main/pa_request.C:
18594: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18595: second would not call first @auto
18596:
18597: * src/main/: execute.C, pa_request.C: order of MAIN parents was
18598: wrong, fixed
18599:
18600: 2001-07-12 parser
18601:
18602: * src/types/pa_value.h: pa_value.putelement modification of system
18603: classes prevented
18604:
18605: 2001-07-11 parser
18606:
18607: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
18608: table $piece
18609:
18610: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
18611: types/pa_vstateless_class.h: $file created by file:state +=
18612: .atime .mtime .ctime +found&fixed bug with exceptions on
18613: get_junction-created objects [they were on wrong pool]
18614:
18615: 2001-07-09 parser
18616:
18617: * src/main/untaint.C: qp wrong name
18618:
18619: * src/: classes/date.C, classes/string.C, classes/table.C,
18620: main/compile.y: date format 0
18621:
18622: 2001-07-07 parser
18623:
18624: * src/: classes/date.C, classes/table.C, include/pa_common.h,
18625: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
18626: roll table calendar
18627:
18628: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
18629: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
18630: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
18631: include/pa_request.h, main/main.dsp, types/pa_value.h,
18632: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
18633: string. todo: sql, calendar
18634:
18635: 2001-07-06 parser
18636:
18637: * src/: classes/math.C, include/pa_request.h, main/execute.C,
18638: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
18639:
18640: 2001-07-03 parser
18641:
18642: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
18643: classes/random.C, main/main.dsp: class random renamed to math,
18644: operators became methods
18645:
18646: * src/classes/op.C: pow sqrt
18647:
18648: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
18649:
18650: 2001-07-02 parser
18651:
18652: * src/classes/table.C: ^table.columns column renamed from 'name' to
18653: 'column'
18654:
18655: * src/classes/hash.C: ^hash.keys[]
18656:
18657: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
18658:
18659: * src/main/: compile.y, compile_tools.h: in expressions now allowed
18660: 'strings'
18661:
18662: 2001-06-29 parser
18663:
18664: * src/main/: execute.C: /0 %0 checkes ver 2
18665:
18666: * src/main/execute.C: /0 %0 checke
18667:
18668: * src/classes/Makefile.am: nothing - void
18669:
18670: * src/classes/table.C: empty strings @ sql
18671:
18672: 2001-06-28 parser
18673:
18674: * src/: classes/double.C, classes/file.C, classes/form.C,
18675: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18676: classes/op.C, classes/random.C, classes/response.C,
18677: classes/string.C, classes/table.C, classes/void.C,
18678: main/compile.C, main/compile_tools.C, main/execute.C,
18679: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18680: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18681: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18682: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18683: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18684: targets/isapi/parser3isapi.C, main/compile.y: */ static const
18685: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
18686: $";
18687:
18688: * src/: classes/double.C, classes/file.C, classes/form.C,
18689: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18690: classes/op.C, classes/random.C, classes/response.C,
18691: classes/string.C, classes/table.C, classes/void.C,
18692: main/compile.C, main/compile.y, main/compile_tools.C,
18693: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18694: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18695: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18696: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18697: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18698: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
18699:
18700: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
18701: $class:name: == ${class:name}:
18702:
18703: * src/classes/string.C: exactly one
18704:
18705: 2001-06-27 parser
18706:
18707: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
18708: types/pa_vvoid.h: nothing renamed to void
18709:
18710: * src/classes/op.C: ^switch ^case
18711:
18712: * src/main/compile.y: nothing renamed to void
18713:
18714: * src/: classes/hash.C, classes/table.C, main/compile.y,
18715: main/execute.C, main/main.dsp, main/pa_request.C,
18716: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
18717: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
18718: void
18719:
18720: * src/main/compile.y: lexer: $zzzz^zzzz were name part
18721:
18722: 2001-05-28 parser
18723:
18724: * src/doc/html2chm.cmd: removed >a
18725:
18726: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
18727: project options [some bugs]
18728:
18729: * src/doc/sources2html.cmd: z
18730:
18731: * src/: classes/classes.C, main/compile.C, main/compile.y,
18732: main/execute.C: operators are not in root class again
18733:
18734: 2001-05-24 parser
18735:
18736: * src/targets/cgi/parser3.dsp: project file
18737:
18738: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
18739: ^log ^exp
18740:
18741: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
18742: conversions in @exception[params]
18743:
18744: * src/main/pa_request.C: // no _ conversions in @exception[params]
18745:
18746: 2001-05-23 parser
18747:
18748: * src/main/pa_string.C: string cmp bug
18749:
18750: * src/classes/: mail.C, op.C: rem max 1000
18751:
18752: * src/: classes/op.C, main/compile.y: allow one empty line before
18753: LS_DEF_NAME
18754:
18755: 2001-05-22 parser
18756:
18757: * src/classes/op.C: if params code-required
18758:
18759: 2001-05-21 parser
18760:
18761: * src/types/pa_vstring.C: eoleof
18762:
18763: * src/classes/Makefile.am: .AM
18764:
18765: * src/classes/nothing.C: resultless ^sql moved to nothing:
18766:
18767: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
18768:
18769: * src/: classes/double.C, classes/nothing.C, classes/string.C,
18770: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
18771: types/pa_vunknown.h, classes/hash.C, main/compile.y,
18772: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
18773: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
18774: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
18775: 'nothing'
18776:
18777: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
18778: vstring::set_string
18779:
18780: * src/classes/: double.C, int.C, string.C: int,double;sql
18781:
18782: * src/: classes/hash.C, classes/int.C, classes/string.C,
18783: classes/table.C, include/pa_string.h, main/pa_string.C,
18784: types/pa_vstring.C, types/pa_vstring.h: started int:sql
18785:
18786: * src/: classes/classes.C, classes/hash.C, classes/op.C,
18787: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
18788: hash:sql moved to main trunc. operators.txt updated
18789:
18790: * src/classes/: hash.C, op.C, table.C: hash:sql
18791:
18792: * src/classes/op.C: z
18793:
18794: * src/: main/compile.C, classes/classes.C: 1
18795:
18796: * src/: classes/classes.C, main/compile.C, main/compile.y,
18797: main/execute.C: 0
18798:
18799: * src/main/execute.C: z
18800:
18801: * src/targets/cgi/parser3.C: z
18802:
18803: * src/targets/cgi/parser3.C: argv can be just "parser3". made
18804: site_auto_path "." in that case
18805:
18806: * src/targets/cgi/: parser3.C: z
18807:
18808: * src/main/pa_request.C: .am
18809:
18810: * src/: main/pa_request.C, targets/cgi/parser3.C:
18811: pcre_tables=pcre_default_tables;
18812:
18813: 2001-05-19 parser
18814:
18815: * src/main/pa_string.C: z
18816:
18817: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
18818: introducing String::cstr_bufsize, returns just size+1 for as_is
18819: target.
18820:
18821: * src/: main/untaint.C, targets/cgi/pa_pool.C,
18822: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
18823: used, 4* mem wasted
18824:
18825: * src/classes/string.C: root context in match replace body now
18826: unchanged
18827:
18828: * src/types/pa_value.h: parameter # 1 based
18829:
18830: * src/main/pa_common.C: common: actual filename '%s'
18831:
18832: * src/classes/string.C: z
18833:
18834: * src/classes/Makefile.am: classes/.am
18835:
18836: * src/classes/: Makefile.am: classes/.am
18837:
18838: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
18839: targets/cgi/pa_pool.C: classes/.am
18840:
18841: 2001-05-18 parser
18842:
1.101 moko 18843: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
18844: pa_threads.C ins
1.95 moko 18845:
18846: * src/targets/cgi/Makefile.am: .am pa_threads.C added
18847:
18848: 2001-05-17 parser
18849:
18850: * src/: classes/string.C, include/pa_config_fixed.h,
18851: include/pa_config_includes.h, main/compile.y,
18852: main/compile_tools.h, main/execute.C, main/pa_array.C,
18853: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
18854: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
18855: types/pa_vform.C: #include "pa_config_includes.h" removed from
18856: most .C
18857:
18858: * src/doc/html2chm.cmd: z
18859:
18860: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
18861: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
18862:
18863: * src/main/pa_sql_driver_manager.C: moved expiration to
18864: get_connection_from_cache
18865:
18866: * src/main/pa_sql_driver_manager.C: cache expiration bf
18867:
18868: * src/: classes/classes.h, include/pa_sql_connection.h,
18869: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
18870: cache expiration[use SQL_Driver::disconnect]
18871:
18872: * src/main/pa_table.C: table.locate current restored on "not found"
18873:
18874: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
18875: line no
18876:
18877: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18878: ANTI_ENDLESS_EXECUTE_RECOURSION
18879:
18880: * src/: classes/op.C, include/pa_sql_connection.h,
18881: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
18882: sql/pa_sql_driver.h: fixed problem at last: 2connections own
18883: 1driver and set_services fight for driver::fservices. before fix
18884:
18885: * src/: classes/op.C, include/pa_config_fixed.h,
18886: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18887: main/pa_sql_driver_manager.C: found problem at last: 2connections
18888: own 1driver and set_services fight for driver::fservices. before
18889: fix
18890:
18891: * src/: include/pa_config_fixed.h, include/pa_threads.h,
18892: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18893: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
18894: pa_threads.C
18895:
18896: * src/include/pa_threads.h: removed targets/parser
18897:
18898: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
18899: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
18900: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
18901: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
18902: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
18903: headers
18904:
18905: * src/: classes/image.C, include/pa_sql_driver_manager.h,
18906: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
18907: order prevented sqlmanager to see MULTYTHREAD define
18908:
18909: * src/: include/pa_config_fixed.h, include/pa_threads.h,
18910: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
18911: put/gets
18912:
18913: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
18914: from hash.h
18915:
18916: * src/: classes/op.C, include/pa_sql_connection.h,
18917: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
18918: from cache ->set_services(&services);
18919:
18920: 2001-05-16 parser
18921:
18922: * src/targets/cgi/parser3.C: z
18923:
18924: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
18925: debug, #ifdefed some. would debug later, on more precise sample
18926: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
18927: $name.$tail[$tail!] $name.$tail } ok3
18928:
18929: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
18930: removed array debug. before vstring rebasing
18931:
18932: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
18933: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
18934: array debugged; adjusted
18935:
18936: * src/main/: pa_sql_driver_manager.C, pa_string.C:
18937: SQL_Driver_manager line no for connect/charset errors
18938:
18939: 2001-05-15 parser
18940:
18941: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
18942: main/pa_string.C: string+array made linear grows
18943:
18944: * src/: include/pa_string.h, main/pa_string.C,
18945: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
18946: grow lineary, not exponentialy
18947:
18948: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
18949: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
18950: with fullchunk cmps
18951:
18952: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
18953: 70041= 81
18954:
18955: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
18956: targets/cgi/parser3.C: detected huge mem allocation: size/times
18957: malloc 27809390/368771, calloc 3232/83. would test now
18958:
18959: * src/: classes/random.C, main/compile.y, main/execute.C,
18960: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
18961: numbered params had wrong name - for instance: bad error message
18962: in ^for[] bad body type. fixed
18963:
18964: 2001-05-14 parser
18965:
18966: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
18967: main/untaint.C: ^string.upper|lower[]
18968:
18969: 2001-05-11 parser
18970:
18971: * src/: classes/double.C, classes/image.C, classes/op.C,
18972: classes/string.C, classes/table.C, classes/unknown.C,
18973: main/execute.C, types/pa_value.h, types/pa_vbool.h,
18974: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
18975: types/pa_vunknown.h: op: MAX_LOOPS as_int
18976:
18977: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
18978: .dsp for win32tools
18979:
18980: 2001-05-11 paf
18981:
18982: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
18983: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
18984: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
18985: targets/isapi/kill.pl: moved win32 helpers to /win32tools
18986:
18987: 2001-05-10 paf
18988:
18989: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
18990: for C++, that's all
18991:
1.101 moko 18992: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
18993: pa_config_includes.h: inline wonders
1.95 moko 18994:
18995: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
18996: doc/doxygen.cmd: hash.C added
18997:
18998: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
18999:
19000: * src/main/compile.y: @end grammar: allowed zero strings in control
19001: menthod
19002:
19003: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19004: pa_vstateless_object.h: changed priority: field before method
19005: lookup in vclass & vobject
19006:
19007: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19008: grammar: priorities changes [lowerd && prior] vobject: now first
19009: fields, next methods
19010:
19011: 2001-05-08 paf
19012:
19013: * src/main/pa_table.C: table columnname2item on nameless ignored
19014: bark=false. fixed
19015:
19016: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19017: types/pa_vmethod_frame.h: hash:default works at last!
19018:
19019: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19020: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19021: hash:default
19022:
19023: * src/classes/table.C: z
19024:
19025: * src/classes/table.C: table:hash always hash of hash now
19026:
19027: * src/classes/table.C: table:empty return bool now
19028:
19029: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19030: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19031: types/pa_vtable.h: table:hash
19032:
19033: * src/classes/table.C: table:record have name
19034:
19035: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19036: returns vunknown
19037:
19038: * src/classes/: double.C, int.C, op.C, string.C:
19039: int,double,string:int[] double[] string:length[] results now have
19040: hames
19041:
19042: * src/: classes/op.C, classes/table.C, main/main.dsp,
19043: types/pa_vtable.h: removed table:find. table:locate and op:eval
19044: now return bool
19045:
19046: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19047: in method checkparams again. fixed
19048:
19049: 2001-05-07 paf
19050:
19051: * src/doc/chm.cmd: cmd
19052:
19053: * src/: classes/image.C, classes/mail.C, classes/string.C,
19054: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19055: types/pa_value.h: method reported errors on wrong pool
19056:
19057: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19058: now
19059:
19060: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19061: include/code.h, include/pa_opcode.h, main/compile.C,
19062: main/compile_tools.h, main/execute.C, types/pa_value.h,
19063: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19064: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19065: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19066: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19067: types/pa_vmethod_frame.h, types/pa_vobject.h,
19068: types/pa_vrequest.h, types/pa_vresponse.h,
19069: types/pa_vstateless_class.h, types/pa_vstring.h,
19070: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19071: types/pa_wwrapper.h: pa_code.h
19072:
19073: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19074:
19075: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19076: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19077: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19078: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19079: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19080: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19081: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19082: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19083: types/pa_vtable.h: dox, split by not clean parts also
19084:
19085: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19086: types/pa_vtable.h: table: fields, then methods. so to enable
19087: 'dir' fields & co. more
19088:
19089: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19090: so to enable 'dir' fields & co.
19091:
19092: * src/main/compile.y: grammar: @end
19093:
19094: 2001-05-04 paf
19095:
19096: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19097: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19098:
19099: * src/: classes/classes.h, classes/double.C, classes/file.C,
19100: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19101: classes/op.C, classes/random.C, classes/response.C,
19102: classes/string.C, classes/table.C, classes/unknown.C,
19103: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19104: method dox
19105:
19106: 2001-05-03 paf
19107:
19108: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19109: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19110: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19111: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19112: doc/string.dox, doc/targets.dox, doc/value.dox,
19113: main/pa_request.C: dox splitted .dox files and added some
19114:
19115: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19116:
19117: 2001-05-02 paf
19118:
19119: * src/classes/: image.C, table.C: table:dir result are not tainted
19120: by file_name language now
19121:
19122: 2001-04-28 paf
19123:
19124: * src/classes/classes.inc: removed classes.inc
19125:
19126: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19127: from .am
19128:
19129: * src/classes/classes.awk: skipped classes in .awk
19130:
19131: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
19132: classes/classes.inc, classes/double.C, classes/file.C,
19133: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
19134: classes/string.C, classes/table.C, classes/unknown.C,
19135: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
19136: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
19137: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
19138: pa_methoded back to classes/classes.h
19139:
19140: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
19141:
19142: * src/: classes/Makefile.am, classes/classes.awk,
19143: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
19144: classes/ls.exe, main/bison.exe: classes.inc autogenerator
19145:
19146: * src/: classes/classes.C, classes/classes.h, classes/double.C,
19147: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
19148: classes/response.C, classes/string.C, classes/table.C,
19149: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
19150: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
19151: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
19152: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
19153: include|main/pa_methoded
19154:
19155: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
19156: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
19157:
19158: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
19159: moved some configured data to request::classes_conf moved some
19160: string crations from globals to M... [works]
19161:
19162: * src/: classes/form.C, classes/mail.C, classes/op.C,
19163: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
19164: main/pa_request.C: moved some configured data to
19165: request::classes_conf moved some string crations from globals to
19166: M...
19167:
19168: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
19169: about to move configured data to special request hash
19170:
19171: * src/: classes/classes.C, classes/classes.h, classes/file.C,
19172: classes/form.C, classes/mail.C, include/pa_request.h,
19173: main/pa_request.C: configure started
19174:
19175: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
19176: 2. todo: methoded-configure
19177:
19178: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19179: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19180: classes/_random.h, classes/_response.h, classes/_string.h,
19181: classes/_table.h, classes/_unknown.h, classes/classes.inc,
19182: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19183: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19184: classes/random.C, classes/response.C, classes/string.C,
19185: classes/table.C, classes/unknown.C, include/pa_globals.h,
19186: include/pa_request.h, main/compile.y, main/execute.C,
19187: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19188: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19189: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
19190: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
19191: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19192: types/pa_vrequest.h, types/pa_vresponse.h,
19193: types/pa_vstateless_class.h, types/pa_vstring.h,
19194: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19195: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
19196: methoded-configure
19197:
19198: * src/: classes/file.C, classes/table.C, main/compile.y,
19199: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
19200: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
19201: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
19202:
19203: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
19204: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19205: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19206: classes/random.C, classes/response.C, classes/string.C,
19207: classes/table.C, classes/unknown.C, include/pa_request.h,
19208: main/compile.y, main/execute.C, main/pa_globals.C,
19209: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
19210: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19211: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
19212: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
19213: beautifying just compiled. todo: debug, configure
19214:
19215: 2001-04-27 paf
19216:
19217: * src/: classes/file.C, classes/image.C, classes/table.C,
19218: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
19219: beautifying -99
19220:
19221: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
19222: classes/_response.h, classes/_unknown.h, classes/classes.C,
19223: classes/classes.h, classes/double.C, classes/file.C,
19224: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19225: classes/op.C, classes/random.C, classes/response.C,
19226: classes/string.C, include/pa_globals.h, main/main.dsp,
19227: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
19228: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19229: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
19230: types/pa_vunknown.h: beautifying -100
19231:
19232: * src/main/compile.y: serge@ found @CLASS bug. fixed
19233:
19234: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
19235: classes/_op.h, classes/_random.h, classes/_table.h,
19236: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
19237: classes/op.C, classes/random.C, classes/response.C,
19238: classes/string.C, classes/table.C, classes/unknown.C,
19239: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19240: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19241: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
19242: beautifying
19243:
19244: 2001-04-26 paf
19245:
19246: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
19247:
19248: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
19249: documentation ++
19250:
19251: * src/: classes/_exec.h, doc/doxygen.cfg,
19252: include/pa_config_fixed.h, include/pa_config_includes.h,
19253: targets/cgi/pa_pool.C: code documentation ++
19254:
19255: * src/: classes/_image.h, classes/op.C, classes/random.C,
19256: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19257: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19258: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
19259: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19260: types/pa_vmethod_frame.h, types/pa_vobject.h,
19261: types/pa_vrequest.C, types/pa_vrequest.h,
19262: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
19263: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
19264: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
19265: code documentation ++
19266:
19267: * src/: classes/image.C, classes/mail.C, classes/string.C,
19268: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
19269: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
19270: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
19271: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19272: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19273: types/pa_vobject.h, types/pa_vstateless_class.h,
19274: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
19275:
19276: * src/main/: pa_request.C, pa_string.C: z
19277:
19278: * src/: include/pa_common.h, include/pa_types.h,
19279: main/pa_sql_driver_manager.C: module [and, guess, isapi]
19280: connection caching fixed. request-pooled-url were stored into
19281: global connectioncache
19282:
19283: 2001-04-25 paf
19284:
19285: * src/: doc/doxygen.cfg, doc/doxygen.txt,
19286: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
19287:
19288: * src/: include/code.h, include/pa_common.h, main/compile.y,
19289: main/execute.C, main/pa_common.C: -d
19290:
19291: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
19292: illegal call check a bit improved, but still under iis no mapping
19293: of dir with parser allowed!
19294:
19295: 2001-04-24 paf
19296:
19297: * src/targets/Makefile.am: apache module lib .am
19298:
19299: * src/main/pa_exec.C: windows32 buildCommand
19300:
19301: 2001-04-23 paf
19302:
19303: * src/targets/cgi/Makefile.am: win32 conditional
19304:
19305: * src/targets/cgi/Makefile.am: win32 conditional
19306:
19307: * src/targets/cgi/Makefile.am: liblink
19308:
19309: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
19310: vfile fields return type
19311:
19312: * src/types/pa_vfile.h: vfile fields return type
19313:
19314: * src/include/pa_config_auto.h.in: .h.in
19315:
19316: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
19317: types/Makefile: makefiles removed
19318:
19319: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
19320: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
19321:
19322: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
19323: [tested: i & g ]
19324:
19325: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
19326: @test noticed series in isapi, check how initialize_random_class
19327: is called! [must be called only once]
19328:
19329: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
19330: would not be 'unknown column'
19331:
19332: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
19333: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
19334:
19335: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
19336: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
19337: [now doesnt]
19338:
19339: * src/targets/cgi/parser3.C: cgi cmdline ver
19340:
19341: * src/targets/cgi/parser3.C: cgi /// @test disable
19342: /cgi-bin/parser3/auto.p
19343:
19344: * src/main/untaint.C: untaint without charset
19345:
19346: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19347: main/pa_common.C: common: file_write /// @test mkdirs
19348: file_delete rmdirs
19349:
19350: * src/main/untaint.C: mail header only once to =?
19351:
19352: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
19353: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
19354: main/untaint.C: untaint - @test optimize whitespaces for
19355: all but 'html'
19356:
19357: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
19358: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19359: main/untaint.C: untaint - @test mail-header
19360:
19361: 2001-04-20 paf
19362:
19363: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19364: include/pa_request.h, include/pa_string.h, main/compile.y,
19365: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19366: targets/cgi/parser3.C: $MAIN:LOCALE
19367:
19368: * src/main/untaint.C: z
19369:
19370: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
19371:
19372: 2001-04-19 paf
19373:
19374: * src/main/compile_tools.h: $a$b bugfix
19375:
19376: * src/targets/cgi/parser3.C: z
19377:
19378: * src/classes/file.C: z
19379:
19380: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
19381: done: header to $fields. waits for header '\' tricks
19382:
19383: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19384: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
19385: changed urlencode here and in untaint.C to HTTP standard's " and
19386: \" mech
19387:
19388: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
19389: http://alx/~paf/ doesnt load /auto.p
19390:
19391: 2001-04-18 paf
19392:
19393: * src/main/pa_request.C: 1
19394:
19395: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
19396: linux @alx
19397:
19398: 2001-04-17 paf
19399:
19400: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
19401: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
19402: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
19403: enabled
19404:
19405: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19406: classes/_exec.h, classes/_file.h, classes/_form.h,
19407: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19408: classes/_random.h, classes/_response.h, classes/_string.h,
19409: classes/_table.h, classes/_unknown.h, classes/file.C,
19410: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
19411: include/pa_config_fixed.h, include/pa_config_includes.h,
19412: include/pa_hash.h, include/pa_sql_driver_manager.h,
19413: include/pa_version.h, main/Makefile.am, main/compile.y,
19414: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
19415: main/pa_sql_driver_manager.C, sql/Makefile.am,
19416: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
19417: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
19418: types/pa_vform.C, types/pa_vimage.h: exec @jav
19419:
19420: * src/: include/pa_sql_driver_manager.h,
19421: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19422: types/pa_vimage.h: sql driver interface now has initialize(client
19423: .so)
19424:
19425: 2001-04-16 paf
19426:
19427: * src/Makefile.am: compile2 cygwin
19428:
19429: * src/: include/pa_config_includes.h, main/pa_exec.C,
19430: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
19431:
19432: * src/targets/cgi/Makefile.am: compile0 jav
19433:
19434: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19435: classes/_exec.h, classes/_file.h, classes/_form.h,
19436: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19437: classes/_random.h, classes/_response.h, classes/_string.h,
19438: classes/_table.h, classes/_unknown.h, classes/image.C,
19439: classes/mail.C, classes/op.C, classes/random.C,
19440: include/pa_config_fixed.h, include/pa_config_includes.h,
19441: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
19442: main/compile.y, main/pa_common.C, main/pa_exec.C,
19443: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
19444: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
19445: compile-1
19446:
19447: 2001-04-15 paf
19448:
19449: * src/classes/op.C: z
19450:
19451: * src/classes/table.C: table:empty +=process
19452:
19453: * src/types/pa_value.h: MethodParams !junction
19454:
19455: * src/: classes/_string.h, classes/double.C, classes/file.C,
19456: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19457: classes/random.C, classes/response.C, classes/string.C,
19458: classes/table.C, classes/unknown.C, main/pa_request.C:
19459: MethodParams everywhere
19460:
19461: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
19462: types/pa_vmethod_frame.h: MethodParams in op.C
19463:
19464: 2001-04-12 paf
19465:
19466: * src/: classes/image.C, types/pa_vimage.h: image:font :text
19467:
19468: * src/: classes/_unknown.h, classes/unknown.C,
19469: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19470: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
19471:
19472: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
19473:
19474: * src/classes/image.C: image:gif now does not have params
19475:
19476: * src/classes/image.C:
19477: image:line/fill/rectangle/bar/replace/polygon/polybar
19478:
19479: * src/: classes/image.C, classes/op.C, main/execute.C,
19480: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19481: for var now written not to r.wcontext, but to r.root cleared
19482: "entered_object" state
19483:
19484: 2001-04-11 paf
19485:
19486: * src/classes/image.C: image:create image:load
19487:
19488: * src/: classes/image.C, main/main.dsp: gd with mem write + image
19489: just compiled
19490:
19491: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19492: todo: gif without file
19493:
19494: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19495: started porting to Pooled descendant
19496:
19497: * src/: classes/image.C, main/execute.C, main/main.dsp,
19498: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
19499: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
19500: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
19501:
19502: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
19503: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
19504: end. switching to python imaging lib
19505:
19506: * src/main/main.dsp: gd+smtp made separate libs
19507:
19508: * src/: include/pa_globals.h, include/pa_string.h,
19509: main/pa_common.C, main/pa_request.C, main/untaint.C,
19510: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
19511: length
19512:
19513: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
19514: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
19515: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
19516: UL_FILE_NAME of posted file name
19517:
19518: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
19519: post [broke when moved post read to core]
19520:
19521: 2001-04-10 paf
19522:
19523: * src/classes/image.C: image:html done
19524:
19525: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
19526:
19527: * src/classes/image.C: z
19528:
19529: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
19530: forgotten!
19531:
19532: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19533: main/pa_request.C, main/pa_string.C, main/untaint.C,
19534: types/pa_vimage.h: image:measure -90
19535:
19536: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19537: classes/_int.h, classes/_mail.h, classes/_op.h,
19538: classes/_random.h, classes/_response.h, classes/_string.h,
19539: classes/_table.h, classes/file.C, classes/mail.C,
19540: include/pa_common.h, include/pa_globals.h, main/execute.C,
19541: main/main.dsp, main/pa_common.C, main/pa_globals.C,
19542: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
19543: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
19544: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
19545: compiled
19546:
19547: * src/classes/mail.C: minor bug with unclear from/to
19548:
19549: * src/classes/mail.C: sendmail unix skipping defaults
19550:
19551: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
19552: sendmail unix added defaults
19553:
19554: * src/classes/mail.C: unix sendmail compiled. todo:testing
19555:
19556: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
19557:
19558: 2001-04-09 paf
19559:
19560: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
19561: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
19562: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19563: targets/isapi/parser3isapi.dsp: all targets exec
19564:
19565: * src/: include/pa_sapi.h, include/pa_string.h,
19566: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19567: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
19568: args in apache:util.script
19569:
19570: * src/include/pa_string.h: written but not tested exec with env for
19571: unix
19572:
19573: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
19574: targets/cgi/parser3.C: exec win32 env
19575:
19576: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
19577: 0
19578:
19579: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
19580: main/execute.C, main/main.dsp, main/pa_globals.C,
19581: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
19582: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
19583:
19584: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
19585: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
19586:
19587: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
19588: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
19589:
19590: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
19591: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
19592: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19593: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19594: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
19595: exec class just compiled. moved post read to request core
19596:
19597: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
19598: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
19599: main/pa_globals.C, targets/cgi/parser3.C,
19600: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
19601: are already read by vform
19602:
19603: 2001-04-08 paf
19604:
19605: * src/: classes/file.C, classes/mail.C, classes/string.C,
19606: include/pa_request.h, include/pa_string.h, main/pa_request.C:
19607: uuencode. string<<
19608:
19609: 2001-04-07 paf
19610:
19611: * src/classes/mail.C: z
19612:
19613: * src/classes/mail.C: z
19614:
19615: * src/classes/mail.C: ^mail[$attach
19616:
19617: * src/classes/mail.C: ^attach dead end
19618:
19619: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
19620: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19621: targets/isapi/parser3isapi.C: mail:send 1
19622:
19623: * src/: classes/mail.C, main/pa_request.C: z
19624:
19625: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
19626: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
19627: compiled
19628:
19629: * src/classes/mail.C: +=
19630:
19631: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
19632: prepared
19633:
19634: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
19635: include/pa_globals.h, include/pa_string.h, main/main.dsp,
19636: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19637: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
19638:
19639: 2001-04-06 paf
19640:
19641: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
19642: main/pa_string.C: table:dir 1
19643:
19644: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
19645: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
19646:
19647: * src/: classes/_op.h, classes/_root.h, classes/op.C,
19648: classes/root.C, include/pa_globals.h, include/pa_request.h,
19649: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
19650: main/pa_request.C: renamed 'root' to 'op'
19651:
19652: * src/classes/: _op.h, op.C: renamed from 'root'
19653:
19654: * src/types/pa_valiased.C: another root inherititance skipped
19655:
19656: * src/main/: compile.C, compile.y, execute.C: operators are now not
19657: root methods of parent class. just 'ROOT' class
19658:
19659: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
19660: @office
19661:
19662: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
19663:
19664: 2001-04-05 paf
19665:
19666: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
19667: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
19668: constructor flag dropped at get_method_frame and remembered into
19669: method_frame
19670:
19671: * src/: classes/file.C, classes/root.C, classes/string.C,
19672: classes/table.C, main/pa_request.C: junction to code&expression
19673: in errors
19674:
19675: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19676: main/pa_string.C, targets/isapi/parser3isapi.dsp:
19677: $LOCALE:ctype[Russian_Russia.1251]
19678:
19679: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19680: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
19681: main/pa_table.C: hash now not thread-safe.
19682:
19683: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19684: main/untaint.C: z
19685:
19686: * src/: classes/random.C, classes/root.C, classes/table.C,
19687: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
19688: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
19689: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
19690: types/pa_wcontext.h: sql quote. string untaint UL_SQL
19691:
19692: * src/: classes/table.C, include/pa_sql_connection.h,
19693: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
19694:
19695: * src/classes/table.C: select * from hren error contains statement
19696:
19697: * src/: classes/table.C, include/pa_sql_connection.h,
19698: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
19699: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
19700:
19701: * src/: classes/root.C, include/pa_sql_connection.h,
19702: include/pa_sql_driver.h, main/main.dsp,
19703: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
19704: services for conv memory & error reporting
19705:
19706: 2001-04-04 paf
19707:
19708: * src/doc/doxygen.cfg: z
19709:
19710: * src/include/pa_sql_driver.h: mysql connect
19711:
19712: * src/include/pa_sql_driver.h: mysql info
19713:
19714: * src/: classes/root.C, include/pa_sql_driver.h,
19715: include/pa_sql_driver_manager.h, main/main.dsp,
19716: main/pa_sql_driver_manager.C: more manager&connection&driver
19717:
19718: * src/sql/Makefile.am: forgot to add mysql client
19719:
19720: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
19721: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
19722: [forgot to add libltdl, added]
19723:
19724: * src/: Makefile.am, classes/root.C, classes/string.C,
19725: classes/table.C, include/pa_globals.h, include/pa_hash.h,
19726: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19727: include/pa_string.h, include/pa_table.h, main/main.dsp,
19728: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19729: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
19730: -1000 just compiled
19731:
19732: * src/: classes/random.C, classes/root.C, classes/table.C,
19733: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
19734: main/pa_request.C, types/pa_vclass.h: sql frame -10
19735:
19736: 2001-04-03 paf
19737:
19738: * src/types/pa_vform.C: z
19739:
19740: * src/: classes/string.C, types/pa_vform.C: string:match replace
19741: assigned lang
19742:
19743: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
19744: {}[]< empty []
19745:
19746: * src/: classes/file.C, classes/string.C, classes/table.C,
19747: include/pa_string.h, main/pa_common.C, main/pa_string.C,
19748: main/untaint.C: string:match replace 2. string.cstr(forced lang)
19749:
19750: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19751: string:match replace strange matches
19752:
19753: * src/classes/string.C: string:match replace 0
19754:
19755: * src/: classes/string.C, main/pa_string.C: string:match replace
19756: prepared 2
19757:
19758: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19759: string:match replace prepared
19760:
19761: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19762: string:match replace -11
19763:
19764: * src/: classes/string.C, include/pa_globals.h,
19765: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
19766: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
19767:
19768: * src/: classes/string.C, include/pa_globals.h,
19769: include/pa_string.h, main/main.dsp, main/pa_globals.C,
19770: main/pa_string.C: string:match [search] -1 just compiled
19771:
19772: * src/types/pa_vstring.C: z
19773:
19774: * src/: classes/double.C, classes/file.C, classes/form.C,
19775: classes/int.C, classes/response.C, classes/root.C,
19776: classes/string.C, classes/table.C, include/pa_string.h,
19777: main/pa_string.C: string:match -10 [frame]
19778:
19779: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
19780: main/pa_request.C: z
19781:
19782: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
19783: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
19784: todo/tests
19785:
19786: * src/include/pa_common.h: z
19787:
19788: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
19789: main/pa_request.C, targets/cgi/parser3.C,
19790: targets/isapi/parser3isapi.C, types/pa_vfile.C:
19791: content-disposition
19792:
19793: * src/: include/pa_common.h, include/pa_globals.h,
19794: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
19795: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
19796:
19797: * src/: include/pa_common.h, include/pa_request.h,
19798: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
19799: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19800: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
19801: response:body
19802:
19803: * src/classes/table.C: table:append now uses string::split
19804:
19805: * src/classes/table.C: z
19806:
19807: * src/: classes/file.C, classes/root.C, classes/string.C,
19808: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
19809: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
19810: include/pa_string.h, main/execute.C, main/pa_string.C,
19811: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
19812: string::pos & cmp & piece bugs fixed. string::split new
19813: table:load separated from set table:set implemented with clean \n
19814: \t searches
19815:
19816: 2001-04-02 paf
19817:
19818: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19819: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
19820: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
19821: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
19822: it in table:set/load
19823:
19824: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
19825: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
19826:
19827: * src/classes/random.C: random:generate 1
19828:
19829: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
19830: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19831: types/pa_value.h: random:generate
19832:
19833: 2001-03-30 paf
19834:
19835: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
19836: todo: table flip and append. string::pos
19837:
19838: * src/: classes/double.C, classes/file.C, classes/int.C,
19839: classes/response.C, classes/root.C, classes/string.C,
19840: classes/table.C, main/compile.y, main/execute.C,
19841: types/pa_value.h, types/pa_vstateless_class.C,
19842: types/pa_vstateless_class.h: static|dynamic|any method
19843: registration
19844:
19845: * src/: classes/file.C, classes/table.C, include/pa_table.h,
19846: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
19847: table:flip
19848:
19849: 2001-03-29 paf
19850:
19851: * src/classes/string.C: string:xsplit forgot that they must result
19852: in 1 row N column [not vice versa]
19853:
19854: * src/classes/string.C: z
19855:
19856: * src/classes/string.C: string: rsplit
19857:
19858: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19859: string: lsplit
19860:
19861: * src/: classes/string.C, include/pa_string.h, main/execute.C,
19862: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
19863: lsplit -1
19864:
19865: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19866: string: pos
19867:
19868: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19869: string: pos -1
19870:
19871: * src/: classes/string.C, classes/table.C, include/pa_string.h,
19872: main/compile.y, main/pa_request.C, main/pa_string.C,
19873: main/untaint.C: string: left right mid
19874:
19875: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
19876: main/compile_tools.h, main/main.dsp, types/pa_value.h,
19877: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
19878: and [;] are different now.
19879:
19880: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19881: main/untaint.C: pool.request undone
19882:
19883: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19884: main/untaint.C: pool.request
19885:
19886: 2001-03-28 paf
19887:
19888: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19889: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19890: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
19891: $request:browser [.type .version]; unknown.get_double now = 0.
19892:
19893: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19894: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
19895: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
19896: types/pa_vform.C: file:load autodetection of mime-type by
19897: user-file-name
19898:
19899: * src/: classes/file.C, main/execute.C, main/pa_common.C,
19900: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
19901: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
19902:
19903: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
19904: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
19905: write. must be self.set
19906:
19907: * src/: classes/file.C, classes/root.C, classes/table.C,
19908: include/pa_table.h, main/pa_table.C: table:locate1, file:test
19909:
19910: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
19911: include/pa_table.h, main/pa_array.C, main/pa_table.C,
19912: types/pa_vtable.h: table:locate just compiled
19913:
19914: 2001-03-27 paf
19915:
19916: * src/main/: execute.C, pa_common.C: fixed r/w context of
19917: code-params2, fixed ntfs hardlink slow dir update
19918:
19919: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
19920: types/pa_wcontext.h: fixed r/w context of code-params
19921:
19922: * src/: classes/table.C, main/execute.C: about to change junction
19923: rcontext!!
19924:
19925: * src/: classes/double.C, classes/int.C, classes/root.C,
19926: classes/string.C, classes/table.C, main/compile_tools.C,
19927: main/execute.C, main/pa_request.C, main/untaint.C,
19928: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
19929: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
19930: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
19931: types/pa_vunknown.h: sort 0
19932:
19933: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
19934: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
19935: renamed to are_static_calls_disabled
19936:
19937: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
19938: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
19939: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
19940: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
19941:
19942: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
19943:
19944: * src/: classes/table.C, include/pa_common.h, main/compile.y:
19945: started table:sort fixed minor bug in #...^{
19946:
19947: * src/: classes/table.C, include/pa_common.h, main/compile.y,
19948: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
19949: decided to have as it were. stepped back. grammar: added 'in'
19950: 'is' 'lt'&co follow-space check
19951:
19952: 2001-03-26 paf
19953:
19954: * src/: classes/file.C, classes/root.C, classes/table.C,
19955: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
19956: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19957: main/pa_table.C: moved ::save to pa_table. disabled @auto
19958: invocation in ^process
19959:
19960: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
19961:
19962: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
19963: main/pa_array.C: table:record
19964:
19965: * src/: main/untaint.C, targets/cgi/parser3.C,
19966: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19967: targets/isapi/pool_storage.h, types/pa_valiased.h,
19968: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
19969: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
19970: types/pa_vtable.h: z
19971:
19972: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
19973: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
19974: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
19975: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
19976: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
19977: method realisations on 'self' validity - they now can simply
19978: assume that 'self' is V{Proper} .
19979:
19980: 2001-03-25 paf
19981:
19982: * src/main/untaint.C: z
19983:
19984: * src/main/: pa_request.C, untaint.C: moved default typo-table to
19985: lowlevel - it initialization could be skipped if failed in @auto.
19986: so that exception report would use some table
19987:
19988: * src/main/pa_request.C: table empty lines ignored. system-default
19989: content type assigned in output:result [can fail in main:auto and
19990: skipped normal defaults extraction]
19991:
19992: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
19993: bug
19994:
19995: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
19996: processing to table [except preliminary \r\n \r \n replacements
19997: to "\n"]
19998:
19999: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20000: move all the processing to table
20001:
20002: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20003: main/pa_table.C, main/untaint.C: returned table originating.
20004: useful for reporting typo table problems origin. think would be
20005: useful somewhere else
20006:
20007: * src/main/untaint.C: typo \r \r\n \n properly handled
20008:
20009: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20010: include/pa_table.h, main/compile.y, main/compile_tools.C,
20011: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20012: main/pa_string.C, main/pa_table.C, main/untaint.C,
20013: types/pa_vcookie.h: typo & typo-default
20014:
20015: 2001-03-24 paf
20016:
20017: * src/main/pa_common.C: z
20018:
20019: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20020: targets/cgi/parser3.C: html-typo 2
20021:
20022: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20023: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20024: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20025: main/execute.C, main/pa_array.C, main/pa_globals.C,
20026: main/pa_request.C, main/pa_string.C, main/untaint.C,
20027: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20028: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20029: noticed double default content-type prob. run cgi.cmd tomorrow
20030: first html-typo sample. detected << problem: they become ltlt too
20031: fast
20032:
20033: * src/main/compile.y: z
20034:
20035: * src/main/: compile.y, compile_tools.h: #comment
20036:
20037: * src/: classes/file.C, classes/root.C, classes/table.C,
20038: include/pa_common.h, include/pa_request.h, main/compile.y,
20039: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20040: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20041: stringified
20042:
20043: * src/types/pa_valiased.C: decided to String-ify file_read
20044:
20045: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20046: isapi/parser3isapi.dsp: cgi: sapi::log
20047:
20048: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20049: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20050: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20051: error log experiments failed - cgi under iis got no access to
20052: log. registereventsource simply failed with 5(illegal call) code,
20053: while worked OK as standalone executable. isapi: used
20054: HSE_APPEND_LOG_PARAMETER feature
20055:
20056: * src/: include/pa_common.h, include/pa_globals.h,
20057: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20058: targets/isapi/parser3isapi.C: fixed default content-type
20059: allocation storage
20060:
20061: * src/: include/pa_globals.h, include/pa_request.h,
20062: main/pa_globals.C, main/pa_request.C: z
20063:
20064: * src/: include/pa_array.h, include/pa_hash.h,
20065: include/pa_request.h, main/compile.y, main/pa_array.C,
20066: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20067: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20068: content-type
20069:
20070: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20071: sanity
20072:
20073: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20074: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20075: away freeze mech. no danger now for you can't do
20076: ^request:process[@new-method[] body] trick anymore. still
20077: remains $some_instance.process[@new-method[] possibility] but
20078: would leave it as a feature. see index for sample
20079:
20080: * src/: include/pa_common.h, main/pa_common.C,
20081: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20082: monkey every target
20083:
20084: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20085: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20086: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20087:
20088: 2001-03-23 paf
20089:
20090: * src/: include/pa_pool.h, main/pa_request.C,
20091: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20092: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20093: targets/isapi/pool_storage.h: isapi: dumb pool storage
20094:
20095: * src/targets/isapi/pa_pool.C: decided to continue with extension
20096:
20097: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20098: it would be better to rewrite as filter then to deal with pool
20099:
20100: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20101: now like in cgi, not from APPL_PHYSICAL_PATH
20102:
20103: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20104: include/pa_config_fixed.h, include/pa_config_includes.h,
20105: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20106: include/pa_version.h, main/compile.y, main/execute.C,
20107: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20108: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20109: main/untaint.C, targets/cgi/parser3.C,
20110: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20111: cgi: reinvent document_root and request_uri under iis. autoconf
20112: updated. introducing ap_config_includes
20113:
20114: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20115:
20116: * src/targets/cgi/parser3.C: cgi: only one pool now
20117:
20118: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20119: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20120: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20121: types/pa_venv.h, types/pa_vform.C: sapi made object
20122:
20123: * src/: include/pa_globals.h, main/pa_request.C,
20124: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20125: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20126: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20127:
20128: * src/: main/pa_request.C, targets/cgi/parser3.C,
20129: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20130: isapi minor env beauty
20131:
20132: * src/: main/pa_request.C, targets/cgi/parser3.C,
20133: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20134: isapi document_root 0
20135:
20136: 2001-03-22 paf
20137:
20138: * src/targets/isapi/parser3isapi.C: isapi keep-alive
20139:
20140: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
20141: isapi/parser3isapi.C: z
20142:
20143: * src/: include/pa_pool.h, main/pa_request.C,
20144: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
20145:
20146: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
20147: kill.pl: isapi added utils
20148:
20149: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
20150: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20151: types/pa_vform.C: isapi 0
20152:
20153: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
20154: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20155: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20156: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
20157: started isapi
20158:
20159: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
20160: some comments
20161:
20162: * src/: include/pa_globals.h, include/pa_request.h,
20163: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20164: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
20165: parser_root_auto_path parser_site_auto_path
20166:
20167: * src/types/pa_vcookie.C: cookie attr decoded
20168:
20169: 2001-03-21 paf
20170:
20171: * src/targets/cgi/parser3.C: z
20172:
20173: * src/include/pa_globals.h: post. todo: config of auto.p path
20174:
20175: * src/: include/pa_globals.h, targets/cgi/parser3.C,
20176: types/pa_venv.h: in cookie & env. todo:post
20177:
20178: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
20179: classes/root.C, classes/table.C, include/pa_array.h,
20180: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
20181: include/pa_request.h, include/pa_string.h, main/Makefile.am,
20182: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
20183: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20184: main/pa_table.C, main/untaint.C, targets/Makefile.am,
20185: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20186: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
20187: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
20188: shifted apache branch on main trunc
20189:
20190: * src/: include/pa_common.h, include/pa_globals.h,
20191: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20192: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
20193: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
20194: starting mod_parser3
20195:
20196: * src/targets/cgi/parser3.C: starting mod_parser3
20197:
20198: 2001-03-20 paf
20199:
20200: * src/: main/pa_common.C, targets/cgi/Makefile.am,
20201: targets/cgi/parser3.C: automake compiled and works. todo:make
20202: win32 ifdefs work and add ifdef unistd
20203:
20204: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
20205: main/Makefile.am, main/pa_common.C, main/pa_request.C,
20206: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
20207: z
20208:
20209: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
20210: main/execute.C, main/pa_common.C, types/Makefile.am: removing
20211: locking
20212:
20213: * src/: classes/Makefile.am, types/Makefile.am: z
20214:
20215: * src/: Makefile.am, classes/file.C, classes/root.C,
20216: classes/table.C, include/pa_array.h, include/pa_request.h,
20217: include/pa_string.h, main/Makefile.am, main/execute.C,
20218: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20219: main/pa_string.C, main/untaint.C, targets/Makefile.am,
20220: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20221: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
20222:
20223: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20224: main/pa_request.C, types/pa_vfile.h: ^table:save
20225:
20226: * src/: classes/file.C, classes/table.C, include/pa_array.h,
20227: include/pa_common.h, include/pa_request.h, include/pa_string.h,
20228: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
20229: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
20230: types/pa_vform.h: z
20231:
20232: * src/include/pa_string.h: z
20233:
20234: * src/: classes/_request.h, classes/request.C, main/main.dsp,
20235: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
20236: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20237: :Value
20238:
20239: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
20240: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20241: :VStateless_object
20242:
20243: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
20244: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
20245: :VStateless_object
20246:
20247: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20248: types/pa_valiased.C, types/pa_vform.h: commented VForm
20249:
20250: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
20251: types/pa_valiased.h, types/pa_value.h,
20252: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20253: types/pa_vstateless_object.h: moved common get_element part from
20254: stateless object&class into VAliased
20255:
20256: * src/: classes/_env.h, classes/_table.h, classes/env.C,
20257: classes/table.C, main/execute.C, main/main.dsp,
20258: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
20259: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
20260: now :Value
20261:
20262: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
20263: main/execute.C, main/main.dsp, main/pa_globals.C,
20264: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
20265:
20266: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
20267: doxx
20268:
20269: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
20270: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20271: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
20272: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
20273: and ^file:save
20274:
20275: 2001-03-19 paf
20276:
20277: * src/types/pa_vfile.C: z
20278:
20279: * src/: classes/file.C, classes/request.C, classes/table.C,
20280: include/pa_string.h, main/main.dsp, main/pa_pool.C,
20281: main/pa_request.C, main/untaint.C, types/pa_value.h,
20282: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
20283:
20284: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
20285: include/pa_string.h, include/pa_table.h, main/main.dsp,
20286: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
20287: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
20288: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
20289: classes/_file.h, classes/file.C, types/pa_vfile.C,
20290: types/pa_vfile.h: file class just compiled
20291:
20292: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
20293: include/pa_table.h, include/pa_types.h, main/execute.C,
20294: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20295: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
20296: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
20297:
20298: * src/include/pa_pool.h: z
20299:
20300: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
20301: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
20302: Hash::Value to Val so to doxygen would finlly stop confusing
20303: those Value-s
20304:
20305: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
20306: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
20307: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20308: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20309: include/pa_types.h, main/compile.C, main/compile.y,
20310: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20311: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
20312: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20313: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20314: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
20315:
20316: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
20317: derivates somehow unlinked. don't know why yet
20318:
20319: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
20320: include/pa_string.h, include/pa_threads.h, main/compile.C,
20321: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20322: main/execute.C, main/pa_array.C, main/pa_common.C,
20323: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20324: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20325: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
20326:
20327: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
20328: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
20329: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
20330: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
20331: types/pa_vrequest.h: doc: detected Value derivates prob
20332:
20333: * src/include/pa_globals.h: z
20334:
20335: * src/: classes/_request.h, classes/request.C, include/code.h,
20336: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
20337: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
20338: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
20339: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20340: main/execute.C, main/pa_pool.C, main/pa_request.C,
20341: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20342: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
20343:
20344: 2001-03-18 paf
20345:
20346: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
20347: cookie: allowed access to hash-assigned
20348:
20349: * src/targets/cgi/parser3.C: z
20350:
20351: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
20352: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
20353: include/pa_types.h, main/main.dsp, main/pa_common.C,
20354: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20355: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20356: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
20357: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20358: types/pa_vunknown.h: cookie class
20359:
20360: * src/main/pa_request.C: zero length output allowed
20361:
20362: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
20363: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
20364:
20365: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
20366: lang switch
20367:
20368: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
20369: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20370: types/pa_value.h, types/pa_vhash.h:
20371: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20372:
20373: * src/main/execute.C: z
20374:
20375: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
20376: targets/cgi/parser3.C: taint[uri
20377:
20378: * src/: classes/request.C, classes/response.C, classes/root.C,
20379: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20380: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
20381: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
20382:
20383: * src/: classes/root.C, classes/string.C, include/pa_string.h,
20384: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20385: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
20386: types/pa_vstateless_class.C: convinient string(pool, char *src,
20387: bool tainted) ctor
20388:
20389: * src/: include/pa_hash.h, include/pa_request.h,
20390: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
20391: main/pa_request.C, main/pa_string.C, main/untaint.C,
20392: targets/cgi/parser3.C: proper @exceptions params tainting
20393:
20394: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
20395: response fields to header
20396:
20397: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20398: z
20399:
20400: * src/: classes/_response.h, classes/response.C,
20401: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20402: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
20403: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20404: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
20405: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
20406: $response: 0 request::core exception rethrow
20407:
20408: 2001-03-16 paf
20409:
20410: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
20411: types/pa_vrequest.h: native method' class call with less params
20412: then needed error reporting
20413:
20414: * src/: classes/_request.h, classes/request.C,
20415: include/pa_globals.h, include/pa_request.h, main/execute.C,
20416: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20417: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
20418: types/pa_vrequest.h: $request : query :uri
20419:
20420: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
20421: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
20422: types/pa_wcontext.h: $result
20423:
20424: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
20425:
20426: * src/: classes/double.C, include/code.h, main/compile.y,
20427: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
20428: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20429:
20430: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
20431: main/compile.y, main/execute.C, types/pa_value.h,
20432: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
20433: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
20434: wcontext conflict
20435:
20436: * src/: main/execute.C, types/pa_value.h,
20437: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
20438: $string.field
20439:
20440: 2001-03-15 paf
20441:
20442: * src/main/pa_request.C: news sample
20443:
20444: * src/: main/compile.y, main/execute.C, main/pa_request.C,
20445: targets/cgi/parser3.C, types/pa_vstring.h: @exception
20446:
20447: * src/main/: compile.y, execute.C: z
20448:
20449: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
20450: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
20451: pre pre works
20452:
20453: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20454: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
20455: fillfields just compiled
20456:
20457: 2001-03-14 paf
20458:
20459: * src/: include/pa_request.h, main/pa_request.C,
20460: targets/cgi/parser3.C: z
20461:
20462: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20463: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
20464: types/pa_vstring.h: limits -1
20465:
20466: * src/: include/pa_globals.h, include/pa_request.h,
20467: include/pa_types.h, main/main.dsp, main/pa_globals.C,
20468: main/pa_request.C, targets/cgi/parser3.C,
20469: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
20470: request_info -1
20471:
20472: * src/: include/pa_globals.h, main/pa_globals.C,
20473: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20474: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
20475: vform_fields_fill
20476:
20477: * src/targets/cgi/parser3.C: # if MSVC
20478:
20479: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
20480: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
20481:
20482: * src/targets/cgi/parser3.C: z
20483:
20484: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
20485: include/pa_string.h, include/pa_types.h, main/compile.y,
20486: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
20487: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
20488: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
20489: types/pa_vunknown.h: global handler, exceptions in parser3
20490:
20491: 2001-03-13 paf
20492:
20493: * src/: classes/form.C, main/compile.y, main/core.C,
20494: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
20495: types/pa_vform.h, types/pa_vstateless_class.C,
20496: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
20497: instead
20498:
20499: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20500: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
20501: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
20502: started cgi target
20503:
20504: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20505: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
20506: before error show with parser
20507:
20508: * src/: classes/_form.h, classes/form.C, include/core.h,
20509: include/pa_request.h, main/core.C, main/pa_request.C,
20510: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
20511:
20512: * src/targets/cgi/: parser.dsp, parser3.dsp: z
20513:
20514: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
20515: parser3.C: renamed targets/ parser to cgi
20516:
20517: * src/: classes/double.C, classes/env.C, classes/int.C,
20518: classes/root.C, classes/string.C, classes/table.C,
20519: include/pa_request.h, types/pa_vhash.h: z
20520:
20521: * src/: classes/_env.h, classes/env.C, classes/root.C,
20522: include/core.h, include/pa_pool.h, include/pa_request.h,
20523: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
20524: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20525: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
20526: [historical moment :)]
20527:
20528: * src/: include/code.h, include/pa_string.h, main/compile.y,
20529: main/execute.C, main/pa_string.C: 'value is type' expr operator
20530:
20531: * src/types/pa_venv.h: $ENV 1
20532:
20533: * src/main/execute.C: z
20534:
20535: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
20536: future methods of ENV constructor if
20537:
20538: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
20539: class
20540:
20541: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20542: classes/_root.h, classes/_string.h, classes/_table.h,
20543: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20544: classes/string.C, classes/table.C, include/pa_request.h,
20545: main/compile.C, main/compile_tools.h, main/core.C,
20546: main/execute.C, main/main.dsp, main/pa_request.C,
20547: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20548: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20549: types/pa_vobject.h, types/pa_vstateless_class.C,
20550: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20551: types/pa_wcontext.h: $ENV: re 0, stateless classes
20552:
20553: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20554: classes/_root.h, classes/_string.h, classes/_table.h,
20555: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20556: classes/string.C, classes/table.C, include/pa_request.h,
20557: main/compile.C, main/compile_tools.h, main/core.C,
20558: main/execute.C, main/main.dsp, main/pa_request.C,
20559: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20560: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20561: types/pa_vobject.h, types/pa_vstateless_class.C,
20562: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20563: types/pa_wcontext.h: $ENV: re 0, stateless classes
20564:
20565: * src/: include/pa_request.h, main/compile.C, main/execute.C,
20566: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
20567: yesterdays bad decision on execute_static_method
20568:
20569: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
20570:
20571: * src/: classes/double.C, classes/int.C, classes/root.C,
20572: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
20573:
20574: * src/main/pa_request.C: z
20575:
20576: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20577: include/pa_pool.h: skipped_restructure_exceptions_dead_end
20578:
20579: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20580: include/pa_pool.h, main/pa_request.C:
20581: restructure_exceptions_dead_end
20582:
20583: * src/: classes/root.C, main/compile.y: ^if required junctions.
20584: allowed ; inside {} to break params
20585:
20586: * src/classes/root.C: ^eval
20587:
20588: * src/: classes/_string.h, classes/double.C, classes/int.C,
20589: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
20590: string ^format
20591:
20592: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
20593: 'bad' but not 'enough'
20594:
20595: * src/: classes/double.C, classes/root.C, classes/table.C,
20596: include/pa_common.h, include/pa_types.h, main/compile.y,
20597: main/pa_common.C, main/pa_request.C, main/untaint.C,
20598: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
20599: types/pa_wwrapper.h: think constructing flag as is is bad
20600:
20601: * src/: classes/double.C, classes/int.C, classes/root.C,
20602: classes/string.C, classes/table.C, main/core.C, main/execute.C,
20603: types/pa_vint.h: ^for
20604:
20605: 2001-03-12 paf
20606:
20607: * src/classes/table.C: table ^empty
20608:
20609: * src/: classes/table.C, include/pa_table.h: table ^menu
20610:
20611: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
20612: ^offset ^line ^count
20613:
20614: * src/classes/root.C: ^round() ^floor() ^ceiling()
20615: ^abs() ^sign()
20616:
20617: * src/classes/: root.C, table.C: ^use
20618:
20619: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20620: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
20621: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20622: ^while. switched off wcontext.constructing after write(value) or
20623: auto-vhash-constructing
20624:
20625: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20626: main/pa_request.C: fail_if_junction_ helper func
20627:
20628: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20629: include/pa_request.h, main/execute.C, main/main.dsp,
20630: main/pa_common.C, main/pa_request.C: ^process error point by
20631: actual method_name, not source. ^load
20632:
20633: * src/types/pa_vtable.h: table: no, better with string in cells...
20634:
20635: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
20636: classes/_table.h, classes/table.C, main/untaint.C: z
20637:
20638: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
20639: include/pa_table.h, main/core.C, main/execute.C,
20640: main/pa_common.C, main/pa_request.C, main/pa_table.C,
20641: types/pa_value.h: table:set 0
20642:
20643: * src/: classes/root.C, include/core.h, include/pa_array.h,
20644: include/pa_request.h, include/pa_table.h, main/core.C,
20645: main/main.dsp, main/pa_request.C, main/pa_table.C,
20646: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
20647: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
20648: types/pa_vstring.h: freeze, ^table:create[] -1
20649:
20650: * src/: classes/root.C, types/pa_value.h: z
20651:
20652: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
20653: get_method in couple places optimizing them
20654:
20655: * src/classes/root.C: z
20656:
20657: * src/: classes/root.C, types/pa_vclass.h: process temp main
20658: zeroing
20659:
20660: * src/: classes/double.C, classes/int.C, classes/root.C,
20661: classes/string.C, include/pa_common.h, include/pa_request.h,
20662: include/pa_string.h, include/pa_types.h, main/compile.C,
20663: main/compile.y, main/compile_tools.h, main/execute.C,
20664: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20665: types/pa_vmframe.h: ^process. actual names to store param and
20666: check_actual_numbered_params for better place diagnostics
20667:
20668: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
20669: method-junctions bug fixed
20670:
20671: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
20672: pa_vstateless_object.h, pa_vstring.h: stateless_object
20673:
20674: 2001-03-11 paf
20675:
20676: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
20677: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
20678: VDouble VInt base now VObject_base - without fields
20679:
20680: * src/: classes/root.C, include/core.h, main/core.C: z
20681:
20682: * src/: classes/double.C, classes/int.C, classes/root.C,
20683: classes/string.C, include/core.h, include/pa_hash.h,
20684: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
20685: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
20686:
20687: * src/: classes/double.C, classes/int.C, classes/root.C,
20688: include/pa_request.h, main/execute.C: intercept_string
20689:
20690: * src/: classes/double.C, classes/int.C, classes/root.C,
20691: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
20692:
20693: * src/: classes/double.C, classes/int.C, include/pa_request.h:
20694: ^inc-s(expr)
20695:
20696: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20697: classes/_root.h, classes/_string.h, classes/double.C,
20698: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20699: include/code.h, include/core.h, include/pa_array.h,
20700: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20701: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20702: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20703: include/pa_types.h, main/compile.C, main/compile.y,
20704: main/compile_tools.C, main/compile_tools.h, main/core.C,
20705: main/execute.C, main/pa_array.C, main/pa_common.C,
20706: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
20707: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20708: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20709: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20710: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20711: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20712: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20713: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
20714:
20715: * src/: main/pa_request.C, types/pa_vhash.h: z
20716:
20717: * src/: include/core.h, include/pa_request.h, main/core.C,
20718: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
20719:
20720: * src/: include/pa_valiased.h, include/pa_value.h,
20721: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20722: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20723: include/pa_vjunction.h, include/pa_vmframe.h,
20724: include/pa_vobject.h, include/pa_vstring.h,
20725: include/pa_vunknown.h, include/pa_wcontext.h,
20726: include/pa_wwrapper.h, main/compile.y, main/core.C,
20727: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
20728: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
20729: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20730: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20731: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20732: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20733: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20734: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
20735: include/
20736:
20737: 2001-03-10 paf
20738:
20739: * src/: include/core.h, include/pa_request.h, main/core.C,
20740: main/pa_request.C: run+auto=run
20741:
20742: * src/: classes/root.C, include/pa_request.h: minor if junction bug
20743:
20744: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20745: classes/_root.h, classes/_string.h, classes/double.C,
20746: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20747: include/code.h, include/core.h, include/pa_array.h,
20748: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20749: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20750: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20751: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
20752: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20753: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20754: include/pa_vjunction.h, include/pa_vmframe.h,
20755: include/pa_vobject.h, include/pa_vstring.h,
20756: include/pa_vunknown.h, include/pa_wcontext.h,
20757: include/pa_wwrapper.h, main/compile.C, main/compile.y,
20758: main/compile_tools.C, main/compile_tools.h, main/core.C,
20759: main/execute.C, main/pa_array.C, main/pa_cframe.C,
20760: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
20761: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20762: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
20763: main/pa_wcontext.C: sources header
20764:
20765: * src/main/pa_request.C: auto..
20766:
20767: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20768: main/pa_request.C: auto tree0
20769:
20770: * src/: include/core.h, include/pa_request.h, main/compile.y,
20771: main/core.C, main/pa_request.C: names to core.C
20772:
20773: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
20774: include/pa_request.h, main/core.C, main/execute.C,
20775: main/pa_common.C, main/pa_request.C: root auto.p loaded
20776:
20777: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
20778: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
20779: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20780: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
20781:
20782: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20783: @auto[] realised. auto.p scan togo
20784:
20785: * src/: include/pa_request.h, main/execute.C: autocalc
20786: code-junctions result now have names
20787:
20788: * src/: classes/double.C, classes/int.C, classes/root.C,
20789: classes/string.C, include/pa_request.h, include/pa_string.h,
20790: include/pa_wcontext.h, main/compile.y, main/execute.C,
20791: main/pa_string.C, main/pa_wcontext.C: tainting 0
20792:
20793: * src/classes/env.C: env:file/line
20794:
20795: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
20796: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
20797: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
20798: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
20799: main/compile_tools.C, main/compile_tools.h, main/core.C,
20800: main/execute.C, main/main.dsp, main/pa_cframe.C,
20801: main/pa_request.C, main/pa_wcontext.C: const fight finished
20802:
20803: * src/include/pa_vclass.h: const fight to go
20804:
20805: * src/: classes/_env.h, classes/env.C, classes/root.C,
20806: include/pa_request.h, include/pa_vclass.h, main/core.C,
20807: main/main.dsp: env0
20808:
20809: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
20810: classes/_string.h, classes/double.C, classes/int.C,
20811: classes/root.C, classes/string.C, include/pa_request.h,
20812: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
20813: include/pa_wcontext.h, main/core.C, main/main.dsp,
20814: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
20815: main/pa_wcontext.C: ^lang prepare0
20816:
20817: 2001-03-09 paf
20818:
20819: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
20820: construct proper naming
20821:
20822: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
20823: classes/double.C, classes/int.C, classes/root.C,
20824: classes/string.C, include/code.h, include/pa_value.h,
20825: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
20826: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20827: main/compile.y, main/compile_tools.C, main/core.C,
20828: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
20829: and ^double[]. fixed expr type
20830:
20831: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20832: ^string.length[]
20833:
20834: 2001-03-08 paf
20835:
20836: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
20837:
20838: * src/: include/pa_vclass.h, include/pa_vstring.h,
20839: include/pa_wcontext.h, main/compile.y, main/core.C,
20840: main/execute.C, main/main.dsp: dead end: vstring can't be
20841: derivated from vobject
20842:
20843: * src/: include/pa_vclass.h, include/pa_vhash.h,
20844: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
20845:
20846: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
20847: remained clone conseqs
20848:
20849: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
20850:
20851: * src/main/pa_vclass.C: wow! vclass were out of vcs
20852:
20853: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
20854: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
20855: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
20856: include/pa_vobject.h, include/pa_vstring.h,
20857: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20858: main/execute.C: withoud cloning. didn't need it actually, params
20859: got passed from out unnamed ewpool
20860:
20861: * src/: include/pa_vdouble.h, include/pa_vhash.h,
20862: include/pa_vjunction.h, include/pa_vobject.h,
20863: include/pa_vunknown.h, main/compile.y: cloning dead end
20864:
20865: * src/: include/pa_bool.h, include/pa_double.h,
20866: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
20867: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
20868: include/pa_vjunction.h, include/pa_vmframe.h,
20869: include/pa_vobject.h, include/pa_vstring.h,
20870: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20871: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
20872: to give params proper names
20873:
20874: * src/main/pa_wcontext.C: z
20875:
20876: * src/: include/pa_vmframe.h, main/execute.C: added names to
20877: unknown values in get_element and unfilled params. removed wrong
20878: name change in get_element
20879:
20880: * src/main/execute.C: z
20881:
20882: * src/main/execute.C: fixed problems calling operators in
20883: constructors
20884:
20885: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
20886: detected problems calling operators in constructors
20887:
20888: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20889: autocalc def to string
20890:
20891: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
20892: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
20893:
20894: * src/classes/root.C: added root.c
20895:
20896: * src/: include/pa_request.h, include/pa_value.h,
20897: include/pa_vcframe.h, include/pa_vmframe.h,
20898: include/pa_wcontext.h, main/compile.C, main/compile.y,
20899: main/core.C, main/execute.C, main/pa_cframe.C,
20900: main/pa_wcontext.C: 'if' just compiled
20901:
20902: * src/: include/pa_vbool.h, include/pa_vdouble.h,
20903: include/pa_vjunction.h, include/pa_vmframe.h,
20904: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
20905: main/pa_wcontext.C: z
20906:
20907: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
20908: main/core.C, main/execute.C, main/main.dsp: z. detected probs
20909: with parameter names in operator methods
20910:
20911: * src/main/compile.y: minor renamings in .y
20912:
20913: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20914: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
20915: @BASE. changed 'RUN' assignment mech
20916:
20917: * src/main/execute.C: z
20918:
20919: * src/: include/code.h, main/compile.y, main/compile_tools.C,
20920: main/compile_tools.h, main/execute.C: made class: dynamic, not
20921: static. so to enable runtime ^use
20922:
20923: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
20924:
20925: * src/: include/code.h, main/compile.y, main/compile_tools.C,
20926: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
20927:
20928: * src/main/execute.C: root root in code-junction
20929:
20930: 2001-03-07 paf
20931:
20932: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
20933: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
20934:
20935: * src/: include/pa_stack.h, include/pa_value.h,
20936: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
20937: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
20938: fixed rwcontext of {} params up
20939:
20940: * src/main/: compile.y, compile_tools.h: ^func(params)
20941:
20942: * src/main/compile.y: .y priorities syntax shaped up a bit
20943:
20944: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
20945: include/pa_vunknown.h, main/compile.y, main/execute.C,
20946: main/pa_hash.C: expr def in -f
20947:
20948: * src/main/: compile.y, execute.C: expr calls
20949:
20950: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
20951: fixed
20952:
20953: * src/main/compile.y: expr quoted code
20954:
20955: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
20956: support0
20957:
20958: * src/main/compile.y: expr string comparisons 0
20959:
20960: * src/: include/pa_string.h, main/compile.y, main/execute.C,
20961: main/pa_string.C: just compiled lt&co
20962:
20963: * src/main/execute.C: ^var.menu{$field} problem detected. that
20964: $field not a $var.field
20965:
20966: 2001-03-06 paf
20967:
20968: * src/main/compile.y: .y expr visible-shorter
20969:
20970: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
20971: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
20972: logical
20973:
20974: * src/: include/pa_vstring.h, main/compile.y: problems with
20975: skipping whitespace in yylex
20976:
20977: * src/include/pa_vbool.h: forgot this
20978:
20979: * src/: include/code.h, main/compile.y, main/execute.C: without
20980: string ops in expressions 0
20981:
20982: * src/: include/pa_value.h, include/pa_vdouble.h,
20983: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
20984: main/execute.C, main/main.dsp: !~
20985:
20986: * src/: include/pa_vcframe.h, include/pa_vclass.h,
20987: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
20988: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20989: include/pa_vunknown.h, include/pa_wcontext.h,
20990: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
20991: main/compile_tools.h, main/execute.C: +-*/
20992:
20993: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
20994: main/compile_tools.h: grammar-1.1 $a(z) $a=0
20995:
20996: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
20997: main/execute.C: expr grammar-1 2*2=4.000000 :)
20998:
20999: * src/main/compile.y: expr grammar-1
21000:
21001: * src/main/compile.y: expr lexx1
21002:
21003: * src/main/: compile.y, execute.C, main.dsp: z
21004:
21005: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21006: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21007: main/execute.C: expr lex0 exec-1
21008:
21009: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21010:
21011: 2001-02-26 paf
21012:
21013: * src/main/compile.y: max_string in yyerror bug fix
21014:
21015: 2001-02-25 paf
21016:
21017: * src/: include/pa_value.h, include/pa_vmframe.h,
21018: include/pa_wcontext.h, main/execute.C: VAliased3
21019:
21020: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21021:
21022: * src/main/execute.C: VAliased1
21023:
21024: * src/: include/pa_request.h, include/pa_value.h,
21025: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21026: VAliased0
21027:
21028: * src/: include/pa_pool.h, include/pa_request.h,
21029: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21030: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21031: VAliased just compiled
21032:
21033: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21034: include/pa_vobject.h, main/execute.C: alias dead end
21035:
21036: * src/: include/pa_value.h, include/pa_vclass.h,
21037: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21038: main/main.dsp: no not get fields into interm VFielded class.
21039: fields & staticfields 1
21040:
21041: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21042: include/pa_vobject.h, include/pa_wcontext.h,
21043: include/pa_wwrapper.h, main/core.C, main/execute.C,
21044: main/main.dsp: would now get fields into interm VFielded class
21045:
21046: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21047: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21048: include/pa_wcontext.h, main/compile.y, main/core.C,
21049: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21050: main/pa_wcontext.C: virtuals2
21051:
21052: * src/main/compile.y: : 1
21053:
21054: * src/main/compile.y: rethought to $class:static.field.subfield
21055:
21056: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21057: $class:element
21058:
21059: * src/: include/pa_value.h, include/pa_vmframe.h,
21060: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21061: main/pa_wcontext.C: before execute class calls rewrite
21062:
21063: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21064: name RUN, also alias
21065:
21066: * src/main/compile.y: escaping bug
21067:
21068: * src/: include/pa_request.h, include/pa_value.h,
21069: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21070: main/core.C, main/execute.C, main/pa_common.C: vobject1
21071:
21072: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21073: include/pa_vmframe.h, include/pa_vobject.h,
21074: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21075: main/compile_tools.h, main/execute.C: ^class:method() just
21076: compiled
21077:
21078: 2001-02-24 paf
21079:
21080: * src/main/main.dsp: no bison -d
21081:
21082: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21083: class' err msg wrong
21084:
21085: * src/main/compile.y: z
21086:
21087: * src/main/: compile.y, core.C: yylex need some @special lines adj
21088:
21089: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21090: main/compile.y, main/compile_tools.h, main/core.C: modules0
21091:
21092: * src/: include/pa_vclass.h, main/core.C: z
21093:
21094: * src/: include/pa_value.h, include/pa_vclass.h,
21095: include/pa_vobject.h, main/main.dsp: vobject00
21096:
21097: * src/main/pa_array.C: minor bug in expanding very small arrays.
21098: 60% from 1 were 0
21099:
21100: * src/: include/pa_value.h, include/pa_wcontext.h,
21101: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21102: as bad as you've named it: wcontext.value() was not a perfect
21103: idea
21104:
21105: * src/main/execute.C: codeframe1
21106:
21107: * src/: include/pa_value.h, include/pa_vcframe.h,
21108: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21109: include/pa_vjunction.h, include/pa_vmframe.h,
21110: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21111: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21112: just compiled
21113:
21114: * src/: include/pa_vframe.h, main/compile.y: found junction
21115: ideology @: ^x{$a()) must construct current wcontext element, so
21116: smart wcontext handling needed
21117:
21118: * src/main/compile.y: fixed grammar bugs in constructor/params
21119: klinch
21120:
21121: * src/main/: compile.y, execute.C: fixed empty constructor
21122: optimized empty case. failed on calls - produced empty string
21123: param
21124:
21125: * src/main/compile.y: fixed last \n macrotemplate strip bug
21126:
21127: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
21128: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
21129: main/compile_tools.C, main/compile_tools.h, main/core.C,
21130: main/execute.C: code junctions0. something wrong with last \n
21131: macrotemplate strip
21132:
21133: * src/: include/pa_value.h, main/compile.C, main/core.C,
21134: main/pa_value.C: minor error reporting format beautifyings
21135:
21136: * src/: include/pa_value.h, include/pa_vclass.h,
21137: include/pa_vframe.h, main/core.C, main/execute.C,
21138: main/pa_value.C: get_method RIP. junctions everywhere. call with
21139: junctions0
21140:
21141: 2001-02-23 paf
21142:
21143: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
21144: pa_wwrapper.h: lara came, can't work, sorry :(
21145:
21146: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
21147: junction
21148:
21149: * src/: include/pa_vframe.h, include/pa_vunknown.h,
21150: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
21151: main/execute.C, main/main.dsp, main/pa_value.C: call0
21152:
21153: * src/: include/pa_hash.h, include/pa_value.h,
21154: include/pa_wcontext.h, main/core.C, main/execute.C,
21155: main/main.dsp, main/pa_hash.C: started call. store param, vframe
21156: done
21157:
21158: * src/include/pa_wcontext.h: z
21159:
21160: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
21161: wrong grammar in complex constructor case
21162:
21163: * src/main/: compile.y, execute.C: empty constructor bug fixed
21164:
21165: * src/main/execute.C: with result rwpool
21166:
21167: * src/: include/pa_value.h, main/core.C, main/execute.C,
21168: main/main.dsp: value named
21169:
21170: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
21171: strign 2 value in 2 places in execute
21172:
21173: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
21174: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
21175: wcontext.put_element when wcontext fvalue==0
21176:
21177: 2001-02-22 paf
21178:
21179: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21180: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
21181: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
21182:
21183: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
21184: erroreos checkout
21185:
21186: * src/: include/pa_request.h, main/compile.y: $self.put(val)
21187:
21188: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
21189: main/compile_tools.h, main/pa_array.C: $self.get
21190:
21191: * src/main/: compile.C, compile.y, compile_tools.C: z
21192:
21193: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
21194: bit. finished now.
21195:
21196: * src/main/compile.y: $: finished
21197:
21198: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
21199:
21200: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
21201: main/execute.C: OP_STRING better then some xxx _VALUE
21202:
21203: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
21204: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21205: string to vstring it .y all
21206:
21207: * src/: include/pa_request.h, include/pa_stack.h,
21208: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
21209: all
21210:
21211: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
21212: precise parse error line:col
21213:
21214: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
21215: main/pa_hash.C, main/pa_pool.C: TRY...
21216:
21217: * src/: include/pa_exception.h, include/pa_pool.h,
21218: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
21219: main/compile.C, main/compile.y, main/compile_tools.C,
21220: main/core.C, main/pa_array.C, main/pa_exception.C,
21221: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
21222: main/pa_table.C: removed exception from request
21223:
21224: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
21225: some forgotten
21226:
21227: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21228: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
21229: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
21230: get/put simple vars to VClass works0
21231:
21232: * src/: include/pa_array.h, include/pa_wcontext.h,
21233: main/pa_string.C: in process, but found that exceptions are too
21234: global
21235:
21236: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
21237: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
21238: main/execute.C, main/pa_string.C: write_value write_string 0 it
21239: seems wcontext must write strings regardles of fvalue!=0
21240:
21241: 2001-02-21 paf
21242:
21243: * src/main/execute.C: tired :)
21244:
21245: * src/main/: compile.C, compile.y, execute.C: store0
21246:
21247: * src/: include/compile.h, include/execute.h, include/pa_array.h,
21248: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
21249: include/pa_wcontext.h, main/compile.C, main/compile.y,
21250: main/execute.C, main/main.dsp, main/pa_array.C,
21251: main/pa_request.C: get put -1 [just compiled]
21252:
21253: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
21254: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
21255: main/main.dsp, main/pa_request.C: request core methods0
21256:
21257: * src/: include/compile.h, include/pa_array.h, main/compile.C,
21258: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
21259: execute
21260:
21261: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
21262: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
21263: methods and one_big_piece. now compile returns array<method*>
21264:
21265: * src/main/compile.y: more straightforward yylex[end]
21266:
21267: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21268: string.operator==(char*)
21269:
21270: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
21271: main/execute.C, main/pa_array.C: after array.const get wonders
21272:
21273: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
21274: pa_string.h, pa_value.h: struck with const array.gets
21275:
21276: * src/main/: execute.C: z
21277:
21278: * src/main/: compile.y, execute.C: z
21279:
21280: * src/main/: compile.C, compile.y, compile_tools.h: error
21281: processing in eval & yyerror so it wouldn't cause memleaks.
21282:
21283: * src/main/: compile.C, compile.y: failed to add absolute precies
21284: parse error positions. leaving RIGHTMOST position as
21285: @file[line:col]
21286:
21287: * src/: include/compile.h, main/compile.C, main/compile.y,
21288: main/compile_tools.h: line numbers needed. would add them to .y
21289: now internally. externally it's not as precise as needed
21290:
21291: * src/: include/code.h, include/pa_types.h, main/compile.C,
21292: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21293: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
21294: compiler works ok
21295:
21296: 2001-02-20 paf
21297:
21298: * src/main/: compile.C, compile.y, compile_tools.C,
21299: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
21300: not perfect
21301:
21302: * src/: include/code.h, include/compile.h, include/execute.h,
21303: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
21304: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21305: main/compile.C, main/compile.y, main/compile_tools.C,
21306: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
21307: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21308: main/pa_string.C, main/pa_table.C: bison[yacc] first time
21309: compiled. execute=dump for now
21310:
21311: * src/main/core.C: core rewrite using yacc investigations now will
21312: be compile[yacc]/execute[opcodes]
21313:
21314: 2001-02-15 paf
21315:
21316: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
21317: rewrite as turing machine? for it seems it would be it's too many
21318: ifs with this syntax now
21319:
21320: 2001-02-14 paf
21321:
21322: * src/main/core.C: get_params 1
21323:
21324: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
21325: :( ]
21326:
21327: * src/main/core.C: varios breaks
21328:
21329: * src/main/core.C: get names 3
21330:
21331: * src/main/core.C: get names 2
21332:
21333: * src/main/core.C: get names 1
21334:
21335: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
21336: names 0
21337:
21338: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
21339: text repassing2 operator static vars
21340:
21341: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
21342: main/pa_string.C: process text repassing
21343:
21344: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21345: module:calls changes
21346:
21347: 2001-02-13 paf
21348:
21349: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21350: ^class:calls[] started
21351:
21352: * src/: include/pa_value.h, main/core.C: z
21353:
21354: * src/main/core.C: operators : and self. prefixes
21355:
21356: * src/main/core.C: z
21357:
21358: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21359: tested
21360:
21361: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21362: optimized
21363:
21364: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
21365: would change privates to better support optimization
21366:
21367: * src/: include/pa_string.h, main/pa_string.C:
21368: String_iterator::skip_to todo:optimize
21369:
21370: 2001-02-12 paf
21371:
21372: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
21373: String_iterator
21374:
21375: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
21376: comments
21377:
21378: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
21379: self/methodref joined
21380:
21381: 2001-02-11 paf
21382:
21383: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
21384: main/main.dsp: core started. core.C, context&value .h
21385:
21386: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21387: include/pa_string.h, main/main.dsp, main/pa_array.C,
21388: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
21389:
21390: 2001-01-30 paf
21391:
21392: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
21393: comments
21394:
21395: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
21396: main/pa_pool.C: moved pa_pool.C to be target specific
21397:
21398: * src/: include/pa_exception.h, include/pa_pool.h,
21399: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
21400: to & changes
21401:
21402: * src/: include/pa_exception.h, include/pa_pool.h,
21403: include/pa_request.h, include/pa_table.h, main/pa_array.C,
21404: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
21405: re-associated. that's much better even removed 'die' necessety
21406:
21407: * src/: include/pa_error.h, include/pa_exception.h,
21408: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21409: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
21410: targets/Makefile.am: lowered targets/parser into subdir, added
21411: parser_Pool(Pool) failed to add. would think..
21412:
21413: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
21414: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
21415: main/pa_string.C, main/pa_table.C: Table more like C++ style
21416: hence lots of 'const'
21417:
21418: * src/: include/pa_error.h, include/pa_request.h,
21419: include/pa_string.h, include/pa_table.h, main/pa_error.C,
21420: main/pa_table.C: Error fixed
21421:
21422: 2001-01-29 paf
21423:
21424: * src/: include/pa_array.h, include/pa_common.h,
21425: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
21426: include/pa_request.h, include/pa_string.h, include/pa_table.h,
21427: main/Makefile.am, main/pa_array.C, main/pa_common.C,
21428: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
21429:
21430: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21431: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21432: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
21433: main/pa_string.C, main/pa_table.C: Request Error Table
21434:
21435: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
21436: templates"
21437:
21438: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
21439: main/main.dsp, main/pa_array.C: templates failed no template
21440: specializations [VC6], no library auto instantation [VC6, GNU c++
21441: 2.95.2-6 from latest cygwin]
21442:
21443: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21444: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21445: main/main.dsp, main/pa_array.C, main/pa_string.C,
21446: main/pa_table.C: Table started would test template Array now
21447:
21448: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21449: String originating
21450:
21451: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
21452: main/pa_hash.C: made local Hash-es not thread safe=quicker by
21453: SYNCHRONIZED(thread_safe)
21454:
21455: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
21456: parts to top
21457:
21458: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
21459: main/pa_threads.C: decided on one global_mutex, like PHP as I can
21460: see: needed only in global Hash now, made Hash:: put/get
21461: SYNCHRONIZED
21462:
21463: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
21464: main/pa_threads.C: added pa_threads
21465:
21466: Mutex
21467:
21468: * src/include/pa_hash.h: some comments
21469:
21470: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
21471: Array& operator += (Array& src)
21472:
21473: * src/main/pa_array.C: expand not convinient, would rewrite
21474:
21475: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
21476: (Array& src)
21477:
21478: rethought, would change now
21479:
21480: 2001-01-27 paf
21481:
21482: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
21483: caching
21484:
21485: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21486: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
21487: cache rethought to chunk caching
21488:
21489: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21490: include/pa_string.h, main/main.dsp, main/pa_array.C,
21491: main/pa_hash.C, main/pa_string.C: Array 0
21492:
21493: * src/main/pa_string.C: String::operator ==
21494:
21495: * src/main/pa_hash.C: String(&String)
21496:
21497: * src/main/pa_hash.C: added pa_hash.C [forgotten]
21498:
21499: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
21500: main/main.dsp, main/pa_string.C: uint, and added pa_types &
21501: pa_hash[forgotten]
21502:
21503: 2001-01-26 paf
21504:
21505: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21506: removed templates [vc++ suxx]
21507:
21508: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
21509: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
21510:
21511: * src/include/: pa_pool.h, pa_string.h: pa_pool split
21512:
21513: * src/main/: main.dsp, pa_string.C: $Id$ check
21514:
21515: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
21516: check
21517:
21518: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
21519: dynamic row_count
21520:
21521: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21522: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21523: targets/Makefile.am: Initial revision
21524:
21525: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21526: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21527: targets/Makefile.am: creating parser3 module
21528:
E-mail: