Annotation of parser3/ChangeLog, revision 1.205
1.205 ! moko 1: 2024-11-11 moko
! 2:
! 3: * src/classes/classes.h: temp fix
! 4:
! 5: 2024-11-10 moko
! 6:
! 7: * src/: classes/date.C, classes/file.C, classes/image.C,
! 8: classes/op.C, main/pa_string.C: minor optimization
! 9:
! 10: * src/: classes/date.C, classes/file.C, classes/image.C,
! 11: classes/op.C, main/pa_string.C: typo fixed
! 12:
! 13: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
! 14: classes/file.C, classes/image.C, classes/op.C,
! 15: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
! 16: memory allocation befor main(). Only 3 allocations in chatsets
! 17: left (implements feature #1257)
! 18:
! 19: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
! 20: minor naming convention fix
! 21:
! 22: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
! 23: results/436.processed, results/437.processed,
! 24: results/438.processed: tests for @unhandled_exception processing
! 25: (related to feature #1256)
! 26:
! 27: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
! 28: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
! 29: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
! 30: are now processed in request::core for correct logging and
! 31: reporting (feature #1256)
! 32:
! 33: * src/: include/pa_sapi.h, main/pa_request.C,
! 34: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
! 35: targets/isapi/parser3isapi.C: unhandled exception now called if
! 36: exception occures during $response:download processing (related
! 37: to bug #1255)
! 38:
! 39: * etc/auto.p.in: better 404 error reporting
! 40:
! 41: 2024-11-09 moko
! 42:
! 43: * src/main/pa_memory.C: more detailed usage comment
! 44:
! 45: * src/main/pa_memory.C: usage commented
! 46:
! 47: * src/main/pa_memory.C: minor cleanup
! 48:
! 49: * src/types/: pa_varray.h, pa_vregex.h: warnings war
! 50:
! 51: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
! 52: httpd/site/029.html, results/436.processed: test for exception in
! 53: $response:download[] added
! 54:
! 55: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
! 56: and avoid exit status 1 on die
! 57:
! 58: * tests/results/: 007.processed, 019.processed, 098.processed,
! 59: 103.processed, 233.processed: windows headers matter for binary
! 60: files
! 61:
! 62: * tests/httpd/ok.log: tests results updated as extra headers now
! 63: cleared on error (related to bug #1255)
! 64:
! 65: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
! 66: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
! 67: targets/isapi/parser3isapi.C: headers buffering to avoid extra
! 68: headers in errors, custom send_error in cgi/httpd mode to avoid
! 69: memory allocations (fixes bug #1255)
! 70:
! 71: 2024-11-07 moko
! 72:
! 73: * tests/: 264.html, results/264.processed: tests updated to test
! 74: removal of only trailing empty arguments for backward
! 75: compatibility (related to feature #1252)
! 76:
! 77: * src/classes/file.C: remove trailing empty arguments for backward
! 78: compatibility (related to feature #1252)
! 79:
! 80: 2024-11-05 moko
! 81:
! 82: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
! 83: low memory case, when static initialization failed even before
! 84: main() start
! 85:
! 86: 2024-11-04 moko
! 87:
! 88: * configure, src/include/pa_config_auto.h.in,
! 89: src/include/pa_config_fixed.h: _locking no longer used
! 90:
! 91: * configure.ac: _locking no longer used (related to bug #1231)
! 92:
! 93: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
! 94:
! 95: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
! 96:
! 97: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
! 98: unused
! 99:
! 100: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
! 101: be used on locking errors (related to bug #1231)
! 102:
! 103: * src/main/pa_os.C: GetLastError used as errno is not set (related
! 104: to bug #1231)
! 105:
! 106: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
! 107: allowing shared lock to work (fixes bug #1231)
! 108:
! 109: * INSTALL: actualized, minor fixes
! 110:
! 111: * etc/auto.p.in: default LIMITS added
! 112:
! 113: * AUTHORS: links actualized
! 114:
! 115: * src/: classes/array.C, classes/bool.C, classes/classes.C,
! 116: classes/classes.awk, classes/classes.h, classes/curl.C,
! 117: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
! 118: classes/hash.C, classes/hashfile.C, classes/image.C,
! 119: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
! 120: classes/math.C, classes/memcached.C, classes/memory.C,
! 121: classes/op.C, classes/reflection.C, classes/regex.C,
! 122: classes/response.C, classes/string.C, classes/table.C,
! 123: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 124: include/pa_array.h, include/pa_base64.h,
! 125: include/pa_cache_managers.h, include/pa_charset.h,
! 126: include/pa_charsets.h, include/pa_common.h,
! 127: include/pa_config_fixed.h, include/pa_config_includes.h,
! 128: include/pa_dictionary.h, include/pa_dir.h,
! 129: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 130: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
! 131: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
! 132: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
! 133: include/pa_request_charsets.h, include/pa_request_info.h,
! 134: include/pa_sapi.h, include/pa_socks.h,
! 135: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 136: include/pa_stack.h, include/pa_string.h,
! 137: include/pa_stylesheet_connection.h,
! 138: include/pa_stylesheet_manager.h, include/pa_symbols.h,
! 139: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
! 140: include/pa_uue.h, include/pa_xml_exception.h,
! 141: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
! 142: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 143: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
! 144: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
! 145: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
! 146: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
! 147: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 148: main/compile_tools.h, main/execute.C, main/pa_base64.C,
! 149: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
! 150: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
! 151: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 152: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
! 153: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
! 154: main/pa_sql_driver_manager.C, main/pa_string.C,
! 155: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
! 156: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
! 157: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
! 158: main/untaint.C, sql/pa_sql_driver.h,
! 159: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
! 160: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
! 161: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 162: types/pa_method.h, types/pa_property.h, types/pa_value.C,
! 163: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
! 164: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
! 165: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 166: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
! 167: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
! 168: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 169: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
! 170: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
! 171: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 172: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
! 173: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
! 174: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
! 175: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 176: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
! 177: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 178: types/pa_vresponse.C, types/pa_vresponse.h,
! 179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 180: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 181: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 182: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
! 183: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 184: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 185: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
! 186:
1.203 moko 187: 2024-10-28 moko
188:
1.204 moko 189: * src/classes/array.C: avoid invalidate()
190:
191: * src/: classes/array.C, types/pa_varray.h: minor optimization for
192: fused to survive in ^array::copy[$a] (related to feature #930)
193:
194: * src/types/pa_varray.h: minor optimization as last element is
195: allways defined if present
196:
1.203 moko 197: * tests/: 435.html, results/435.processed: tests for
198: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
199: for array added (related to feature #1253)
200:
201: * src/classes/array.C: typo fixed
202:
203: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
204: ^hash.set([-+]index)[value], and same for array added (implements
205: feature #1253)
206:
207: * tests/results/: 246.processed, 298.processed, 342.processed,
208: 389.processed, 397.processed, 430.processed, 432.processed: tests
209: results update after minor exceptions texts fixes
210:
211: 2024-10-27 moko
212:
213: * src/: classes/array.C, classes/hash.C, classes/math.C,
214: classes/reflection.C, classes/string.C, classes/table.C,
215: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
216: types/pa_vmethod_frame.h: handy as_index() added, several
217: exceptions texts fixed (related to feature #930)
218:
219: * src/: classes/array.C, types/pa_varray.h: non-working
220: $array.fields removed, ^array.delete[index] supported (related to
221: feature #930)
222:
223: * tests/: 431.html, results/431.processed: tests updated after
224: ^a.delete[3] supported
225:
226: * tests/: 431.html, 434.html, results/434.processed: tests for last
227: element used, push/pop, exceptions during arguments processing
228: and used caching (related to feature #930)
229:
230: * src/: classes/array.C, types/pa_varray.h: change_used added for
231: better used caching and now no issues if exception occures during
232: append arguments processing (related to feature #930)
233:
234: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
235: ^array.pop[] added, last element is allways used (related to
236: feature #930)
237:
238: 2024-10-26 moko
239:
240: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
241: types/pa_varray.h: confirm_all_used added where possible (related
242: to feature #930)
243:
244: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
245: small array optimizations (related to feature #930)
246:
247: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
248:
249: * tests/: 431.html, results/431.processed: test for
250: ^array.compact[undef] added
251:
252: * src/classes/array.C: ^array.compact[] now have optional 'undef'
253: argument to also compact undefined elements (related to feature
254: #930)
255:
256: 2024-10-24 moko
257:
258: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
259: VArray::hash is used rarery, no longer caching the result
260:
261: * tests/results/432.processed: testing removed from tests
262:
263: 2024-10-23 moko
264:
265: * tests/: 431.html, results/431.processed: ^array.compact[] test
266: added
267:
268: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
269:
270: * tests/: 432.html, results/432.processed: testing ^array.at[] for
271: both "solid" and "sparse" arrays
272:
273: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
274:
275: 2024-10-22 moko
276:
277: * tests/results/264.processed: spelling
278:
279: * src/classes/file.C: spelling
280:
281: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
282: tests updated after ^file::exec[cmd;;$array] implemented and
283: empty arguments not skipped (related to feature #1252)
284:
285: * src/classes/file.C: ^file::exec[cmd;;$array] supported
286: (implements feature #1252) bugfix: empty arguments no longer
287: skipped
288:
1.205 ! moko 289: 2024-10-21 moko
! 290:
! 291: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
! 292: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
! 293: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
! 294: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
! 295: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
! 296: site/index.html, site/test.txt: httpd tests added
! 297:
1.202 moko 298: 2024-10-20 moko
299:
300: * src/classes/string.C: warnings war
301:
302: * src/: main/pa_string.C, classes/array.C: warnings war
303:
304: * src/classes/json.C: warnings war
305:
306: * src/classes/image.C: warnings war
307:
308: * src/: classes/table.C, types/pa_varray.C: warnings war
309:
310: * src/classes/array.C: warning war
311:
312: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
313:
314: * src/main/main.vcproj: warnings war
315:
316: 2024-10-19 moko
317:
318: * tests/427.html: test updated after constructors renamed
319:
320: 2024-10-18 moko
321:
322: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
323: results/421.processed, results/430.processed,
324: results/431.processed: test updated after constructors renamed
325:
326: * src/classes/array.C: create -> copy, new -> create according to
327: https://www.parser.ru/forum/?id=86603 discussion (related to
328: feature #930)
329:
330: 2024-10-16 moko
331:
332: * src/classes/json.C: $json:array[array or hash] added to provide
333: more backward compatibility (implements feature #1251)
334:
335: 2024-10-15 moko
336:
337: * tests/: 421.html, results/421.processed: test results updated
338: after missing constuctor error check added and array is_index
339: check added
340:
341: * src/main/execute.C: absent constructor message fixed
342:
1.201 moko 343: 2024-10-13 moko
344:
345: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
346: with is_index() before calling index() for better error reporting
347: in method name typo (was invalid number, not method not found
348: exception).
349:
350: 2024-10-08 moko
351:
352: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
353:
354: * src/include/pa_array.h: warnings war
355:
1.200 moko 356: 2024-10-05 moko
357:
358: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
359: returns current row cells array (implements feature #1250)
360:
361: * tests/: 405.html, results/169.processed, results/405.processed:
362: tests updated after ^string.split[;a] implemented (related to
363: feature #1249)
364:
365: * src/classes/string.C: ^string.split[] - 'a' option added for
366: splitting into an array (implements feature #1249)
367:
368: 2024-10-04 moko
369:
370: * tests/: 431.html, results/431.processed: final code coverage
371: array tests
372:
373: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
374: array: confirm_all_used() added and used where possible, expand()
375: now expends faster
376:
377: 2024-10-03 moko
378:
379: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
380:
381: * tests/: 256.html, results/256.processed: test for
382: $.date[unix-timestamp] handling large dates
383:
384: * src/: classes/file.C, classes/op.C, classes/reflection.C,
385: classes/string.C, classes/table.C, include/pa_common.h,
386: main/pa_common.C, main/pa_http.C, main/pa_request.C,
387: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
388: format replaced with pa_uitoa where applicable,
389: $.date[unix-timestamp] fixed for handling large dates
390:
391: * tests/: 433.html, results/433.processed: more tests, including
392: test for possible endless recursion in ^o.GET[]
393:
394: * src/types/pa_vobject.C: bugfix: detecting possible endless
395: recursion in get_scalar_value inside ^o.GET[]
396:
397: * src/: classes/json.C, include/pa_request.h, main/execute.C,
398: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
399: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
400: $LIMITS.max_recursion
401:
402: 2024-10-02 moko
403:
404: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
405: results/253.processed, results/287.processed,
406: results/430.processed, results/433.processed: more tests for full
407: array and json code coverage
408:
409: * tests/: 433.html, results/433.processed: tests for hash functions
410: with array param
411:
412: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
413:
414: * tests/: 432.html, results/432.processed: modified ^hash.at tests
415: in 246.html used to test ^array.at, same result produced
416:
417: * tests/: 430.html, 431.html, results/430.processed,
418: results/431.processed: more array tests for 100% code coverage
419: (related to feature #930)
420:
421: * tests/: 427.html, 430.html, results/427.processed,
422: results/430.processed: first portion of array tests added
423: (related to feature #930)
424:
425: * src/classes/array.C: allow only whitespace string as argument for
426: add and join
427:
428: * src/classes/array.C: add behavour for array synced with hash
429:
430: 2024-09-30 moko
431:
432: * tests/: 429-sql.html, results/429-sql.processed: code coverage
433: tests added
434:
435: * src/classes/array.C: $.distinct should not be used unless
436: $.sparse(true)
437:
438: * tests/: 429-sql.html, results/388-sql.processed,
439: results/429-sql.processed: tests for ^array::sql{}, including
440: multi_statements mode (related to feature #930)
441:
1.199 moko 442: 2024-09-29 moko
443:
444: * src/classes/array.C: synced ^array::sql multi_statements logic
445: with ^hash::sql new behavour
446:
447: 2024-09-28 moko
448:
449: * tests/: 428-sql.html, results/388-sql.processed,
450: results/428-sql.processed: tests updated after column names were
451: fixed in multi_statements mode (related to feature #1197)
452:
453: * src/classes/hash.C: column names are fixed for most cases in
454: multi_statements mode (related to feature #1197)
455:
456: * tests/: 428-sql.html, results/195.processed,
457: results/224.processed, results/239.processed,
458: results/254.processed, results/261.processed,
459: results/306.processed, results/333.processed,
460: results/341.processed, results/343.processed,
461: results/344.processed, results/348.processed,
462: results/364.processed, results/389.processed,
463: results/390.processed, results/415.processed,
464: results/420.processed, results/421.processed: tests results
465: updated after error messages spelling minor fixes
466:
467: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
468: spelling
469:
470: * src/: classes/curl.C, classes/file.C, classes/hash.C,
471: classes/image.C, classes/math.C, classes/string.C,
472: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
473: main/execute.C, main/pa_charset.C, main/pa_common.C,
474: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
475: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
476: types/pa_vmail.C, types/pa_vobject.C,
477: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
478: types/pa_vxdoc.C: minor error messages spelling fixes
479:
480: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
481: implementation (related to feature #930)
482:
483: * tests/: 388-sql.html, results/388-sql.processed: test results
484: updated after rows number ^file::sql{} check added
485:
486: * src/classes/file.C: rows number now checked in ^file::sql{}
487:
488: * tests/: 428-sql.html, results/428-sql.processed: more tests
489:
490: * tests/: 428-sql.html, results/428-sql.processed: more
491: multi_statements testing before bugfix
492:
493: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
494: results/428-sql.processed: support for multiple sql test files
495: added
496:
497: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
498:
499: * src/classes/hash.C: more accurate one_bool_column processing
500:
501: * tests/: 427.html, results/427.processed: Constructors as methods
502: behavour documented in test
503:
504: * src/classes/hash.C: HashStringValue::Iterator used for options
505:
506: * tests/: 388-sql.html, results/388-sql.processed: even more tests
507:
508: * tests/: 388-sql.html, results/388-sql.processed: a bit more
509: testing
510:
511: * tests/results/367-curl.processed: test result updated after
512: server charset changed
513:
514: * tests/results/347-curl.processed: error messages updated
515:
516: * tests/results/: 346-curl.processed, 379-curl.processed,
517: 394-curl.processed: tests results updated after Type -> Exception
518: type replacement
519:
520: * tests/results/388-sql.processed: tests result updated after Type
521: -> Exception type
522:
523: 2024-09-27 moko
524:
525: * src/classes/hash.C: minor simplification
526:
527: 2024-09-24 moko
528:
529: * src/main/pa_string.C: atoui error messages improved
530:
531: * tests/: 165.html, 312.html, results/165.processed,
532: results/312.processed, results/379.processed: tests updated after
533: default endless loop limit increased, atoi error messages
534: improved
535:
536: * src/classes/hash.C: VBool::get used, unification
537:
1.198 moko 538: 2024-09-22 moko
539:
540: * src/classes/array.C: minor simplification
541:
542: * src/classes/array.C: ^array.left(N),
543: ^array.right(N),^array.mid(P;N) added (related to feature #930)
544:
545: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
546: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
547: added, default 1000000 (related to feature #930)
548:
549: * tests/: 426.html, results/426.processed: test for negative limit
550: and offset processing for table options added
551:
552: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
553: bugfix: negative limit and offset processing for table options
554: fixed
555:
556: 2024-09-21 moko
557:
558: * src/: classes/array.C, types/pa_varray.h: join supports hash;
559: ^for added that also iterates holes; ^remove added (related to
560: feature #930)
561:
562: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
563: $.offset(M) ] added (related to feature #930)
564:
565: 2024-09-20 moko
566:
567: * src/: classes/array.C, types/pa_varray.h: array:
568: +foreach[value]{code}, + add[hash with numeric keys] (related to
569: feature #930)
570:
571: 2024-09-19 moko
572:
573: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
574: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
575: support $a[v1;v2;...] syntax (related to feature #930)
576:
577: 2024-09-17 moko
578:
579: * src/: classes/reflection.C, include/pa_request.h,
580: main/compile_tools.h, main/pa_request.C:
581: ^reflection:class_alias[existing class name;alias class name]
582: added. The array class can now be redefined regardless of the
583: $.replace(bool) option value (related to feature #930)
584:
585: * src/main/: compile.y, compile_tools.h: class_add return value
586: inverted to add it to request class
587:
588: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
589: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
590: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
591: resize if required. spared array - added fused, append.
592:
1.197 moko 593: 2024-09-16 moko
594:
595: * src/types/pa_varray.h: get moved to where it belongs
596:
597: 2024-09-15 moko
598:
599: * src/: include/pa_array.h, types/pa_varray.h: more agressive
600: expansion to minimize reallocs: fallocated/32 -> fallocated/4
601:
602: * tests/: 421.html, results/323.processed, results/421.processed:
603: tests updated after 'spared-array' class renamed to 'array'
604: following a discussion on the forum (related to feature #930)
605:
606: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
607: types/pa_vmail.C: initial SparseArray separation from Array,
608: parser class now 'array'
609:
610: 2024-09-14 moko
611:
612: * tests/: 030.html, results/030.processed: out of range expires
613: check added
614:
615: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
616: checking expires time using VDate
617:
618: 2024-09-13 moko
619:
620: * src/: classes/array.C, classes/curl.C, classes/date.C,
621: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
622: classes/memcached.C, classes/op.C, classes/regex.C,
623: classes/string.C, classes/xdoc.C, classes/xnode.C,
624: main/execute.C, main/pa_http.C, main/pa_request.C,
625: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
626: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
627: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
628: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
629: removed as dynamic_cast is faster, Value::is() is still required
630: for is operator.
631:
632: 2024-09-12 moko
633:
634: * src/: classes/file.C, classes/image.C, classes/reflection.C,
635: classes/table.C, classes/xnode.C, include/pa_array.h,
636: include/pa_string.h, main/pa_common.C, main/pa_request.C,
637: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
638: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
639: templated pa_itoa/pa_uitoa added to work with any integer type,
640: String::Body::Format removed
641:
642: 2024-09-10 moko
643:
644: * src/classes/array.C: append and insert methods added to
645: sparse-array (related to feature #930)
646:
647: * tests/: 253.html, 255.html, 421.html, results/421.processed:
648: tests updated after sparse-array was added to avoid ^json:parse[]
649: using it in old tests (related to feature #930)
650:
651: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
652: types/pa_varray.h: sparse-array class added (initial feature #930
653: implementation)
654:
655: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
656: for sparse-array class files (related to feature #930)
657:
658: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
659: types/pa_vhash.h: VArray support functions without actual VArray
660: files (related to feature #930)
661:
1.196 moko 662: 2024-09-07 moko
663:
664: * src/: classes/curl.C, classes/string.C, classes/table.C,
665: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
666: main/pa_http.C, main/pa_sql_driver_manager.C,
667: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
668: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
669: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
670: with Hash::Iterator, has_next() replaced with operator bool
671: (related to feature #930)
672:
673: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
674: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
675: types/pa_vstateless_class.C: Array class extended,
676: Array::Iterator added and used (related to feature #930)
677:
1.195 moko 678: 2024-08-26 moko
679:
680: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
681: should be used on argv[0] as well to match document root.
682:
1.194 moko 683: 2024-08-25 moko
684:
685: * src/main/pa_request.C: be more specific
686:
687: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
688: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
689: (fixes bug #1244)
690:
691: * src/targets/cgi/parser3.C: avoid "parser allready configured"
692: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
693: rsplit(..., '\\') is not correct when / and \ are mixed in path
694:
695: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
696:
1.193 moko 697: 2024-07-24 moko
698:
699: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
700: main/execute.C, main/pa_string.C: Warning war: clang changed
701: -Wdeprecated-register warning to -Wregister, it's easier to
702: remove all register vars then continue this fight. :)
703:
704: * src/main/: compile.y, compile.tab.C: warning war: register
705: removed
706:
1.192 moko 707: 2024-07-14 moko
708:
709: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
710: checking the HTTP request environment; if the variable is not
711: present, checking the web server process environment (implements
712: feature #1242)
713:
1.191 moko 714: 2024-05-26 moko
715:
716: * tests/: 195.html, 229.html, results/096.processed,
717: results/097.processed, results/158.processed,
718: results/186.processed, results/273.processed,
719: results/293.processed, results/317.processed,
720: results/389.processed, results/402.processed: tests updated as
721: single quote now escaped with ' in HTML tainting mode
722: (related to feature #1241)
723:
724: * src/main/untaint.C: single quote now escaped with ' in HTML
725: tainting mode (implements feature #1241)
726:
727: * tests/results/: 020.processed, 021.processed, 026.processed,
728: 042.processed, 043.processed, 057.processed, 110.processed,
729: 115.processed, 116.processed, 117.processed, 118.processed,
730: 119.processed, 120.processed, 125.processed, 126.processed,
731: 128.processed, 130.processed, 131.processed, 132.processed,
732: 133.processed, 135.processed, 136.processed, 138.processed,
733: 139.processed, 140.processed, 145.processed, 150.processed,
734: 151.processed, 165.processed, 174.processed, 181.processed,
735: 182.processed, 192.processed, 193.processed, 201.processed,
736: 213.processed, 224.processed, 226.processed, 230.processed,
737: 239.processed, 240.processed, 244.processed, 253.processed,
738: 254.processed, 261.processed, 264.processed, 269.processed,
739: 274.processed, 275.processed, 288.processed, 294.processed,
740: 296.processed, 303.processed, 306.processed, 307.processed,
741: 308.processed, 311.processed, 312.processed, 314.processed,
742: 315.processed, 316.processed, 320.processed, 323.processed,
743: 324.processed, 325.processed, 328.processed, 330.processed,
744: 332.processed, 333.processed, 337.processed, 338.processed,
745: 341.processed, 342.processed, 343.processed, 344.processed,
746: 345.processed, 348.processed, 352.processed, 356.processed,
747: 357.processed, 363.processed, 364.processed, 368.processed,
748: 372.processed, 373.processed, 376.processed, 378.processed,
749: 379.processed, 385.processed, 386.processed, 387.processed,
750: 389.processed, 390.processed, 395.processed, 397.processed,
751: 398.processed, 399.processed, 404.processed, 406.processed,
752: 413.processed, 414.processed, 420.processed, 421.processed,
753: 424.processed, auto.p: Type -> Exception type for readability
754:
755: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
756: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
757: results/119.processed, results/165.processed,
758: results/175.processed, results/192.processed,
759: results/213.processed, results/217.processed,
760: results/230.processed, results/240.processed,
761: results/298.processed, results/380.processed,
762: results/415.processed: try-catch, try-catch-comment used
763:
764: 2024-05-21 moko
765:
766: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
767: results/180.processed, results/195.processed,
768: results/224.processed, results/auto.p: @try-catch-comment added
769: and used
770:
771: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
772: 415.html, results/269.processed, results/283.processed,
773: results/auto.p: more tests are updated to prepare for apostrophe
774: escaping in HTML tainting
775:
776: * tests/results/: 181.processed, 294.processed, 296.processed,
777: 315.processed, 379.processed, 389.processed, auto.p:
778: $exception.comment printed as-is for whitespace reporting and to
779: prepare for apostrophe escaping in HTML mode
780:
1.190 moko 781: 2024-05-11 moko
782:
783: * tests/: 099.html, 100.html, results/099.processed,
784: results/100.processed: a test for non-UTF-8 filename* added
785: (related to feature #1240)
786:
787: * tests/: 293.html, results/293.processed: tainting modes tests
788: added
789:
790: * tests/results/: 099.processed, 100.processed, 205.processed,
791: 309.processed, 310.processed, 419.processed: tests results
792: updated after filename* added (related to feature #1240)
793:
794: * src/: include/pa_common.h, main/pa_request.C: The filename*
795: parameter was added to the Content-Disposition header to conform
796: with RFC 6266, with code provided by Sumo (implements feature
797: #1240)
798:
799: 2024-05-10 moko
800:
801: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
802: positive performance effect in our case
803:
1.189 moko 804: 2024-03-27 moko
805:
806: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
807: (related to feature #1236)
808:
809: 2024-03-15 moko
810:
811: * tests/: 413.html, results/413.processed: test for object still
812: can be used as file parameter (related to bug #1218)
813:
814: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
815: still can be used in file context (fixes bug #1218)
816:
817: 2024-03-14 moko
818:
819: * src/include/pa_string.h: ArrayString get() null result assert
820: also added (related to bug #1238)
821:
822: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
823: VString::empty() used instead of new VString()
824:
825: 2024-03-12 moko
826:
827: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
828: results/379.processed: test added for cookie without value
829: (related to bug #1238)
830:
831: * src/include/pa_string.h: In assertions enabled mode, ArrayString
832: values are now required to be non-null (related to bug #1238)
833:
834: * src/main/pa_http.C: cookies without value are now parsed
835: correctly (fixed bug #1238)
836:
837: 2024-03-11 moko
838:
839: * tests/run_parser.sh: for better error reporting
840:
1.188 moko 841: 2023-12-30 moko
842:
843: * tests/: 038.html, results/038.processed: test for atan2 added
844:
845: 2023-12-29 moko
846:
847: * src/classes/math.C: atan2(y,x) math function added
848:
1.187 moko 849: 2023-12-14 moko
850:
851: * tests/212.html: pcre2 compatibility (related to feature #1236)
852:
853: * tests/: 425.html, results/425.processed: test for pcre/pcre2
854: exceptions and behavour added (related to feature #1236)
855:
856: 2023-12-13 moko
857:
858: * buildall: by default parser is now bundled with pcre2 10.42,
859: --without-pcre2 option added to build with pcre-8.45 (related to
860: feature #1236)
861:
862: 2023-12-12 moko
863:
864: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
865: support added (implements feature #1236)
866:
867: * src/: include/pa_charset.h, include/pa_config_includes.h,
868: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
869: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
870: types/pa_vregex.h: Adopted patch from Yavor Doganov
871: <yavor@gnu.org> to add pcre2 library support (implements feature
872: #1236)
873:
1.186 moko 874: 2023-11-28 moko
875:
876: * src/include/pa_config_includes.h: warnings war continues
877:
878: * src/include/pa_config_includes.h: warning war
879:
880: * tests/: 424.html, results/424.processed: tests for '+' and '-'
881: number strings, whitespace and sign in exception messages
882: (related to bug #1234)
883:
1.185 moko 884: 2023-11-26 moko
885:
886: * tests/: 274.html, results/224.processed, results/274.processed:
887: tests for date double, int, bool added (related to feature #1235)
888:
889: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
890: added for date class (implements feature #1235)
891:
892: 2023-11-23 moko
893:
894: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
895: and '-' strings are no longer can be treated as number 0,
896: exception thrown (fixes bug #1234)
897:
1.184 moko 898: 2023-11-18 moko
899:
900: * src/include/pa_types.h: minor
901:
902: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
903:
904: * tests/: 389.html, results/389.processed: error messages for some
905: OS differs a bit, reducing failing tests for them
906:
907: 2023-11-17 moko
908:
909: * tests/: 423.html, results/423.processed: test for optional
910: @auto[] inheritance added (related to feature #1233)
911:
912: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
913: types/pa_vstateless_class.C: optional @auto[] inheritance
914: implemented if defined with two args (path, class name)
915: (implements feature #1233)
916:
917: * src/: classes/double.C, classes/int.C, classes/math.C,
918: include/pa_random.h, include/pa_types.h, main/pa_common.C,
919: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
920: sync double->int overflow behavour under different architectures
921: (fixes bug #1232)
922:
923: * tests/: 422.html, results/422.processed: int clipping added
924:
925: 2023-11-16 moko
926:
927: * tests/: 422.html, results/422.processed: test for int and uint
928: overflow in ^n.format[d/u/x]
929:
930: * src/classes/math.C: bugfix: crc32 should not be negative (under
931: Apple M1 when negative double converts to uint the result is 0)
932: and crc32 should be 32 bits
933:
934: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
935: on Apple M1 it's 0
936:
937: * src/classes/file.C: bugfix: crc32 should not be negative (under
938: Apple M1 when negative double converts to uint the result is 0)
939: and crc32 should be 32 bits
940:
1.183 moko 941: 2023-10-07 moko
942:
943: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
944: behavour with other OP_NUM_*, related to bug #1230
945:
946: 2023-10-06 moko
947:
948: * tests/: 338.html, results/338.processed: test for bug #1230 added
949:
950: * src/: main/execute.C, types/pa_vdate.h: force double operands to
951: be converted to double to avoid 80 bit operations in x87 mode
952: (fixes bug #1230)
953:
954: 2023-10-05 moko
955:
956: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
957: compatibility
958:
959: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
960:
961: * tests/: 421.html, results/421.processed: test to cover all
962: classes and objects nonexistent method and field exceptions
963: (related to feature #1080 and #1227)
964:
965: * tests/results/: 182.processed, 324.processed: undefined method ->
966: <type> method not found exception (related to feature #1080)
967:
968: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
969: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
970: "element can not be fetched from" for them, "field not found" for
971: all other types (related to bug #1227)
972:
973: 2023-10-03 moko
974:
975: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
976: <type> method not found" exception now thrown for static calls
977: instead of "undefined method" without class name (related to
978: feature #1080)
979:
980: 2023-10-02 moko
981:
982: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
983: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
984: <method name>, Comment: <type> method not found" exception now
985: thrown for all dynamic objects instead of "undefined method"
986: without class name (implements feature #1080)
987:
1.182 moko 988: 2023-10-01 moko
989:
990: * src/classes/json.C: we don't have a dynamic json object.
991:
992: 2023-09-28 moko
993:
994: * tests/: 420.html, results/261.processed, results/420.processed:
995: tests updated after bug #1228 fix reverted
996:
997: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
998: whitespace string is hash compatible, so we don't want $s.key to
999: return a junction
1000:
1001: * tests/: 261.html, 420.html, results/261.processed,
1002: results/420.processed: test for bug #1227 added, test updated
1003: after bug #1228 fixed
1004:
1005: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1006: now throws exception as $non-empty-string.field (fixes bug #1227)
1007:
1008: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1009: #1228)
1010:
1011: 2023-09-26 moko
1012:
1013: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1014: src/classes/classes.C, src/classes/classes.awk,
1015: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1016: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1017: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1018: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1019: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1020: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1021: src/classes/regex.C, src/classes/response.C,
1022: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1023: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1024: src/include/pa_array.h, src/include/pa_base64.h,
1025: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1026: src/include/pa_charsets.h, src/include/pa_common.h,
1027: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1028: src/include/pa_dictionary.h, src/include/pa_dir.h,
1029: src/include/pa_exception.h, src/include/pa_exec.h,
1030: src/include/pa_globals.h, src/include/pa_hash.h,
1031: src/include/pa_http.h, src/include/pa_memory.h,
1032: src/include/pa_opcode.h, src/include/pa_operation.h,
1033: src/include/pa_os.h, src/include/pa_pool.h,
1034: src/include/pa_random.h, src/include/pa_request.h,
1035: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1036: src/include/pa_sapi.h, src/include/pa_socks.h,
1037: src/include/pa_sql_connection.h,
1038: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1039: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1040: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1041: src/include/pa_table.h, src/include/pa_threads.h,
1042: src/include/pa_types.h, src/include/pa_uue.h,
1043: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1044: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1045: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1046: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1047: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1048: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1049: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1050: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1051: src/main/compile.tab.C, src/main/compile.y,
1052: src/main/compile_tools.C, src/main/compile_tools.h,
1053: src/main/execute.C, src/main/pa_base64.C,
1054: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1055: src/main/pa_charsets.C, src/main/pa_common.C,
1056: src/main/pa_dictionary.C, src/main/pa_dir.C,
1057: src/main/pa_exception.C, src/main/pa_exec.C,
1058: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1059: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1060: src/main/pa_request.C, src/main/pa_socks.C,
1061: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1062: src/main/pa_stylesheet_connection.C,
1063: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1064: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1065: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1066: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1067: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1068: src/targets/apache/mod_parser3_core.C,
1069: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1070: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1071: src/types/pa_method.h, src/types/pa_property.h,
1072: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1073: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1074: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1075: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1076: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1077: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1078: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1079: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1080: src/types/pa_vhash.C, src/types/pa_vhash.h,
1081: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1082: src/types/pa_vimage.C, src/types/pa_vimage.h,
1083: src/types/pa_vint.h, src/types/pa_vjunction.C,
1084: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1085: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1086: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1087: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1088: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1089: src/types/pa_vobject.h, src/types/pa_vregex.C,
1090: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1091: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1092: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1093: src/types/pa_vstateless_class.h,
1094: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1095: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1096: src/types/pa_vstring.h, src/types/pa_vtable.C,
1097: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1098: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1099: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1100: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1101: src/types/pa_wwrapper.h: copyright, authors actualized
1102:
1.181 moko 1103: 2023-08-20 moko
1104:
1105: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1106: commited (related to feature #1219)
1107:
1108: 2023-08-16 moko
1109:
1110: * src/main/pa_random.C: replaced clock precision with monotonicity
1111: counter, good for Windows version with low clock frequency
1112: (related to feature #1229)
1113:
1114: 2023-08-15 moko
1115:
1116: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1117: fixes related to feature #1229
1118:
1119: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1120: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1121: (implements feature #1229)
1122:
1.180 moko 1123: 2023-08-02 moko
1124:
1125: * tests/: results/417.processed, 417.html: test for empty string
1126: match after last char added (related to bug #1224)
1127:
1128: * src/main/pa_string.C: avoid prestart++ after last char on zero
1129: length match (related to bug #1224)
1130:
1.179 moko 1131: 2022-11-22 moko
1132:
1133: * tests/: 419.html, results/419.processed: test for L_URI and path
1134: removeal from filename added (related to bug #1204)
1135:
1136: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1137: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1138: attribute value, L_URI should be used
1139:
1.178 moko 1140: 2022-09-21 moko
1141:
1142: * src/targets/cgi/parser3.C: more clear error messages
1143:
1144: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1145: SAPI_Info will return 0 in read_post and post_size !=
1146: content_length will be thrown
1147:
1.177 moko 1148: 2022-08-23 moko
1149:
1150: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1151: header value
1152:
1153: 2022-08-22 moko
1154:
1155: * tests/: 418.html, results/418.processed: test for
1156: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1157: to #1225)
1158:
1159: * src/classes/hash.C: keep old behavoir by default
1160:
1161: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1162: $.order[self|arg] ] added (implements #1215)
1163:
1.176 moko 1164: 2022-03-21 moko
1165:
1166: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1167: xmlInitCharEncodingHandlers is called in libxml static
1168: initializers before gc_substitute_memory_management_functions in
1169: pa_globals and thus gc may not see reference to our
1170: xmlCharEncodingHandler and free it.
1171:
1.175 moko 1172: 2022-01-26 moko
1173:
1174: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1175:
1.174 moko 1176: 2021-12-28 moko
1177:
1178: * tests/: 417.html, results/417.processed: test for empty string
1179: match added (related to bug #1224)
1180:
1181: * src/main/pa_string.C: empty string match now works (fixes bug
1182: #1224)
1183:
1.173 moko 1184: 2021-12-24 moko
1185:
1186: * tests/: 415_dir/29.p, results/415.processed: yet another test
1187:
1188: 2021-12-23 moko
1189:
1190: * src/: classes/table.C, main/pa_request.C: warnings war
1191:
1192: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1193: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1194:
1195: 2021-12-21 moko
1196:
1197: * tests/: 416.html, results/416.processed: test for ^break[] in
1198: ^hash/table.select[] (related to feature #1222)
1199:
1200: * src/classes/: hash.C, table.C: ^break[] support for
1201: ^hash/table.select[] (implements feature #1222)
1202:
1.172 moko 1203: 2021-11-30 moko
1204:
1205: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1206: 0.5 sec
1207:
1.171 moko 1208: 2021-11-10 moko
1209:
1210: * tests/results/415.processed: more syntax errors tests added
1211:
1212: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1213: 28.p: minor syntax error tests
1214:
1215: * src/main/pa_exception.C: pa_strdup added for compatibility
1216:
1217: * src/classes/curl.C: hint to call ^curl:options[
1218: $.library[correct.libcurl.so.name] ] added if default load fails.
1219:
1220: 2021-11-09 moko
1221:
1222: * src/main/compile.y: error message can be on stack
1223:
1224: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1225:
1226: * src/main/pa_charset.C: memcpy is more correct and efficient in
1227: this case then strncpy
1228:
1229: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1230: instead of strcpy where possible
1231:
1232: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1233: used to avoid MAX_STRING limit in Exception comment
1234:
1235: * tests/results/415.processed: compiler exceptions are no longer
1236: limited to MAX_STRING
1237:
1238: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1239: char * instead of fixed buffer
1240:
1241: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1242: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1243: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1244: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1245: results/415.processed: tests for parser.compile exceptions added
1246:
1247: 2021-11-08 moko
1248:
1249: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1250: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1251: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1252: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1253: drawbacks
1254:
1.170 moko 1255: 2021-11-06 moko
1256:
1257: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1258: (implements feature #1219)
1259:
1260: * tests/: 414.html, results/414.processed: test for
1261: ^hash.rename[from;to] added (related to feature #1144)
1262:
1263: 2021-11-05 moko
1264:
1265: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1266: (related to feature #1144)
1267:
1268: 2021-11-04 moko
1269:
1270: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1271: added (implements feature #1144)
1272:
1.169 moko 1273: 2021-10-19 moko
1274:
1275: * tests/: 413.html, results/413.processed: test for hash no longer
1276: is accepted as file parameter (related to bug #1218)
1277:
1278: * src/: classes/curl.C, classes/file.C, classes/image.C,
1279: classes/math.C, classes/xdoc.C, types/pa_value.C,
1280: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1281: longer is accepted as file parameter (fixes bug #1218)
1282:
1.168 moko 1283: 2021-07-19 moko
1284:
1285: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1286: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1287:
1.167 moko 1288: 2021-04-16 moko
1289:
1290: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1291: processing it leads to assertions.
1292:
1.166 moko 1293: 2021-03-25 moko
1294:
1295: * tests/: 412.html, results/412.processed: test to demonstrate bug
1296: #1213
1297:
1.165 moko 1298: 2021-02-12 moko
1299:
1300: * tests/: 360.html, results/360.processed, results/363.processed:
1301: parser method call in expression mode no longer differs from call
1302: in string mode (related to feature #1211)
1303:
1304: 2021-02-11 moko
1305:
1306: * src/types/pa_vmail.C: mail parsing with Windows line endings
1307: fixed (bug #1212)
1308:
1309: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1310: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1311: strings in both calls (implements feature #1211)
1312:
1.164 moko 1313: 2021-01-28 moko
1314:
1315: * buildall, etc/auto.p.in: to remove last patch in debian package
1316:
1317: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1318: 3.4.7b
1319:
1.162 moko 1320: 2021-01-21 moko
1321:
1322: * src/main/pa_http.C: no alarm() in file::load when web server mode
1323: is MULTITHREADED
1324:
1.157 moko 1325: 2021-01-20 moko
1326:
1.161 moko 1327: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1328: 'a2enmod mpm_prefork'
1329:
1.160 moko 1330: * src/targets/apache/mod_parser3.c: prefork name is now
1331: 'libapache2-mpm-itk'
1332:
1333: * src/targets/apache/mod_parser3_core.C: last regular malloc
1334: removed
1335:
1.159 moko 1336: * src/targets/isapi/Makefile.am: -pa_threads.C
1337:
1.158 moko 1338: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1339: 3.4.6
1340:
1.157 moko 1341: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1342:
1343: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1344: /httpd.p
1345:
1346: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1347: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1348: #1203)
1349:
1350: 2021-01-19 moko
1351:
1352: * buildall: --disable-parallel-mark added to avoid "number of
1353: processors" threads creation for heap marking as it conflicts
1354: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1355: limits threads)
1356:
1.156 moko 1357: 2021-01-16 moko
1358:
1359: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1360: main/pa_globals.C, main/pa_memory.C,
1361: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1362: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1363: feature #1209)
1364:
1365: 2021-01-15 moko
1366:
1367: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1368: 3.4.6rc
1369:
1370: * src/classes/json.C: get_delim added for delimiter caching (10%
1371: faster on large json)
1372:
1373: 2021-01-14 moko
1374:
1375: * operators.txt: updated with 3.4.6 changes
1376:
1377: * tests/results/224.processed: test result modified after
1378: today(shift) implemented
1379:
1380: * tests/: 407.html, results/407.processed: test for ^hash.select
1381: option $.default(bool) added (related to feature #1172)
1382:
1383: * src/classes/hash.C: ^hash.select option $.default(bool) added
1384: (related to feature #1172)
1385:
1386: * tests/: 141.html, results/141.processed: test modified for
1387: feature #1185.
1388:
1389: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1390: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1391: options $.lower(bool) (implements feature #1185)
1392:
1393: 2021-01-11 moko
1394:
1395: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1396: #1192)
1397:
1398: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1399: added (related to feature #1192)
1400:
1.155 moko 1401: 2021-01-05 moko
1402:
1403: * tests/: 270.html, results/270.processed: test modified to work
1404: under Windows
1405:
1406: * tests/: 390.html, 395.html, results/395.processed: tests updated
1407: 4 windows
1408:
1409: * tests/: 410.html, results/410.processed: test for
1410: $CLASS-GETTER-PROTECTED(false) added
1411:
1412: 2021-01-04 moko
1413:
1414: * tests/: 409.html, results/409.processed, results/auto.p: test for
1415: $MAIN:LOCALS(true) added
1416:
1.154 moko 1417: 2021-01-03 moko
1418:
1419: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1420: types/pa_vclass.h, types/pa_vstateless_class.C,
1421: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1422: +LOCALS. $main -> $MAIN in exception texts (implements feature
1423: #1207)
1424:
1425: 2021-01-02 moko
1426:
1427: * etc/auto.p.in: minor
1428:
1429: * src/main/pa_request.C: sending headers only after opening file to
1430: allow error reporting if file was not opened (foreign group,
1431: etc).
1432:
1433: 2020-12-31 moko
1434:
1435: * src/: include/pa_request.h, main/pa_request.C,
1436: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1437:
1438: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1439: main/pa_request.C: get_class_ref added and used
1440:
1441: * etc/auto.p.in: @CLASS httpd added
1442:
1443: * etc/auto.p.in: @auto[] is now first
1444:
1445: 2020-12-30 moko
1446:
1447: * tests/: 408.html, results/408.processed: test for bug #1166
1448: (windows only) added
1449:
1450: * src/main/pa_common.C: create_dir_for_file should not create dir
1451: for trailing / (fixes bug #1166)
1452:
1453: * tests/: 341.html, results/341.processed: tests for
1454: ^nameless_table.hash[] added (related to feature #1138)
1455:
1456: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1457: (implements feature #1138), extra fields in named tables no
1458: longer ignored (implements feature #1138)
1459:
1460: * tests/results/390.processed: updated after exception text change
1461:
1462: 2020-12-29 moko
1463:
1464: * tests/: 407.html, results/407.processed: +$._default check
1465:
1466: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1467:
1468: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1469: and ^hash.reverse[] added (releated to feature #1172)
1470:
1471: * src/classes/hash.C:
1472: ^hash.select[key;value](bool-condition)[options hash] +
1473: ^hash.reverse[] added (implements feature #1172)
1474:
1475: * src/types/pa_vtable.h: warning war
1476:
1477: * src/include/pa_config_fixed.h: win32 fix
1478:
1.153 moko 1479: 2020-12-27 moko
1480:
1481: * tests/: 406.html, results/406.processed: test results updated
1482:
1483: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1484: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1485: spelling
1486:
1487: 2020-12-26 moko
1488:
1489: * tests/: 406.html, results/406.processed: tests for
1490: ^table.rename[] added (related to feature #1148)
1491:
1492: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1493: ^table.rename[column name from;column name to], ^table.rename[
1494: $.[column name from][column name to] ... ] added (implements
1495: feature #1148)
1496:
1497: 2020-12-25 moko
1498:
1499: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1500: request_info now on stack to avoid yet another THREAD_LOCAL
1501: memory deallocation issue (now with cookies), explained in #1203
1502:
1503: * src/types/pa_vcookie.C: fields should be inited
1504:
1505: 2020-12-24 moko
1506:
1507: * src/include/pa_stylesheet_connection.h: looks like
1508: xsltFreeStylesheet leads to memory double-free. If so, it's for
1509: sure libxml bug, but we have GC anyway, so we just remove this
1510: call and see...
1511:
1512: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1513: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1514: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1515: abort.c:65:8 frame #3: 0x00000000004da663
1516: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1517: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1518: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1519: malloc.c:617:9 frame #5: 0x0000000000577f0c
1520: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1521: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
1522: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
1523: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
1524: frame #8: 0x000000000050d35c
1525: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
1526: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
1527: frame #10: 0x00000000004436e5
1528: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
1529: [inlined]
1530: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
1531: pa_stylesheet_connection.h:62:3
1532:
1533: 2020-12-23 moko
1534:
1535: * src/classes/image.C: ^image::measure[; $.video() ] option added
1536:
1537: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
1538: ^image::measure[; $.video(true) ] added
1539:
1540: * src/main/pa_exec.C: not cleared automatically in multithreaded
1541: httpd mode for unknown reasons
1542:
1543: 2020-12-22 moko
1544:
1545: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
1546: error_log uri of currently processed document", but never used
1547: and conflicts with how libgc stops threads on FreeBSD (#define
1548: SIG_SUSPEND SIGUSR1), thus removed.
1549:
1550: 2020-12-21 moko
1551:
1552: * src/main/pa_request.C: +comment
1553:
1.151 moko 1554: 2020-12-20 moko
1555:
1.152 moko 1556: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
1557: it is more safe to have versions of pa_strdup with one and two
1558: arguments, as helper_length=0 not always mean that strlen()
1559: should be called, but means zero.
1560:
1561: * src/targets/isapi/parser3isapi.C: minor
1562:
1563: * src/main/pa_http.C: +valid_http_method
1564:
1.151 moko 1565: * src/: include/pa_http.h, main/pa_http.C,
1566: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
1567:
1568: 2020-12-17 moko
1569:
1570: * tests/: 405.html, results/405.processed: test for split by regex
1571: added (related to feature #1160)
1572:
1573: * src/classes/string.C: split by regex implemented (feature #1160)
1574:
1575: * src/classes/string.C: minor
1576:
1577: * tests/: 404.html, results/404.processed: test for whitespace
1578: string is now OK for table argument (related to feature #1169)
1579:
1580: * src/: classes/image.C, classes/string.C, classes/table.C,
1581: types/pa_vmethod_frame.C: whitespace string is now OK for table
1582: argument (as with hash) (implements feature #1169)
1583:
1584: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
1585: limit for comment (fixes bug #1102)
1586:
1587: * src/targets/cgi/parser3.C: +HAVE_TLS check
1588:
1589: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
1590:
1591: * src/include/pa_config_includes.h: HAVE_TLS used
1592:
1593: * configure.ac: +TLS check
1594:
1595: * src/main/pa_http.C: content logging added
1596:
1597: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
1598: clear_response_headers added
1599:
1600: 2020-12-16 moko
1601:
1602: * buildall: as we now use threads, libatomic_ops still required for
1603: some OS.
1604:
1605: * src/main/pa_request.C: whitespace
1606:
1607: * src/: include/pa_request.h, main/pa_request.C:
1608: Request::Exception_trace::table extracted and used
1609:
1610: * src/main/pa_request.C: moving output_result call outside of try
1611: as network exceptions should not be handled by parser code
1612:
1613: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
1614: logging network exchange
1615:
1616: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
1617: via network if it was network write error.
1618:
1619: * src/targets/cgi/parser3.C: log -> pa_log
1620:
1621: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
1622:
1623: * src/main/pa_threads.C: getpid() if no gettid() found
1624:
1625: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1626: we need to ignore "void" connections from browsers (browsers open
1627: connections in advance and they will be empty if user does not
1628: request more pages)
1629:
1630: 2020-12-15 moko
1631:
1632: * src/targets/cgi/parser3.C: avoid previous uri in logs
1633:
1634: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
1635: RequestController not needed in httpd mode
1636:
1637: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1638: classes/classes.h, classes/curl.C, classes/date.C,
1639: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1640: classes/hashfile.C, classes/image.C, classes/inet.C,
1641: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1642: classes/memcached.C, classes/memory.C, classes/op.C,
1643: classes/reflection.C, classes/regex.C, classes/response.C,
1644: classes/string.C, classes/table.C, classes/void.C,
1645: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1646: include/pa_array.h, include/pa_base64.h,
1647: include/pa_cache_managers.h, include/pa_charset.h,
1648: include/pa_charsets.h, include/pa_common.h,
1649: include/pa_config_fixed.h, include/pa_config_includes.h,
1650: include/pa_dictionary.h, include/pa_dir.h,
1651: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1652: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1653: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1654: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1655: include/pa_request_charsets.h, include/pa_request_info.h,
1656: include/pa_sapi.h, include/pa_socks.h,
1657: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1658: include/pa_stack.h, include/pa_string.h,
1659: include/pa_stylesheet_connection.h,
1660: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1661: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1662: include/pa_uue.h, include/pa_xml_exception.h,
1663: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1664: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1665: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1666: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1667: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1668: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1669: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1670: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1671: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1672: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1673: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1674: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1675: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1676: main/pa_sql_driver_manager.C, main/pa_string.C,
1677: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1678: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1679: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1680: main/untaint.C, sql/pa_sql_driver.h,
1681: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1682: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1683: targets/isapi/parser3isapi.C, types/pa_junction.h,
1684: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1685: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1686: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1687: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1688: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1689: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1690: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1691: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1692: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1693: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1694: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1695: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1696: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1697: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1698: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1699: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1700: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1701: types/pa_vstateless_object.h, types/pa_vstatus.C,
1702: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1703: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1704: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1705: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1706: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1707:
1708: * src/main/pa_request.C: old compilers support
1709:
1710: * tests/: 362.html, results/362.processed: test updated after
1711: changes after upgrade to libxml2-2.9.9 were made (related to bug
1712: #1108)
1713:
1714: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1715: removed, as xsltFreeStylesheet has side effects on original doc.
1716: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1717: not updated after xdoc modification (part 3 of test 362).
1718: (related to bug #1108)
1719:
1720: * src/targets/isapi/parser3isapi.C: +pa_strcat
1721:
1722: * src/: classes/memory.C, include/pa_memory.h,
1723: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1724: PA_GC_GCOLLECT used
1725:
1726: * src/include/pa_memory.h: +PA_GC_COLLECT
1727:
1728: * src/targets/cgi/parser3.C: msvs support fixes
1729:
1730: * src/lib/gc/include/gc.h: more cleanup
1731:
1732: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1733:
1734: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1735: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1736:
1737: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1738:
1739: * configure.ac: pthread.h added to checked headers
1740:
1741: * src/classes/table.C: string stream is back :)
1742:
1743: * src/classes/memory.C: GC_generate_random_backtrace no longer
1744: exists
1745:
1746: * src/main/pa_globals.C: GC_dont_gc replaced
1747:
1748: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1749: left to simplify adding new functions. depricated GC_dont_gc
1750: replaced with GC_disable and GC_enable calls.
1751:
1752: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1753: CORD_from_file* not used and thus removed
1754:
1755: * src/lib/gc/include/gc_allocator.h: minor cleanup
1756:
1757: 2020-12-14 moko
1758:
1759: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1760: referenced elsewhere, or GC will collect it.
1761:
1762: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1763: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1764: elsewhere, or GC will collect them (and we'll get GPF in
1765: multithreaded enviroment). May be it can be also fixed by some
1766: GC call, not sure. But this fix costs nothing (but hours of
1767: debugging to find the issue :).
1768:
1.150 moko 1769: 2020-12-11 moko
1770:
1771: * configure.ac: gettid() check added
1772:
1773: * src/main/pa_threads.C: HAVE_GETTID used
1774:
1775: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1776:
1777: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1778: version for isapi/cgi/apache
1779:
1780: * buildall: threads are now required.
1781:
1782: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1783: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1784: main/main.vcproj: pa_threads.C moved to main
1785:
1786: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1787: isapi/pa_threads.C: pa_threads.C moved to main
1788:
1789: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1790: targets/apache/Makefile.am: pa_threads.C moved to main
1791:
1792: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1793:
1794: * src/: include/pa_stylesheet_connection.h,
1795: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1796: and weird GPF in multithreaded httpd is gone
1797:
1798: * src/include/: pa_stylesheet_connection.h,
1799: pa_sql_driver_manager.h: whitespace
1800:
1801: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1802:
1803: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1804: main/pa_stylesheet_manager.C: whitespace, warning war
1805:
1806: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1807: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1808: parser_multithreaded never used
1809:
1810: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1811:
1812: 2020-12-10 moko
1813:
1814: * src/: include/pa_config_includes.h, include/pa_http.h,
1815: main/pa_http.C, targets/cgi/parser3.C: initial support for
1816: MULTITHREADED and PARALLEL httpd server modes
1817:
1818: * src/main/pa_globals.C: GC_java_finalization is depricated
1819:
1820: 2020-12-09 moko
1821:
1822: * etc/auto.p.in: + @httpd-main
1823:
1824: * src/: include/pa_common.h, main/pa_request.C,
1825: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1826: work
1827:
1828: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1829: slow file_read_binary no longer used, send_range added
1830:
1831: 2020-12-08 moko
1832:
1833: * src/main/pa_request.C: >4Gb support
1834:
1835: * src/targets/cgi/parser3.C: msvc warning war
1836:
1837: * src/: include/pa_config_includes.h, main/pa_http.C,
1838: main/pa_request.C: msvc warnings war
1839:
1840: * src/classes/image.C: warning war
1841:
1842: * src/classes/table.C: MSVC warning war
1843:
1844: * src/targets/cgi/parser3.C: msvc warnings war
1845:
1846: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1847: added
1848:
1.149 moko 1849: 2020-12-07 moko
1850:
1.150 moko 1851: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1852: avoid logging beside system-wide auto.p
1853:
1854: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1855:
1856: * configure, configure.ac, src/include/pa_config_auto.h.in:
1857: configure options added:
1858:
1859: --with-system-cfg=FILE to specify system-wide auto.p
1860: --with-system-log=FILE to specify system-wide parser3.log
1861:
1862: * Makefile.am: bin no longer exists
1863:
1864: * configure, configure.ac: auto.p moved to etc to simplify debian
1865: package
1866:
1867: * buildall: auto.p and parser3.charsets moved to their default
1868: location after install
1869:
1870: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1871:
1872: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1873:
1.149 moko 1874: * src/targets/cgi/parser3.C: locate_config call returned to
1875: original place as it requires pa_thread_request() under Windows
1876:
1877: * src/targets/cgi/parser3.C: renaming
1878:
1879: 2020-12-06 moko
1880:
1881: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1882: check added
1883:
1884: 2020-12-04 moko
1885:
1886: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1887: main/pa_request.C: unified uint64_t lseek implemented to support
1888: >4Gb files under x86, including Windows
1889:
1890: 2020-12-02 moko
1891:
1892: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1893: with max_file_size
1894:
1895: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1896: support for processing files sized >4Gb on 32 bit planforms
1897:
1898: * tests/399.html: file moved
1899:
1900: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1901:
1902: * src/targets/cgi/pa_sapi_info.h: warning war
1903:
1904: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1905: warning war
1906:
1907: 2020-12-01 moko
1908:
1909: * src/classes/image.C: mp4 extended size (>4Gb) support added
1910:
1911: * src/classes/image.C: for "size not found" exception to be shown
1912: if size not found until eof
1913:
1914: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1915: bit linux)
1916:
1917: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1918: #1188)
1919:
1920: 2020-11-30 moko
1921:
1922: * src/classes/image.C: definitions moved closer to code
1923:
1924: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1925: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1926: 395_dir/3_VP8X.webp, results/395.processed,
1927: results/396.processed: tests for ^image::measure[] .webp support
1928: added, all image files moved into one directory (related to
1929: feature #1188)
1930:
1931: * src/classes/image.C: ^image::measure[] now supports webp (feature
1932: #1188)
1933:
1.148 moko 1934: 2020-11-29 moko
1935:
1936: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1937: processing, unnessesary defines removed
1938:
1939: 2020-11-24 moko
1940:
1941: * tests/results/: 099.processed, 100.processed, 205.processed,
1942: 309.processed, 310.processed: Content-Disposition: inline
1943: returned
1944:
1945: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1946: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1947: ] added (related to bug #1204)
1948:
1949: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1950: ] supported to avoid Content-Disposition: inline;
1951: filename="<file>.ext" but still set Content-Type for ext (related
1952: to bug #1204)
1953:
1.147 moko 1954: 2020-11-22 moko
1955:
1956: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1957: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1958:
1959: * src/main/pa_request.C: content_disposition_inline returned.
1960:
1961: 2020-11-17 moko
1962:
1963: * src/main/pa_request.C: empty main method name support
1964:
1965: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1966: config_handler added, stdout flush added.
1967:
1968: 2020-11-16 moko
1969:
1970: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1971:
1972: * tests/results/: 099.processed, 205.processed, 237.processed,
1973: 309.processed, 310.processed: Content-Disposition: inline is not
1974: required and should not contain filename="<name>"
1975:
1976: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1977: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1978: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1979:
1.146 moko 1980: 2020-11-14 moko
1981:
1982: * src/targets/cgi/parser3.C: spelling
1983:
1984: * src/targets/cgi/parser3.C: renaming
1985:
1986: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1987: relocated
1988:
1989: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1990: before request processing, which is weired
1991:
1992: 2020-11-13 moko
1993:
1994: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1995: copied in httpd.
1996:
1997: 2020-11-12 moko
1998:
1999: * src/main/pa_http.C: ALARM code unified to be used in httpd
2000:
2001: * src/: include/pa_request.h, main/pa_request.C,
2002: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2003:
2004: * src/main/pa_http.C: URI validation added
2005:
2006: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2007: can't be empty but can be null. httpd-main is now main method
2008: name for httpd mode
2009:
2010: 2020-11-11 moko
2011:
2012: * src/main/pa_request.C: path_translated can be null in httpd mode
2013:
2014: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2015: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2016: classes/xdoc.C, include/pa_request.h, main/execute.C,
2017: main/pa_request.C: r.absolute -> r.full_disk_path
2018:
2019: * src/targets/cgi/parser3.C: if filename to process is not
2020: specified, auto.p should be present.
2021:
1.145 moko 2022: 2020-11-03 moko
2023:
2024: * src/: classes/op.C, include/pa_request.h: unused argument removed
2025:
2026: * src/main/pa_request.C: content_disposition_inline is the default,
2027: not required.
2028:
1.144 moko 2029: 2020-10-29 moko
2030:
2031: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2032: ^use[file; $.main(true) ] implemented for auto.p processing and
2033: path_translated changing to correct relative files path
2034: calculation in httpd mode
2035:
2036: * src/: include/pa_request.h, main/pa_request.C:
2037: fail_on_read_problem removed, as it allways true, as if should
2038: be.
2039:
2040: * src/: include/pa_request.h, main/pa_request.C,
2041: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2042: targets/isapi/parser3isapi.C: clearing config_filespec when
2043: config was not found, thus flag not required and removed.
2044:
2045: 2020-10-28 moko
2046:
2047: * tests/: 402.html, results/402.processed: error reporting test
2048:
2049: * src/main/execute.C: better error reporting when
2050: $result[^hash::create[]] in @main.
2051:
2052: * src/main/: execute.C, pa_request.C: frame.result() should be used
2053: + minor optimization
2054:
2055: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2056: main/pa_xml_io.C: execute_*_method simplified and unified
2057:
2058: 2020-10-27 moko
2059:
2060: * tests/: 306.html, results/306.processed: a bit more testing. :)
2061:
2062: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2063: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2064: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2065: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2066: types/pa_vmethod_frame.h, types/pa_vobject.C,
2067: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2068: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2069: longer used in object-prototype mode
2070:
2071: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2072: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2073: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2074: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2075: $form:name[value] features
2076:
1.143 moko 2077: 2020-10-18 moko
2078:
2079: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2080:
2081: 2020-10-15 moko
2082:
2083: * src/main/pa_http.C: url no longer needed as
2084: ALTER_EXCEPTION_SOURCE is used
2085:
2086: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2087: main/pa_http.C: check_file_size filespec is now optional
2088:
2089: * src/: classes/curl.C, include/pa_exception.h,
2090: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2091: ALTER_EXCEPTION_COMMENT added for better error reporting
2092:
2093: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2094: results/346-curl.processed, results/379-curl.processed,
2095: results/379.processed: test results updated as load now provides
2096: better error reporting + curl responses updated
2097:
2098: 2020-10-14 moko
2099:
2100: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2101: main/pa_string.C, targets/apache/mod_parser3_core.C,
2102: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2103: checked. 10 is now default base, no hex autodetect by default
2104:
2105: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2106: connection socket closing in destructor + accept exception
2107: handling
2108:
2109: * src/targets/cgi/parser3.C: warning war
2110:
2111: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2112: main/pa_request.C, targets/apache/mod_parser3_core.C,
2113: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2114: exception handling unified
2115:
2116: 2020-10-13 moko
2117:
2118: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2119: autodetection
2120:
2121: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2122:
2123: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2124:
2125: * src/main/pa_http.C: warning war
2126:
1.142 moko 2127: 2020-10-12 moko
2128:
1.143 moko 2129: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2130: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2131: unhandled exception code optimization
2132:
2133: * src/targets/cgi/parser3.C: request_info now global variable
2134:
2135: * src/main/pa_http.C: http_read_response moved to HTTP_response
2136: class
2137:
2138: * src/: include/pa_http.h, main/pa_http.C,
2139: targets/cgi/pa_sapi_info.h: read_post implemented
2140:
1.142 moko 2141: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2142: [host:]port syntax support in httpd mode
2143:
2144: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2145: targets/cgi/parser3.C: populate_env added
2146:
2147: * src/include/pa_hash.h: to make get(char *) compiling in
2148: HashStringString
2149:
2150: 2020-10-10 moko
2151:
2152: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2153: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2154:
2155: * src/: include/pa_http.h, include/pa_request_info.h,
2156: main/pa_http.C, main/pa_string.C,
2157: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2158: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2159: types/pa_vrequest.C: initial httpd mode implementation
2160:
1.141 moko 2161: 2020-10-04 moko
2162:
2163: * src/targets/cgi/parser3.C: options together
2164:
2165: 2020-09-30 moko
2166:
2167: * src/main/pa_http.C: renamed
2168:
1.140 moko 2169: 2020-08-14 moko
2170:
2171: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2172: src/targets/cgi/Makefile.am: no httpd as separate library
2173:
2174: 2020-08-13 moko
2175:
2176: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2177: unhandled exception handler to report 500 instead of 200 it was
2178: before.
2179:
2180: * src/targets/apache/mod_parser3_core.C: minor cleanup
2181:
2182: * src/: include/pa_sapi.h, main/untaint.C,
2183: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2184: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2185: thus replaced with SAPI::die and removed
2186:
2187: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2188: cgi/parser3.C: whitespace
2189:
2190: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2191:
2192: 2020-08-12 moko
2193:
2194: * src/targets/cgi/parser3.C: duplicate info in signal logging
2195: removed, whitespace was: SIGPIPE received while executing code.
2196: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2197: cl=0]
2198:
2199: * parser3.sln: + httpd.vcproj
2200:
2201: 2020-08-11 moko
2202:
2203: * src/targets/cgi/Makefile.am: +libhttpd
2204:
2205: * configure.ac, src/lib/Makefile.am: +libhttpd
2206:
1.139 moko 2207: 2020-07-13 moko
2208:
2209: * tests/: 401.html, results/401.processed: test for hash key does
2210: not keep language, but tainted in foreach.
2211:
1.138 moko 2212: 2020-07-01 moko
2213:
2214: * tests/: 235.html, results/235.processed: test result updated as
2215: messages before attachments implemented (feature #1176)
2216:
1.137 moko 2217: 2020-06-27 moko
2218:
2219: * tests/: 400.html, results/400.processed: test updated to check
2220: ^return{code}
2221:
2222: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2223: fixed
2224:
2225: 2020-06-26 moko
2226:
2227: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2228: added (related to https://www.parser.ru/forum/?id=85319)
2229:
2230: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2231: when $result assignment was last statement in the method
2232: (https://www.parser.ru/forum/?id=85319)
2233:
1.136 moko 2234: 2020-05-23 moko
2235:
2236: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2237: whitespace, unused level removed
2238:
2239: 2020-05-19 moko
2240:
2241: * src/types/pa_vmail.C: whitespace
2242:
2243: * src/types/pa_vmail.C: files should be processed last (related to
2244: feature #1176)
2245:
1.135 moko 2246: 2020-05-12 moko
2247:
2248: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2249: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2250:
2251: * configure.ac: FreeBSD1X.X check added to avoid
2252: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2253:
1.134 moko 2254: 2020-02-26 moko
2255:
2256: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2257: compilation issue (related to bug #1201)
2258:
2259: * src/main/pa_common.C: entry_readable -> entry_exists,
2260: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2261: -f and -d now works under Windows in UTF-8 with Russian
2262: filenames.
2263:
2264: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2265: advice (related to feature #1199)
2266:
2267: 2020-02-25 moko
2268:
2269: * buildall: --silent removed
2270:
2271: * configure.ac: gmime-3.0 support
2272:
2273: * buildall: --with-system-mailreceive option added to build with
2274: system libgmime
2275:
2276: * src/types/pa_vmail.C: avoiding
2277: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2278: to feature #1199)
2279:
1.133 moko 2280: 2020-02-18 moko
2281:
2282: * src/classes/op.C: windows x64 debug mode compile fix
2283:
2284: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2285: change (releated to feature #1200)
2286:
2287: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2288: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2289: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2290: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2291: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2292: targets/apache/ApacheModuleParser3.vcproj,
2293: targets/apache/ApacheModuleParser3Core.vcproj,
2294: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2295: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2296: dependency (related to feature #1200)
2297:
1.132 moko 2298: 2020-02-12 moko
2299:
2300: * src/types/pa_vmail.C: minimize diff
2301:
2302: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2303: #1199)
2304:
1.131 moko 2305: 2020-01-18 moko
2306:
2307: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2308:
1.130 moko 2309: 2019-12-28 moko
2310:
2311: * src/targets/cgi/parser3.C: avoid empty ?
2312:
2313: 2019-12-27 moko
2314:
2315: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2316: DOCUMENT_ROOT (related to feature #1164)
2317:
2318: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2319: fcgiwrap setup (implements feature #1164)
2320:
2321: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2322: but no issues found (related to feature #1164)
2323:
2324: * src/targets/cgi/parser3.C: actualized
2325:
2326: 2019-12-26 moko
2327:
2328: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2329: removed
2330:
2331: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2332: removed
2333:
2334: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2335: allocation errors, we don't want default gc warnings (without
2336: timestamp and URI).
2337:
2338: * src/: classes/memory.C, main/pa_globals.C,
2339: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2340: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2341: pa_globals_init
2342:
2343: * src/main/pa_globals.C: setup_hex_value() removed, static array
2344: initialization used (optimization)
2345:
2346: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2347: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2348: pa_socks_init/pa_socks_done moved inside pa_globals_init
2349: (optimization)
2350:
1.129 moko 2351: 2019-12-09 moko
2352:
2353: * src/include/pa_config_fixed.h: warning war
2354:
1.128 moko 2355: 2019-12-08 moko
2356:
2357: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2358: process grammar under Unix.
2359:
2360: 2019-12-07 moko
2361:
2362: * tests/389.html: For Windows XP. :)
2363:
2364: * tests/388-sql.html: Windows compatibility added
2365:
2366: 2019-12-06 moko
2367:
2368: * src/targets/cgi/parser3.C: warning war
2369:
2370: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2371: == sizeof(CORD)) to avoid aligning bugs in future
2372:
2373: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2374: XML_STATIC
2375:
2376: * src/include/pa_request.h: StackItem() not required
2377:
2378: * src/include/pa_stack.h: warning war
2379:
2380: * src/include/pa_config_includes.h: GCC warning silenced
2381:
2382: * src/include/pa_memory.h: warning war: the program should also
2383: define 'void operator delete [](void*, std::size_t)'
2384: [-Wsized-deallocation]
2385:
2386: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2387:
2388: * src/classes/string.C: not reqired cast removed
2389:
2390: * src/classes/string.C: not reqired cast removed
2391:
2392: 2019-12-05 moko
2393:
2394: * src/lib/sdbm/pa_file_io.C: warning war
2395:
2396: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2397: enum Language : size_t - required for VS2015+ to make
2398: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2399: without it (related to feature #1198)
2400:
2401: 2019-12-04 moko
2402:
2403: * src/main/pa_base64.C: unsigned char -> uchar
2404:
2405: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2406: as other libs
2407:
2408: * src/include/pa_version.h: +amd64
2409:
2410: 2019-12-03 moko
2411:
2412: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2413: release
2414:
2415: * src/include/pa_config_includes.h: warning war
2416:
2417: * src/classes/image.C: warning war
2418:
2419: * src/main/pa_globals.C: x64 libs support
2420:
2421: * src/include/pa_config_includes.h: warning war
2422:
2423: * src/types/pa_method.h: warning war
2424:
1.127 moko 2425: 2019-11-28 moko
2426:
2427: * src/classes/math.C: vs2003 compatibility + warning war
2428:
2429: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2430: libxml2-2.9.9 (related to feature #1136)
2431:
2432: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2433: typecast for more compatibility (related to feature #1136)
2434:
2435: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2436: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2437: feature #1136)
2438:
2439: 2019-11-26 moko
2440:
2441: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2442: removed (it was failing in $$var case), condition added
2443:
1.126 moko 2444: 2019-11-25 moko
2445:
2446: * tests/: 397.html, 399.html, results/141.processed,
2447: results/399.processed: base64 options tested
2448:
2449: * src/: classes/math.C, main/pa_http.C: base64 options used
2450:
2451: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2452: implemented (feature #986)
2453:
2454: * src/main/pa_cache_managers.C: whitespace
2455:
2456: * tests/: 397.html, 399.html, results/399.processed: tests for
2457: ^base64 encode options added (related to feature #986)
2458:
2459: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2460: pa_base64_encode(file) removed - more memory, but faster and less
2461: code (related fo feature #986)
2462:
2463: 2019-11-24 moko
2464:
2465: * tests/: 155.html, results/155.processed: limit and offset in
2466: ^table::load[] now supported, thus test added
2467:
2468: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2469: main/pa_common.C: optimization: offset and limit options parsing
2470: moved inside file_load.
2471:
2472: 2019-11-23 moko
2473:
2474: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2475: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2476: optimization: file_read replaced with simplified file_read_binary
2477:
2478: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2479: types/pa_vform.C: whitespace
2480:
2481: * src/: include/pa_common.h, main/pa_common.C: never used params
2482: removed
2483:
2484: 2019-11-21 moko
2485:
2486: * tests/: 193.html, results/193.processed, results/389.processed:
2487: test results updated as now base64 does not discard tail without
2488: padding (related to feature #986)
2489:
2490: 2019-11-20 moko
2491:
2492: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2493: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2494: pa_base64_decode (related to feature #986)
2495:
2496: * tests/398.html: tests for base64 decode added (related to feature
2497: #986)
2498:
2499: * src/main/pa_base64.C: base64_decode rewritten - padding option
2500: support, padding inside base 64 supported (related to feature
2501: #096)
2502:
2503: 2019-11-19 moko
2504:
2505: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2506: FreeBSD 12
2507:
1.125 moko 2508: 2019-11-16 moko
2509:
2510: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2511: support added, step support removed (related to #986)
2512:
2513: 2019-11-15 moko
2514:
2515: * src/classes/math.C: using log since log2 is not present on
2516: FreeBSD < 8.4 (related to feature #1177)
2517:
2518: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2519: pa_base64_size extracted and used for files as well (related to
2520: feature 986)
2521:
2522: 2019-11-14 moko
2523:
2524: * tests/: 397.html, results/397.processed: + content check
2525:
2526: * tests/: 141.html, results/141.processed: make test resuls more
2527: readable
2528:
2529: * tests/: 397.html, results/193.processed, results/397.processed:
2530: test results updated after \x00 character was disabled in
2531: math:convert string mode (related to feature #1177)
2532:
2533: * src/classes/: math.C, string.C: \\x00 character disabled while
2534: converting to string (as in base64, related to feature #1177)
2535:
2536: * src/classes/file.C: more correct arguments separation
2537:
2538: * src/: classes/file.C, classes/math.C, classes/string.C,
2539: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2540: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
2541: options added, but not yet implemented (related to feature #986)
2542:
2543: * src/classes/math.C: whitespace
2544:
2545: 2019-11-13 moko
2546:
2547: * tests/: 397.html, results/397.processed: +tainting test (related
2548: to feature #1177)
2549:
2550: * src/classes/math.C: as we now produce not only digits, result
2551: should be tainted (related to feature #1177)
2552:
2553: * src/main/pa_base64.C: whitespace
2554:
2555: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
2556: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2557: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
2558: implementation moved from pa_common.h and pa_common.C
2559:
2560: 2019-11-12 moko
2561:
2562: * tests/: 275.html, results/275.processed: out of range test fixed,
2563: as ^math:convert now supports arbitrary precision
2564:
2565: 2019-11-11 moko
2566:
2567: * tests/results/389.processed: uctualized error message
2568:
2569: * tests/: 389.html, 397.html, results/397.processed: tests for
2570: ^math:convert added (related to feature #1177)
2571:
2572: * src/classes/math.C: ^math:convert now supports arbitrary
2573: precision, alphabet support added (implements feature #1177)
2574:
1.124 moko 2575: 2019-11-06 moko
2576:
2577: * tests/: 181.html, results/181.processed: entities usage added,
2578: more entites load tests (related to bug #842 discussion)
2579:
2580: 2019-11-05 moko
2581:
2582: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
2583: call from xmlFileOpen if http://localhost/<file> was not found
2584: (related to bug #842)
2585:
2586: * src/main/pa_xml_io.C: rename
2587:
2588: * src/main/pa_xml_io.C: +MemoryStream constructor
2589:
2590: * src/main/pa_xml_io.C: whitespace
2591:
1.123 moko 2592: 2019-10-31 moko
2593:
2594: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
2595: XML_PARSE_NOENT) added to fix entities load, (related to feature
2596: #1181)
2597:
1.122 moko 2598: 2019-10-25 moko
2599:
2600: * tests/: 388-sql.html, results/388-sql.processed: more multiple
2601: queries tests
2602:
2603: 2019-10-24 moko
2604:
2605: * tests/: 388-sql.html, results/388-sql.processed: support for
2606: pgsql driver test
2607:
2608: * tests/: 388-sql.html, results/388-sql.processed:
2609: multi_statements=1 now tested, mysql test now supported
2610: (connection must be specified in [parser3] section in .my.cnf)
2611: related to issues #1195 and #1194
2612:
1.121 moko 2613: 2019-09-11 moko
2614:
2615: * src/classes/int.C: whitespace
2616:
2617: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
2618: exception test
2619:
2620: * tests/results/388-sql.processed: sql queries now shown (related
2621: to feature #1196)
2622:
2623: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
2624: with old parser versions.
2625:
2626: * src/: classes/file.C, classes/hash.C, classes/string.C,
2627: classes/table.C, classes/void.C, include/pa_sql_connection.h,
2628: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
2629: instead of connect string in query_event_handlers exceptions
2630: (implements feature #1196)
2631:
1.120 moko 2632: 2019-09-06 moko
2633:
2634: * tests/388-sql.html: mysql compat
2635:
2636: * src/: classes/hash.C, classes/string.C, classes/table.C,
2637: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
2638: sql_ variables declaration moved to pa_common.h
2639:
1.116 moko 2640: 2019-01-15 moko
2641:
2642: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
2643: logically sorted
2644:
2645: 2018-12-27 moko
2646:
2647: * src/include/pa_config_includes.h: warning war:
2648: -Wdeprecated-register added for C++ 17
2649:
2650: 2018-10-15 moko
2651:
2652: * configure.ac: FreeBSD 11.2 can be build with ./configure
2653: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
2654: --with-xml=/usr/local/
2655:
2656: 2018-09-24 moko
2657:
2658: * tests/: 396.html, 396.tiff, results/396.processed: test for
2659: ^image::measure[] now supports tiff added (related to feature
2660: #1188)
2661:
2662: * src/classes/image.C: ^image::measure[] now supports tiff
2663: (implements feature #1188)
2664:
2665: 2018-09-20 moko
2666:
2667: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
2668: files measure added (related to ticket #1188)
2669:
2670: * src/classes/image.C: measure of bmp files implemented (related to
2671: ticket #1188)
2672:
2673: 2018-09-18 moko
2674:
2675: * tests/: 394-curl.html, results/394-curl.processed,
2676: results/auto.p: test for bug #1187 (max_file_size check for head
2677: requests) added
2678:
2679: 2018-08-24 moko
2680:
2681: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2682: response content-length check is required (fixes bug #1187)
2683:
2684: 2018-05-11 moko
2685:
2686: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2687: $.append(bool) ] option added (related to feature #919)
2688:
2689: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2690: from misha@ patch (implements feature #919)
2691:
2692: 2018-03-22 moko
2693:
2694: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2695: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2696: with 128kb buffer. Now works at least 12 times faster. :) May be
2697: Windows-only problem.
2698:
2699: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2700: build fix)
2701:
2702: 2018-02-03 moko
2703:
2704: * src/main/execute.C: removes irrelevant lines from exception stack
2705: trace when exceptions occurs in assigment (fixes bug #1165)
2706:
2707: * tests/: 393.html, results/393.processed: test for behavour after
2708: "Property can not be created, already exists field with that
2709: name" exception removed (related to feature #1183)
2710:
2711: * src/types/pa_vclass.C: "Property can not be created, already
2712: exists field with that name" exception removed (implements
2713: feature #1183)
2714:
2715: 2018-01-19 moko
2716:
2717: * src/classes/string.C: whitespace
2718:
2719: * src/classes/string.C: whitespace
2720:
2721: * tests/: 392.html, results/392.processed: test for
2722: ^regex::create[$regex] added (related to feature #1135)
2723:
2724: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2725: ^regex::create[$regex] added (implements feature #1135)
2726:
2727: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2728: commented define added (related to feature #1157)
2729:
2730: 2018-01-17 moko
2731:
2732: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2733:
2734: 2018-01-15 moko
2735:
2736: * tests/: 390.html, results/390.processed: real path replaced by
2737: stub
2738:
2739: * tests/: 391.html, results/391.processed: test for feature #1181
2740: (XML_PARSE_HUGE exception) added
2741:
2742: 2018-01-11 moko
2743:
2744: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2745: XML_PARSE_HUGE option passed by default (implements feature
2746: #1181)
2747:
2748: * src/classes/string.C: whitespace
2749:
2750: 2017-12-10 moko
2751:
2752: * tests/: 389.html, 390.html, results/389.processed,
2753: results/390.processed: image code coverage tests added (related
2754: to feature #1125)
2755:
2756: 2017-12-08 moko
2757:
2758: * tests/: 346-curl.html, 388-sql.html, 389.html,
2759: results/346-curl.processed, results/388-sql.processed,
2760: results/389.processed: more code coverage tests
2761:
2762: * tests/: 264.html, results/264.processed: code coverage for
2763: ^file::exec[]
2764:
2765: 2017-12-07 moko
2766:
2767: * tests/: 174.html, 388-sql.html, 389.html,
2768: results/388-sql.processed, results/389.processed,
2769: results/174.processed: more coverage tests
2770:
2771: * src/classes/math.C: exception text actualized
2772:
2773: 2017-12-06 moko
2774:
2775: * tests/388-sql.html: $SQL can be here
2776:
2777: * tests/results/auto.p: $SQL not required here
2778:
2779: * tests/: 388-sql.html, 389.html, Makefile,
2780: results/388-sql.processed, results/389.processed, results/auto.p:
2781: code coverage tests for sql (using sqlite) and int/double/bool
2782: added (related to feature #1125)
2783:
2784: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2785: lib/json/json.vcproj, lib/md5/md5.vcproj,
2786: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2787: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2788: targets/apache/ApacheModuleParser3Core.vcproj,
2789: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2790: types/types.vcproj: gc\include no longer required
2791:
2792: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2793: required
2794:
2795: * src/: classes/Makefile.am, classes/table.C,
2796: include/pa_config_includes.h, include/pa_string.h,
2797: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2798: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2799: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2800: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2801: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2802: used, we now include it directly
2803:
2804: 2017-12-04 moko
2805:
2806: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2807: memcached/memcached.vcproj, punycode/punycode.vcproj,
2808: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2809: where required
2810:
2811: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2812: now can be used to trace memory allocations
2813:
2814: * src/: classes/table.C, include/pa_config_includes.h,
2815: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2816: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2817: method removes, libcord also can work without libgc
2818:
2819: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2820:
2821: 2017-11-29 moko
2822:
2823: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2824: are not present (related to feature #1173)
2825:
2826: * tests/346-curl.html: test updated to test curl content-length bug
2827: (related to feature #1173)
2828:
2829: * tests/results/346-curl.processed: more test for content-length
2830: curl bug (related to feature #1173)
2831:
2832: * tests/results/346-curl.processed: test results updated after
2833: #1173 implemented
2834:
2835: 2017-11-28 moko
2836:
2837: * src/classes/curl.C: another libcurl Content-length bug walkaround
2838: (related to feature #1173)
2839:
2840: 2017-11-27 moko
2841:
2842: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2843: $.http_version[version string] added (implements feature #1173),
2844: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2845: where $post(true) bug existed.
2846:
2847: 2017-11-18 moko
2848:
2849: * src/include/pa_memory.h: warning war (related to feature #1170)
2850:
2851: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2852: feature #1170)
2853:
2854: 2017-11-17 moko
2855:
2856: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2857: std::basic_stringstream used in ^table.csv-string[] is compatible
2858: with delete usage check only under Debian 9 (related to feature
2859: #1170)
2860:
2861: 2017-11-16 moko
2862:
2863: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2864: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2865: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2866: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2867: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2868: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2869: stubs defend from accidental use (implements feature #1170)
2870:
2871: 2017-06-24 moko
2872:
2873: * configure.ac: minor fix: thanks to alx@
2874:
1.115 moko 2875: 2017-05-29 moko
2876:
2877: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2878: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2879: added to avoid cutting of UTF-8 chars (fixed bug #123)
2880:
2881: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2882: ignored, =?UTF-8?Q?= should start in case of leading space
2883: (related to bug #123)
2884:
2885: * buildall: echo -n -> printf for OS X. :)
2886:
2887: 2017-05-25 moko
2888:
2889: * tests/: 288.html, results/288.processed: test updated afted
2890: setting $o.prop without setter exception removed (related to
2891: feature #1157)
2892:
2893: * src/types/pa_vclass.C: no more "this property has no setter
2894: method" when setting $o.prop without setter (implements feature
2895: #1157)
2896:
2897: * buildall: echo \c -> echo -n for FreeBSD
2898:
2899: * configure, configure.ac, src/include/pa_config_auto.h.in,
2900: src/types/pa_vdouble.h: isfinite now checked in configure
2901:
2902: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2903: upgraded to automake 1.15
2904:
2905: 2017-05-23 moko
2906:
2907: * src/types/pa_vdouble.h: finite returned where isfinite not
2908: defined
2909:
2910: 2017-05-22 moko
2911:
2912: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2913:
2914: * buildall: extern CFLAGS setting support
2915:
2916: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2917:
2918: * buildall: http -> https
2919:
2920: * buildall: gc-7.2f -> gc-7.6.0
2921:
2922: 2017-05-20 moko
2923:
2924: * buildall: https, pcre, xml, xslt updated to current versions
2925: (related to feature #1136)
2926:
2927: 2017-05-19 moko
2928:
2929: * tests/097.html: after parser.ru moved to https
2930:
2931: 2017-05-17 moko
2932:
2933: * tests/results/: 175.processed, 372.processed: tests resuls
2934: updated after lintian spelling typos fixed (related to bug #1156)
2935:
2936: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2937: classes/string.C, classes/table.C, main/pa_charset.C,
2938: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2939: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2940: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2941:
2942: * tests/results/096.processed: +XMP
2943:
2944: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2945: $.xmp(true) options tested (test for feature #1154)
2946:
2947: * src/classes/image.C: ^image:measure[] options $.exif(false)
2948: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2949: fetched by default! (implements feature #1154)
2950:
2951: 2017-05-16 moko
2952:
2953: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2954: allowed (related to feature #1154)
2955:
2956: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2957: initial XMP implementation - without options and transcode
2958: (related to feature #1154)
2959:
2960: 2017-05-12 moko
2961:
2962: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2963: image: exif moved to ffields, skipped in ^image.html[] where
2964: iterators now used (preparation for feature #1154)
2965:
2966: 2017-05-05 moko
2967:
2968: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2969: results/387.processed: test for circular class inheritance check
2970: added (related to bug #1150)
2971:
2972: * src/types/pa_vstateless_class.C: circular class inheritance check
2973: added (fixes endless add_derived bug #1150)
2974:
2975: 2017-05-04 moko
2976:
2977: * tests/: 386.html, results/386.processed: test for
2978: $table.value(number) added (related to feature #1152)
2979:
2980: * src/types/pa_vtable.C: table put_element: column value must be
2981: string - > column value must be string compatible to allow
2982: $t.value(1) (implements feature #1152)
2983:
2984: 2017-05-03 moko
2985:
2986: * src/main/pa_request.C: $use[$method] is not possible, reverting
2987: (related to feature #1151)
2988:
2989: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2990: not possible, removing test (related to feature #1151)
2991:
2992: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2993: get_element_method added and used to allow $use[$method] and
2994: $autouse[$method] (implements feature 1151)
2995:
2996: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2997: variable added (related to feature #1151)
2998:
2999: * tests/results/226.processed: actualized after ^try-catch used
3000:
3001: * tests/: 226.html, 385.html, results/385.processed: test for
3002: @autouse in variable added
3003:
3004: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3005:
1.114 moko 3006: 2017-02-27 moko
3007:
3008: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3009:
1.113 moko 3010: 2017-02-20 moko
3011:
3012: * operators.txt: actualization + beauty
3013:
3014: 2017-02-16 moko
3015:
3016: * tests/: 384.html, results/384.processed: test for
3017: ^reflection:mixin[; $.name[] ] option added (related to feature
3018: #1089)
3019:
3020: * tests/: 384.html, results/384.processed: test for
3021: ^reflection:mixin[] added (related to feature #1089)
3022:
3023: * src/types/pa_value.h: warning war: virtual ~Value() added
3024:
1.112 moko 3025: 2017-02-15 moko
3026:
3027: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3028: fixed
3029:
3030: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3031: test added (related to feature #1069)
3032:
3033: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3034: compilation without HASH_ORDER fixed
3035:
3036: * src/: classes/reflection.C, include/pa_hash.h:
3037: $.reverse(true/false) added to ^reflection:methods[] (related to
3038: feature #1069)
3039:
3040: 2017-02-14 moko
3041:
3042: * tests/: 152.html, results/152.processed: test for $._default hash
3043: added (related to bug #1131)
3044:
3045: * tests/: 277.html, results/277.processed: test for hash with only
3046: $._default is now defined (related to bug #1131)
3047:
3048: * src/types/pa_vhash.h: hash with only $._default is now defined
3049: (fixed bug #1131)
3050:
3051: 2017-02-13 moko
3052:
3053: * tests/cat-windows.sh: cat-windows added (cygwin required)
3054:
3055: * tests/: 171.html, 264.html, 286.html, 370.html,
3056: results/320.processed, results/375.processed, results/auto.p:
3057: cat-windows.sh support added
3058:
3059: * tests/375.html: Windows support
3060:
3061: * tests/270.html: documented
3062:
3063: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3064: (not backslashes) even under Windows (broke test 270)
3065:
3066: 2017-02-12 moko
3067:
3068: * tests/: descript.ion, todo.txt: cleanup
3069:
3070: 2017-02-09 moko
3071:
3072: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3073: run_tests.cmd: Windows compatibility
3074:
3075: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3076: incorrectly (GMT) if parser is called from cygwin
3077:
1.111 moko 3078: 2017-02-08 moko
3079:
1.112 moko 3080: * operators.txt: actualization 15% completed
3081:
3082: * operators.txt: cp1251 -> utf-8
3083:
3084: * NEWS, README: minor update
3085:
3086: * src/include/pa_config_includes.h: warning war continues
3087:
3088: * src/: include/pa_config_includes.h, include/pa_memory.h,
3089: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3090: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3091: gcc 6.x issues fixed
3092:
1.111 moko 3093: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3094: classes/classes.h, classes/curl.C, classes/date.C,
3095: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3096: classes/hashfile.C, classes/image.C, classes/inet.C,
3097: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3098: classes/memcached.C, classes/memory.C, classes/op.C,
3099: classes/reflection.C, classes/regex.C, classes/response.C,
3100: classes/string.C, classes/table.C, classes/void.C,
3101: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3102: include/pa_array.h, include/pa_cache_managers.h,
3103: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3104: include/pa_config_fixed.h, include/pa_config_includes.h,
3105: include/pa_dictionary.h, include/pa_dir.h,
3106: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3107: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3108: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3109: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3110: include/pa_request_charsets.h, include/pa_request_info.h,
3111: include/pa_sapi.h, include/pa_socks.h,
3112: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3113: include/pa_stack.h, include/pa_string.h,
3114: include/pa_stylesheet_connection.h,
3115: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3116: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3117: include/pa_uue.h, include/pa_xml_exception.h,
3118: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3119: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3120: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3121: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3122: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3123: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3124: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3125: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3126: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3127: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3128: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3129: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3130: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3131: main/pa_string.C, main/pa_stylesheet_connection.C,
3132: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3133: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3134: main/untaint.C, sql/pa_sql_driver.h,
3135: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3136: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3137: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3138: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3139: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3140: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3141: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3142: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3143: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3144: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3145: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3146: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3147: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3148: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3149: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3150: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3151: types/pa_vmemcached.h, types/pa_vmemory.h,
3152: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3153: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3154: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3155: types/pa_vresponse.C, types/pa_vresponse.h,
3156: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3157: types/pa_vstateless_object.h, types/pa_vstatus.C,
3158: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3159: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3160: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3161: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3162: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3163: 2015->2017
3164:
1.110 moko 3165: 2017-02-07 moko
3166:
3167: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3168:
3169: 2017-02-06 moko
3170:
3171: * src/main/pa_common.C: minor fixes, whitespace
3172:
3173: * src/: classes/curl.C, classes/file.C, classes/image.C,
3174: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3175: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3176: now used (implements feature #1081)
3177:
3178: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3179:
3180: 2017-02-01 moko
3181:
3182: * src/include/pa_request.h: cleanup
3183:
3184: 2017-01-30 moko
3185:
3186: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3187:
3188: 2017-01-29 moko
3189:
3190: * tests/: 383.html, results/383.processed: test for
3191: ^reflection:stack[] added (related to feature #1052)
3192:
3193: * src/classes/reflection.C: else added
3194:
3195: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3196: $.max_file_lock_wait added (implements feature #1128)
3197:
3198: 2017-01-28 moko
3199:
3200: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3201: body and other cases tests added (related to featue #1014)
3202:
3203: * src/classes/curl.C: bug if response is empty fixed (related to
3204: feature #1014)
3205:
3206: 2017-01-27 moko
3207:
3208: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3209: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3210: added (implements feature #1052)
3211:
3212: 2017-01-25 moko
3213:
3214: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3215: method test added
3216:
3217: 2017-01-23 moko
3218:
3219: * src/classes/reflection.C: optimization: options->get replaced by
3220: hash iterator
3221:
3222: * tests/: 381.html, results/381.processed: now -> fixed date
3223:
3224: * src/main/pa_request.C: warning war
3225:
3226: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3227: 5Mb (fixes bug #1058)
3228:
3229: * src/classes/curl.C: warning war
3230:
3231: * tests/: 381.html, results/381.processed: tests for ^json:string
3232: $.one-line(true) option added (related to feature #1124)
3233:
3234: * src/: classes/json.C, types/pa_value.h: $json-string
3235: $.one-line(true|false) options is now supported (implements
3236: feature #1124)
3237:
3238: * tests/: 380.html, results/380.processed: test for modified
3239: $.max_file_size added (related to bug #1014)
3240:
3241: * tests/: 379.html, results/auto.p: tests for rewritten http file
3242: load added (related to bug #1014)
3243:
3244: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3245: main/pa_common.C, main/pa_http.C: check_file_size added and used
3246: in curl / file load from disk and http, http file load rewritten
3247: (related to bug #1014)
3248:
3249: 2017-01-18 moko
3250:
3251: * tests/: 378.html, results/378.processed: tests for ^result[]
3252: added (related to feature #66)
3253:
3254: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3255: Method::CO_WITHOUT_FRAME as frame still added in expression
3256: (related to feature #66)
3257:
3258: 2017-01-17 moko
3259:
3260: * tests/: 377.html, results/377.processed: test for different
3261: combinations of breaks in body and delimiter (related to bug
3262: #1077)
3263:
3264: * tests/: 376.html, results/376.processed: many ^break[] tests
3265: added (related to bug #1077)
3266:
3267: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3268: passed to native method" exception added to avoid bugs due to
3269: WRITE_EXPR_RESULT skipped and native methods execution continues
3270: after ^break[] (related to bug #1077)
3271:
3272: 2017-01-14 moko
3273:
3274: * tests/: 330.html, results/330.processed: test results updated
3275: after ^break[] bugs where fixed (related to bug #1077)
3276:
3277: * tests/: 329.html, results/329.processed: test results updated
3278: after ^break[] bugs where fixed (related to bug #1077)
3279:
3280: * tests/results/320.processed: ^return[] added
3281:
3282: 2017-01-13 moko
3283:
3284: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3285: classes/table.C, include/pa_request.h, main/execute.C,
3286: main/pa_request.C, targets/cgi/parser3.C,
3287: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3288: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3289: checked after each possible process/execute call (fixes bug
3290: #1077)
3291:
3292: 2016-12-29 moko
3293:
3294: * src/main/pa_common.C: warning war
3295:
3296: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3297: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3298: pa_file_size_limit added, ^math:random fixed for upper limit and
3299: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3300: (related to feature #1014)
3301:
3302: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3303: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3304: (related to feature #1014)
3305:
3306: 2016-12-28 moko
3307:
3308: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3309: warning war
3310:
3311: 2016-12-26 moko
3312:
3313: * tests/: 341.html, results/341.processed: test for
3314: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3315:
3316: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3317: (related to feature #1057)
3318:
3319: * src/types/pa_vdate.C: warning war continues...
3320:
3321: * src/: classes/date.C, classes/image.C, classes/table.C,
3322: include/pa_config_includes.h, types/pa_vfile.C: warning war
3323:
3324: * src/lib/gd/gifio.C: warning war / cleanup
3325:
3326: * src/lib/json/pa_json.C: warning war
3327:
3328: * src/classes/hash.C: warning war
3329:
3330: * src/types/pa_vfile.C: warning war
3331:
3332: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3333: -Wall warning war continues
3334:
3335: * configure.ac: --with-build-warnings actualized
3336:
3337: 2016-12-25 moko
3338:
3339: * src/main/pa_exec.C: -wAll warning war
3340:
3341: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3342: -wAll warning war
3343:
3344: * src/: include/pa_common.h, include/pa_sapi.h,
3345: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3346: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3347: -wAll warning war
3348:
3349: 2016-12-23 moko
3350:
3351: * src/lib/ltdl/Makefile.am: extra dist added
3352:
3353: * tests/results/344.processed: test result updated after $file.text
3354: prefetched in ^hash::create[$file] (related to feature #1075)
3355:
3356: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3357: ^hash::create[$file] (related to feature #1075)
3358:
3359: 2016-12-22 moko
3360:
3361: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3362: main/pa_request.C, main/pa_stylesheet_connection.C,
3363: types/pa_vfile.C: file_stat now return 64-bit size (implements
3364: #1014 under 32-bit unix versions)
3365:
3366: 2016-12-21 moko
3367:
3368: * tests/: 375.html, results/375.processed: test for exec returning
3369: stated file added (related to feature #1119)
3370:
3371: * src/classes/file.C: load should not return file with null body
3372: (fixes bug #1119)
3373:
3374: 2016-12-14 moko
3375:
3376: * tests/: 374.html, results/374.processed: test for $method.name
3377: added (related to feature #1117) plus method returning junction
3378: test
3379:
3380: 2016-12-13 moko
3381:
3382: * src/: include/pa_symbols.h, main/pa_symbols.C,
3383: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3384: (implements feature #1117)
3385:
3386: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3387: HEAD and TRACE can't have body (implements feature #1116)
3388:
3389: 2016-12-09 moko
3390:
3391: * tests/: 373.html, results/373.processed: tests for
3392: ^reflection:tainting added (related to feature #1098)
3393:
3394: * src/classes/reflection.C: ^reflection:tainting arguments order
3395: change (related to feature #1098)
3396:
3397: 2016-12-06 moko
3398:
3399: * src/: classes/reflection.C, include/pa_string.h,
3400: main/pa_string.C: ^reflection:tainting[$string] added (implements
3401: feature #1098)
3402:
3403: 2016-12-05 moko
3404:
3405: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3406: (fixes bug #1114)
3407:
3408: 2016-12-04 moko
3409:
3410: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3411: check added
3412:
3413: 2016-12-03 moko
3414:
3415: * tests/: 346-curl.html, results/346-curl.processed: test modified
3416: to test value.as_hash() usage
3417:
3418: * src/classes/curl.C: value.as_hash() used for correct hash
3419: processing
3420:
3421: * src/classes/reflection.C: exceptions texts fixes
3422:
3423: 2016-12-02 moko
3424:
3425: * tests/: 372.html, results/372.processed: tests for
3426: ^reflection:create[ $.class[name] $.constructor[name]
3427: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3428: feature #1094)
3429:
3430: * src/types/pa_vmethod_frame.h: comment added: params should be
3431: declared outside of *_FRAME_ACTION as MethodParams destructor
3432: will be called in ~VNativeMethodFrame
3433:
3434: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3435: ] minor fix
3436:
3437: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3438: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3439: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3440: now supported (implements feature #1094) value::as_hash added
3441: (and should be used everywhere)
3442:
3443: * src/classes/reflection.C: cleanup
3444:
3445: 2016-12-01 moko
3446:
3447: * tests/: 356.html, results/356.processed: test for method
3448: junctions class name added to the resulting hash added (related
3449: to feature #1068)
3450:
3451: * src/classes/reflection.C: for method junctions class name added
3452: to the resulting hash (related to feature #1068)
3453:
3454: 2016-11-30 moko
3455:
3456: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3457: exception (related to bug #1113)
3458:
3459: * src/types/pa_vhashfile.C: whitespace
3460:
3461: * src/main/pa_os.C: errno now returned as it should (fixes bug
3462: #1113)
3463:
3464: * tests/results/: 175.processed, 192.processed, 224.processed,
3465: 229.processed, 239.processed, 244.processed, 246.processed,
3466: 314.processed, 352.processed: tests results updated after method
3467: call exceptions improved as method now keeps its name
3468:
3469: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3470: types/pa_vmethod_frame.h: method call exceptions improved as
3471: method now keeps its name
3472:
3473: * tests/: 224.html, 239.html, results/224.processed,
3474: results/239.processed: tests and tests results updated after
3475: Request::construct exception changed
3476:
3477: * src/: classes/reflection.C, main/execute.C: Request::construct
3478: exception optimized
3479:
3480: * tests/: 371.html, results/371.processed: test for
3481: WWrapper.get_element call in $.name.key[value] code added
3482: (related to feature #1091)
3483:
3484: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3485: in $.name.key[value] code (related to feature #1091)
3486:
3487: 2016-11-29 moko
3488:
3489: * src/classes/op.C: VS warning war
3490:
3491: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3492: C4239: nonstandard extension used : 'return' : conversion from
3493: 'Value' to 'Value &' (related to feature #1020)
3494:
3495: * src/: main/execute.C, types/pa_vmethod_frame.h,
3496: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3497: used : 'return' : conversion from 'Value' to 'Value &' (related
3498: to feature #1020)
3499:
3500: * src/main/execute.C: VS warning war
3501:
3502: * src/targets/cgi/parser3.C: VS compatibility fix
3503:
3504: * src/include/pa_request.h: VS warning war
3505:
3506: * tests/: 370.html, results/370.processed: test for ^file::exec[
3507: ... $.stdin[$binary_file] ] added (related to bug #1044)
3508:
3509: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3510: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3511: $.stdin[$binary_file] (fixes bug #1044)
3512:
3513: 2016-11-28 moko
3514:
3515: * src/main/pa_exec.C: whitespace
3516:
3517: * src/main/pa_request.C: whitespace
3518:
3519: * tests/: 369.html, results/369.processed: test for
3520: $response:status usage added (related to feature #1099)
3521:
3522: * src/targets/cgi/parser3.C: HTTP response code used as exit status
3523: if < 100 (implements feature #1099)
3524:
3525: * src/targets/cgi/parser3.C: whitespace
3526:
3527: * src/targets/cgi/parser3.C: whitespace
3528:
3529: * tests/: 368.html, results/368.processed: test updated after
3530: ^reflection:filename[$method] added (related to feature #1053)
3531:
3532: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3533: main/compile.y, main/execute.C, main/pa_request.C,
3534: types/pa_vclass.h: filename -> filespec,
3535: ^reflection:filename[$method] added (related to feature #1053)
3536:
3537: 2016-11-27 moko
3538:
3539: * tests/: 368.html, results/368.processed: test for
3540: reflection:filename[$class or object] added (related to feature
3541: #1053)
3542:
3543: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
3544: types/pa_vstateless_class.h: ^reflection:filename[$class or
3545: object] added (implements feature #1053)
3546:
3547: 2016-11-26 moko
3548:
3549: * src/: include/pa_request_info.h,
3550: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3551: remove_absolute_uri -> strip_absolute_uri
3552:
3553: 2016-11-25 moko
3554:
3555: * src/: include/pa_request_info.h,
3556: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3557: request_info.remove_absolute_uri added to remove possible
3558: http://site.name/ from $request:uri (implements feature #1112)
3559:
3560: 2016-11-24 moko
3561:
3562: * tests/: 367-curl.html, results/367-curl.processed: test for
3563: previous request headers clearing after redirect added (related
3564: to bug #1109)
3565:
3566: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
3567: response headers from previous requests are now cleared, only
3568: last request headers are collected (fixes bug #1109)
3569:
3570: * tests/results/: 266.processed, 321.processed, 356.processed:
3571: tests results updated as method name now added to the resulting
3572: hash for new syntax only (Imp1 compatimility fixed, related to
3573: feature #1068)
3574:
3575: * src/classes/reflection.C: method name now added to the resulting
3576: hash for new syntax only (Imp1 compatimility fixed, related to
3577: feature #1068)
3578:
3579: * tests/results/366.processed: test for native and parser
3580: implementation of ^use[] logic (related to feature #1074)
3581:
3582: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
3583: for native and parser implementation of ^use[] logic (related to
3584: feature #1074)
3585:
3586: 2016-11-23 moko
3587:
3588: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3589: main/pa_request.C: @USE file now implemented as ^use[file;
3590: $.origin[origin_file] ] (implements feature #1074)
3591:
1.109 moko 3592: 2016-11-21 moko
3593:
1.110 moko 3594: * tests/: 365.html, results/365.processed: test for $caller bugs in
3595: 3.4.4 and $caller.method now tested (related to feature #1110)
3596:
3597: * tests/: 364.html, results/364.processed: $caller usage in
3598: different contexts now tested (related to feature #1110)
3599:
3600: * src/types/types.vcproj: +pa_vcaller_wrapper.h
3601:
3602: * src/types/Makefile.am: pa_vcaller_wrapper.h added
3603:
1.109 moko 3604: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
3605: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
3606: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
3607: used (implements feature #1110)
3608:
3609: 2016-11-20 moko
3610:
3611: * src/types/pa_vdouble.h: whitespace
3612:
3613: 2016-11-11 moko
3614:
3615: * tests/: 363.html, results/363.processed: more tests for feature
3616: #1091 (how parser methods work in expression context)
3617:
3618: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
3619: expressions strings are now written as strings, not values by
3620: write_as_string (related to feature #1091)
3621:
3622: * src/classes/op.C: to make more correct behavour in expression
3623: context
3624:
3625: 2016-11-07 moko
3626:
3627: * tests/: 362.html, results/362.processed: test for
3628: xsltParseStylesheetDoc caching as xsl modification after it added
3629: (related to bug #1108)
3630:
3631: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
3632: result now cached as xdoc is modified after it (fixes bug #1108)
3633:
3634: 2016-11-06 moko
3635:
3636: * src/types/pa_vxdoc.h: whitespace
3637:
3638: 2016-11-05 moko
3639:
3640: * src/types/pa_vmethod_frame.h: cleanup
3641:
3642: 2016-11-03 moko
3643:
3644: * tests/results/244.processed: more correct exception after method
3645: frames separation
3646:
3647: * src/types/pa_vmethod_frame.h: minor optimizaion
3648:
3649: * src/types/pa_method.h: optimization: params_count added
3650:
3651: * src/: classes/json.C, classes/op.C, classes/reflection.C,
3652: include/pa_request.h, main/execute.C, main/pa_request.C,
3653: types/pa_value.C, types/pa_vmethod_frame.C,
3654: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
3655: VMethodFrame now divided into VNativeMethodFrame,
3656: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
3657: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
3658: and used (related to feature #1104)
3659:
3660: 2016-11-02 moko
3661:
3662: * src/: classes/bool.C, classes/curl.C, classes/date.C,
3663: classes/double.C, classes/file.C, classes/hash.C,
3664: classes/hashfile.C, classes/image.C, classes/inet.C,
3665: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3666: classes/memcached.C, classes/op.C, classes/reflection.C,
3667: classes/regex.C, classes/string.C, classes/table.C,
3668: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
3669: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
3670: r.write (implements feature #1091)
3671:
3672: * src/main/execute.C: cleanup (related to feature #1104)
3673:
3674: * src/: include/pa_request.h, main/execute.C,
3675: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
3676: added, in_expression removed (implements feature #1104)
3677:
3678: 2016-10-31 moko
3679:
3680: * src/types/pa_value.C: whitespace
3681:
3682: 2016-10-28 moko
3683:
3684: * tests/results/244.processed: updated after error reporting fixed
3685: in pa_wcontext.C
3686:
3687: * src/types/pa_wcontext.C: error reporting fixed
3688:
3689: * src/types/pa_wcontext.h: whitespace
3690:
3691: * src/classes/image.C: not fully readed entries are no longer
3692: processed (fixes bug #1106)
3693:
3694: 2016-10-26 moko
3695:
3696: * src/classes/image.C: whitespace
3697:
3698: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3699: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3700: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3701: longer required (related to feature #1091)
3702:
3703: * tests/results/: 264.processed, 350.processed: test results update
3704: reverted (whitespace optimization) after write_no_lang removed :)
3705: (related to feature #1091)
3706:
3707: * src/: classes/file.C, classes/hash.C, classes/op.C,
3708: classes/string.C, classes/table.C, classes/void.C,
3709: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3710: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3711: equal write_pass_lang (related to feature #1091)
3712:
3713: * tests/results/: 264.processed, 350.processed: test results
3714: updated (whitespace optimization) after write_assign_lang removed
3715: (related to feature #1091)
3716:
3717: * tests/: 361.html, results/361.processed: test for non-string
3718: ^untaint added (related to feature #1091)
3719:
3720: * src/: classes/curl.C, classes/date.C, classes/file.C,
3721: classes/hash.C, classes/op.C, classes/string.C,
3722: include/pa_request.h, main/execute.C: optimization:
3723: write_assign_lang removed as not required (first part of feature
3724: #1091 implementation)
3725:
1.108 moko 3726: 2016-10-12 moko
3727:
3728: * tests/: 360.html, results/360.processed: more test code (related
3729: to feature #1104)
3730:
3731: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3732: include/pa_request.h, main/compile.y, main/execute.C: opcode
3733: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3734: WContext is next task (implements feature #1104)
3735:
3736: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3737: / CO_WITHOUT_WCONTEXT
3738:
3739: * tests/: 360.html, results/360.processed: test for in expression
3740: state (related to feature #1104)
3741:
3742: 2016-10-11 moko
3743:
3744: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3745:
3746: * src/classes/op.C: default value removed from initializer
3747:
3748: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3749:
3750: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3751:
3752: 2016-10-10 moko
3753:
3754: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3755: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3756: to feature #42)
3757:
3758: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3759: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3760:
3761: 2016-10-08 moko
3762:
3763: * src/classes/double.C: whitespace
3764:
3765: 2016-10-07 moko
3766:
3767: * src/types/pa_vmethod_frame.h: reorder
3768:
3769: 2016-10-06 moko
3770:
3771: * src/classes/date.C: typo
3772:
3773: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3774:
3775: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3776: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3777: types/pa_vmethod_frame.h: params.get now returns Value&, not
3778: Value*
3779:
3780: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3781:
3782: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3783: removed; first as_* code rewrite
3784:
3785: 2016-10-05 moko
3786:
3787: * src/include/pa_request.h: whitespace
3788:
3789: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3790: intercept_string added (related to feature #1097)
3791:
3792: * src/: classes/image.C, classes/op.C, classes/table.C,
3793: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3794: optimization: intercept_string removed (implements feature #1097)
3795:
3796: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3797:
3798: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3799: from VCodeFrame and WWrapper as not required
3800:
3801: 2016-10-04 moko
3802:
3803: * src/: classes/curl.C, classes/date.C, classes/double.C,
3804: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3805: classes/int.C, classes/json.C, classes/op.C,
3806: classes/reflection.C, classes/string.C, classes/table.C,
3807: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3808: proces_to_value -> process after StringOrValue removed (related
3809: to feature #1020)
3810:
3811: * src/classes/form.C: whitespace
3812:
3813: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3814:
3815: * tests/: 357.html, 358.html, results/357.processed,
3816: results/358.processed, results/auto.p: test for @conf
3817: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3818:
3819: 2016-10-03 moko
3820:
3821: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3822: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3823: supported (implements feature #42)
3824:
3825: * src/types/pa_vregex.h: no reason for VRegex to be
3826: is_evaluated_expr
3827:
3828: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3829: (implements feature #1095)
3830:
3831: 2016-10-01 moko
3832:
3833: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3834: false by default (related to feature #1089)
3835:
3836: 2016-09-30 moko
3837:
3838: * src/types/pa_wcontext.h: cleanup
3839:
3840: 2016-09-29 moko
3841:
3842: * src/main/execute.C: whitespace
3843:
3844: * src/include/pa_request.h: whitespace
3845:
3846: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3847: classes/op.C, classes/table.C, include/pa_request.h,
3848: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3849: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3850: StringOrValue removed as it just slows down and adds complexity
3851: (implements feature #1020)
3852:
3853: 2016-09-28 moko
3854:
3855: * tests/: 356.html, results/266.processed, results/321.processed,
3856: results/356.processed: tests updated after name was added to
3857: method_info hash, test for ^reflection:method_info[junction]
3858: added (related to feature #1068)
3859:
3860: * src/classes/reflection.C: ^reflection:method_info[junction] now
3861: supported, method name added to the resulting hash (implements
3862: feature #1068)
3863:
3864: * tests/: 276.html, results/276.processed: more tests for
3865: ^reflection:delete[]
3866:
3867: * src/classes/reflection.C: fixed bug then ^reflection:delete
3868: didn't work on class and could damage native objects (like file)
3869:
3870: 2016-09-26 moko
3871:
3872: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3873: results/345.processed, results/346-curl.processed,
3874: results/347-curl.processed, results/348.processed: numbers added
3875: to simplify diff analysis
3876:
3877: * tests/: 352.html, results/352.processed: test result updated as
3878: method name used
3879:
3880: * src/classes/reflection.C: method name used
3881:
3882: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3883: its name
3884:
3885: * src/types/pa_method.h: whitespace
3886:
3887: * src/classes/reflection.C: both method and field with one name can
3888: exist.
3889:
3890: * src/classes/reflection.C: ^reflection:mixin added (implements
3891: feature #1089)
3892:
3893: * tests/: 355.html, results/355.processed: property appears in
3894: derived class if added in base test added
3895:
3896: * src/types/pa_vstateless_class.h: get_method declaration +
3897: whitespace
3898:
3899: * tests/: 354.html, results/354.processed: nice test from method
3900: and property with one name in class added
3901:
3902: 2016-09-23 moko
3903:
3904: * src/classes/reflection.C: ^reflection:method usage documented
3905:
3906: 2016-09-22 moko
3907:
3908: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3909: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3910: compile warning and GPF occures on VS2003 (related to feature
3911: #1087)
3912:
3913: * tests/: 350.html, results/350.processed: test added for
3914: $.encloser[] support in ^table::create (related to feature #11)
3915:
3916: * src/classes/table.C: another minor fix (related to feature #11)
3917:
1.107 moko 3918: 2016-09-21 moko
3919:
3920: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3921:
3922: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3923: classes/json.C, classes/string.C, classes/table.C,
3924: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3925: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3926: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3927: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3928: pa_charsets, vs2015 warning war
3929:
3930: * src/classes/table.C: vs2015 warning war
3931:
3932: * src/types/pa_vdate.C: vs2015 warning war
3933:
3934: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3935:
3936: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3937: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3938:
3939: * src/main/pa_common.C: vs2015 compilation fixes
3940:
3941: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3942: vs2015 compilation fixes
3943:
3944: * src/main/pa_charset.C: vs2015 warning war
3945:
3946: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3947:
3948: * src/main/pa_charset.C: vs2015 warning war
3949:
3950: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3951:
3952: * src/types/pa_vdate.C: vs2015 compilation fix
3953:
3954: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3955:
3956: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3957: VS2015 compilation fixes
3958:
3959: * src/classes/table.C: minor fix (related to feature #11)
3960:
3961: * tests/results/282.processed: no longer skipping extra enclosers
3962: (related to feature #11)
3963:
3964: * src/classes/table.C: minor fix + no longer skipping extra
3965: enclosers (related to feature #11)
3966:
3967: * src/classes/table.C: minor optimization (related to feature #11)
3968:
3969: * src/classes/table.C: minor fix and optimization (related to
3970: feature #11)
3971:
3972: 2016-09-20 moko
3973:
3974: * tests/: 353.html, results/353.processed: test for
3975: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3976: added (related to bug #1090)
3977:
3978: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3979: one_big_piece (fixes bug #1090)
3980:
3981: * tests/: 229.html, results/229.processed: code coverage tests
3982:
3983: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3984: body) was called
3985:
3986: * src/classes/op.C: whitespace
3987:
3988: * tests/: 323.html, results/323.processed: test for code junction
3989: should not be returned by ^reflection:class, ^reflection:base
3990:
3991: * src/classes/reflection.C: bugfix: code junction should not be
3992: returned by ^reflection:class, ^reflection:base
3993:
3994: * tests/: 323.html, 352.html, results/352.processed: no more
3995: exception for ^reflection:method[class;no-such-method] (related
3996: to feature #1087)
3997:
3998: * src/classes/reflection.C:
3999: ^reflection:method[class;no-such-method] : exception -> void
4000: (related to feature #1087)
4001:
4002: * src/include/pa_request.h: request::write_value added to allow
4003: write value without convertion (related to issue #1091)
4004:
4005: 2016-09-19 moko
4006:
4007: * src/main/pa_random.C: windows build fix
4008:
4009: * src/types/pa_vhash.h: warning war
4010:
4011: 2016-09-14 moko
4012:
4013: * tests/: 352.html, 552.html, results/352.processed,
4014: results/552.processed: test for ^reflection:method[] extension
4015: added (related to feature #1087)
4016:
4017: * tests/: 552.html, results/552.processed: test for
4018: ^reflection:method[] extension added (related to feature #1087)
4019:
4020: * src/classes/reflection.C: compatibility issue fixed, VClass
4021: dynamic_cast check added (related to feature #1087)
4022:
4023: * tests/: 351.html, results/351.processed: test for @auto[]
4024: inheritance bug diring ^process[] added (related to bug #1088)
4025:
4026: * src/: classes/op.C, main/pa_request.C,
4027: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4028: disable it inheritance during ^process (fixes bug #1088)
4029:
4030: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4031: added (implements feature #1087)
4032:
4033: 2016-09-13 moko
4034:
4035: * tests/: 349.html, results/auto.p: test for objects prototyping
4036: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4037: to feature #1086)
4038:
4039: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4040: types/pa_vobject.C: objects now are not class instances, but have
4041: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4042: in @conf (implements feature #1086)
4043:
4044: 2016-09-08 moko
4045:
4046: * src/: classes/file.C, classes/mail.C, classes/string.C,
4047: classes/table.C, main/pa_http.C, main/pa_string.C,
4048: include/pa_string.h: cleanup: string::split limit argument
4049: removed as no longer required, pos_after no longer reference
4050: (related to feature #11)
4051:
4052: * src/classes/table.C, tests/results/348.processed: now exception
4053: is rised when invalid option is passed to ^table::create[]
4054:
4055: * tests/: 282.cfg, 282.html, results/282.processed: more code
4056: coverage tests
4057:
4058: * tests/: 348.html, results/348.processed: code coverage tests
4059: added
4060:
4061: * tests/: 348.html, results/348.processed: generic ^table::create[]
4062: tests
4063:
4064: * tests/: 035.html, results/035.processed, results/272.processed:
4065: tests updated after $.encloser[] support for ^table::create
4066: implementation (related to feature #11)
4067:
4068: * src/classes/table.C: $.encloser[] support for ^table::create
4069: finally added (implements feature #11)
4070:
4071: 2016-09-07 moko
4072:
4073: * src/include/pa_string.h: added StringSplitHelper as friend
4074: (related to feature #11)
4075:
4076: * src/include/pa_string.h: body and langs now protected, not
4077: private to allow inheritance (related to feature #11)
4078:
4079: * src/classes/table.C: lsplit optimized before cloning for
4080: ^table::create with $.encloser[] (related to feature #11)
4081:
4082: * src/classes/table.C: optimizaion: TableControlChars.separators
4083: added and used (related to feature #11)
4084:
4085: * src/classes/table.C: spelling:
4086:
4087: TableSeparators -> TableControlChars column -> separator
4088: separators -> control_chars
4089:
4090: 2016-09-06 moko
4091:
4092: * src/main/pa_string.C: whitespace
4093:
4094: * src/main/pa_string.C: whitespace
4095:
4096: 2016-09-01 moko
4097:
4098: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4099: results OS-independent
4100:
4101: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4102: compiler (related to feature #1042)
4103:
4104: 2016-08-15 moko
4105:
4106: * src/include/pa_string.h: whitespace
4107:
4108: * src/classes/table.C: whitespace
4109:
1.106 moko 4110: 2016-08-05 moko
4111:
4112: * tests/: 344.html, results/344.processed: test for
4113: ^hash::create[$file] added (related to feature #1075)
4114:
4115: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4116: supported (implements feature #1075)
4117:
4118: 2016-08-04 moko
4119:
4120: * tests/: 341.html, results/341.processed: more code coverage tests
4121:
4122: * tests/: 346-curl.html, results/346-curl.processed: more code
4123: coverage tests for curl
4124:
4125: * tests/: 346-curl.html, results/346-curl.processed: more code
4126: coverage tests for curl
4127:
4128: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4129: results/223.processed: code coverage tests: $.form[ $.table[] ]
4130: test added
4131:
4132: * tests/: 223-curl.html, results/223-curl.processed: more code
4133: coverage tests for curl
4134:
4135: 2016-08-03 moko
4136:
4137: * src/classes/curl.C: dlink(curl_library) now called not once, but
4138: until it will be loaded, allowing to find existing library.
4139:
4140: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4141: results/347-curl.processed: more code coverage tests for curl
4142:
4143: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4144: results/339-curl.processed, results/346-curl.processed: curl
4145: functionality tests
4146:
4147: 2016-08-02 moko
4148:
4149: * tests/: 339.html, results/339.processed: test for tables in
4150: ^file:load[] and ^curl:load[] (commented) added (related to
4151: feature #1042)
4152:
4153: * tests/: 345.html, results/345.processed: code coverage tests for
4154: file class
4155:
4156: * tests/: 344.html, results/344.processed: code coverage tests
4157:
4158: * tests/: 344.html, results/344.processed: mdate removed from
4159: output
4160:
4161: * src/classes/file.C: minor bugfix: is_text should be taked from
4162: fcontent.is_text_mode() if not set (related to feature #1061)
4163:
4164: * tests/: 344.html, results/344.processed: more tests
4165:
4166: * tests/: 343.html, 344.html, results/343.processed,
4167: results/344.processed: tests for ^file::create[ $.from-charset
4168: and $.to-charset ] (related to feature #1061)
4169:
4170: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4171: aset_text_mode argument optimized
4172:
4173: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4174: checkBOM now used in detect_binary_content (related to feature
4175: #1061)
4176:
4177: * src/main/pa_request.C: load_charset no longer required to_upper
4178:
4179: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4180: preserves original file mode (if no $.mode specified)
4181:
4182: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4183: ^file::create now supports $.from-charset[] and $.to-charset
4184: options (implements feature #1061), automatic transcode is done
4185: if text file is created from binary file and charset is detected.
4186:
4187: 2016-07-30 moko
4188:
4189: * src/classes/table.C: ^t.hash[..;] now supported (related to
4190: feature #1057)
4191:
4192: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4193: added (related to feature #1057)
4194:
4195: * tests/: 286.html, results/286.processed: code tests coverage
4196:
4197: 2016-07-29 moko
4198:
4199: * src/classes/table.C: table size should be checked inside menu and
4200: foreach (related to feature #858)
4201:
4202: * src/: classes/curl.C, classes/file.C, classes/string.C,
4203: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4204: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4205: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4206: charsets.get now does str_upper inside (related to feature #1061)
4207:
4208: * tests/: 342.html, results/342.processed: more code coverage tests
4209:
4210: * tests/: 342.html, outputs/342.processed: table menu code coverage
4211: + foreach test added (related to feature #858)
4212:
4213: * tests/: 341.html, results/341.processed: tests for
4214: ^table.hash[]{code} added + code coverage tests (related to
4215: feature #1057)
4216:
4217: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4218: value} support (implements feature #1057)
4219:
4220: * src/classes/table.C: whitespace
4221:
4222: 2016-07-28 moko
4223:
4224: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4225: from URL, if not specified query string removed from url-based
4226: filenames in ^curl:load[] and ^file::load[] (related to feature
4227: #1042)
4228:
4229: 2016-07-27 moko
4230:
4231: * tests/: 340.html, results/340.processed: test for
4232: transcode_text_result=false added (related to issue #1042)
4233:
4234: 2016-07-26 moko
4235:
4236: * src/types/pa_vfile.C: file name should not be empty (if file path
4237: is folder and ends with /) (related to feature #1042)
4238:
4239: * src/main/pa_http.C: whitespace optimizaion
4240:
4241: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4242: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4243: multiple headers, ^file::load supports headers transcoding
4244: (implements feature #1042)
4245:
4246: 2016-07-25 moko
4247:
4248: * src/include/pa_common.h: PA_DEFAULT added
4249:
4250: 2016-07-22 moko
4251:
4252: * tests/: 338.html, results/338.processed: test for
4253: $date.field(value) added (related to feature #1066)
4254:
4255: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4256: $date.field(value) now supported for y/m/d/h/m/s (implements
4257: feature #1066)
4258:
1.105 moko 4259: 2016-07-21 moko
4260:
4261: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4262: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4263: arguments removed; image.C - absolute path shown in exception
4264: (implements feature #1071)
4265:
4266: * tests/: 235.html, results/235.processed: test and test result
4267: updated after static boundary in mail and Errors-To: mail header
4268: removed (related to feature #1047)
4269:
4270: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4271: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4272: used, static boundary in mail removed, Errors-To: mail header
4273: removed (implements feature #1047)
4274:
4275: 2016-07-20 moko
4276:
4277: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4278: equest.classes(): Value -> VStateless_class, part 3 (related to
4279: issue #1051)
4280:
4281: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4282: request.classes(): Value -> VStateless_class, part 2 (related to
4283: issue #1051)
4284:
4285: * tests/results/: 224.processed, 323.processed: classes without
4286: methods should not be methoded (related to issue #1051)
4287:
4288: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4289: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4290: -> VStateless_class, part 1 (related to issue #1051)
4291:
4292: * tests/: 337.html, results/337.processed: test for
4293: ^reflection:fields_reference[] and VHashReference class added
4294: (related to feature #1072)
4295:
4296: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4297: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4298: and VHashReference added, allowing ^reflection:fields_reference[]
4299: implementation (closes feature #1072)
4300:
4301: 2016-07-19 moko
4302:
4303: * tests/: 323.html, results/323.processed: we want to see
4304: "methoded"
4305:
4306: * tests/: 336.html, results/336.processed: test for $BASE:property
4307: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4308: #1059)
4309:
4310: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4311: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4312: somebody_entered_some_class, $BASE:property works again,
4313: ^BASE:method[] bugs fixed (fixes bug #1059)
4314:
4315: 2016-07-14 moko
4316:
4317: * tests/: 335.html, results/335.processed: test for feature #1055
4318: added
4319:
4320: * src/classes/hash.C: bugfix: $._default was not copied if empty
4321: feature: ^hash.contains[_default] added (implements feature
4322: #1055)
4323:
4324: 2016-07-13 moko
4325:
4326: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4327: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4328:
4329: 2016-07-05 moko
4330:
4331: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4332: in ^hash.foreach (related to feature #1073)
4333:
4334: 2016-07-04 moko
4335:
4336: * tests/: 134.html, 281.html, results/134.processed,
4337: results/281.processed: tests updated after hash blocking removed
4338: (related to feature #1073)
4339:
4340: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4341: no longer blocks on change during foreach (implements feature
4342: #1073)
4343:
4344: 2016-06-17 moko
4345:
4346: * tests/: 330.html, results/330.processed: try exception source
4347: test added (related to bug in #1062)
4348:
4349: * tests/: 334.html, results/334.processed: Exception stack trace
4350: test added (related to bug in $1062)
4351:
4352: * src/classes/op.C: Exception trace now correctly restored and
4353: errors reported (related to bug #1062)
4354:
1.104 moko 4355: 2016-05-25 moko
4356:
4357: * src/main/compile.y: minor cleanup + beauty
4358:
4359: 2016-05-24 moko
4360:
4361: * tests/: 333.html, results/333.processed: more exceptions testing
4362:
4363: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4364: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4365: features #1056, #1026)
4366:
4367: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4368: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4369: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4370: (implements feature #1056)
4371:
4372: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4373: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4374: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4375: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4376: feature #1026)
4377:
4378: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4379: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4380: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4381: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4382: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4383: feature #1026)
4384:
4385: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4386: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4387: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4388: SYMBOLS_CACHING define implemented (related to feature #1026)
4389:
4390: * src/main/main.vcproj: + ps_symbols
4391:
4392: * src/: include/Makefile.am, include/pa_string.h,
4393: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4394: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4395: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4396: types/pa_vstateless_class.C: initial implementation for symbols
4397: cache (related to feature #1026)
4398:
4399: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4400:
4401: * src/main/pa_globals.C: minor cleanup
4402:
4403: 2016-05-19 moko
4404:
4405: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4406: (related to feature #1046)
4407:
4408: * tests/: 331.html, results/331.processed: test for
4409: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4410: (related to feature #1051)
4411:
4412: * src/main/compile.y:
4413: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4414: (implements feature #1054)
4415:
4416: 2016-05-18 moko
4417:
4418: * src/types/pa_vtable.C, tests/results/324.processed: no more
4419: "column not found" exception for ^table.no-such-method[] (related
4420: to feature #1046)
4421:
4422: * tests/: 261.html, results/261.processed: test added and updated
4423: after feature #1046 implementation
4424:
4425: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4426: types/pa_vvoid.h: $string.anything works for whitespace strings,
4427: ^string.contains added for hash compatibility, $string.method no
4428: longer returns stting method (implements feature #1046)
4429:
4430: 2016-05-12 moko
4431:
4432: * src/classes/curl.C: content-type response header no longer
4433: ignored (fixes issue #1045)
4434:
4435: * tests/: 330.html, results/330.processed: test for incomplete
4436: finally execution when break occures added (related to issue
4437: #1077)
4438:
4439: * src/classes/op.C: bugfix: Request::skip reset is called before
4440: executing catch and finally code (fixes issue #1062)
4441:
4442: 2016-05-11 moko
4443:
4444: * tests/: 329.html, results/329.processed: test for invalid
4445: ^break[] behavour added (bug #1077)
4446:
4447: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4448:
4449: 2016-04-24 moko
4450:
4451: * src/types/pa_vstateless_class.h: warning war
4452:
4453: 2016-04-17 moko
4454:
4455: * tests/: 328.html, results/328.processed: test for
4456: ^break(condition) and ^continue(condition) (related to feature
4457: #1063)
4458:
4459: * src/classes/op.C: ^break(condition) and ^continue(condition)
4460: implemented (feature #1063)
4461:
4462: 2016-04-12 moko
4463:
4464: * tests/results/280.processed: ordered hash now used for class
4465: methods and properties (test results updated for feature #1069)
4466:
4467: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4468: to xdoc.C as under FreeBSD it was inited after and inheritance
4469: failed (related to issue #1051)
4470:
4471: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4472: are printed to check inheritance (related to feature #1051)
4473:
1.103 moko 4474: 2016-04-09 moko
4475:
4476: * tests/results/320.processed: ordered hash now used for class
4477: methods and properties (test results updated for feature #1069)
4478:
4479: * src/types/pa_vstateless_class.h: ordered hash now used for class
4480: methods and properties (implements feature #1069)
4481:
4482: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4483: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4484: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4485: feature #1051)
4486:
4487: 2016-04-07 moko
4488:
4489: * src/main/execute.C: returned Value in .CLASS case for VJunction
4490: (related to feature #1051)
4491:
4492: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4493: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4494: string constants deduplication (related to feature #1051)
4495:
4496: * tests/results/224.processed: test result updated (related to
4497: feature #1051)
4498:
4499: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4500: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4501: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4502: types/pa_vstatus.h: classes hash now contains only
4503: VStateless_class derived objects, .CLASS is also allways
4504: VStateless_class derived object (related to feature #1051).
4505:
4506: 2016-04-06 moko
4507:
4508: * tests/results/323.processed: test result updated after feature
4509: #1051 implementation
4510:
4511: * src/: classes/classes.h, classes/op.C, classes/response.C,
4512: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4513: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4514: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4515: types/pa_vresponse.C, types/pa_vresponse.h,
4516: types/pa_vstateless_class.h: base -> methoded_donor for static
4517: classes, type() moved from VStateless_class to VClass and
4518: Methoded (implements feature #1051)
4519:
4520: 2016-04-04 moko
4521:
4522: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
4523: beauty: put_class added (related to feature #1051)
4524:
4525: 2016-04-01 moko
4526:
4527: * tests/results/: 175.processed, 192.processed, 224.processed,
4528: 229.processed, 244.processed, 246.processed, 316.processed: test
4529: results updated as class.type() removed from error messages, only
4530: type() left (related to feature #1051)
4531:
4532: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
4533: classes/op.C, classes/reflection.C, main/compile.y,
4534: main/compile_tools.h, main/execute.C, main/pa_request.C,
4535: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
4536: types/pa_vmethod_frame.h, types/pa_vobject.h,
4537: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
4538: from VStateless_class, type() is used instead (related to feature
4539: #1051)
4540:
4541: * src/classes/mail.C: old logic restored.
4542:
4543: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4544: classes/classes.h, classes/curl.C, classes/date.C,
4545: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4546: classes/hashfile.C, classes/image.C, classes/inet.C,
4547: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4548: classes/memcached.C, classes/memory.C, classes/reflection.C,
4549: classes/regex.C, classes/response.C, classes/string.C,
4550: classes/table.C, classes/xdoc.C, classes/xnode.C,
4551: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
4552: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
4553: feature #1051)
4554:
4555: 2016-03-30 moko
4556:
4557: * tests/: 327.html, results/224.processed, results/327.processed:
4558: test for TZ specification in ^date::create[], TZ is kept during
4559: ^date::create[$dt] (related to feature #1048)
4560:
4561: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
4562: ^date::create[], TZ is kept during ^date::create[$dt] (implements
4563: feature #1048)
4564:
4565: 2016-03-29 moko
4566:
4567: * tests/: 315.html, results/315.processed: test for timezone format
4568: +HHmm added (related to feature #1065)
4569:
4570: * src/classes/date.C: timezone format +HHmm now supported
4571: (implements feature #1065)
4572:
4573: 2016-03-28 moko
4574:
4575: * tests/: 202.html, results/131.processed, results/202.processed,
4576: results/224.processed, results/256.processed,
4577: results/315.processed: test results updated after %.2d now
4578: default for hours offset in iso-string (was %2d), test for
4579: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4580: added (related to feature #1065)
4581:
4582: 2016-03-27 moko
4583:
4584: * src/types/pa_vdate.C: '+' sign for zero offset (related to
4585: feature #1065)
4586:
4587: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4588: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4589: added (implements feature #1065)
4590:
4591: 2016-03-24 moko
4592:
4593: * tests/: 202.html, results/202.processed: test $date.week added
4594: (related to bug #1067)
4595:
4596: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
4597: date (fix for bug #1067)
4598:
4599: 2016-03-10 moko
4600:
4601: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
4602:
1.102 moko 4603: 2015-12-07 moko
4604:
4605: * tests/: 326.html, results/326.processed: test for .CLASS &
4606: .CLASS_NAME optimization added (related to feature #844)
4607:
4608: 2015-11-17 moko
4609:
4610: * tests/: 323.html, results/323.processed: order added
4611:
4612: * tests/: 325.html, results/325.processed: double range test added
4613: (related to bug #1049)
4614:
4615: 2015-11-16 moko
4616:
4617: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
4618: added to disallow NaN and Infinity (fixes bug #1049)
4619:
4620: 2015-11-11 moko
4621:
4622: * tests/324.html: parser 3.4.3 execution support added (related to
4623: feature #1017)
4624:
4625: * tests/: 324.html, results/324.processed: test for
4626: GET_ELEMENT4CALL feature added (feature #1017)
4627:
1.101 moko 4628: 2015-10-29 moko
4629:
4630: * operators.txt: updated for 3.4.4
4631:
4632: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
4633:
4634: * src/main/pa_exec.C: get_exit_status implemented for Windows
4635: (related to bug #1043)
4636:
4637: 2015-10-28 moko
4638:
4639: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
4640: hangup during ^file::exec (fixes bug #1043)
4641:
1.100 moko 4642: 2015-10-27 moko
4643:
4644: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
4645:
1.99 moko 4646: 2015-10-26 moko
4647:
1.100 moko 4648: * tests/322.html, src/classes/reflection.C: arguments reorder
4649: (related to issue #1041)
4650:
4651: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
4652: Copyright year updated
4653:
1.99 moko 4654: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
4655: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
4656: classes/form.C, classes/hash.C, classes/hashfile.C,
4657: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
4658: classes/mail.C, classes/math.C, classes/memcached.C,
4659: classes/memory.C, classes/op.C, classes/reflection.C,
4660: classes/regex.C, classes/response.C, classes/string.C,
4661: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4662: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4663: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4664: include/pa_config_fixed.h, include/pa_config_includes.h,
4665: include/pa_dictionary.h, include/pa_dir.h,
4666: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4667: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4668: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4669: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4670: include/pa_request_charsets.h, include/pa_request_info.h,
4671: include/pa_sapi.h, include/pa_socks.h,
4672: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4673: include/pa_stack.h, include/pa_string.h,
4674: include/pa_stylesheet_connection.h,
4675: include/pa_stylesheet_manager.h, include/pa_table.h,
4676: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4677: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4678: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4679: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
4680: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
4681: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4682: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4683: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4684: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4685: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4686: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4687: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4688: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4689: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4690: main/pa_string.C, main/pa_stylesheet_connection.C,
4691: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4692: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4693: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4694: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4695: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4696: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4697: targets/isapi/parser3isapi.C, types/pa_junction.h,
4698: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4699: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4700: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4701: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4702: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4703: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4704: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4705: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4706: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4707: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4708: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4709: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4710: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4711: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4712: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4713: types/pa_vresponse.C, types/pa_vresponse.h,
4714: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4715: types/pa_vstateless_object.h, types/pa_vstatus.C,
4716: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4717: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4718: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4719: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4720: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4721:
4722: * src/targets/cgi/parser3.C: year updated
4723:
4724: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4725: issue #1041)
4726:
4727: * tests/: 323.html, results/323.processed: test for base classes
4728: added
4729:
4730: * tests/: 261.html, results/261.processed: updated after better
4731: error reporting done for $string.key exception
4732:
4733: * src/types/pa_vstring.h: better error report for $string.key
4734: exception
4735:
4736: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4737: copied as VObject::get_element4call to remove extra virtual call
4738:
4739: * tests/: 322.html, results/322.processed: test for
4740: ^reflection:is[] added (related to feature #1041)
4741:
4742: * src/classes/reflection.C: ^reflection:is empty value is void
4743: (related to feature #1041)
4744:
4745: * src/classes/reflection.C:
4746: ^reflection:is[class_name|code|method;[context;]element_name]
4747: added (implements feature #1041)
4748:
4749: 2015-10-24 moko
4750:
4751: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4752:
1.98 moko 4753: 2015-10-22 moko
4754:
4755: * tests/: 321.html, results/321.processed: test for
4756: ^reflection:method_info[] file detection added
4757:
4758: * tests/: 320.html, results/320.processed: test for
4759: ^reflection:class_by_name[class_name] added (related to feature
4760: #993)
4761:
4762: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4763: added (implements feature #993)
4764:
4765: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4766: (related to feature #1017)
4767:
4768: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4769: added (related to issue #1039)
4770:
4771: * src/main/pa_request.C: ^throw origin fixed (related to feature
4772: #1039)
4773:
4774: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4775: for VDate
4776:
4777: * tests/results/182.processed: updated after feature #1038
4778: implemented
4779:
4780: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4781: compile-time exception origin added (test for feature #1039)
4782:
4783: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4784: main/pa_request.C: exception unification: compile-time exceptions
4785: now have origin, @USE origins also tracked (implements feature
4786: #1039)
4787:
4788: 2015-10-20 moko
4789:
4790: * src/main/pa_request.C: cleanup
4791:
4792: 2015-10-15 moko
4793:
4794: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4795:
4796: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4797: types/pa_vtable.C: new feature: no more $table.method and
4798: $hash.method, aliases for _at, _count, _key (related to feature
4799: #1017)
4800:
1.97 moko 4801: 2015-10-14 moko
4802:
1.98 moko 4803: * tests/: 317.html, results/317.processed: test for
4804: ^string.unescape[] added (related to feature #120)
4805:
1.97 moko 4806: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4807: defined" bug (described in issue #1036)
4808:
4809: * tests/: 247.html, results/247.processed: test for checkBOM added
4810: (test for bug #1037)
4811:
4812: * src/: include/pa_charsets.h, main/pa_charsets.C,
4813: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4814: it's not enforced, skips BOM signature if it complies charset
4815: (fixes bug #1037)
4816:
4817: 2015-10-13 moko
4818:
4819: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4820: linking
4821:
4822: * src/classes/inet.C: vs2003 compilation fix
4823:
4824: * src/classes/math.C: warning war
4825:
4826: * src/lib/punycode/pa_punycode.c: warning war
4827:
4828: 2015-10-12 moko
4829:
4830: * src/lib/punycode/pa_punycode.c: warning war
4831:
4832: * parser3.sln: moved parser3 first, to make it default startup
4833: project
4834:
4835: * buildall: parser "mirror" now used for external libs sources
4836: (implements feature #1036)
4837:
4838: * buildall: most external libs are updated to their current
4839: versions (related to feature #1036)
4840:
4841: * src/classes/image.C: more tags added
4842:
4843: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4844:
4845: 2015-10-11 moko
4846:
4847: * src/classes/curl.C: minor optimization (related to feature #1035)
4848:
4849: 2015-10-09 moko
4850:
4851: * src/classes/curl.C: pa_strdup added for strings from curl
4852: (related to feature #1035)
4853:
4854: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4855: ULLONG_MAX definition
4856:
4857: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4858: (implements feature #1035)
4859:
4860: * src/main/pa_charset.C: String::Body(String::C) used
4861:
4862: * src/main/pa_charset.C: exceptions unified
4863:
4864: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4865: unified
4866:
4867: * src/: classes/file.C, classes/image.C, classes/mail.C,
4868: classes/op.C, classes/xdoc.C, classes/xnode.C,
4869: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4870: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4871: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4872: String::Body(String::C) constructor added (related to bug #957)
4873:
4874: * src/classes/file.C: minor optimization
4875:
4876: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4877: Cord(char*) autocreation (related to bug #957)
4878:
4879: * src/: classes/string.C, main/untaint.C: minor optimizations
4880:
4881: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4882: String(char*, Lang, length) removed, String(C(), Lang) used
4883: instead (related to bug #957)
4884:
4885: 2015-10-08 moko
4886:
4887: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4888: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4889: main/untaint.C: Now char * is converted to CORD only using
4890: AS_CORD() to check for empty cord bug (fixes bug #957)
4891:
4892: * src/include/pa_hash.h: fixed compilation without
4893: HASH_CODE_CACHING
4894:
4895: * src/classes/string.C:
4896: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4897: feature #120)
4898:
4899: * src/main/pa_common.C: reduce js flags checks count (related to
4900: feature #120)
4901:
1.96 moko 4902: 2015-10-07 moko
4903:
4904: * tests/: 275.html, results/275.processed: test modified after
4905: unsigned long long int support implemented (feature #1034)
4906:
4907: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4908: pa_atoul added for unsigned long long int support
4909:
4910: 2015-10-06 moko
4911:
4912: * src/types/pa_vdate.C: INT_MAX used
4913:
4914: 2015-10-03 moko
4915:
4916: * tests/: 302.html, results/302.processed: test for bug #1023
4917: (\u2028, \u2029 escaping) added
4918:
4919: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4920: json:string[] (fixes bug #1023)
4921:
4922: 2015-09-29 moko
4923:
4924: * tests/305.html: try-catch added for OS without ipv6 support
4925:
4926: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4927: compilation
4928:
4929: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4930: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4931: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4932: implemented to distinguish ^hash.method from $hash.field
4933: (implements feature #1017)
4934:
4935: * src/lib/punycode/pa_punycode.c: warning war
4936:
4937: * src/include/pa_config_includes.h: warning war
4938:
4939: * src/include/pa_config_includes.h: pragma warning actualized a bit
4940:
4941: * src/include/pa_config_includes.h: warning war
4942:
4943: * src/include/pa_hash.h: clang compilation fix
4944:
4945: 2015-09-27 moko
4946:
4947: * src/main/compile.tab.C: Bison 3 is now default
4948:
4949: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4950:
4951: 2015-09-25 moko
4952:
4953: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4954: works with undefined HASH_ORDER (related to feature #196)
4955:
4956: 2015-09-24 moko
4957:
4958: * tests/: 027.html, results/027.processed: test modified to test
4959: ^hash.sort (feature #196)
4960:
4961: * src/: classes/hash.C, include/pa_hash.h:
4962: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4963: added (implements feature #196)
4964:
4965: * tests/: 316.html, results/316.processed: Added test for bug #1025
4966: (exception handling in non-cached ^cache), plus for "it does not
4967: have logical value" and "$exception.handled value must be either
4968: boolean or string 'cache'" exceptions.
4969:
4970: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4971: code (fixes bug #1025)
4972:
1.95 moko 4973: 2015-09-23 moko
4974:
4975: * src/classes/table.C: warning war
4976:
4977: * src/: classes/math.C, types/pa_vcookie.C: warning war
4978:
4979: * src/classes/file.C: warning war
4980:
4981: * src/: include/pa_table.h, main/pa_table.C: warning war
4982:
4983: * src/: main/pa_request.C, classes/date.C: warning war
4984:
4985: * src/: types/pa_vdate.C, classes/op.C: warning war
4986:
4987: * tests/: 122.html, results/122.processed: win sync: to remove
4988: differences with OS that doesn't keep timezone change history
4989:
4990: * src/types/pa_vdate.C: tzset() should be called in Windows after
4991: TZ change (related to feature #36)
4992:
4993: * tests/: 075.html, results/075.processed: win sync: to remove
4994: differences with OS that doesn't keep timezone change history
4995:
4996: * tests/: 315.html, results/315.processed: win sync: to remove
4997: differences with OS that doesn't keep timezone change history
4998:
4999: * tests/: 256.html, results/256.processed: win sync: to remove
5000: differences with OS that doesn't keep timezone change history
5001:
5002: * tests/: 124.html, results/124.processed: win results sync: to
5003: avoid hitting time change hole.
5004:
5005: * src/types/pa_vdate.C: static returned. :)
5006:
5007: 2015-09-22 moko
5008:
5009: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5010:
5011: * tests/results/131.processed: more tests for feature #1032
5012:
5013: * src/classes/date.C: minor fix related to feature #1032
5014:
5015: * operators.txt: ISO date creation documented (related to feature
5016: #1032)
5017:
5018: * operators.txt: iso-string documented (related to feature #1032)
5019:
5020: * tests/: 315.html, results/315.processed: more tests added
5021: (related to feature #1032)
5022:
5023: * tests/: 131.html, results/131.processed: date range checks
5024: updated (related to feature #36)
5025:
5026: * tests/: 315.html, results/057.processed, results/315.processed:
5027: test added for ISO date support (related to issue #315)
5028:
5029: * src/classes/date.C: more readable exceptions in date creation
5030: (related to ticket #1032)
5031:
5032: 2015-09-18 moko
5033:
5034: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5035: added (related to issue #1032)
5036:
5037: * tests/results/256.processed, src/classes/json.C: iso-string
5038: documented (related to issue #1032)
5039:
5040: * tests/: 256.html, results/256.processed: ISO date check added
5041: (related to issue #1032)
5042:
5043: * tests/: 057.html, results/057.processed, results/224.processed:
5044: tests results updated after ISO date support implemented (related
5045: to feature #1032)
5046:
5047: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5048: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5049: ^date::create[string] constructor formalized, ^date.iso-string[]
5050: added (implements feature #1032)
5051:
5052: 2015-09-05 moko
5053:
5054: * operators.txt: actualized
5055:
5056: * operators.txt: date changes documented (related to ticket #36)
5057:
5058: 2015-09-04 moko
5059:
5060: * src/types/pa_vdate.C: warning war
5061:
5062: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5063:
5064: 2015-09-03 moko
5065:
5066: * tests/results/096.processed: test result updated for 0..9999 year
5067: date range support (related to feature #36)
5068:
5069: * tests/: 314.html, results/314.processed: test for
5070: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5071: bug #1031)
5072:
5073: * src/classes/string.C: Static calls fixed for ^string:base64[],
5074: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5075:
1.116 moko 5076: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5077: configure.in -> configure.ac
1.95 moko 5078:
1.116 moko 5079: * configure, configure.in, src/include/pa_config_auto.h.in: more
5080: correct timezone check for FreeBSD Warning war: configure.in ->
5081: configure.ac
1.95 moko 5082:
5083: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5084: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5085: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5086: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5087: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5088: src/main/Makefile.am, src/targets/apache/Makefile.am,
5089: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5090: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5091: check added
5092:
5093: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5094:
5095: * tests/results/: 124.processed, 224.processed: test resuls updated
5096: for new date implementation (related to feature #36)
5097:
5098: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5099: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5100: types/pa_vdate.h: new double date implementation with internal
5101: support for extended 0..9999 year range, default timezone support
5102: (related to feature #36)
5103:
5104: 2015-08-28 moko
5105:
5106: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5107: (fixes bug #1030)
5108:
5109: 2015-08-21 moko
5110:
5111: * src/classes/inet.C: snprintf size "bug" commented
5112:
5113: * src/main/pa_common.C: snprintf comments updated
5114:
5115: 2015-08-16 moko
5116:
5117: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5118:
5119: 2015-08-11 moko
5120:
5121: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5122: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5123: can be null (fixes bug #1029)
5124:
5125: 2015-08-06 moko
5126:
1.116 moko 5127: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5128: pa_vdate.C added
1.95 moko 5129:
5130: 2015-08-05 moko
5131:
5132: * tests/: 313.html, results/313.processed: test for
5133: ^table.count[columns] and ^table.flip[] with nameless tables
5134: (feature #1003)
5135:
5136: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5137: max_cell added, now ^table.count[columns] and ^table.flip[] works
5138: correctly for nameless tables (implements feature #1003)
5139:
5140: 2015-08-03 moko
5141:
5142: * tests/312.html: test for ^table.append[$hash] and
5143: ^table.insert[$hash] added (related to feature #1028)
5144:
5145: * src/classes/table.C: ^table.append[$hash] and
5146: ^table.insert[$hash] now supported (implements feature #1028)
5147:
5148: * tests/: 312.html, results/312.processed: test row copy in
5149: ^table.hash[; $.type[table] ] added (related to feature #1016)
5150:
5151: * src/classes/table.C: row copy now created in ^table.hash[;
5152: $.type[table] ] (related to feature #1016)
5153:
5154: 2015-07-29 moko
5155:
5156: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5157: added (related to feature #1016)
5158:
5159: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5160: ^table.delete[] added to delete current row (related to feature
5161: 1016)
5162:
5163: 2015-07-28 moko
5164:
5165: * tests/: 312.html, results/312.processed: test for
5166: $table.column[value] and ^table.insert{row} (related to feature
5167: #1016)
5168:
5169: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5170: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5171: ^table.insert{row} are now implemented (feature #1016)
5172:
5173: * src/include/pa_array.h: Optimization: bool reverse removed from
5174: append(), insert() added, memmove arguments order in remove()
5175: fixed (related to feature #1016)
5176:
5177: 2015-07-23 moko
5178:
5179: * src/classes/json.C: tainted json and empty json exception added
5180: (implements feature #1015)
5181:
5182: * tests/: 311.html, results/311.processed: empty json and tainted
5183: json exception test added (related to issue #1015)
5184:
5185: 2015-07-22 moko
5186:
5187: * tests/: 311.html, results/311.processed: test for UTF-8
5188: processing added
5189:
5190: * tests/: 311.html, results/311.processed: test for
5191: json_exception_with_source added (related to issue #394)
5192:
5193: * src/classes/json.C: json_exception_with_source added (implements
5194: feature #394)
5195:
5196: 2015-06-29 moko
5197:
5198: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5199: directories are now correctly determined if _d_type == DT_UNKNOWN
5200: (closes bug #1027)
5201:
5202: 2015-06-10 moko
5203:
5204: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5205: error if libxml has LIBXML_ICU_ENABLED.
5206:
5207: 2015-06-04 moko
5208:
5209: * tests/099.html: ups, reverting
5210:
5211: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5212: results/310.processed: tests for $response:body[ $.file[] ] and
5213: $response:last-modified added
5214:
5215: * src/main/pa_request.C: last-modified check fixed
5216:
5217: 2015-06-03 moko
5218:
5219: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5220: results/205.processed, results/293.processed: $response:headers
5221: logging added (tests for feature #1007)
5222:
5223: * src/: include/pa_common.h, include/pa_request.h,
5224: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5225: $response:headers are now in uppercase (closes feature #1007)
5226:
5227: 2015-06-02 moko
5228:
5229: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5230: build errors reverted for clang compatibility
5231:
5232: 2015-06-01 moko
5233:
5234: * src/include/pa_memory.h: -pedantic build errors fixed
5235:
5236: * src/classes/math.C: -pedantic build error fixed
5237:
5238: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5239:
5240: 2015-05-31 moko
5241:
5242: * src/classes/table.C: USE_STRINGSTREAM optimized
5243:
5244: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5245: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5246: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5247: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5248: types/pa_vxnode.h: warning war (-pedantic flag)
5249:
5250: 2015-05-28 moko
5251:
5252: * tests/: 308.html, results/308.processed: test for
5253: ^table::create[$t;], etc work added (related to bug #975)
5254:
5255: * src/classes/table.C: check_option_param removed,
5256: ^table::create[$t;], etc now works (fixes bug #975)
5257:
5258: 2015-05-27 moko
5259:
5260: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5261: (Debian jessie) fixed (closes issue #1024)
5262:
5263: * tests/Makefile: sort added as in Debian jessie list become
5264: unsorted
5265:
5266: 2015-05-18 moko
5267:
5268: * tests/: 201.html, results/201.processed: test for
5269: ^string.trim[what] feature #1022
5270:
5271: * src/classes/string.C: ^string.trim[what] now supported,
5272: implements feature #1022
5273:
5274: 2015-05-17 moko
5275:
5276: * tests/results/185.processed: test result updated as feature #1021
5277: implemented (left/right accept negative parameter)
5278:
5279: * src/classes/string.C: left/right now accept negative parameter
5280: (implements feature #1021)
5281:
5282: 2015-05-08 moko
5283:
5284: * src/classes/math.C: isalnum -> pa_isalnum
5285:
5286: * src/main/execute.C: optimization in getter-junction processing
5287: (related to issue #997)
5288:
5289: 2015-05-07 moko
5290:
5291: * tests/: 307.html, results/307.processed: test for issue #997
5292: added
5293:
5294: * src/main/execute.C: process_getter result now checked if junction
5295: returned (closes issue #997)
5296:
5297: * tests/: 305.html, results/305.processed: sort added to ignore
5298: different order
5299:
5300: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5301: assignment (closes issue #994)
5302:
5303: * tests/: 306.html, results/306.processed: test for issue #994
5304: added
5305:
5306: * tests/: 303.html, results/303.processed: two more errors tested
5307:
5308: 2015-05-06 moko
5309:
5310: * tests/: 305.html, results/305.processed: test for name2ip &
5311: ip2name added (related to feature #992)
5312:
5313: * tests/: 303.html, 304.html, results/303.processed,
5314: results/304.processed: tests for idna conversion added (related
5315: to issue #849)
5316:
5317: 2015-05-02 moko
5318:
5319: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5320: implemented
5321:
5322: 2015-04-30 moko
5323:
5324: * src/main/pa_http.C: idna_host added, related to issue #849
5325:
5326: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5327: (related to issue #849)
5328:
5329: 2015-04-24 moko
5330:
5331: * src/types/pa_vjunction.C: warning war
5332:
5333: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5334: unification
5335:
5336: * src/lib/punycode/pa_idna.c: warning war
5337:
5338: 2015-04-22 moko
5339:
5340: * src/main/main.vcproj: punycode include path added
5341:
5342: * src/lib/punycode/pa_idna.c: windows compile error fixed
5343:
5344: * src/lib/punycode/pa_idna.c: warning war
5345:
5346: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5347: project file added
5348:
5349: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5350:
5351: * src/include/pa_memory.h: warning war
5352:
5353: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5354: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5355: implemented (related to feature #849)
5356:
5357: * configure.in, src/main/Makefile.am,
5358: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5359: libpunycode added in Unix
5360:
5361: 2015-04-21 moko
5362:
5363: * configure.in: large files support
5364:
5365: 2015-04-15 moko
5366:
5367: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5368: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5369: pa_punycode.h: initial version for punycode/idna support library
5370: (ticket #849)
5371:
5372: 2015-04-08 moko
5373:
5374: * src/: classes/curl.C, classes/date.C, classes/file.C,
5375: classes/image.C, classes/mail.C, classes/reflection.C,
5376: classes/string.C, classes/xnode.C, include/pa_request.h,
5377: include/pa_string.h, include/pa_stylesheet_connection.h,
5378: main/compile.y, main/compile_tools.h, main/execute.C,
5379: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5380: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5381: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5382: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5383: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5384: clang compiler warnings (closes issue #1018)
5385:
5386: * src/include/pa_string.h: String::Body comparation operators with
5387: char * added (related to issue #958)
5388:
5389: 2015-04-07 moko
5390:
5391: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5392: pa_malloc/pa_free to remove system malloc/free usage (related to
5393: issue #1018)
5394:
5395: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5396: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5397: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5398: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5399: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5400: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5401: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5402: malloc/strdup/free replaced with pa_ version and checks for
5403: accidental use of non-pa_ version added (related to issue #1018)
5404:
5405: 2015-04-03 moko
5406:
5407: * buildall: pcre-8.33 -> pcre-8.36
5408:
5409: * src/: main/compile.y, classes/form.C, classes/mail.C,
5410: classes/op.C, classes/string.C, main/compile.tab.C,
5411: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5412: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5413: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5414: ticket #958)
5415:
5416: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5417: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5418: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5419: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5420: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5421: $request:headers, $request:method added (implements feature
5422: #1007)
5423:
5424: 2015-03-17 misha
5425:
5426: * tests/302.html: - test for
5427: ^json:string[...;$._default[method-name]]
5428:
5429: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5430: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5431: option $._default[method-name] is specified in ^json:string[], a
5432: method with specified name will be called for classes/objects
5433: serialization ( new feature: #982 )
5434:
5435: 2015-03-16 misha
5436:
5437: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5438: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5439: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5440: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5441: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5442: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5443: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5444: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5445: types/pa_vrequest.h, types/pa_vstateless_class.C,
5446: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5447: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5448: $var.CLASS_NAME now have special opcodes. This can be switched
5449: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5450: on pa_opcode.h ( new feature: #844 )
5451:
5452: 2015-03-15 misha
5453:
5454: * tests/075.html: - test for $response:header[]
5455:
5456: * src/types/pa_vresponse.C: - $response:header[] deletes header
5457: that was set earlie ( new feature: #1001 )
5458:
5459: 2015-03-12 misha
5460:
5461: * tests/246.html: - more tests for ^hash._at[]
5462:
5463: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5464: accepts second param [key|value|hash] ( new feature: #1012 )
5465:
5466: 2015-03-09 moko
5467:
5468: * src/types/pa_vmail.C: exception for everything but
5469: $mail:received, closes issue #1011
5470:
5471: 2015-02-20 moko
5472:
5473: * tests/: 275.html, results/275.processed: hex detection in
5474: pa_atoui fix test (closes issue #1010)
5475:
5476: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5477: issue #1010)
5478:
5479: 2015-02-17 moko
5480:
5481: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5482: tainted.
5483:
5484: 2015-02-03 misha
5485:
5486: * tests/301.html: - test for ^json:string($double) causes
5487: exception. bugfix: #1008
5488:
5489: * src/classes/json.C: - ^json:string($double) causes exception.
5490: bugfix: #1008
5491:
5492: * tests/014.html: - updated for work with ^hash.delete[]
5493:
5494: 2015-01-12 misha
5495:
5496: * src/: classes/form.C, include/pa_common.h,
5497: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5498: types/pa_vform.h: - supports body with PUT method as well ( new
5499: feature: #1006 )
5500:
5501: * src/classes/file.C: - warnings war
5502:
5503: 2015-01-11 misha
5504:
5505: * tests/300.html: - test for ^hash.delete[] is added
5506:
5507: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5508: feature: #989 ) - tiny optimization in intersects
5509:
5510: 2015-01-06 moko
5511:
5512: * src/types/pa_vmail.C: file names transcode added, to and cc added
5513: with transcode, attachments detection fixed
5514:
5515: * src/main/pa_request.C: filling mail received after cgi/auto.p
5516: load to allow charset switch (related to issue #996)
5517:
5518: 2014-12-31 moko
5519:
5520: * src/types/pa_vmail.C: from and subject now transcoded if not
5521: UTF-8 source charset (fixes issue 996)
5522:
5523: * src/main/pa_exception.C: fixed string from stack bug (closes
5524: issue #1000)
5525:
5526: 2014-12-11 misha
5527:
5528: * src/types/pa_vhashfile.C: - check if key is not empty before
5529: access ( bug fix: #1005 )
5530:
5531: 2014-11-13 misha
5532:
5533: * src/main/compile.y: - PC.append does not reset to false while
5534: creating a new class. bugfix: #990
5535:
5536: * tests/299.html: - test for creation class after working with
5537: partial class (create+append)
5538:
5539: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
5540: #995
5541:
5542: * tests/232.html: - test for @get[def] added
5543:
5544: 2014-10-12 moko
5545:
5546: * src/lib/pcre/pcre_internal.vcproj: correct path
5547:
5548: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
5549: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
5550: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
5551: targets/apache/ApacheModuleParser3.vcproj,
5552: targets/apache/ApacheModuleParser3Core.vcproj,
5553: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5554: types/types.vcproj: project GUID inserted in *.vcproj for correct
5555: conversion in newer VS versions
5556:
5557: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
5558: pcre_internal.vcproj added
5559:
5560: 2014-08-28 moko
5561:
5562: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
5563: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
5564: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
5565:
5566: 2014-06-30 misha
5567:
5568: * tests/298.html: - tests for ^reflection:def[class;className]
5569: added
5570:
5571: * src/classes/reflection.C: - ^reflection:def[class;className]
5572: added ( new feature: #918 )
5573:
5574: 2014-06-29 misha
5575:
5576: * src/classes/table.C: - ^table::create[unsupported data] -
5577: exception comment changed to "body must be table or code" ( bug
5578: fix: #951 )
5579:
5580: * tests/: 261.html, results/261.processed: - tests for
5581: ^json:string[...;$.void[null|string]] added
5582:
5583: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
5584: option $.void[string|null] added to ^json:string[...] ( new
5585: feature: #952 )
5586:
5587: 2014-06-28 moko
5588:
5589: * src/classes/curl.C: $.charset now processed before other curl
5590: options (closes issue #980)
5591:
5592: 2014-05-23 misha
5593:
5594: * src/classes/json.C: - bug fix: #987
5595:
5596: 2014-05-04 misha
5597:
5598: * tests/: 253.html, 253_json.txt: - test for
5599: ^json:parse[$.int(false)] is added
5600:
5601: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
5602: default true). The option is similar to $.double(bool) but for
5603: integers.
5604:
5605: 2014-05-01 moko
5606:
5607: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
5608: #12 )
5609:
5610: 2014-04-16 moko
5611:
5612: * src/main/pa_http.C: response-charset option should finally work
5613: now (fix for issue #867)
5614:
5615: * src/main/pa_http.C: response-charset option should work now (fix
5616: for issue #867)
5617:
5618: 2014-03-07 moko
5619:
5620: * buildall: libgc moved
5621:
5622: * buildall: libgc moved
5623:
5624: 2013-12-29 moko
5625:
5626: * src/classes/string.C: ^string:js-unescape result now tainted,
5627: closes issue #966
5628:
5629: * tests/: 186.html, results/186.processed: ^string:js-unescape
5630: result now tainted, issue #966
5631:
5632: 2013-12-03 moko
5633:
5634: * src/: classes/memcached.C, types/pa_vmemcached.C,
5635: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
5636: option was added for http://www.parser.ru/forum/?id=79343
5637:
5638: * src/classes/file.C: bugfix for
5639: http://www.parser.ru/forum/?id=79337
5640:
5641: 2013-11-05 moko
5642:
5643: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
5644:
5645: * src/main/pa_globals.C: spelling fixed
5646:
5647: 2013-10-29 moko
5648:
5649: * src/lib/json/json.vcproj: json.c -> pa_json.C
5650:
5651: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
5652: #892
5653:
5654: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
5655: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
5656: exceptions to be thrown thougth json library), related to issue
5657: #892
5658:
5659: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
5660: related to issue #896
5661:
5662: 2013-10-24 moko
5663:
5664: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
5665:
5666: 2013-10-23 moko
5667:
5668: * README: actualization
5669:
5670: 2013-10-22 moko
5671:
5672: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
5673: compatibility patch from Sergey Kirpichev
5674:
5675: * tests/: 297.html, results/297.processed: non-working getter fix
5676: test for issue #948
5677:
5678: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
5679: called when saving value of $match variable in ^string.match[] to
5680: increase compatibility (related to issue #948).
5681:
5682: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5683: usage optimization
5684:
5685: 2013-10-21 moko
5686:
5687: * tests/: 182.html, results/182.processed: local path removed for
5688: compatibility
5689:
5690: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5691: results/244.processed, results/253.processed,
5692: results/254.processed, results/275.processed,
5693: results/281.processed: try_catch -> try-catch
5694:
5695: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5696: results/294.processed, results/296.processed: try_catch ->
5697: try-catch
5698:
5699: 2013-10-20 moko
5700:
5701: * tests/: 296.html, results/296.processed: test for xsl exception
5702: for issue #938 added.
5703:
5704: * src/: include/pa_xml_exception.h,
5705: main/pa_stylesheet_connection.C: forgotten to be replaced
5706: XmlException is now replaced (once again closes issue #938)
5707:
5708: 2013-10-18 moko
5709:
5710: * buildall: disable clock_gettime detection to avoid librt linking
5711: (which in turn depends on libpthread), related to issue #943
5712:
5713: 2013-10-18 misha
5714:
5715: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5716: lib/smtp/smtp.vcproj, main/main.vcproj,
5717: targets/apache/ApacheModuleParser3Core.vcproj,
5718: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5719: types/types.vcproj: - new locations for libxml2 includes where
5720: added to vcproj files
5721:
5722: 2013-10-18 moko
5723:
5724: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5725: fix
5726:
5727: * tests/: 295.html, results/295.processed: test for issue #948
5728: updated
5729:
5730: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5731: :)
5732:
5733: * tests/: 295.html, results/295.processed: test for issue #948
5734: added
5735:
5736: * src/: classes/hash.C, classes/string.C, classes/table.C,
5737: include/pa_request.h, types/pa_method.h: for getters and setters
5738: to be executed request.put_element should be called, not
5739: context.put_element (fixes issue #948)
5740:
5741: 2013-10-17 moko
5742:
5743: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5744: LIBXML2_NEW_BUFFER check (closes issue #943)
5745:
5746: * buildall: libxml 2.9.1 build is broken --without-reader.
5747:
5748: 2013-10-16 moko
5749:
5750: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5751:
5752: * tests/: 294.html, results/294.processed: test for issue #938
5753:
5754: * src/: classes/xdoc.C, classes/xnode.C,
5755: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5756: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5757:
5758: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5759: libxslt-1.1.26 -> libxslt-1.1.28
5760:
5761: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5762: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5763: to '?', related to issue #938
5764:
5765: 2013-10-15 moko
5766:
5767: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5768: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5769: minor optimizations (closes issue #896)
5770:
5771: * tests/results/: 292.processed, 293.processed: results updated to
5772: comply with issue #896
5773:
5774: * tests/: 292.html, 293.html, results/292.processed,
5775: results/293.processed: tests for json escaping
5776:
5777: 2013-10-14 moko
5778:
5779: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5780: and cleanup, code moved from .h to .C, no changes in code
5781:
5782: 2013-10-12 moko
5783:
5784: * tests/results/119.processed: updated test result commited
5785:
5786: * tests/: 291.html, results/291.processed: test for issue #894
5787: added
5788:
5789: * src/types/pa_wcontext.h: base methods call support function
5790: get_somebody_entered_some_class should not be true forever, as
5791: wcontext can have many get_elements calls (fixes issue #894)
5792:
5793: 2013-10-11 moko
5794:
5795: * tests/: 290.html, results/290.processed: test for junction GPF
5796: issue #942 added
5797:
5798: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5799: to native method fixed (closes issue #942)
5800:
5801: * tests/: 158.html, results/158.processed: test for csv-string[]
5802: added
5803:
5804: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5805: feature #907)
5806:
5807: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5808: feature #907)
5809:
5810: 2013-10-09 moko
5811:
5812: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5813: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5814: types/pa_vstateless_class.C: GET_default, SET_default now works
5815: properly not only in objects, but in classes as well (closes
5816: issue #903)
5817:
5818: * tests/: 289.html, results/289.processed: GET/SET_default now
5819: works in classes, not only objects, test case added, related to
5820: issue #903
5821:
5822: * tests/: 288.html, results/288.processed: test for endless
5823: recursion bug added (related to issue #903)
5824:
5825: 2013-10-05 moko
5826:
5827: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5828: classes/table.C, main/execute.C, types/pa_method.h,
5829: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5830: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5831: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5832: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5833: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5834: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5835: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5836: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5837: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5838: optimization: put_element no longer has "bool areplace" argument,
5839: related to issue #903
5840:
5841: 2013-10-03 moko
5842:
5843: * tests/results/182.processed: result for $.replace(false) test
5844: commited
5845:
5846: * src/classes/date.C: ^date::create(number) processed correctly
5847: (fixes issue #901)
5848:
5849: * src/classes/image.C: as_no_junction removed, as param can be
5850: expression (closes issue #931)
5851:
5852: * tests/233.html: test for issue #931 added
5853:
5854: 2013-10-02 moko
5855:
5856: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5857: modified, test for $.replace(false) added
5858:
5859: * src/main/compile_tools.h: forgotten class replace returned. :)
5860:
5861: 2013-09-30 moko
5862:
5863: * tests/: 141.html, results/141.processed: md5 tainting test added
5864:
5865: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5866: main/compile_tools.h, main/pa_request.C: allow_class_replace
5867: implemented; $.replace option added to ^process and ^use
5868:
5869: 2013-08-27 moko
5870:
5871: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5872: cstr_to_string_body_untaint should be called with charsets for
5873: possible uri language and connection for possible sql language.
5874: related to issue #857
5875:
5876: * buildall: and -> or fixed
5877:
5878: 2013-08-26 moko
5879:
5880: * buildall: prepare_ functions logic changed to support
5881: gc-7.2d.tar.gz extracting to gc-7.2 directory
5882:
5883: 2013-08-23 moko
5884:
5885: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5886: statically
5887:
5888: 2013-08-22 moko
5889:
5890: * src/classes/string.C: String::Empty used (related to issue #912)
5891: append_know_length removed (related to old GPF bug)
5892:
5893: 2013-08-21 moko
5894:
5895: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5896:
5897: * src/classes/math.C: ^math:digest[...;$file] support added
5898: (related to ticket #857
5899:
5900: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5901: implemented
5902:
5903: * src/types/pa_vhashfile.h: warning war
5904:
5905: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5906: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5907: anti_endless_json_string_recoursion removed from request;
5908: json_string_recoursion added to json_options; $.indent[indent
5909: value] now supported and passed within recoursion closes feature
5910: #937
5911:
5912: * tests/: 287.html, results/287.processed: test for feature #937
5913:
5914: 2013-07-31 moko
5915:
5916: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5917: compilation having #define _S
5918:
5919: * src/main/pa_globals.C: cleanup
5920:
5921: 2013-07-30 moko
5922:
5923: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5924: main/pa_common.C: vs2003 warning war
5925:
5926: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5927:
5928: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5929:
5930: * src/lib/md5/pa_sha2.c: warning war
5931:
5932: 2013-07-29 moko
5933:
5934: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5935: patches from github
5936:
5937: * src/: classes/bool.C, classes/double.C, classes/int.C,
5938: classes/memcached.C, include/pa_config_includes.h,
5939: types/pa_vfile.C, types/pa_vfile.h: warning war
5940:
5941: * src/lib/json/json.vcproj: C++ -> C
5942:
5943: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5944:
5945: * src/lib/json/: json.c, pa_json.C: windows compatibility
5946:
5947: * src/lib/json/: json.c, pa_json.C: windows compatibility
5948:
5949: * src/lib/json/: json.c, pa_json.C: warning war
5950:
5951: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5952:
5953: * src/include/pa_config_fixed.h: uint16_t added
5954:
5955: * configure.in: uint16_t check added
5956:
5957: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5958: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5959: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5960: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5961: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5962:
5963: 2013-07-25 moko
5964:
5965: * parser3.sln: dependencies added
5966:
5967: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5968: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5969: module support
5970:
5971: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5972:
5973: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5974:
5975: 2013-07-23 moko
5976:
5977: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5978: PA_DEBUG_GC_MEMORY removed
5979:
5980: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5981: PA_DEBUG_DISABLE_GC compilation fix
5982:
5983: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5984: main/pa_request.C: outdated RESOURCES_DEBUG removed
5985:
5986: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5987: garbage cleanup
5988:
5989: * src/main/pa_common.C: warning war
5990:
5991: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5992:
5993: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5994: minor cleanup
5995:
5996: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5997: uses cygwin, not WIN32 implementation
5998:
5999: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6000: able to exec shell scripts
6001:
6002: * src/classes/math.C: ifdef WIN32 cleanup
6003:
6004: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6005:
6006: * src/classes/curl.C: LT_MODULE_EXT used
6007:
6008: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6009:
6010: 2013-07-22 moko
6011:
6012: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6013: includes fix
6014:
6015: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6016:
6017: * configure.in, src/include/pa_config_includes.h,
6018: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6019: src/main/pa_exec.C: includes cleanup
6020:
6021: * src/targets/cgi/parser3.C: 2012->2013
6022:
6023: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6024:
6025: * configure.in, src/include/pa_config_includes.h,
6026: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6027: src/main/pa_random.C, src/main/pa_socks.C,
6028: src/types/pa_vstatus.C: cygwin support cleanup
6029:
6030: * configure.in: dirent.h check added
6031:
6032: * src/: include/pa_config_includes.h, include/pa_dir.h,
6033: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6034: not copied
6035:
6036: 2013-07-21 moko
6037:
6038: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6039:
6040: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6041: parser3.vcproj: unused getopt.h / getopt.c removed
6042:
6043: * operators.txt, src/classes/file.C, tests/022.html,
6044: tests/results/022.processed: ^file:list[path][$.filter[regexp]
6045: $.stat(true)] usage commented
6046:
6047: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6048: src/main/pa_dir.C: ^file:list[] now has dir column and when
6049: $.stat(true) it has size/*date columns modified patch from misha@
6050: that closes issue #914.
6051:
6052: * src/: include/pa_config_includes.h, main/pa_globals.C:
6053: PA_RELEASE_ASSERTS removed
6054:
6055: * src/lib/md5/pa_md5c.c: minor cleanup
6056:
6057: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6058: localeconv()->decimal_point usage remoed (related to issue #934)
6059:
6060: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6061: cordprnt.c removed
6062:
6063: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6064: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6065: pa-include/pa_strings.h: includes cleanup
6066:
6067: * src/lib/md5/pa_md5c.c: headers cleanup
6068:
6069: 2013-07-20 moko
6070:
6071: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6072: cleanup
6073:
6074: 2013-07-19 moko
6075:
6076: * src/classes/math.C: extern "C" added for crypt
6077:
6078: 2013-07-18 moko
6079:
6080: * src/classes/math.C: fix redhat7.2 build
6081:
6082: 2013-07-17 moko
6083:
6084: * configure.in, src/include/pa_config_includes.h,
6085: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6086: added for uint8/32/64_t)
6087:
6088: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6089: pa_config_includes.h used for uint32/64_t
6090:
6091: 2013-07-16 moko
6092:
6093: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6094: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6095: war
6096:
6097: * src/main/compile.tab.C: compile.y was updated
6098:
6099: * src/main/compile.y: warning war
6100:
6101: * src/: include/pa_exception.h, main/pa_exception.C,
6102: main/pa_xml_exception.C: warning war
6103:
6104: * src/: include/pa_common.h, main/pa_common.C: warning war
6105:
6106: * configure.in: beauty :)
6107:
6108: * tests/: 141.html, results/141.processed: sha256/512 added
6109:
6110: 2013-07-13 moko
6111:
6112: * src/lib/md5/md5.vcproj: sha2 added
6113:
6114: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6115: classes/math.C: sha2 support (sha256/sha512 digest)
6116:
6117: 2013-07-08 moko
6118:
6119: * src/classes/image.C: directory read or other read problem message
6120: fixed (related to issue #933)
6121:
6122: 2013-07-07 moko
6123:
6124: * AUTHORS: + misha + moko. :)
6125:
6126: 2013-07-06 moko
6127:
6128: * src/: classes/curl.C, include/pa_globals.h,
6129: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6130: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6131: for lt_dlinit to be called once and lt_dlexit called at right
6132: place (related to issue #925)
6133:
6134: 2013-07-04 moko
6135:
6136: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6137: VString::as_vfile now uses vfile.set_binary_string to avoid
6138: content-type to be set, as it brokes badly designed logic in
6139: response output. This hopefully finishes issue #928.
6140:
6141: * tests/results/: 256.processed, 286.processed: file now displayed
6142: as name, size, mode, content-type
6143:
6144: * src/main/pa_common.C: read error now reported cottectly (fixes
6145: issue #933
6146:
6147: 2013-06-28 moko
6148:
6149: * tests/: 286.html, results/286.processed: test extended
6150:
6151: * tests/: 286.html, results/286.processed: Test for issue #928
6152: added. it tests default content-type change.
6153:
6154: * src/types/pa_vfile.C: closes issue #928 - default content-type
6155: now updated
6156:
6157: 2013-06-25 moko
6158:
6159: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6160: content-type for text/binary files without name added;
6161: ^file::create[$f;...] options now works properly and $f
6162: properties are default (fixes issue #928)
6163:
6164: 2013-05-16 misha
6165:
6166: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6167: added
6168:
6169: * src/main/pa_table.C: - a tiny memory optimisation while creating
6170: table if specified limit is bigger than source rows count
6171:
6172: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6173: added ( new feature: #858 )
6174:
6175: 2013-04-29 moko
6176:
6177: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6178: $.ipresolve(0|1|2) added (closes issue #891)
6179:
6180: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6181:
6182: 2013-04-24 moko
6183:
6184: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6185: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6186: types/pa_vmemcached.h: ^memcache.release[] added, calls
6187: memcached_quit (refs #893)
6188:
6189: 2013-04-22 moko
6190:
6191: * src/: include/pa_string.h, main/pa_common.C: no more double
6192: slashes in file path (fixes bug #872)
6193:
6194: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6195: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6196: #739)
6197:
6198: * tests/results/266.processed: $.max_params added (feature #915)
6199:
6200: * src/: include/pa_common.h, main/pa_http.C: response-charset
6201: option added to file::load (closes issue #867)
6202:
6203: 2013-04-20 misha
6204:
6205: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6206: commited
6207:
6208: 2013-03-15 misha
6209:
6210: * src/classes/: hash.C, table.C: - Optimisation: do not create
6211: multiple empty strings while ::sql. uae String::Empty instead
6212:
6213: 2013-03-14 misha
6214:
6215: * src/classes/reflection.C: - for user classes
6216: ^reflection:method_info[] returns $.max_params and $.extra_param
6217: with $.call_type if they available ( new feature: #915 )
6218:
6219: * src/classes/file.C: - ^file:delete[] now supports an option
6220: $.exception(false) that suppress any exception while deleting
6221: file ( new feature: #916 )
6222:
6223: * src/classes/curl.C: - parsing cookies after curl:load now should
6224: work :)
6225:
6226: 2013-03-12 misha
6227:
6228: * src/types/pa_vfile.C: - if specified file_name is empty string
6229: set default name for the file
6230:
6231: 2013-03-11 misha
6232:
6233: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6234: also available in $f.cookies
6235:
6236: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6237: moved to a separate method
6238:
6239: 2013-03-10 moko
6240:
6241: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6242: added
6243:
6244: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6245: removed (declared by autoconf)
6246:
6247: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6248: uint32_t define
6249:
6250: 2013-03-10 misha
6251:
6252: * src/classes/file.C: ^file:delete and ^file:move now support
6253: option $.keep-empty-dirs(true) ( new feature: #884 )
6254:
6255: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6256: empty dirs is added
6257:
6258: 2013-03-10 moko
6259:
6260: * src/classes/: bool.C, double.C, int.C: default can be present,
6261: but default check removed from ^int/double/bool.int/double/bool
6262: for string.int/double/bool compatibility (related to issue #913)
6263:
6264: * src/classes/string.C: ^string.int/dobule/bool no longer
6265: internally throws exception if default is present (closes issue
6266: #913)
6267:
6268: 2013-03-09 misha
6269:
6270: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6271: optimisations ( #845 )
6272:
6273: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6274:
6275: 2013-03-08 moko
6276:
6277: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6278: creates correct table (fixes issue #910)
6279:
6280: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6281: use outside of 'connect' operator (fixes issue #911)
6282:
6283: * tests/results/: 096.processed, 122.processed: test results
6284: updated as doubles now printed with 15 significant digits, not 5
6285: (fixes issue #882)
6286:
6287: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6288: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6289:
6290: 2013-02-21 moko
6291:
6292: * src/classes/table.C: _locate_name_value does not check arguments
6293: count, so we check it in advance (fixes issue #905)
6294:
6295: 2012-10-23 moko
6296:
6297: * buildall: old shell for and echo compatibility (for six)
6298:
6299: 2012-10-19 moko
6300:
6301: * buildall: --strip added --disable-safe-mode listed in usage
6302:
6303: 2012-10-17 misha
6304:
6305: * src/classes/op.C: - apply-taint should not throw "outside
6306: connect" exception with sql lang now
6307:
6308: 2012-10-17 moko
6309:
6310: * src/main/pa_request.C: bugfix: safe mode should be inited for
6311: each request (for apache module)
6312:
6313: 2012-09-26 moko
6314:
6315: * src/doc/doxygen.cfg: png -> svg
6316:
6317: 2012-09-25 moko
6318:
6319: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6320: test added
6321:
6322: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6323: double use when key is long
6324:
6325: 2012-09-16 moko
6326:
6327: * src/classes/math.C: Format -> Method Encode -> Format
6328:
6329: * tests/: 141.html, results/141.processed: math:digest hmac test
6330: added
6331:
6332: 2012-09-14 moko
6333:
6334: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6335: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6336: implementation added
6337:
6338: 2012-09-12 moko
6339:
6340: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6341: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6342: targets.dox and string.dox slightly actualized
6343:
6344: 2012-08-31 moko
6345:
6346: * ChangeLog: now generated with patched cvs2cl.pl
6347:
6348: 2012-07-29 moko
6349:
6350: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6351: result should be pushed after VMethodFrame destructor is called,
6352: as it deletes junctions from stack params (fixes issue #868)
6353:
6354: 2012-07-23 moko
6355:
6356: * INSTALL, README: buildall script usage documented, other outdated
6357: info updated.
6358:
6359: * buildall-with-xml, buildall-without-xml: replaced by buildall
6360:
6361: 2012-07-21 moko
6362:
6363: * buildall: glib does not compile when threads are disabled...
6364:
6365: * src/types/pa_vmail.C: g_assertion fixes for empty input
6366:
6367: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6368: unref, can't unref nested objects)
6369:
6370: * src/types/pa_vmail.C: another check added
6371:
6372: 2012-07-19 moko
6373:
6374: * buildall: usage added
6375:
6376: * buildall: new buildall script that unites buildall-with-xml,
6377: buildall-without-xml, --with-apache and --with-mailreceive
6378:
6379: * configure.in: support for static gmime and dynamic glib linking.
6380: fixes for FreeBSD
6381:
6382: 2012-07-17 moko
6383:
6384: * configure.in: --with-mailreceive replaced
6385: --with-static-mailreceive and --with-shared-mailreceive pathlink
6386: removed
6387:
6388: 2012-07-16 moko
6389:
6390: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6391: capitalized, content now decoded and text content converted to
6392: $request:charset. all properties are accessed by functions, this
6393: ready for dynamic load.
6394:
6395: 2012-06-28 moko
6396:
1.116 moko 6397: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6398: 32 bit
1.95 moko 6399:
6400: 2012-06-27 moko
6401:
6402: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6403: passive ftp
6404:
6405: * src/lib/ltdl/ltdl.vcproj: release build fixed
6406:
6407: * configure.in: 3.4.2 RC -> 3.4.2
6408:
6409: 2012-06-22 moko
6410:
6411: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6412: #815)
6413:
6414: * tests/: 284.html, results/284.processed: output options test
6415: (feature #265)
6416:
6417: 2012-06-22 misha
6418:
6419: * tests/215.html: - little changes
6420:
6421: 2012-06-21 moko
6422:
6423: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6424: types/pa_vxdoc.h: output_options returned and used (bugfix for
6425: feature #265)
6426:
6427: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6428: breaks long .*, default 10M restored. (issue #216)
6429:
6430: * tests/: 283.html, results/283.processed: test for issue #815
6431: added
6432:
6433: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6434: again, cstrm not required.
6435:
6436: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6437: Win32 and broken FreeBSD (issue #45)
6438:
6439: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6440:
6441: * src/main/pa_string.C: warnings war
6442:
6443: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6444: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6445: main/pa_socks.C, targets/apache/pa_threads.C,
6446: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6447: types/pa_vstatus.C: compilation under cygwin fixed
6448:
6449: 2012-06-19 moko
6450:
6451: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6452: Windows fixed
6453:
6454: * parser3.sln: removed antique pcre_ctype
6455:
6456: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6457:
6458: * src/include/pa_config_fixed.h: undefined reference to
6459: __imp__pcre_* fix for Windows
6460:
6461: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6462: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6463: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6464: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6465: define fixed
1.95 moko 6466:
6467: 2012-06-18 moko
6468:
6469: * src/classes/memcached.C: flush -> clear
6470:
6471: * src/classes/memcached.C: memcached does not support quotes even
6472: in server name
6473:
6474: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6475: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6476: called on open to check servers existance. $.key(true) syntax
6477: now supported
6478:
6479: 2012-06-17 moko
6480:
6481: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6482: cleanup
6483:
6484: * src/classes/table.C, tests/282.cfg, tests/282.html,
6485: tests/results/282.processed: encloser at the EOF bug fixed,
6486: incorrectly enclosed data now processed more logicaly (fixes
6487: #339)
6488:
6489: 2012-06-15 moko
6490:
6491: * buildall-without-xml: sync with buildall-with-xml
6492:
6493: * buildall-with-xml: download auto-detected between fetch and curl
6494:
6495: * configure.in: --with-gc and --with-pcre now also processed
6496: correctly
6497:
1.116 moko 6498: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6499: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6500: should be run on rol1 using automake / aclocal (GNU automake)
6501: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6502:
6503: * configure.in: new PARSER_VERSION logic
6504:
6505: * src/include/pa_version.h: new pa_version.h logic
6506:
6507: * src/: classes/curl.C, classes/file.C, classes/image.C,
6508: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6509: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6510: feols_normalized -> fis_text_content set_binary added
6511:
6512: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6513:
6514: 2012-06-15 misha
6515:
6516: * src/: classes/curl.C, classes/file.C, classes/image.C,
6517: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6518: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6519: ^file::create[text;content] EOLs in content now is normalized. (
6520: new feature: #815 )
6521:
6522: 2012-06-15 moko
6523:
6524: * configure.in: --disable-version-update added to disable version
6525: update with host information (for debian package) whitespace
6526: optimized
6527:
6528: * configure.in: version changed to 3.4.2 RC no-pic added for
6529: libtool
6530:
6531: * src/include/pa_version.h: Nice pa_version.h default. Please keep
6532: it.
6533:
6534: 2012-06-14 moko
6535:
6536: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
6537: tests/results/281.processed: "hash flocked" error removed for
6538: safe operations like ^h._count[] ( new feature: #335 )
6539:
1.116 moko 6540: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 6541:
6542: * buildall-with-xml, buildall-without-xml: --with-static -> --with
6543:
6544: * configure.in: --with-static/shared xml replaced with --with-xml,
6545: xml compilation check added
6546:
6547: * configure.in: --with-static/shared-gc, --with-static-pcre are
6548: replaced with --with-gc and --with-pcre test for pcre linking
6549: added
6550:
6551: 2012-06-13 moko
6552:
6553: * configure.in: apxs2 check optimized
6554:
6555: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
6556: .la, includes optimized
6557:
6558: * buildall-with-xml: --with-pic looks better for -fPIC
6559:
6560: * configure.in: switched to convenience library in static linking
6561:
6562: * src/targets/apache/Makefile.am: switched to convenience library
6563: usage to avoid libtool warnings
6564:
6565: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
6566: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
6567: smtp/Makefile.am: switched to convenience library usage
6568:
6569: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
6570:
6571: * src/targets/apache/Makefile.am: updated for libtool usage
6572:
6573: * buildall-without-xml: --with-included-ltdl added
6574:
6575: * buildall-without-xml: sync with buildall-with-xml
6576:
6577: * buildall-with-xml: --with-included-ltdl added $cflags added for
6578: -fPIC for x64 $download added for wget success check added
6579:
6580: * buildall-without-xml: --with-dynamic-stdcpp removed
6581:
6582: * configure.in: disable-static returned
6583:
6584: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
6585: LIBTOOLFLAGS
6586:
6587: 2012-06-12 moko
6588:
6589: * configure.in, src/targets/cgi/Makefile.am: disable-static not
6590: compatible with LIBTOOLFLAGS for unknown reasons
6591:
6592: * buildall-with-xml: --with-dynamic-stdcpp removed
6593:
6594: * configure.in: static/dynamic -lstdc++ linking option removed
6595: apxs2 check added
6596:
6597: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
6598: option removed
6599:
6600: 2012-06-10 moko
6601:
6602: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
6603: added
6604:
6605: * src/targets/cgi/pp3.cmd: old PAF stuff
6606:
1.116 moko 6607: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
6608: beauty
1.95 moko 6609:
6610: * depcomp: from libtool 2.4.2
6611:
6612: * configure.in: ltdl directory removed, it has correct Makefile.in
6613:
6614: 2012-06-09 moko
6615:
1.116 moko 6616: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
6617: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 6618: autogenerated files updated after libtool update
6619:
1.116 moko 6620: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
6621: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 6622: config_auto.h.in, config_fixed.h, configure, configure.ac,
6623: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
6624: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
6625: config/compile, config/config.guess, config/config.sub,
6626: config/depcomp, config/install-sh, config/ltmain.sh,
6627: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
6628: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
6629: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
6630: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
6631: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
6632: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
6633: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
6634: m4/lt~obsolete.m4: libtool updated to version 2.4.2
6635:
6636: * configure.in: preparation for new libtool
6637:
6638: * configure.in: Some beauty added :)
6639:
6640: * src/targets/apache/Makefile.am: := -> =
6641:
6642: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
6643: again. :)
6644:
6645: * src/include/pa_config_includes.h, configure.in: limits.h added,
6646: previously was taken from pcre_internal.h. :)
6647:
6648: * src/lib/pcre/Makefile.am: config.h returned
6649:
6650: * src/lib/pcre/config.h: still need this. :)
6651:
6652: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
6653:
6654: * configure.in: --with-charsets removed; --with-mysql-client & co
6655: removed
6656:
6657: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
6658: now in parser tree, no need to copy
6659:
6660: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
6661: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
6662: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
6663: debian/patches/101_pcre.patch - local copy of pcre_internal.h
6664: extracts now used old trash removed
6665:
6666: * etc/parser3.charsets/Makefile.am: charsets now in share
6667: (debian/patches/104_automake.patch) + all charsets are copied
6668:
6669: * buildall-with-xml, buildall-without-xml: curl option removed +
6670: extra arguments now supported
6671:
6672: 2012-06-08 misha
6673:
6674: * src/classes/table.C: - one params.as_hash usage was rolled back:
6675: the 2nd option in ^table.hash[] could be hash or table so
6676: .as_hash will throw an exception when table option is specified
6677:
6678: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6679: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
6680: classes/table.C, classes/void.C, classes/xdoc.C,
6681: include/pa_exception.h, types/pa_vmethod_frame.C,
6682: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6683: and improved (whitespaces are allowed as empty options) -
6684: MethodParams::as_table is added - above methods are used for
6685: parsing methods' options ( new feature: #9 )
6686:
6687: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6688: to vclass. now class fields can be accessible as a hash:
6689: $h[^hash::create[$asd:CLASS]]
6690:
6691: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6692: have get_fields method so their fields can be accessed with
6693: ^reflection:fields[...] & ^reflection:field[...]
6694:
6695: 2012-06-06 misha
6696:
6697: * tests/280.html: - tests for
6698: ^reflection:method[obj-or-class;method],
6699: ^reflection:field[obj-or-class;field] and
6700: ^reflection:fields[obj-or-class] are added
6701:
6702: 2012-06-05 misha
6703:
6704: * src/classes/reflection.C: - ^reflection:method[class or
6705: object;method name] and ^reflection:field[class or object;field
6706: name] are added
6707:
6708: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6709: is used
6710:
6711: * src/types/pa_method.h: - Method::as_vjunction method is added
6712:
6713: 2012-06-05 moko
6714:
1.116 moko 6715: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6716:
6717: * src/classes/memcached.C: flish ttl fixed
6718:
6719: 2012-06-04 moko
6720:
6721: * src/classes/json.C, src/classes/op.C, tests/279.html,
6722: tests/results/279.processed: ^json:parse[] now supports $.taint
6723: option (new feature #833)
6724:
6725: 2012-06-04 misha
6726:
6727: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6728: - search_stop method was moved from pa_vcookie.C to pa_common.C
6729:
6730: 2012-06-03 misha
6731:
6732: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6733: cookies are parced and stored into $.cookies ( new feature: #31 )
6734:
6735: 2012-05-30 misha
6736:
6737: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6738: incomplete class into a scope while @USE is found
6739:
6740: * src/main/compile.y: - add incomplete class into a scope while
6741: @USE and @CLASS instructions are found ( bugfix: #838 )
6742:
6743: 2012-05-30 moko
6744:
6745: * src/types/pa_vclass.C, tests/278.html,
6746: tests/results/278.processed: removed "property has no getter
6747: method" exception when GET_DEFAULT present (fixes #269)
6748:
6749: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6750: $._default
6751:
6752: 2012-05-29 moko
6753:
6754: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6755: uninitialized values usage (new feature: #154)
6756:
6757: 2012-05-28 moko
6758:
6759: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6760: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6761: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6762: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6763: src/types/pa_vobject.C, src/types/pa_vobject.h,
6764: src/types/pa_vstring.h, src/types/pa_vtable.C,
6765: tests/results/277.processed, src/types/pa_vtable.h,
6766: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6767: ^json:string[$o; $.default[$method]] implemented for VObject (new
6768: feature #803)
6769:
6770: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6771: tests/results/277.processed: json numbers are now treated as
6772: double ( new feature: #834 )
6773:
6774: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6775: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6776: added for out of range checks, zero division in vint/vdouble
6777: check added ( fixes #832 )
6778:
6779: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6780: ( fixes #832 )
6781:
6782: 2012-05-28 misha
6783:
6784: * buildall-with-xml: - --without-lzma option is added to libxml2
6785: configure
6786:
6787: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6788: added - tests for unsupported values for options $.file, $.table
6789: and $.date are added
6790:
6791: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6792: accepts "stat" $.file[] option's value in addition to existed
6793: "text" and "base64" ( new feature: #835 )
6794:
6795: * tests/276.html: - test for
6796: ^reflection:delete[$object-or-class;field-name]
6797:
6798: * src/classes/reflection.C: -
6799: ^reflection:delete[$object-or-class;field-name] is added ( new
6800: feature: #268 )
6801:
6802: 2012-05-27 misha
6803:
6804: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6805:
6806: 2012-05-24 misha
6807:
6808: * src/include/pa_common.h: - method lastposafter was removed
6809:
6810: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6811: lastposafter - ^file:dirname[] & Co proper handle windows file
6812: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6813: work as *nix commands
6814:
6815: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6816:
6817: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6818: rskipchars were added
6819:
6820: * tests/270.html: - more tests for ^file:find[]
6821:
6822: * tests/065.html: - more tests for ^file:dirname[] & Co
6823:
6824: * src/include/pa_version.h: - must be "win32" here. it is
6825: auto-generated on *nix
6826:
6827: 2012-05-24 moko
6828:
6829: * src/classes/math.C: ^math:convert[] now supports uint32 and
6830: throws overflow exception ( new feature: #830 )
6831:
6832: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6833: uint32 support and overflow added ( new feature: #830 )
6834:
6835: 2012-05-23 moko
6836:
6837: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6838: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6839: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6840: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6841: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6842: types/pa_vregex.h, types/pa_vstateless_class.C,
6843: types/pa_vstateless_class.h, types/pa_vstring.h,
6844: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6845: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6846: "return string as-is" removed from as_expr_result. ( new feature:
6847: #831 )
6848:
6849: * tests/results/244.processed: test changed after bug #782 fix
6850: commited
6851:
6852: * tests/results/229.processed: test results for bug #782 commited
6853:
6854: * tests/: 254.html, results/254.processed: uid now just compared,
6855: not printed. :)
6856:
6857: 2012-05-20 moko
6858:
6859: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6860: feature: #341 )
6861:
6862: * tests/: 254.html, results/254.processed: test for
6863: ^reflection:uid[] added
6864:
6865: * tests/: 254.html, results/254.processed: test for
6866: ^reflection:uid[$obj] added
6867:
6868: 2012-05-17 misha
6869:
6870: * src/main/untaint.C: - do not replace ' char by _26 while
6871: exploding filespec-tainting ( new feature: #829 )
6872:
6873: 2012-05-12 moko
6874:
6875: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6876: not.
6877:
6878: 2012-05-08 moko
6879:
6880: * src/types/pa_vmethod_frame.h: bug #782 fixed
6881:
6882: * tests/229.html: test for bug #782
6883:
6884: * tests/results/259.processed, src/main/pa_request.C,
6885: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6886: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6887: src/types/pa_vvoid.h: feature #154 - first empty param now
6888: string; defined locals are empty strings; $STRICT-VARS(true)
6889: added
6890:
6891: 2012-04-27 moko
6892:
1.116 moko 6893: * src/targets/apache/Makefile.am:
1.95 moko 6894: ../../lib/memcached/libmemcached.a added
6895:
6896: 2012-04-27 misha
6897:
6898: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6899: ( #827 )
6900:
6901: 2012-04-25 moko
6902:
6903: * src/: classes/json.C, classes/memcached.C,
6904: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6905: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6906: implemented.
6907:
6908: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6909:
6910: 2012-04-23 moko
6911:
6912: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6913: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6914: types/pa_vmemcached.h: open allows options hash for new
6915: memcached(options) function
6916:
6917: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6918: not appended
6919:
6920: 2012-04-21 moko
6921:
6922: * src/classes/curl.C: '' added. :)
6923:
6924: * src/classes/classes.vcproj: new curl.h location
6925:
6926: * src/classes/curl.C: verbose output redirection from stderr to
6927: file curl option added
6928:
6929: 2012-04-20 moko
6930:
6931: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6932: contains what we need from curl, #ifdef HAVE_CURL removed
6933:
1.116 moko 6934: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6935: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6936: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6937: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6938: configure option
6939:
6940: 2012-04-19 moko
6941:
6942: * src/: classes/double.C, classes/inet.C, classes/int.C,
6943: classes/string.C, lib/gc/include/gc_allocator.h,
6944: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6945: options from sql_result_string removed. (closes issue #468)
6946:
6947: * src/types/pa_vmemcached.C: empty string fix
6948:
6949: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6950: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6951: pa_vmemcached.C
6952:
6953: 2012-04-18 moko
6954:
6955: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6956: apache2-mpm-prefork" error displayed in threaded mpm.
6957:
6958: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6959: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6960: installed (issue #354)
6961:
6962: 2012-04-16 moko
6963:
6964: * src/types/pa_vmemcached.C: call to memcached_result_create and
6965: memcached_result_free removed
6966:
6967: 2012-04-14 moko
6968:
6969: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6970:
6971: * src/types/pa_vmemcached.C: check_key added and used
6972:
6973: 2012-04-13 moko
6974:
6975: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6976: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6977: Serialization_data now added and used, VString now serialized
6978: with languages into memcached.
6979:
6980: 2012-03-28 moko
6981:
6982: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6983: lib/memcached/pa_memcached.h: result lengths added
6984:
6985: 2012-03-27 moko
6986:
6987: * src/types/pa_vmemcached.C: strdup added
6988:
6989: 2012-03-24 moko
6990:
6991: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6992: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6993: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6994:
6995: 2012-03-20 moko
6996:
1.116 moko 6997: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6998:
6999: * src/targets/cgi/Makefile.am: cleanup
7000:
7001: * src/: types/Makefile.am, types/pa_vmemcached.C,
7002: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7003:
7004: * src/: classes/Makefile.am, classes/memcached.C,
7005: lib/memcached/Makefile.am, lib/memcached/constants.h,
7006: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7007: lib/memcached/types.h, lib/Makefile.am: memcached initial
7008:
7009: 2012-03-16 moko
7010:
7011: * src/main/execute.C: ident now works under Linux + ident displays
7012: filenames (closes issue #818)
7013:
1.116 moko 7014: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7015: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7016: pa_vmethod_frame_local.h removed
7017:
7018: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7019: classes/classes.h, classes/curl.C, classes/date.C,
7020: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7021: classes/hashfile.C, classes/image.C, classes/inet.C,
7022: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7023: classes/memory.C, classes/op.C, classes/reflection.C,
7024: classes/regex.C, classes/response.C, classes/string.C,
7025: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7026: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7027: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7028: include/pa_config_fixed.h, include/pa_config_includes.h,
7029: include/pa_dictionary.h, include/pa_dir.h,
7030: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7031: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7032: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7033: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7034: include/pa_request_charsets.h, include/pa_request_info.h,
7035: include/pa_sapi.h, include/pa_socks.h,
7036: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7037: include/pa_stack.h, include/pa_string.h,
7038: include/pa_stylesheet_connection.h,
7039: include/pa_stylesheet_manager.h, include/pa_table.h,
7040: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7041: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7042: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7043: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7044: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7045: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7046: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7047: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7048: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7049: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7050: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7051: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7052: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7053: main/pa_string.C, main/pa_stylesheet_connection.C,
7054: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7055: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7056: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7057: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7058: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7059: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7060: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7061: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7062: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7063: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7064: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7065: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7066: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7067: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7068: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7069: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7070: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7071: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7072: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7073: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7074: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7075: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7076: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7077: types/pa_vresponse.h, types/pa_vstateless_class.C,
7078: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7079: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7080: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7081: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7082: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7083: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7084: ident now works under Linux + ident displays filenames (closes
7085: issue #818) Copyright updated
7086:
7087: 2012-03-13 moko
7088:
7089: * src/main/pa_string.C: compilation fix for feature #741
7090:
7091: 2012-03-09 misha
7092:
7093: * tests/193.html: - tests for ^string:base64[encoded] are updated
7094:
7095: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7096: now detects invalid base64 chars in the middle of encoded stricg
7097: ( new feature: #55 )
7098:
7099: * src/include/pa_exception.h: - new exception type for base64
7100: decoding is added
7101:
7102: 2012-03-06 misha
7103:
7104: * tests/274.html: - tests for ^date::today[] and
7105: ^date.sql-string[datetime|date|time] are added
7106:
7107: * src/classes/date.C: - constructor ^date::today[] is added ( new
7108: feature: #811 ) - ^date.sql-string[] now can accept one param --
7109: strings "datetime", "date" or "time" - comments tidying up
7110:
7111: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7112: date and time
7113:
7114: 2012-03-03 misha
7115:
7116: * tests/193.html: - tests for
7117: ^string:base64[encoded;$.strict(true)] are added
7118:
7119: * tests/results/auto.p: - try-catch operator is added
7120:
7121: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7122: main/pa_common.C: - $.strict(true|false) option is added to
7123: base64 decode methods ( new feature: #55 )
7124:
7125: * src/main/pa_common.C: - base64 decode memory usage was decreased
7126: ( new feature: #819 )
7127:
7128: 2012-02-28 moko
7129:
7130: * src/classes/hash.C: ident test
7131:
7132: 2012-02-27 misha
7133:
7134: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7135:
7136: 2012-01-08 misha
7137:
7138: * tests/273.html: - tests for ^string.replace[from;to] are added
7139:
7140: * src/: classes/string.C, include/pa_dictionary.h,
7141: main/pa_dictionary.C, main/pa_string.C: -
7142: ^string.replace[from;to] is added ( new feature: #741 ) -
7143: ^string.replace[one subst here] is slightly optimized
7144:
7145: 2011-12-07 misha
7146:
7147: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7148: named table with one empty column ( bugfix: #63 )
7149:
7150: 2011-11-30 misha
7151:
7152: * src/classes/json.C: - it's possible to set user's method for
7153: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7154: #763 )
7155:
7156: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7157:
7158: 2011-11-23 misha
7159:
7160: * src/: classes/curl.C, classes/file.C, classes/image.C,
7161: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7162: types/pa_vfile.h, types/pa_vform.C: - constructor
7163: ^file::create[mode;filename;content[;options]] now accepts binary
7164: mode and file-content - new constructor's format:
7165: ^file::create[string-or-file-content[;$.name[filename]
7166: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7167: feature: #65 )
7168:
7169: * src/: include/pa_request.h, main/pa_request.C: - new method
7170: mime_type_of(const String*) is added
7171:
7172: * src/include/pa_exception.h: - new exception constant
7173: FILE_NAME_MUST_BE_SPECIFIED is added
7174:
7175: * src/classes/table.C: - bug with negative offset transformed into
7176: a feature. it means pointing to a row from the end of the table (
7177: new feature: #810 )
7178:
7179: 2011-11-19 misha
7180:
7181: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7182: â ìåòîäå _select ( new feature: #810 )
7183:
7184: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7185: options were specified together is simplified
7186:
7187: 2011-11-12 misha
7188:
7189: * src/main/pa_request.C: - forgotten fix for escaping filename in
7190: HTTP content-disposition header (a part of bug #361 )
7191:
7192: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7193: checks for ancestors' classes as well ( new feature: #456 )
7194:
7195: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7196: "without cycle" now have types "parser.break" and
7197: "parser.continue" instead of "parser.runtime" ( new feature: #799
7198: )
7199:
7200: 2011-11-11 misha
7201:
7202: * tests/results/: 099.processed, 100.processed, 205.processed,
7203: 237.processed: - since bug #361 was fixed the content of filename
7204: in HTTP headers is quoted
7205:
7206: * tests/results/270.processed: - result for test 270
7207:
7208: * tests/: 065.html, results/065.processed: - more tests for
7209: ^file:basename[] & Co were added
7210:
7211: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7212:
7213: * tests/270.html: - tests for ^file:find[] are added
7214:
7215: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7216: using option $.charset. option $.engoding is still supported but
7217: these options can not be specified together
7218:
7219: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7220: comparation charset name with string "UTF-8" ( bugfix: #759 )
7221:
7222: 2011-10-11 misha
7223:
7224: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7225: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7226: #622)
7227:
7228: 2011-09-30 misha
7229:
7230: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7231: exception "saving stat-ed file" ( bugfix: #395 )
7232:
7233: 2011-05-30 misha
7234:
7235: * src/classes/string.C: - fixed bug which was added with
7236: params.as_hash into string:sql
7237:
7238: 2011-05-29 misha
7239:
7240: * src/types/pa_value.C: - filename in content-disposition header
7241: must be quoted ( bugfix: #361 )
7242:
7243: 2011-05-27 misha
7244:
7245: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7246: created file
7247:
7248: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7249: usage
7250:
7251: * src/include/pa_exception.h: - one more string for exception was
7252: added
7253:
7254: 2011-05-25 misha
7255:
7256: * tests/269.html: - tests for checking input params in some dom
7257: methods
7258:
7259: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7260: was added. it isn't possible not wo create xdoc with invalid
7261: tagName. ( bugfix: #160 )
7262:
7263: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7264: string "data must be string" was mover from pa_exception.h to
7265: pa_xml_exception.h
7266:
7267: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7268: as_xmlncname, as_xmlname and as_xmlnsuri were added
7269:
7270: * src/main/pa_xml_exception.C: - XmlException accepts more options
7271:
7272: * src/include/pa_xml_exception.h: - XmlException accepts more
7273: options - XML-related exception's strings were added
7274:
7275: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7276: output_options were removed)
7277:
7278: 2011-05-19 misha
7279:
7280: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7281: params.as_hash is used more while parsing methods hash-options
7282:
7283: 2011-05-18 misha
7284:
7285: * operators.txt: - info about json-serialization of xdoc was added
7286:
7287: * tests/256.html: - tests for json-serialization xdoc were added
7288:
7289: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7290:
7291: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7292: classes/json.C, classes/xdoc.C: - now json:string can serialize
7293: xdoc-objects. options (the same as ^xdoc.string[]) could be
7294: specified in $.xdoc[] ( new feature: #265 )
7295:
7296: 2011-05-15 misha
7297:
7298: * tests/268.html: - tests for ^table.count[with options] were added
7299:
7300: * src/classes/table.C: - method ^table.count[] now can accept
7301: options ( new feature: #93 ): ^table.count[column] returns number
7302: of columns for named table; ^table.count[cells] returns number of
7303: cells in the current row; ^table.count[] & ^table.count[rows]
7304: return number of rows in a table.
7305:
7306: * tests/267.html: - test for checking switch/case in boolean mode
7307: was added
7308:
7309: * src/classes/op.C: - if switch's or case's value is bool, they are
7310: compared as bool values, not as double values: new feature: #351
7311:
7312: 2011-05-06 misha
7313:
7314: * tests/242.html: - EOL before EOF was added
7315:
7316: * tests/169.html: - tests for splitting empty string and void were
7317: added
7318:
7319: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7320: returned table with one empty cell)
7321:
7322: 2011-04-03 misha
7323:
7324: * src/include/pa_version.h, configure.in: - version in head was
7325: changed to 3.4.2b
7326:
7327: 2011-03-30 misha
7328:
7329: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7330: as well ( new feature #294 )
7331:
7332: 2011-03-29 misha
7333:
7334: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7335: limited to approx. 6 MB. previous limits were too big for real
7336: life. bugfix: #216
7337:
7338: 2011-03-04 moko
7339:
7340: * etc/parser3.charsets/cp866.cfg: Conforms to
7341: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7342:
7343: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7344: vlalek@
7345:
7346: 2011-02-22 misha
7347:
7348: * src/include/pa_charset.h, operators.txt: - some methods mustn't
7349: be under #ifdef XML or parser can't be compiled without xml
7350: support
7351:
7352: 2011-02-21 misha
7353:
1.116 moko 7354: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7355: ApacheModuleParser3.vcproj was removed
7356:
7357: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7358: removed)
7359:
7360: 2011-02-20 misha
7361:
7362: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7363: $.overridden in ^reflection:method_info[...] were added
7364:
7365: * src/classes/reflection.C: - beautifying result of
7366: ^reflection:method_info[] ($.overridden/inherited)
7367:
7368: 2011-02-18 misha
7369:
7370: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7371: and pa_isalnum instead of isalpha and isalnum - bug with
7372: redundand quoting lowercased latin chars while building email
7373: body was fixed
7374:
7375: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7376: added (they check for latin chars only)
7377:
7378: 2011-02-16 misha
7379:
7380: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7381: string size for transcoding gave too small value (should ever
7382: look for availability char in dest charset inspite of the char
7383: size)
7384:
7385: 2011-02-04 moko
7386:
7387: * tests/223.html: header values now not url-encoded (issue #195)
7388:
7389: 2011-02-01 misha
7390:
7391: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7392:
7393: 2011-01-31 misha
7394:
7395: * src/main/pa_request.C: - throw exception if param file_name in
7396: use_file is empty
7397:
7398: 2011-01-08 moko
7399:
7400: * src/classes/curl.C: compilations errors fixed
7401:
7402: 2010-12-29 moko
7403:
7404: * tests/: 265.html, results/265.processed: test for issue #200
7405: added
7406:
7407: * src/main/pa_string.C: empty regex result check added (fixes issue
7408: #200)
7409:
7410: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7411:
7412: * tests/results/223.processed: header values now not url-encoded
7413: (issue #195)
7414:
7415: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7416: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7417: pa_http_safe_header_name added for headers names (fixes bug #195)
7418:
7419: 2010-12-18 misha
7420:
7421: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7422: => pa-include
7423:
7424: 2010-11-28 moko
7425:
7426: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7427:
7428: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7429: -> pa
7430:
7431: * configure.in: apr -> pa
7432:
7433: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7434:
7435: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7436: classes/Makefile.am, types/Makefile.am: apr -> pa
7437:
7438: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7439: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7440: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7441: pa-include/pa_apr.h, pa-include/pa_errno.h,
7442: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7443: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7444: module apr name conflict resolved)
7445:
7446: 2010-11-27 misha
7447:
7448: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7449: libbz2
7450:
7451: 2010-11-26 misha
7452:
7453: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7454: warnings removed
7455:
7456: 2010-11-25 moko
7457:
7458: * operators.txt: $.indent(true)
7459:
7460: * operators.txt: another bugfix. :)
7461:
7462: * operators.txt: bugfix. :)
7463:
7464: * buildall-with-xml: libxml2-2.7.8 + with-apache
7465:
7466: 2010-11-24 moko
7467:
1.116 moko 7468: * configure: apxs support
1.95 moko 7469:
7470: * configure.in: apxs support -Bstatic gc removed for OS X
7471:
7472: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7473:
7474: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7475: THREAD_LOCAL usage
7476:
7477: * src/: classes/curl.C, include/pa_config_includes.h,
7478: main/pa_globals.C: THREAD_LOCAL defined and used
7479:
7480: 2010-11-23 moko
7481:
7482: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7483: should be passed to pa_sleep, and only fractional part (bugfix:
7484: #188)
7485:
7486: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7487:
7488: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7489: GC_dont_gc=1, as in cgi version
7490:
7491: * src/targets/apache/mod_parser3.c: warning war
7492:
7493: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7494: pa_httpd.h: version removed, some trash removed
7495:
7496: * src/targets/apache/mod_parser3.c: version removed (we don't want
7497: to show it), warning war
7498:
7499: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7500: pa_httpd.h: parser_status_allowed removed + merge config
7501: functions removed (override is the default) + beauty
7502:
7503: * src/: include/pa_request.h, main/pa_request.C,
7504: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7505: hide $status used in apache module removed
7506:
7507: 2010-11-18 moko
7508:
7509: * operators.txt: $.table[compact] added for ^json:string[]
7510:
7511: 2010-11-16 moko
7512:
7513: * src/targets/apache/mod_parser3.c: some cleanup done
7514:
7515: * src/main/untaint.C: bugfix: first, second String::Body argument
7516: is hashcode; second, info.fragment_begin is original, not
7517: resulting length
7518:
7519: * src/classes/file.C: new feature: $.stdin now untainted
7520:
7521: * tests/results/264.processed: new feature: $.stdin[] now untainted
7522:
7523: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
7524:
7525: * src/classes/op.C: ^apply-taint[] method added
7526:
7527: * tests/: 264.html, results/264.processed: ^apply-taint[] test
7528: added; $.stdin untaint test added
7529:
7530: 2010-11-15 moko
7531:
7532: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
7533: removed
7534:
7535: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7536: pa_httpd.h: 2x2 calculated under apache2. :)
7537:
7538: 2010-11-13 moko
7539:
7540: * src/targets/apache/mod_parser3.c: initial changes to build module
7541: with apache 2.x includes
7542:
7543: * src/targets/apache/: Makefile.am, mod_parser3.c,
7544: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
7545: united apache 1.3 / apache 2.x DSO module
7546:
7547: 2010-11-09 moko
7548:
7549: * src/types/pa_method.h: check added to dissallow @method[name;*]
7550: syntax
7551:
7552: * tests/: 263.html, results/263.processed: test from method[*args]
7553: added
7554:
7555: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
7556: number of params can now be passed to a method declared with *arg
7557:
7558: 2010-11-06 moko
7559:
7560: * src/classes/table.C: formating fixed. :)
7561:
7562: * src/classes/table.C: closes #4: ^table.select now supports
7563: $.limit(), $.offset, $.reverse() options
7564:
7565: * tests/: 262.html, results/262.processed: test for ^table:select
7566: with options added (feature #4)
7567:
7568: * src/include/pa_array.h: remove function added
7569:
7570: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
7571: object in get_element/put_element, using static one.
7572:
7573: 2010-11-04 moko
7574:
7575: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
7576: options is passed
7577:
7578: * tests/: 256.html, results/256.processed: $.table[compact] feature
7579: now tested; k and p in handler now tested.
7580:
7581: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
7582: $.table[compact] feature added
7583:
7584: * src/classes/json.C: key is now passed to handler in
7585: value_json_string; ^json:string result now process tainting
7586: inside and returns clean string, related to issue #153
7587:
7588: * src/main/untaint.C: bugfix: charset can be null (in
7589: ^string:save[] as example), thus check is added
7590:
7591: 2010-10-31 moko
7592:
7593: * src/classes/string.C: error message changed (fixes issue #149)
7594:
7595: 2010-10-29 moko
7596:
7597: * src/main/pa_http.C: ":port" is now added to "Host:" header if
7598: port is not default (fixes issue #155); exception on invalid port
7599: added.
7600:
7601: * src/main/untaint.C: '*' is now not urlencoded to allow header
7602: "Accept: */*" to be passed
7603:
7604: 2010-10-28 moko
7605:
7606: * src/classes/curl.C: bugfix: detect_charset() was throwing
7607: exception on unknown charset even if response_charset was
7608: specified
7609:
7610: 2010-10-27 moko
7611:
7612: * src/classes/string.C: ^string.append removed for void
7613: compatibility
7614:
7615: 2010-10-26 moko
7616:
7617: * src/classes/json.C: libjson supports array at top level, we too
7618: (GPF fixed)
7619:
7620: 2010-10-25 moko
7621:
7622: * tests/: 253.html, results/253.processed: libjson supports array
7623: at top level, parser now supports it as well.
7624:
7625: * tests/261.html, tests/results/261.processed,
7626: src/types/pa_vstring.h: empty string is now void compatible
7627: (allows $empty.key)
7628:
7629: 2010-10-22 misha
7630:
7631: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
7632: while adding additional expires checkout)
7633:
7634: * tests/030.html: - test for session cookie was added
7635:
7636: 2010-10-21 moko
7637:
7638: * src/: classes/string.C, classes/void.C, main/execute.C,
7639: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
7640: string (feature #111)
7641:
7642: * tests/: 261.html, results/261.processed: checks void from string
7643: inheritance (feature #111)
7644:
7645: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
7646: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
7647: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
7648: now true by default
7649:
7650: 2010-10-17 moko
7651:
7652: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
7653: upload now uses binary blocks instead of L_FILE_POST tainting.
7654: (bugfix: #128)
7655:
7656: * tests/: 223.html, results/223.processed: binary file upload test
7657: added, GPF (issue #128) also checked in this test
7658:
7659: 2010-10-13 misha
7660:
7661: * tests/260.html: - test for math:convert
7662:
7663: * src/classes/math.C: - error in math:convert was fixed
7664:
7665: * operators.txt: - info about
7666: ^math:convert[number](from-base;to-base) was added
7667:
7668: * src/classes/math.C: - method
7669: ^math:convert[number](from-base;to-base) for converting number
7670: represention from one base to another was added ( new feature:
7671: #23 )
7672:
7673: 2010-10-13 moko
7674:
7675: * src/main/compile.tab.C: [] now is empty string, not void
7676:
7677: * src/main/compile.y: [] now is empty string, not void
7678:
7679: * src/types/pa_vvoid.h: void now passed as parameter
7680:
7681: * tests/: 259.html, results/259.processed: to test difference
7682: between void and empty string (see ticket #111)
7683:
7684: * tests/results/152.processed: $sEmpty[] is now empty string, not
7685: void
7686:
7687: * tests/256.html: $s[$void] is no longer empty string
7688:
7689: * tests/254.html: empty string is no longer void
7690:
7691: 2010-10-12 misha
7692:
7693: * src/types/pa_vcookie.C: - check if $.expires value can be
7694: converted to date during cookies set up ( bugfix: #104 )
7695:
7696: * tests/041.html: - more tests for ^table.locate were added
7697:
7698: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7699: work ( bugfix: #129 ) - exception comment for incorrect options
7700: ^table.locate[field;value;options] was fixed
7701:
7702: 2010-10-10 moko
7703:
7704: * src/: classes/reflection.C, main/execute.C: constructor returning
7705: another object feature returned
7706:
7707: * tests/results/258.processed: test result updated as constructor
7708: returning another object feature returned
7709:
7710: * tests/: 258.html, results/258.processed: test for constructor
7711: returning another object
7712:
7713: 2010-10-08 misha
7714:
7715: * tests/257.html: - whitespaces after @METACOMMANDS and their
7716: options shouldn't cause exceptions any longer
7717:
7718: 2010-10-06 moko
7719:
7720: * src/classes/: hash.C, table.C: length from sql server is now
7721: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7722:
7723: 2010-10-02 misha
7724:
7725: * operators.txt: - the X mark was removed from ^cache[file]. it is
7726: usable to delete cache file.
7727:
7728: 2010-10-02 moko
7729:
7730: * tests/: 253.html, results/253.processed: hook_key added for key
7731: checking
7732:
7733: * src/classes/json.C: null key bug fixed
7734:
7735: 2010-09-29 misha
7736:
7737: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7738:
7739: 2010-09-25 moko
7740:
7741: * src/classes/json.C: small fixed
7742:
7743: * tests/results/: 253.processed, 255.processed: just updated
7744:
7745: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7746: results/255.processed: charset transcode test added for
7747: json:parse
7748:
7749: 2010-09-24 moko
7750:
7751: * src/types/pa_value.h: warning war :)
7752:
7753: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7754: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7755: ^json:string
7756:
7757: 2010-09-22 moko
7758:
7759: * src/main/pa_charset.C: parser charset tables declare only
7760: white-space before 0x20, thus adding the missing chars
7761:
7762: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7763: to http://unicode.org/Public/MAPPINGS/VENDORS/
7764:
7765: 2010-09-21 misha
7766:
7767: * src/main/compile.y: - some semicolons were added (VS2010 don't
7768: want to compile grammar if they are absent)
7769:
7770: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7771:
7772: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7773:
7774: * src/main/main.vcproj: - path to bison is changed
7775:
7776: 2010-09-21 moko
7777:
1.116 moko 7778: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7779: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7780: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7781:
7782: 2010-09-20 misha
7783:
7784: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7785:
7786: * src/classes/json.C: - add EOL while json-serializing hash
7787:
7788: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7789: compilers don't like 'ES'.
7790:
7791: 2010-09-17 misha
7792:
7793: * operators.txt: - info about json class was added
7794:
7795: * src/classes/json.C: - ^json:string[object]
7796:
7797: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7798: preventing infinite recursion while executing json:string was
7799: added
7800:
7801: * src/include/pa_string.h: - method append_quoted was added
7802:
7803: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7804: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7805: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7806: was added to Value & Co
7807:
7808: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7809: were used
7810:
7811: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7812: were added
7813:
7814: 2010-09-10 moko
7815:
7816: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7817: die_or_abort (backport from 3.4.1)
7818:
7819: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7820: die_or_abort (bugfix: #106)
7821:
7822: 2010-09-09 moko
7823:
7824: * src/classes/json.C: warning war. :)
7825:
7826: 2010-09-08 misha
7827:
7828: * src/lib/json/Makefile.am: - additional include directories were
7829: added (for pa_memory.h and gc.h)
7830:
7831: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7832: compile as C++ instead default - additional include directory was
7833: added (for gc.h)
7834:
7835: * src/types/pa_vform.C: - little code reformating
7836:
7837: * src/classes/file.C: - $.content-type option now can be specified
7838: in ^file::create ( new feature: #102 )
7839:
7840: 2010-09-08 moko
7841:
7842: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7843: pa_malloc/pa_free
7844:
7845: 2010-09-07 moko
7846:
7847: * tests/results/254.processed: VStateless_class:put_element
7848: exception was fixed
7849:
7850: * src/types/: pa_value.h, pa_vstateless_class.h: now
7851: VStateless_class:put_element barks self.type, not this.type
7852: (bugfix: #105)
7853:
7854: 2010-09-06 moko
7855:
7856: * src/classes/reflection.C: bugfix: new String() is required for
7857: exception handling
7858:
7859: * tests/: 254.html, results/254.processed: test modified
7860:
7861: 2010-09-05 moko
7862:
7863: * tests/: 254.html, results/254.processed: ^reflection:copy test
7864: added
7865:
7866: * src/: classes/reflection.C, include/pa_request.h:
7867: ^reflection:copy implemented (new feature: #100)
7868:
7869: 2010-09-03 moko
7870:
7871: * src/lib/json/JSON_parser.C: c++ compatiblity
7872:
7873: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7874: option testing added
7875:
7876: 2010-09-02 moko
7877:
7878: * src/classes/json.C: $.distinct[first|last|all] added
7879:
7880: 2010-09-01 moko
7881:
7882: * tests/results/253.processed: json test result
7883:
7884: * tests/: 253.html, 253_json.txt: json test added
7885:
7886: * src/classes/json.C: json.C update to actual version + hash key
7887: creation bugfix
7888:
7889: 2010-08-31 misha
7890:
7891: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7892: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7893: src/lib/Makefile.am, src/classes/Makefile.am,
7894: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7895: json library was added
7896:
7897: 2010-08-30 moko
7898:
7899: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7900: types/pa_vobject.C: cosmetic optimization in
7901: request:execute_method usage
7902:
7903: * src/: include/pa_charset.h, main/pa_charset.C: small
7904: optimization, just to decrease number of lines. :)
7905:
7906: 2010-08-27 misha
7907:
7908: * src/classes/op.C: - taint[json] was added
7909:
7910: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7911: were added
7912:
7913: * src/main/pa_exec.C: - warning fix was rolled back.
7914:
7915: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7916: include/pa_string.h: - taint[json] was added - escaping was
7917: slightly modified
7918:
7919: 2010-08-25 misha
7920:
7921: * src/classes/file.C: - typo in file:sql exception was fixed
7922:
7923: * src/main/pa_exec.C: - warning about declared and not used
7924: variable forced_allow was removed
7925:
7926: 2010-08-14 misha
7927:
7928: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7929: were removed
7930:
7931: 2010-08-11 moko
7932:
7933: * tests/: 249.html, results/249.processed: default setter and
7934: anti-recursive default getter test added
7935:
7936: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7937: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7938: types/pa_vobject.h, types/pa_vstateless_class.C,
7939: types/pa_vstateless_class.h: default setter support +
7940: anti-recursive default getter support ( new feature: #13 )
7941:
7942: * src/include/pa_hash.h: optimization: threshold member removed
7943: from hash, reducing sizeof(hash)
7944:
7945: 2010-08-10 misha
7946:
7947: * tests/196.html: - junction-method was added to the test
7948:
7949: * tests/248.html: - ups. typo :)
7950:
7951: * tests/248.html: - test for checking .match with 4 params
7952:
7953: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7954: 247_windows1251.txt: - test for "transcode file from utf-8 to
7955: $request:charset during loading if the BOM code is detected"
7956:
7957: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7958: $request:charset during loading if the BOM code is detected ( new
7959: feature: #98 )
7960:
7961: 2010-08-05 misha
7962:
7963: * src/classes/image.C: - ^image.replace now can accept only 2
7964: params. in this case the whole image is affected ( new feature:
7965: #95 )
7966:
7967: 2010-08-04 misha
7968:
7969: * tests/246.html: - test tor ^hash._at[] was added
7970:
7971: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7972: #53 )
7973:
7974: * src/include/pa_hash.h: - methods for accessing the first and the
7975: last values of ordered hash were added (first_value and
7976: last_value)
7977:
7978: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7979: (similar to others file's methods):
7980: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7981: #68 )
7982:
7983: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7984:
7985: 2010-08-01 moko
7986:
7987: * src/classes/op.C: to correctly process $result[] in code, called
7988: from ^process
7989:
7990: * tests/245.html: $result in ^process[] test added
7991:
7992: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7993: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7994: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7995: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7996: caller, self) op_call(VMethodFrame &frame, bool constructing)
7997: removed, construct(class,method) added
7998:
7999: * tests/results/: 192.processed, 244.processed: request::construct
8000: added
8001:
8002: * tests/: 244.html, 245.html, results/244.processed,
8003: results/245.processed: object creation exceptions and ^process
8004: tests added
8005:
8006: 2010-07-28 misha
8007:
8008: * tests/make_tests.cmd: - win32 EOLs
8009:
8010: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8011: tests on Win32 were added (The system timezone should be GMT+3)
8012:
8013: 2010-07-26 misha
8014:
8015: * tests/: 212.html, results/212.processed: - sizes were removed
8016: mecause they could be different on different OSs
8017:
8018: * tests/065.html: - make it "win32 friendly"
8019:
8020: 2010-07-25 misha
8021:
8022: * src/main/compile.y: - all EOLs between methods are removed during
8023: compilation ( new feature: #47 )
8024:
8025: * tests/results/149.processed: - prepare tests to trim trailing
8026: methods' EOLs
8027:
8028: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8029:
8030: * tests/: results/006.processed, results/014.processed, 006.html,
8031: 014.html, 022.html: - prepare tests to trim trailing methods'
8032: EOLs
8033:
8034: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8035: results/071.processed, results/022.processed: - prepare tests to
8036: trim trailing methods' EOLs
8037:
8038: * tests/: results/073.processed, results/109.processed,
8039: results/142.processed, results/144.processed,
8040: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8041: 144.html: - prepare tests to trim trailing methods' EOLs
8042:
8043: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8044: 149.html, 152.html, results/096.processed, results/107.processed,
8045: results/109.processed, results/142.processed,
8046: results/144.processed: - prepare tests to trim trailing methods'
8047: EOLs
8048:
8049: 2010-07-24 moko
8050:
8051: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8052: the hash order in this test
8053:
8054: * tests/014.html: to check hash order, hash no is longer sorted
8055: before print
8056:
8057: * src/include/pa_hash.h: hash copy constructor now keeps order
8058: (bugfix: #54)
8059:
8060: 2010-07-23 moko
8061:
8062: * tests/results/224.processed: @auto[] is no longer inherited
8063:
8064: * src/types/pa_vstateless_class.C, tests/227.html,
8065: tests/results/227.processed: @auto[] is no longer inherited
8066: (bugfix: #57)
8067:
8068: 2010-07-22 misha
8069:
8070: * src/classes/table.C: - don't skip comment lines during
8071: table::load if encloser or separator is set as '#' ( new feature:
8072: #30 )
8073:
8074: * src/targets/cgi/parser3.C: - don't run as cgi if
8075: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8076: #12 )
8077:
8078: * src/classes/file.C: - set PARSER_VARSION env before external
8079: script executing
8080:
8081: 2010-07-13 misha
8082:
8083: * tests/058.html: - test for suppressing @border was added - test
8084: for user attribute was added
8085:
8086: * tests/results/186.processed: unescaping from \uXXXX
8087:
8088: * tests/186.html: unescaping from \uXXXX
8089:
8090: * tests/: 239.html, results/239.processed: method call type
8091:
8092: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8093: $junction_method.CLASS_NAME (+CLASS)
8094:
8095: 2010-07-07 misha
8096:
8097: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8098: *nix
8099:
8100: 2010-07-05 misha
8101:
8102: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8103: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8104: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8105: comment strings "options must be hash", "options must be hash,
8106: not code" and "called with invalid option" were replaced by
8107: constatns - exception comment string "invalid option passed" was
8108: replaced by "called with invalid option" (now in different
8109: methods are the same exception comment string)
8110:
8111: * src/include/pa_exception.h: - more exception strings were defined
8112:
8113: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8114: types/pa_vstateless_class.h: - now we can define possible
8115: method's call type ( new feature: #5 ) 1.
8116: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8117: methods 2. @static:method[params] (only static keyword could be
8118: used here) -- for specified methods
8119:
8120: * src/main/pa_common.C: - junction points should not be deleted on
8121: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8122: cleanup
8123:
8124: 2010-07-03 misha
8125:
8126: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8127: results/158.processed, results/160.processed,
8128: results/161.processed, results/162.processed,
8129: results/163.processed: - prepare tests to trim trailing methods'
8130: EOLs
8131:
8132: * tests/results/169.processed: - prepare tests to trim trailing
8133: methods' EOLs
8134:
8135: * tests/results/: 168.processed, 169.processed: - prepare tests to
8136: trim trailing methods' EOLs
8137:
8138: * tests/: results/170.processed, results/167.processed,
8139: results/168.processed, results/169.processed, 167.html, 168.html,
8140: 169.html: - prepare tests to trim trailing methods' EOLs
8141:
8142: * tests/: results/170.processed, results/171.processed,
8143: results/172.processed, results/173.processed,
8144: results/174.processed, results/175.processed, 170.html, 171.html,
8145: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8146: trailing methods' EOLs
8147:
8148: * tests/: results/176.processed, results/180.processed,
8149: results/184.processed, results/185.processed,
8150: results/191.processed, results/192.processed,
8151: results/196.processed, results/197.processed,
8152: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8153: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8154: to trim trailing methods' EOLs
8155:
8156: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8157: results/199.processed, results/208.processed,
8158: results/209.processed, results/213.processed,
8159: results/214.processed: - prepare tests to trim trailing methods'
8160: EOLs
8161:
8162: 2010-06-29 misha
8163:
8164: * tests/: 220.html, 218.html, results/218.processed,
8165: results/215.processed, results/217.processed, 215.html, 217.html:
8166: - prepare tests to trim trailing methods' EOLs
8167:
8168: * tests/: results/224.processed, 224.html, 223.html,
8169: results/223.processed, results/220.processed: - prepare tests to
8170: trim trailing methods' EOLs
8171:
8172: * tests/results/: 226.processed, 230.processed: - prepare tests to
8173: trim trailing methods' EOLs
8174:
8175: * tests/: 229.html, results/229.processed: - prepare tests to trim
8176: trailing methods' EOLs
8177:
8178: * tests/: 232.html, 235.html, results/232.processed,
8179: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8180: results/226.processed, results/227.processed,
8181: results/228.processed, results/230.processed: - prepare tests to
8182: trim trailing methods' EOLs
8183:
8184: 2010-06-16 moko
8185:
8186: * tests/: 229.html, results/229.processed: elseif now supported in
8187: ^if
8188:
8189: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8190:
8191: 2010-06-03 misha
8192:
8193: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8194: instead of memcopy for overlaped regions
8195:
8196: 2010-05-25 misha
8197:
8198: * src/main/pa_common.C: - wanring about unused vars was removed
8199:
8200: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8201: get_method_filename was moved to execute.C
8202:
8203: 2010-05-23 misha
8204:
8205: * src/main/pa_request.C: - more accurate detection of method's file
8206:
8207: 2010-05-22 misha
8208:
8209: * src/classes/reflection.C: - bugfix: core during detection of
8210: .file if filespec isn't detected successfully
8211:
8212: 2010-05-20 misha
8213:
8214: * src/main/pa_request.C: - fix in get_method_filename
8215:
8216: * src/include/pa_request.h: - new feature: #24 -- searching
8217: included file in @USE/^use is changed. if its filespec doesn't
8218: start from '/' it will be searched in caller file directory
8219:
8220: * src/classes/reflection.C: - ^reflection:method_info returns file
8221: where the method is defined
8222:
8223: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8224: classes/op.C: - new feature: #24 -- searching included file in
8225: @USE/^use is changed. if its filespec doesn't start from '/' it
8226: will be searched in caller file directory
8227:
8228: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8229: is moved to pa_common.h
8230:
8231: 2010-05-18 misha
8232:
8233: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8234: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8235: cookie parser decode \uXXXX as well as %uXXXX
8236:
8237: 2010-05-17 misha
8238:
8239: * src/classes/curl.C: beauty: - unused param is removed in method
8240: _curl_version_action - some spaces were removed or replaced by
8241: tabs
8242:
8243: * src/classes/table.C: - bugfix: #72 core with empty value during
8244: ^table.hash[...;name_of_the_last_column][$.type[string]]
8245:
8246: 2010-05-16 misha
8247:
8248: * src/classes/curl.C: new: #61 more curl options were added
8249: (contributed by Sumo)
8250:
8251: 2010-04-29 pretender
8252:
8253: * src/main/pa_string.C: fixes #63 Split result from empty string
8254: now empty string.
8255:
8256: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8257: string type.
8258:
8259: 2010-04-28 pretender
8260:
8261: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8262: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8263: macrodefinition removed
8264:
8265: 2010-04-19 pretender
8266:
8267: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8268: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8269:
8270: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8271: fixes #64 Now file.missing exception generates in unsafe mode to.
8272:
8273: * src/classes/file.C: fixes #48 Now not throw "not save environment
8274: variable" exception in grpunlim version.
8275:
8276: 2010-04-05 misha
8277:
8278: * src/classes/string.C: - new feature: 4th param was added to
8279: match. if specified its value is returned in case of nothing was
8280: found
8281:
8282: 2010-04-01 misha
8283:
8284: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8285: multiple execution of /a/b/auto.p
8286:
8287: 2010-03-19 misha
8288:
8289: * src/main/execute.C: - core in $table1.$table2 was fixed
8290:
8291: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8292:
8293: 2010-01-27 misha
8294:
8295: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8296: trying to open file by path /existing-file/non-exixting-file
8297:
8298: 2010-01-26 misha
8299:
8300: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8301: was added (returns file)
8302:
8303: 2009-12-22 misha
8304:
8305: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8306: now parser doesn't have class curl if it was built without it
8307:
8308: 2009-12-15 misha
8309:
8310: * configure.in: - little cheat with curl include dir was added
8311:
8312: 2009-12-05 misha
8313:
8314: * src/classes/curl.C: - some fixes
8315:
8316: 2009-12-04 misha
8317:
8318: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8319: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8320: buildall-with-xml, buildall-without-xml, configure.in: - curl
8321: class was added
8322:
8323: * src/include/pa_hash.h: - hash-iterator was added
8324:
8325: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8326: was added to pcre
8327:
8328: 2009-11-27 misha
8329:
8330: * src/classes/image.C: - don't add @border attribute to output of
8331: ^image.html[] if it was specified by user with empty value
8332:
8333: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8334: root element and we are trying to access .documentElement
8335:
8336: 2009-11-11 misha
8337:
8338: * src/classes/table.C: - in ^table.flip[] look at number of columns
8339: instead of number of items in first row for named tables
8340:
8341: 2009-11-10 misha
8342:
8343: * operators.txt: - info about hash-options in ^file::create was
8344: added
8345:
8346: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8347: added
8348:
8349: 2009-11-09 misha
8350:
8351: * buildall-with-xml: - moving to libxml 2.7.6
8352:
8353: * tests/236.html: - tests for comparations cords with functions
8354: were added
8355:
8356: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8357: added
8358:
8359: * src/main/pa_http.C: - little optimisation
8360:
8361: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8362: GPF mallocs + stringstream (table.save)
8363:
8364: * src/classes/file.C: - file::create now accepts 4th param: options
8365: with $.charset
8366:
8367: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8368: bug in cord (comparation cords with functions was buggy)
8369:
8370: 2009-11-06 misha
8371:
8372: * src/main/pa_string.C: - bugfix: calculation string.length
8373: sometimes was buggy
8374:
8375: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8376: destroyed if exception occured during match/replace
8377:
8378: * src/: main/pa_charset.C, include/pa_charset.h: - method
8379: lengthUTF8Char was added
8380:
8381: * src/classes/op.C: - clean tainting lang was added for user's
8382: usage
8383:
8384: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8385: fixed: checkouts are required after GC_MALLOC
8386:
8387: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8388:
8389: * operators.txt: - actually, there is no ^untaint[xml] in
8390: file::create
8391:
8392: 2009-10-15 misha
8393:
8394: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8395: were added
8396:
8397: * tests/234.html: - more tests for checking ^taint[uri] escaping
8398: were added
8399:
8400: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8401: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8402: hacking: for dealing with transcoding+^taint[uri]
8403: transcode_and_untaint was replaced by untaint_and_transcode
8404:
8405: 2009-10-13 misha
8406:
8407: * tests/: 121.html, results/121.processed: - test transcoding +
8408: url-escaping now
8409:
8410: * tests/results/auto.p: - more helpers' methods were added
8411:
8412: * src/main/pa_globals.C: - die instead of abort
8413:
8414: 2009-10-06 misha
8415:
8416: * src/main/pa_common.C: - don't allocate memory during
8417: capitalization if input string is already capitalized
8418:
8419: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8420:
8421: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8422: use format function because it calls malloc
8423:
8424: * src/include/pa_common.h: - more capitalized headers were added
8425:
8426: * src/main/pa_common.C: - in safe mode clear executable bits during
8427: file writing
8428:
8429: 2009-10-05 misha
8430:
8431: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8432:
8433: 2009-10-03 misha
8434:
8435: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8436: ^img.text[] & ^img.length[] can work in utf-8 now
8437:
8438: * src/: include/pa_charset.h, main/pa_charset.C: - class
8439: UTF8_string_iterator was added
8440:
8441: * src/classes/image.C: - respect utf-8 when calculate alphabet
8442: length
8443:
8444: * src/classes/mail.C: - check from before get message.cstr
8445:
8446: 2009-10-02 misha
8447:
8448: * tests/233.html: - test for image.font, image.length, image.text
8449: with text in utf-8 were added
8450:
8451: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8452:
8453: * buildall-with-xml, buildall-without-xml: - comment about gc
8454: version for freebsd 4 was added
8455:
8456: 2009-10-01 misha
8457:
8458: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8459: terminator) - read_pipe were slightly optimized
8460:
8461: 2009-09-28 misha
8462:
8463: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8464: removed
8465:
8466: * src/types/pa_vmail.C: - forgot about space after ':'
8467:
8468: * src/types/pa_vmail.C: - escape filenames while preparing mail
8469: body - small simplifications
8470:
8471: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8472: inout params like pa_base64
8473:
8474: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8475: option $.debug-print(1) was added to mail:send - changes for
8476: using uue_encode which uses less memory
8477:
8478: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8479:
8480: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8481: memory now
8482:
8483: 2009-09-26 misha
8484:
8485: * src/types/pa_vmail.C: - default encoding now is base64
8486:
8487: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8488:
8489: 2009-09-25 misha
8490:
8491: * src/types/pa_vmail.C: - capitalization of headers was added to
8492: sending mail as well
8493:
8494: * buildall-with-xml: - catalog package was removed from libxml
8495:
8496: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8497: win32 absolute path
8498:
8499: * src/include/pa_common.h: - one more capitalized header was added
8500:
8501: 2009-09-22 misha
8502:
8503: * INSTALL: - comment about building just httpd binary while
8504: building apache module was added
8505:
8506: 2009-09-21 misha
8507:
8508: * buildall-with-xml: - moving to the latest versions of xml libs:
8509: libxml 2.7.4 and libxslt 1.1.25
8510:
8511: 2009-09-19 misha
8512:
8513: * tests/231.html: - test for encoding cookie in win-1251
8514:
8515: 2009-09-18 misha
8516:
8517: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
8518: object] were added
8519:
8520: * operators.txt: - info about method ^reflection:fields[class or
8521: object] was added
8522:
8523: * src/classes/reflection.C: - method ^reflection:fields[class or
8524: object] was added
8525:
8526: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
8527: methods get_fields were added
8528:
8529: * tests/232.html: - tests for @GET[name]
8530:
8531: * src/classes/table.C: - some changes in handling hash-options for
8532: creare, join and locate
8533:
8534: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
8535: defined with option: the type of requested value
8536:
8537: 2009-09-17 misha
8538:
8539: * tests/212.html: - tests for .pattern and .options were added
8540:
8541: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
8542: $regex.options were added
8543:
8544: 2009-09-11 misha
8545:
8546: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
8547: rewrited. it checks not just one case of sending cookies during
8548: file::load[http], but also sending headers and fields (including
8549: files)
8550:
8551: 2009-09-10 misha
8552:
8553: * src/main/untaint.C: - workaround in file-spec lang for old Macs
8554: was removed => now parser can open files with Russian 'r' in
8555: filename
8556:
8557: * src/main/untaint.C: - bugfix: client charset whould be analized
8558: while escaping cookies but now source charset
8559:
8560: * src/main/pa_http.C: - bugfix: the values of http headers didn't
8561: ^tainted[uri] so it was possible to make request with incorrect
8562: http header
8563:
8564: * src/main/pa_http.C: - capitalization of http headers during
8565: file::load[http was slightly changes - bugfix: all headers which
8566: parser sends during file::load[http should be transcoded and only
8567: then escaped
8568:
8569: * src/main/untaint.C: - a bit more comments were added
8570:
8571: * src/classes/: file.C, string.C: - types where changes (minus 2
8572: warnings)
8573:
8574: * src/include/pa_common.h: - 2 capitalized strings for making http
8575: headers during file::load[http were added
8576:
8577: 2009-09-08 misha
8578:
8579: * operators.txt: - changes in file.save and string.save were added
8580:
8581: * tests/: 230.html, 230.txt: - tests for checking options in
8582: file.save and string.save were added
8583:
8584: * src/main/pa_request.C: - http headers names, which are passed to
8585: SAPI::add_header_attribute are lowercased now (it'll be
8586: capitalized in that method)
8587:
8588: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
8589: classes/string.C: - file_write accepts Request_charsets and asked
8590: charset and cound transcode content before writing - string.save
8591: and file.save have option $.charset now
8592:
8593: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
8594: classes/xdoc.C: - file_write accepts Request_charsets and asked
8595: charset and cound transcode content before writing
8596:
8597: * src/include/pa_exception.h: - new exception comment string was
8598: defined
8599:
8600: 2009-09-07 misha
8601:
8602: * src/main/compile.y: - grammar $name\ name stops now for regex
8603: sub-pattern\s
8604:
8605: 2009-09-04 misha
8606:
8607: * src/main/pa_http.C: - capitalization of http headers during
8608: file::load[http was implemented
8609:
8610: 2009-09-03 misha
8611:
8612: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
8613: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
8614: types/pa_vmail.C, targets/cgi/parser3.C,
8615: targets/isapi/parser3isapi.C: - back to storing response http
8616: headers in lowercase - capitalize them during output
8617:
8618: 2009-08-31 misha
8619:
8620: * src/classes/table.C: - allow call with any brackets (it could be
8621: useful in methods with explict result declaration)
8622:
8623: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
8624: correctly if $request:charset==koi8-r
8625:
8626: 2009-08-30 misha
8627:
8628: * src/: include/pa_common.h, main/pa_request.C: - http headers were
8629: changed: content-type => Content-type and so on
8630:
8631: * src/classes/file.C, src/include/pa_common.h,
8632: src/include/pa_request.h, src/main/pa_http.C,
8633: src/main/pa_request.C, src/types/pa_vcookie.C,
8634: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
8635: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
8636: tests/results/002.processed, tests/results/003.processed,
8637: tests/results/004.processed, tests/results/005.processed,
8638: tests/results/006.processed, tests/results/007.processed,
8639: tests/results/008.processed, tests/results/009.processed,
8640: tests/results/010.processed, tests/results/011.processed,
8641: tests/results/012.processed, tests/results/013.processed,
8642: tests/results/014.processed, tests/results/015.processed,
8643: tests/results/016.processed, tests/results/017.processed,
8644: tests/results/018.processed, tests/results/019.processed,
8645: tests/results/020.processed, tests/results/021.processed,
8646: tests/results/022.processed, tests/results/023.processed,
8647: tests/results/024.processed, tests/results/025.processed,
8648: tests/results/026.processed, tests/results/027.processed,
8649: tests/results/028.processed, tests/results/029.processed,
8650: tests/results/030.processed, tests/results/031.processed,
8651: tests/results/032.processed, tests/results/033.processed,
8652: tests/results/034.processed, tests/results/035.processed,
8653: tests/results/036.processed, tests/results/037.processed,
8654: tests/results/038.processed, tests/results/039.processed,
8655: tests/results/040.processed, tests/results/041.processed,
8656: tests/results/042.processed, tests/results/043.processed,
8657: tests/results/044.processed, tests/results/045.processed,
8658: tests/results/046.processed, tests/results/047.processed,
8659: tests/results/048.processed, tests/results/049.processed,
8660: tests/results/050.processed, tests/results/051.processed,
8661: tests/results/052.processed, tests/results/053.processed,
8662: tests/results/054.processed, tests/results/055.processed,
8663: tests/results/056.processed, tests/results/057.processed,
8664: tests/results/058.processed, tests/results/059.processed,
8665: tests/results/060.processed, tests/results/061.processed,
8666: tests/results/062.processed, tests/results/063.processed,
8667: tests/results/064.processed, tests/results/065.processed,
8668: tests/results/066.processed, tests/results/067.processed,
8669: tests/results/068.processed, tests/results/069.processed,
8670: tests/results/070.processed, tests/results/071.processed,
8671: tests/results/072.processed, tests/results/073.processed,
8672: tests/results/074.processed, tests/results/075.processed,
8673: tests/results/076.processed, tests/results/077.processed,
8674: tests/results/078.processed, tests/results/079.processed,
8675: tests/results/080.processed, tests/results/081.processed,
8676: tests/results/082.processed, tests/results/083.processed,
8677: tests/results/084.processed, tests/results/085.processed,
8678: tests/results/086.processed, tests/results/087.processed,
8679: tests/results/088.processed, tests/results/089.processed,
8680: tests/results/090.processed, tests/results/091.processed,
8681: tests/results/092.processed, tests/results/093.processed,
8682: tests/results/094.processed, tests/results/095.processed,
8683: tests/results/096.processed, tests/results/097.processed,
8684: tests/results/098.processed, tests/results/099.processed,
8685: tests/results/100.processed, tests/results/101.processed,
8686: tests/results/102.processed, tests/results/103.processed,
8687: tests/results/104.processed, tests/results/105.processed,
8688: tests/results/106.processed, tests/results/107.processed,
8689: tests/results/108.processed, tests/results/109.processed,
8690: tests/results/110.processed, tests/results/111.processed,
8691: tests/results/112.processed, tests/results/113.processed,
8692: tests/results/114.processed, tests/results/115.processed,
8693: tests/results/116.processed, tests/results/117.processed,
8694: tests/results/118.processed, tests/results/119.processed,
8695: tests/results/120.processed, tests/results/121.processed,
8696: tests/results/122.processed, tests/results/123.processed,
8697: tests/results/124.processed, tests/results/125.processed,
8698: tests/results/126.processed, tests/results/127.processed,
8699: tests/results/128.processed, tests/results/129.processed,
8700: tests/results/130.processed, tests/results/131.processed,
8701: tests/results/132.processed, tests/results/133.processed,
8702: tests/results/134.processed, tests/results/135.processed,
8703: tests/results/136.processed, tests/results/138.processed,
8704: tests/results/139.processed, tests/results/140.processed,
8705: tests/results/141.processed, tests/results/142.processed,
8706: tests/results/143.processed, tests/results/144.processed,
8707: tests/results/145.processed, tests/results/146.processed,
8708: tests/results/147.processed, tests/results/148.processed,
8709: tests/results/149.processed, tests/results/150.processed,
8710: tests/results/151.processed, tests/results/152.processed,
8711: tests/results/153.processed, tests/results/154.processed,
8712: tests/results/155.processed, tests/results/156.processed,
8713: tests/results/157.processed, tests/results/158.processed,
8714: tests/results/159.processed, tests/results/160.processed,
8715: tests/results/161.processed, tests/results/162.processed,
8716: tests/results/163.processed, tests/results/164.processed,
8717: tests/results/165.processed, tests/results/166.processed,
8718: tests/results/167.processed, tests/results/168.processed,
8719: tests/results/169.processed, tests/results/170.processed,
8720: tests/results/171.processed, tests/results/172.processed,
8721: tests/results/173.processed, tests/results/174.processed,
8722: tests/results/175.processed, tests/results/176.processed,
8723: tests/results/177.processed, tests/results/178.processed,
8724: tests/results/179.processed, tests/results/180.processed,
8725: tests/results/181.processed, tests/results/182.processed,
8726: tests/results/183.processed, tests/results/184.processed,
8727: tests/results/185.processed, tests/results/186.processed,
8728: tests/results/187.processed, tests/results/188.processed,
8729: tests/results/189.processed, tests/results/190.processed,
8730: tests/results/191.processed, tests/results/192.processed,
8731: tests/results/193.processed, tests/results/194.processed,
8732: tests/results/195.processed, tests/results/196.processed,
8733: tests/results/197.processed, tests/results/198.processed,
8734: tests/results/199.processed, tests/results/200.processed,
8735: tests/results/201.processed, tests/results/202.processed,
8736: tests/results/203.processed, tests/results/204.processed,
8737: tests/results/205.processed, tests/results/206.processed,
8738: tests/results/207.processed, tests/results/208.processed,
8739: tests/results/209.processed, tests/results/210.processed,
8740: tests/results/211.processed, tests/results/212.processed,
8741: tests/results/213.processed, tests/results/214.processed,
8742: tests/results/215.processed, tests/results/216.processed,
8743: tests/results/217.processed, tests/results/218.processed,
8744: tests/results/219.processed, tests/results/220.processed,
8745: tests/results/221.processed, tests/results/222.processed,
8746: tests/results/223.processed, tests/results/224.processed,
8747: tests/results/225.processed, tests/results/226.processed,
8748: tests/results/227.processed, tests/results/228.processed,
8749: tests/results/229.processed: - http headers were changed:
8750: content-type => Content-type and so on
8751:
8752: 2009-08-27 misha
8753:
8754: * src/: main/pa_random.C, include/pa_random.h,
8755: targets/cgi/parser3.C: - year was updated :)
8756:
8757: 2009-08-26 misha
8758:
8759: * tests/: 224.html, 224.p: - test for creating of parser object
8760: using constructor without params - little bugfix in test
8761:
8762: * src/main/compile_tools.h: - bugfix: should't call autouse while
8763: checking existed class while processing partial option
8764:
8765: * src/classes/reflection.C: - bugfix: core when creating object
8766: with reflection and constructor doesn't have params
8767:
8768: 2009-08-24 misha
8769:
8770: * tests/229.html: - tests for checking the number of parameters
8771: were added
8772:
8773: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8774: number of method's parameters wasn't checked correctly (the bug
8775: was introduced in 3.4.0)
8776:
8777: 2009-08-22 misha
8778:
8779: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8780: transcoded, but tainted pieces are escaped only when
8781: content-type==url-encoding
8782:
8783: * tests/228.html: - test for checking
8784: ^file::load[http://...;$.body[]]
8785:
8786: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8787: post charset was too early (charsets is empty at this moment)
8788:
8789: 2009-08-21 misha
8790:
8791: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8792: main/untaint.C: - some fixes with transcode+untaint
8793:
8794: 2009-08-15 misha
8795:
8796: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8797: was increaced to 100 (was 50)
8798:
8799: * tests/227.html: - test for checking overriding properties in
8800: static classes was added
8801:
8802: * tests/: 226.html, 226.p: - test for @autoload[] was added
8803:
8804: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8805: main/execute.C, main/pa_request.C, classes/reflection.C: -
8806: autouse was implemented
8807:
8808: 2009-08-14 misha
8809:
8810: * src/classes/reflection.C: - outdated checkout was removed
8811:
8812: * src/classes/reflection.C: - optimization - method ^dynamical was
8813: added.
8814:
8815: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8816: types/pa_vstateless_class.h, main/execute.C: - optimization
8817:
8818: * src/types/pa_vclass.C: - exception if base on sytem class
8819:
8820: 2009-08-12 misha
8821:
8822: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8823: pa_vstateless_class.h: - little optimisation
8824:
8825: 2009-08-11 misha
8826:
8827: * tests/224.html: - method_params => method_info - checking for
8828: $.inherited
8829:
8830: * src/classes/reflection.C, operators.txt: - method method_params
8831: was renamed to method_info and now it returns class name, if
8832: method was defined in ancestor
8833:
8834: * tests/225.html: - tests for cheching properties in hierarhical
8835: classes were added
8836:
8837: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8838: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8839: main/compile.y, main/execute.C, classes/classes.C: - problems
8840: with properties in new classes implementation were fixed
8841:
8842: 2009-08-10 misha
8843:
8844: * src/main/execute.C: - now constructor shouldn't be defined in
8845: class. it could be defined in parent.
8846:
8847: 2009-08-09 misha
8848:
8849: * src/classes/reflection.C: - ^reflection:methods doesn't return
8850: base's methods
8851:
8852: 2009-08-08 misha
8853:
8854: * src/: classes/classes.h, classes/date.C, classes/file.C,
8855: classes/form.C, classes/hash.C, classes/hashfile.C,
8856: classes/image.C, classes/mail.C, classes/op.C,
8857: classes/reflection.C, classes/regex.C, classes/string.C,
8858: classes/table.C, classes/xdoc.C, classes/xnode.C,
8859: classes/xnode.h, include/pa_hash.h, main/execute.C,
8860: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8861: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8862: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8863: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8864: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8865: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8866: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8867: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8868: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8869: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8870: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8871: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8872: types/pa_vresponse.C, types/pa_vresponse.h,
8873: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8874: types/pa_vstateless_object.h, types/pa_vstatus.C,
8875: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8876: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8877: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8878: types/pa_wwrapper.h, types/types.vcproj: - new classes
8879: implementation
8880:
8881: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8882: USE_MUNMAP is used. so it is disabled as a workaround.
8883:
8884: 2009-08-05 misha
8885:
8886: * src/: main/pa_common.C, include/pa_common.h: - not needed
8887: parameter was removed
8888:
8889: * src/main/pa_http.C: - bugfix: error was during detecting
8890: content-type of file which was loaded by http
8891:
8892: 2009-08-01 misha
8893:
8894: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8895: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8896: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8897: can't be disabled with defines any longer
8898:
8899: 2009-07-29 misha
8900:
8901: * src/classes/reflection.C, tests/results/224.processed: - for
8902: native methods with any call type now returned empty call_type
8903: value
8904:
8905: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8906: classes/table.C, include/pa_hash.h, include/pa_request.h,
8907: main/pa_request.C: - break in cycles was optimized
8908:
8909: * INSTALL: - more defines were described
8910:
8911: 2009-07-28 misha
8912:
8913: * operators.txt: - some changes in information about reflection
8914: class
8915:
8916: * tests/: 224.html, 224.p: - tests for reflection class
8917:
8918: * src/classes/reflection.C: - some bugs were fixed, method classes
8919: was added, refactoring
8920:
8921: 2009-07-26 misha
8922:
8923: * src/classes/classes.vcproj: - reflection class wass added to
8924: project
8925:
8926: * operators.txt: - information about reflection class was added
8927:
8928: * src/classes/reflection.C: - class was redesigned
8929:
8930: 2009-07-24 misha
8931:
8932: * src/classes/: Makefile.am, reflection.C: - class reflection was
8933: added
8934:
8935: * src/types/pa_vstateless_class.h: - method for reflection method's
8936: in classes was added
8937:
8938: 2009-07-22 misha
8939:
8940: * src/main/compile_tools.h: - bugfix: $object.$var was
8941: over-optimized. it failed if $object1.$object2.field
8942:
8943: 2009-07-16 misha
8944:
8945: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8946: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8947: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8948: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8949: one more arg: length of cord
8950:
8951: 2009-07-15 misha
8952:
8953: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8954: tainted in ^file::load[http://...;$.cookies[]]
8955:
8956: * src/classes/: op.C, regex.C, string.C: - new string with
8957: exception was used
8958:
8959: * src/include/pa_exception.h: - new string with exception was added
8960:
8961: * tests/223.html: - test for checking cookie-encoding during
8962: ^file::load[http was added
8963:
8964: * tests/: 221.html, 222.html: - tests for checking type of
8965: $table.fields.field were added
8966:
8967: * src/types/pa_vtable.C: - not used var decl was removed
8968:
8969: * src/include/pa_string.h: - use cached string length in Body::mid.
8970: it improves speed of match with brackets in pattern
8971:
8972: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8973: outside
8974:
8975: 2009-07-14 misha
8976:
8977: * src/types/pa_vtable.C: - $table.fields.a return string even if
8978: column is empty (sometime returned void) - $table.fields was
8979: added for nameless tables
8980:
8981: * src/targets/cgi/getopt.c: - one warning resolved
8982:
8983: * src/main/pa_string.C: - potentian bug fixed
8984:
8985: * src/classes/op.C: - small optimization in taint/untaint
8986:
8987: 2009-07-13 misha
8988:
8989: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8990: added
8991:
8992: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8993: souldn't add the attribut to output
8994:
8995: 2009-07-11 misha
8996:
8997: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8998: stack size was increaced to 2MB (default=1MB)
8999:
9000: 2009-07-08 misha
9001:
9002: * src/main/pa_string.C: - link to UTF-8 description was added
9003:
9004: * src/include/pa_hash.h: - hash keeps element's order in more
9005: places (ex: ._keys[])
9006:
9007: * tests/220.html: - test for checking order of elements in hash in
9008: foreach was added
9009:
9010: * tests/172.html: - small changes in printing hash
9011:
9012: * tests/129.html: - small changes in printing hash
9013:
9014: * src/: include/pa_common.h, include/pa_hash.h,
9015: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9016: types/pa_vmethod_frame.h: - hash now keeps order of elements
9017:
9018: * tests/014.html: - small changes in printing hash
9019:
9020: 2009-07-07 misha
9021:
9022: * src/classes/op.C: - new taint language "parser-code" was added
9023:
9024: * tests/219.html: - test for auto untaint parser code in process
9025: was added
9026:
9027: * src/classes/op.C: - tainted pieces in body of process are
9028: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9029:
9030: * src/: include/pa_string.h, main/untaint.C: - new language
9031: L_PARSER_CODE for auto-untaint in process was added
9032:
9033: * src/: classes/file.C, classes/hash.C, classes/image.C,
9034: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9035: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9036: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9037: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9038: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9039: code cleanup
9040:
9041: 2009-07-06 misha
9042:
9043: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9044: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9045: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9046:
9047: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9048: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9049: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9050: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9051: should be used
9052:
9053: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9054: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9055: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9056: untaint_cstr[m] should be used
9057:
9058: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9059: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9060:
9061: * tests/218.html: - test for checking automatic file-spec-taint was
9062: added
9063:
9064: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9065: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9066: classes/file.C, classes/hash.C, classes/image.C,
9067: classes/string.C, classes/table.C, classes/void.C,
9068: classes/xdoc.C: - optimizations and simplification of
9069: string.cstr(...)
9070:
9071: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9072: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9073: - optimizations and simplification of string.cstr(...)
9074:
9075: 2009-07-04 misha
9076:
9077: * tests/217.html: - test for recursion detection was added
9078:
9079: * src/: types/types.vcproj, main/main.vcproj,
9080: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9081: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9082: from .vcproj
9083:
9084: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9085:
9086: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9087: uploading files and case-insensitive http-method were added
9088:
9089: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9090: tainted pattern in ^file:list[] was added
9091:
9092: 2009-07-03 misha
9093:
9094: * src/: classes/classes.vcproj, main/main.vcproj,
9095: types/types.vcproj, targets/cgi/parser3.vcproj,
9096: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9097: for dynamic_cast) - little options changes
9098:
9099: * src/main/pa_http.C: - file::load[http works now with uploading
9100: files _and_ changing $.charset
9101:
9102: 2009-06-29 misha
9103:
9104: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9105: while creating pattern
9106:
9107: 2009-06-25 misha
9108:
9109: * src/classes/image.C, operators.txt: - options' names for
9110: ^image.font were changed to $.space, $.width and $spacing -
9111: default space width now == gif's width
9112:
9113: 2009-06-24 misha
9114:
9115: * tests/215.html: - tests for $file.mode were added
9116:
9117: * operators.txt: - added info about $file.mode and changes in
9118: ^image.font[
9119:
9120: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9121: param now could be omited - third param now could be hash (with
9122: all widths options: $.space-width, $.letter-width) - it's
9123: possible to specify tracking ($.letter-space)
9124:
9125: * src/classes/file.C: - file objects now could have mode field
9126: (text|binary)
9127:
9128: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9129:
9130: 2009-06-23 misha
9131:
9132: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9133: trim can work with utf-8 chars now
9134:
9135: 2009-06-20 misha
9136:
9137: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9138: was implemented
9139:
9140: * src/classes/table.C: - string length cacheing was implemented
9141:
9142: * src/include/pa_string.h: - string length cacheing was implemented
9143:
9144: 2009-06-17 misha
9145:
9146: * src/main/execute.C: - value param was removed from
9147: WContext::WContext
9148:
9149: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9150: pa_wwrapper.h: - value param was removed from WContext::WContext
9151: - field wcontext was removed from VCodeFrame (using fparent
9152: instead)
9153:
9154: * tests/214.html: - test with hash copying
9155:
9156: 2009-06-16 misha
9157:
9158: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9159: strings doesn't work in expression anymore
9160:
9161: * src/main/execute.C: - less calls for get_constructing() - little
9162: refactoring
9163:
9164: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9165: include/pa_request.h: - less calls for get_constructing()
9166:
9167: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9168: introduced with OPTIMIZE_SINGLE_STRING optimization
9169:
9170: 2009-06-14 misha
9171:
9172: * src/: classes/date.C, classes/file.C, classes/hash.C,
9173: classes/hashfile.C, classes/image.C, classes/regex.C,
9174: classes/table.C, classes/xdoc.C, classes/xnode.h,
9175: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9176: types/pa_vstateless_class.h, main/execute.C: - create object for
9177: storing object's fields only for parser objects
9178:
9179: 2009-06-13 misha
9180:
9181: * buildall-with-xml, buildall-without-xml: - new option was added
9182: for building GC (it slightly reduces memory usage)
9183:
9184: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9185: single string write
9186:
9187: * src/main/execute.C: - bytecode optimization of ^class:constructor
9188: - optimization of single string write
9189:
9190: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9191: - bytecode optimization of ^class:constructor
9192:
9193: 2009-06-09 misha
9194:
9195: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9196: main (better compatibility)
9197:
9198: 2009-06-08 misha
9199:
9200: * src/main/compile.y: - I've forgot to commit it :(
9201:
9202: 2009-06-07 misha
9203:
9204: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9205: WITH_READ and WITH_ROOT
9206:
9207: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9208: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9209: WITH_ROOT - little refactoring
9210:
9211: 2009-06-06 misha
9212:
9213: * tests/213.html: - tests for 3rd match string-param were added
9214:
9215: * src/classes/string.C: - 3rd match param could be string now
9216:
9217: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9218: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9219: GET_OBJECT_ELEMENT
9220:
9221: 2009-06-05 misha
9222:
9223: * src/main/pa_http.C: - bugfix: content-length was not calculated
9224: if $.body was specified
9225:
9226: 2009-06-04 misha
9227:
9228: * src/classes/op.C: - optimizing write_assign_lang in connect
9229:
9230: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9231:
9232: * src/main/execute.C: - little refactoring - optimizing
9233: write_assign_lang in taint/untaint
9234:
9235: * src/include/pa_opcode.h: - little refactoring
9236:
9237: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9238: main/compile_tools.h, main/execute.C: - optimizations for
9239: $self.field, ^self.method, $self.field[...] and $self.field(...)
9240: were added
9241:
9242: 2009-06-03 misha
9243:
9244: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9245:
9246: 2009-06-02 misha
9247:
9248: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9249: include/pa_opcode.h: - refactoring in last optimizations
9250: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9251: now but code is much easy and it is ready for further
9252: improvements.
9253:
9254: 2009-05-27 misha
9255:
9256: * src/: types/pa_junction.h, types/pa_vjunction.C,
9257: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9258: changed in destructing junctions
9259:
9260: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9261: String:Body
9262:
9263: 2009-05-26 misha
9264:
9265: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9266: one method detect_charset was deleted - bug was fixed in this
9267: method (error while detecting charset in content_type withot last
9268: ';')
9269:
9270: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9271: once
9272:
9273: 2009-05-25 misha
9274:
9275: * src/classes/file.C: - bugfix: file::exec didn't work after
9276: optimizing of helper_length
9277:
9278: 2009-05-24 misha
9279:
9280: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9281: were added - little refactoring
9282:
9283: * src/main/execute.C: - core while printing in debug log
9284: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9285: optimisations were added
9286:
9287: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9288: were added
9289:
9290: 2009-05-23 misha
9291:
9292: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9293: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9294: CORD_cat optimization
9295:
9296: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9297: - call constr optimisation under separate define now
9298:
9299: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9300: in $b should be string, not void
9301:
9302: * src/main/compile.y: - little fix for rem-cut optimisation
9303:
9304: * src/: include/pa_opcode.h, main/compile_tools.C,
9305: main/compile_tools.h, main/execute.C: - optimisations for
9306: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9307:
9308: * INSTALL: - description of some #defined were added
9309:
9310: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9311: before 1st access (memory usage is reduced if don't access to
9312: .text field)
9313:
9314: * src/include/pa_array.h: - array grows step now not static (it
9315: reduces numbers of reallocs)
9316:
9317: 2009-05-20 misha
9318:
9319: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9320: $.b(2), $c[d] and $.e[f] was added
9321:
9322: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9323: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9324: $.e[f] was added
9325:
9326: * src/main/execute.C: - debug printing moved in defines
9327:
9328: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9329: and little refactoring for OP_GET_OBJECT_ELEMENT +
9330: OP_GET_OBJECT_VAR_ELEMENT optimisation
9331:
9332: 2009-05-19 misha
9333:
9334: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9335: execute.C: - $a.$b & ^a.$b bytecode optimisation
9336:
9337: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9338: ^a.$b optimisation)
9339:
9340: * src/main/compile.y: - compiler now generate new opcodes:
9341: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9342: ^a.b - compiler now cut off ^rem{ with all content ; any number
9343: of params }
9344:
9345: * src/main/execute.C: - code for handle new opcodes
9346: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9347:
9348: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9349: added for LA2V and LA2S
9350:
9351: * src/include/pa_opcode.h: - new defines which can be used for
9352: disable some bytecode optimisation and new opcodes were added
9353:
9354: 2009-05-17 misha
9355:
9356: * src/lib/cord/cordxtra.c: - bugfix.
9357:
9358: * tests/212.html: - .size[] and .study_size[] were added to tests
9359:
9360: * operators.txt: - info about regex class was added
9361:
9362: * tests/212.html: - tests for regex class were added
9363:
9364: 2009-05-16 misha
9365:
9366: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9367: gc7.1
9368:
9369: * tests/022.html: - test for ^file:list[path;] (empty second param)
9370: was added
9371:
9372: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9373: param) should work
9374:
9375: 2009-05-15 misha
9376:
9377: * src/classes/table.C: - automatically disable stringstream usage
9378: on freebsd4
9379:
9380: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9381: scope
9382:
9383: * tests/211.html: - test with different types of access to hash was
9384: added
9385:
9386: * tests/210.html: - test which checks for loosing tainting in
9387: hash's keys was added
9388:
9389: * tests/208.html: - some parser work added. or stime == 0 %-)
9390:
9391: * src/lib/cord/cordbscs.c: - little hack was added to cord
9392:
9393: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9394:
9395: * src/include/pa_version.h, configure.in: - moko have made a lot of
9396: optimisations for increacing version number more dramatically :)
9397:
9398: * src/classes/date.C: - little refactoring: use constructor which
9399: accepts formated string
9400:
9401: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9402: which can print formatted string was added
9403:
9404: 2009-05-14 misha
9405:
9406: * src/include/pa_string.h: - type was fixed
9407:
9408: * src/: classes/hashfile.C, classes/op.C,
9409: include/pa_cache_managers.h, include/pa_charset.h,
9410: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9411: include/pa_request.h, include/pa_sql_driver_manager.h,
9412: include/pa_string.h, include/pa_stylesheet_manager.h,
9413: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9414: main/pa_charsets.C, main/pa_string.C,
9415: main/pa_stylesheet_connection.C, types/pa_value.h,
9416: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9417: types/pa_vobject.C, types/pa_vstateless_class.C,
9418: types/pa_vstateless_class.h: - hash_code caching was implemented
9419: (seaches should be faster now)
9420:
9421: * src/: classes/file.C, classes/hash.C, classes/image.C,
9422: classes/string.C, classes/table.C, include/pa_string.h,
9423: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9424: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9425: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9426: types/pa_vrequest.C: - String constructors don't have that stupid
9427: true/false param which means 'tainted'. they accept lang instead.
9428:
9429: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9430: with OPTIMIZE_RESULT
9431:
9432: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9433: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9434:
9435: 2009-05-13 misha
9436:
9437: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9438: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9439: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9440: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9441: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9442: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9443: include/pa_string.h, classes/date.C, classes/file.C,
9444: classes/hash.C, classes/image.C, classes/string.C,
9445: classes/table.C, classes/xdoc.C: - result optimisation -
9446: helper_length parameter removed from string constructors
9447:
9448: 2009-05-11 misha
9449:
9450: * tests/209.html: - tests for ^hash::create[hash] were added
9451:
9452: * tests/208.html: - tests for $status:rusage, $status:memory,
9453: ^memory:compact[] were added
9454:
9455: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9456: log10 were added
9457:
9458: * tests/206.html: - test for try with finally was added
9459:
9460: 2009-05-10 misha
9461:
9462: * tests/205.html: - test for ^file::create[...] was added
9463:
9464: * tests/204.html: - test for ^response:clear[] was added
9465:
9466: * tests/038.html: - tests for trigonometric functions were added
9467:
9468: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9469: added - more tests for .add, .sub, .union, .intersects and
9470: .intersections
9471:
9472: * tests/065.html: - test for ^file:dirname was added
9473:
9474: * tests/030.html: - test for $cookie:fields was added
9475:
9476: * tests/203.html: - test for ^h._keys[column name] was added
9477:
9478: * tests/201.html: - tests for .trim were added
9479:
9480: * tests/202.html: - tests for last-day,
9481: date:calendar[type](YYYY;MM;DD) were added
9482:
9483: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9484: .offset[type](N) were added
9485:
9486: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9487: and .pos[c](N) were added
9488:
9489: * tests/141.html: - test for math:sha1 was added
9490:
9491: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9492:
9493: 2009-05-09 misha
9494:
9495: * src/main/compile.y: - rollback
9496:
9497: 2009-05-05 misha
9498:
9499: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9500: replaced by is_empty()
9501:
9502: * src/: include/pa_string.h, main/pa_charset.C: - little
9503: optimisation: somewhere length() was replaced by is_empty()
9504:
9505: * src/classes/table.C: - little optimisation: somewhere length()
9506: was replaced by is_empty()
9507:
9508: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9509: classes/op.C, classes/table.C, main/pa_exception.C: - little
9510: optimisation: somewhere length() was replaced by is_empty()
9511:
9512: 2009-05-04 misha
9513:
9514: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9515: types/pa_vstateless_class.h, main/execute.C,
9516: include/pa_request.h, classes/hash.C, classes/op.C,
9517: classes/table.C: - more optimisations were added: some operators
9518: don't switch write context anylonger
9519:
9520: 2009-05-01 misha
9521:
9522: * src/main/compile.y: - slightly more opcode optimisations for
9523: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
9524:
9525: * src/main/execute.C: - simplifying process for getters
9526:
9527: 2009-04-30 misha
9528:
9529: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
9530:
9531: * tests/results/199.processed: - test for checking $result into
9532: ^rem was added
9533:
9534: * tests/199.html: - test for checking $result into ^rem was added
9535:
9536: * tests/: 022.html, 096.html: - þsort after :list was asses (on
9537: some OS it returns list in different order)
9538:
9539: * src/: include/pa_array.h, include/pa_request.h,
9540: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
9541: changes in stack impl - get_element() optimisation: 3rd param
9542: removed - bugfix: problems with reading empty input param -
9543: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
9544:
9545: * tests/results/198.processed: - test for reading empty local var
9546: was added
9547:
9548: * tests/198.html: - test for reading empty local var was added
9549:
9550: 2009-04-29 misha
9551:
9552: * src/main/compile.y: - bugfix: couldn't compile because
9553: OP_VALUE__GET_ELEMENT should be unde #ifdef
9554:
9555: * src/: include/pa_array.h, include/pa_opcode.h,
9556: include/pa_request.h, main/compile.y, main/execute.C,
9557: main/pa_request.C, types/pa_vmethod_frame.C,
9558: types/pa_vmethod_frame.h: - we can work without opcode
9559: OP_STORE_PARAM, so it was removed
9560:
9561: 2009-04-28 misha
9562:
9563: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
9564: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
9565: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
9566: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
9567: 4.
9568: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
9569:
9570: * src/main/compile_tools.h: - new stuff for op-codes optimisation
9571:
9572: * src/: main/pa_string.C, classes/string.C: - !length() =>
9573: is_empty()
9574:
9575: 2009-04-27 misha
9576:
9577: * src/types/pa_vregex.h: - back explicit vars initialisation
9578:
9579: 2009-04-24 misha
9580:
9581: * src/classes/string.C: - ups. typo fixed
9582:
9583: * src/main/execute.C: - more replacements '*new VBool' to
9584: 'VBool::get' - checks for ^break[], ^continue[] and
9585: parser.interrupted were optimised
9586:
9587: * src/classes/string.C: - number of params.count() calls was
9588: slightly reduced
9589:
9590: 2009-04-23 misha
9591:
9592: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9593: make it x64 friendly
9594:
9595: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9596: parser is x64 friendly now
9597:
9598: 2009-04-22 misha
9599:
9600: * src/types/pa_vhashfile.C: - coder friendly exception about
9601: exceeding record size was added
9602:
9603: * src/classes/file.C: - use vregex object instead of direct calls
9604: methods from pcre lib
9605:
9606: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
9607: classes/string.C: - use vregex object instead of direct calls
9608: methods from pcre lib
9609:
9610: * src/: include/pa_common.h, main/pa_common.C: - method
9611: print_pcre_exec_error_text was moved to class vregex
9612:
9613: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
9614: was added
9615:
9616: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
9617: - class vregex was added
9618:
9619: 2009-04-21 misha
9620:
9621: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
9622:
9623: * src/: types/pa_junction.h, types/pa_value.C,
9624: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
9625: types/pa_wcontext.h, main/execute.C, classes/op.C: -
9626: junction-optimisation (destructors)
9627:
9628: * src/include/pa_array.h: - free under if now
9629:
9630: 2009-04-19 misha
9631:
9632: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
9633:
9634: 2009-04-18 misha
9635:
9636: * src/include/pa_version.h:
9637: :q :
9638:
9639: CV:
9640: ----------------------------------------------------------------------
9641:
9642: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
9643: refactoring
9644:
9645: * src/: include/pa_array.h, include/pa_hash.h,
9646: types/pa_vmethod_frame.h: - destructors under #ifdef now
9647:
9648: * src/include/pa_memory.h: - define for using destructors was added
9649:
9650: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9651: main/execute.C: - some junctions will be cached now
9652:
9653: * src/include/pa_hash.h: - hash destructor frees pairs now
9654:
9655: * src/include/pa_array.h: - inline was added to destructor
9656:
9657: * src/types/pa_method.h: - comment was changed
9658:
9659: 2009-04-17 misha
9660:
9661: * src/: include/pa_array.h, include/pa_hash.h,
9662: types/pa_vmethod_frame.h: - destructors were added
9663:
9664: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
9665: renamed to always_use_result
9666:
9667: * src/main/: compile.y, compile_tools.h: - rollback changes in
9668: compiler: full backward compatibility is better
9669:
9670: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
9671: result in var's hash
9672:
9673: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9674: optimisation in method_frame
9675:
9676: * src/include/pa_array.h: - optimisation in array (allocate
9677: elements only when needed)
9678:
9679: * src/types/pa_vresponse.C: - check for $response:headers field
9680: before looking at custom fields
9681:
9682: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9683: not needed to check existance var with name 'result' in var's
9684: hash
9685:
9686: * src/main/compile.y: - compiler was changed: now it detects
9687: writings to $result and set flag writo_to_result in method
9688:
9689: * src/classes/string.C: - little optimisation: no needed to write
9690: number with lang
9691:
9692: * src/main/pa_charset.C: - methods readChar and skipChar which is
9693: used for read utf8-strings were renamed - is_escaped was renamed
9694: to isEscaped (to the same name convention)
9695:
9696: * src/: types/pa_method.h, main/compile_tools.h: - flag
9697: write_to_result added. compiler get this info from code.
9698:
9699: 2009-04-16 misha
9700:
9701: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9702: String only before 1st write
9703:
9704: * src/include/pa_string.h: - not needed template removed
9705:
9706: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9707: types/pa_vjunction.C, types/pa_vproperty.C,
9708: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9709: main/pa_request.C, classes/bool.C, classes/double.C,
9710: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9711: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9712: bool objects)
9713:
9714: 2009-04-15 misha
9715:
9716: * src/lib/cord/cordxtra.c: - more optimisation
9717:
9718: * src/: include/pa_string.h, main/untaint.C: - String::append
9719: optimisation
9720:
9721: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9722: then get and can sometime be used)
9723:
9724: * src/main/pa_string.C: - String::length optimisation
9725:
9726: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9727: these methods read different strings
9728:
9729: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9730: fresult_initial_void removed + some optimisation - if $result
9731: defined we don't write to context anymore
9732:
9733: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9734: need just skip char)
9735:
9736: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9737: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9738: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9739:
9740: * src/types/pa_vvoid.h: - added get() method for retreave one
9741: instance
9742:
9743: 2009-04-11 misha
9744:
9745: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9746:
9747: * tests/197.html: - test for parser://test in xml was added
9748:
9749: * src/classes/string.C: - small optimisation
9750:
9751: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9752: optimisation
9753:
9754: 2009-04-10 misha
9755:
9756: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9757: to pcre-7.8
9758:
9759: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9760:
9761: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9762: added
9763:
9764: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9765: $request:CLASS_NAME were added
9766:
9767: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9768: were added
9769:
9770: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9771: $env:CLASS_NAME were added
9772:
9773: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9774: '@todo' now
9775:
9776: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9777: compirer
9778:
9779: * src/main/pa_string.C: - little code cleanup
9780:
9781: * src/main/pa_common.C: - describe one more UTF-8 related error
9782: during PCRE compile/execute
9783:
9784: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9785: normalizing todo-comments: '@todo' now
9786:
9787: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9788:
9789: * src/main/pa_charset.C: - type changed for making compiler happy
9790:
9791: 2009-03-10 misha
9792:
9793: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9794: in main()
9795:
9796: 2009-02-01 misha
9797:
9798: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9799: boundary
9800:
9801: 2009-01-25 misha
9802:
9803: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9804:
9805: * src/classes/file.C: - more changes for parsing different number
9806: of params for file::load
9807:
9808: * tests/193.html: - tests for exception while base64-decode binary
9809: to string was added
9810:
9811: * tests/192.html: - tests for file::load with different number of
9812: options
9813:
9814: * src/classes/math.C: - ups. forgot '+1'
9815:
9816: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9817: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9818: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9819: (new option $.encode[multipart-form/data] should be specified) -
9820: $.method[] option for file::load now is not case-sensitive
9821:
9822: * src/: include/pa_string.h, main/untaint.C: - for file post the
9823: new taint language L_FILE_POST was added
9824:
9825: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9826: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9827: stuff was moved to separate files
9828:
9829: 2009-01-23 misha
9830:
9831: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9832: spaces to tabs were converted
9833:
9834: 2009-01-12 misha
9835:
9836: * src/main/pa_http.C: - value of $.method[] option force uppercased
9837: now
9838:
9839: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9840: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9841: their names
9842:
9843: * src/main/pa_common.C: - changes in formating
9844:
9845: * src/: classes/file.C, main/pa_http.C: - some constants changed
9846: their names
9847:
9848: * src/include/pa_http.h: - some spaces were converted to tabs
9849:
9850: * src/include/pa_common.h: - some constants changed their names
9851:
9852: * src/classes/file.C: - fixed 4-th paramether for file::load -
9853: little code rewriting
9854:
9855: * src/types/pa_vfile.C: - little code rewriting
9856:
9857: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9858: types/pa_value.h: - some formating changes
9859:
9860: * src/include/pa_common.h: - some formating spaces transformed to
9861: tabs
9862:
9863: * src/classes/string.C: - exception while base64-decode binary to a
9864: string
9865:
9866: 2009-01-11 misha
9867:
9868: * configure.in: - version changed to 3.3.1b
9869:
9870: 2008-09-05 misha
9871:
9872: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9873: release_3_3_0 on 2008-09-05 10:59:35 +0000
9874:
9875: 2008-09-04 misha
9876:
9877: * tests/: 130.html, 131.html: - these exceptions not typeless
9878: anymore
9879:
9880: * src/classes/op.C: - exception with 'invalid taint language' not
9881: typeless anylonger
9882:
9883: * src/classes/image.C: - some exceptions while operations with
9884: image not typeless anymore
9885:
9886: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9887: main/pa_exec.C, main/pa_http.C: - some exceptions while
9888: operations with files not typeless anymore
9889:
9890: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9891: types/pa_vdate.h: - exceptions while checking date range not
9892: typeless anymore
9893:
9894: * src/include/pa_exception.h: - exception type string for invalid
9895: date range was added
9896:
9897: 2008-09-03 misha
9898:
9899: * src/: classes/file.C, main/pa_string.C: - exception while pce
9900: operations not typeless anymore
9901:
9902: * src/include/pa_exception.h: - exception type for pce operations
9903: was added
9904:
9905: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9906: and .CLASS_NAME insite classes
9907:
9908: * src/classes/table.C: - don't save table header whiile
9909: ^table.save[append;filename] if file exists
9910:
9911: 2008-09-02 misha
9912:
9913: * src/main/compile.y, src/main/compile_tools.h,
9914: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9915: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9916: renamed to partial and it login changed: we must mark class as
9917: partial for allow their modifications in future.
9918:
9919: 2008-08-29 misha
9920:
9921: * tests/results/022.processed: - testing taint[regex] in mask for
9922: file:list
9923:
9924: * tests/022.html: - testing taint[regex] in mask for file:list
9925:
9926: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9927: for file:list was added
9928:
9929: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9930: file:list
9931:
9932: 2008-08-26 misha
9933:
9934: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9935: last derived object
9936:
9937: * src/classes/image.C: - many strings "image.format" replaced by
9938: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9939: understand some more exif tags
9940:
9941: * src/include/pa_exception.h: - string "image.format" was added
9942:
9943: 2008-08-21 misha
9944:
9945: * src/: main/pa_string.C, classes/file.C: - use method for print
9946: pcre_exec text error
9947:
9948: * src/main/pa_common.C: - method for print pcre_exec text error was
9949: added
9950:
9951: * src/include/pa_common.h: - method declaration for print pcre_exec
9952: text error was added
9953:
9954: 2008-08-19 misha
9955:
9956: * src/main/execute.C: - bugfix: opcodes must be in separate
9957: namespace while debug execution as well
9958:
9959: * tests/: 015.html, results/015.processed: - test for escaping some
9960: parser chars was added
9961:
9962: 2008-08-18 misha
9963:
9964: * tests/: 190.html, 190.p, results/190.processed: - test for
9965: $caller.self.field + default getter in one class was added
9966:
9967: * tests/: 189.html, results/189.processed: - test for
9968: ^date::create[date object]
9969:
9970: * tests/: 188.html, results/188.processed: - tests for match with
9971: UTF-8 strings
9972:
9973: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9974: ^string.match[]
9975:
9976: * ChangeLog: - parser 3.3.0 beta13
9977:
9978: 2008-08-15 misha
9979:
1.116 moko 9980: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9981: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9982: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9983: dftables.c: - old PCRE files removed
1.95 moko 9984:
9985: * src/lib/pcre/config.h: - configuration for PCRE library
9986:
9987: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9988: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9989:
9990: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9991: library and set flag UTF8 if $request:charset is UTF-8
9992:
9993: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9994: include/pa_config_fixed.h: - moved to new PCRE library
9995:
9996: * src/: main/main.vcproj, types/types.vcproj,
9997: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9998: win32\pcre instead of parser3\src\lib\pcre
9999:
10000: * src/: include/pa_opcode.h, include/pa_operation.h,
10001: main/compile.C, main/compile.y, main/compile_tools.C,
10002: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10003: opcodes were moved to separate namespace
10004:
10005: 2008-08-14 misha
10006:
10007: * src/types/pa_vstateless_class.C: - newline at the end missed
10008:
10009: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10010: tainting
10011:
10012: 2008-08-11 misha
10013:
10014: * tests/: 187.html, 187.p, results/187.processed: - tests for
10015: $caller.self, $caller.self.field and $caller.self.field[value]
10016: were added
10017:
10018: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10019: runtime as well (for $caller.self)
10020:
10021: 2008-07-25 misha
10022:
10023: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10024: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10025: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10026: tests with international characters
10027:
10028: 2008-07-23 misha
10029:
10030: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10031: file::load[...;http://
10032:
10033: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10034: now everywhere in separate namespace
10035:
10036: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10037: for vars
10038:
10039: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10040: can be escaped by '^'
10041:
10042: 2008-07-22 misha
10043:
10044: * src/classes/string.C, tests/186.html: - names changes:
10045: escape=>js-escape, unescape=>js-unescape
10046:
10047: 2008-07-21 misha
10048:
10049: * tests/results/186.processed: - test for string escape/unescape
10050:
10051: * tests/186.html: - test for string escape/unescape
10052:
10053: * src/classes/string.C: - string has escape and unescape methods
10054: now
10055:
10056: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10057: added
10058:
10059: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10060: method-layers added (with different params)
10061:
10062: 2008-07-18 misha
10063:
10064: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10065: was added
10066:
10067: * tests/185.html: - test for ^str.pos[sub](offset) added
10068:
10069: * src/classes/string.C, src/classes/void.C, operators.txt: -
10070: ^string.pos[substr](offset) -- 2nd param accepted now
10071:
10072: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10073: strings
10074:
10075: 2008-07-17 misha
10076:
10077: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10078: helper length added for mid for small optimisation
10079:
10080: 2008-07-16 misha
10081:
10082: * tests/: 185.html, results/185.processed: - tests for
10083: length/left/right/mid/pos with utf-8 strings
10084:
10085: * src/classes/string.C: - left/right/mid/length/pos works fine for
10086: utf-8 strings
10087:
10088: * src/main/untaint.C: - comments removed
10089:
10090: * src/: include/pa_string.h, main/pa_string.C,
10091: include/pa_charset.h, main/pa_charset.C: - methods for working
10092: with pos/mid for strings in utf-8 were added
10093:
10094: 2008-07-15 misha
10095:
10096: * tests/: 184.html, results/184.processed: - test for case body as
10097: expression: $var(^switch(1){^case(1)(true)..})
10098:
10099: * src/classes/op.C: - case body can be expression now:
10100: $var(^switch(1){^case(1)(true)..})
10101:
10102: * tests/: results/183.processed, 183.html: - added test for testing
10103: new cookie encoding (%uXXXX)
10104:
10105: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10106: decoding for backward compatibility they decoded from %XX in
10107: request:charset too
10108:
10109: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10110: - cookie class now decode cookies before first access after last
10111: request:charset changing (as form class).
10112:
10113: * src/main/pa_charset.C: - added method escape for escaping cookies
10114: as %uXXXX - before transcode calculate required space for dest
10115: string. it reduce mem usage for transcode
10116:
10117: * src/include/pa_charset.h: - added method escape for escaping
10118: cookies as %uXXXX
10119:
10120: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10121: was added. will used for escaping cookies as %uXXXX
10122:
10123: * src/include/pa_common.h: - escape method has new option for skip
10124: converting '+' to a space char
10125:
10126: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10127: transcode - escape method has new option for skip converting '+'
10128: to a space char
10129:
10130: 2008-07-08 misha
10131:
10132: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10133: (no UE if more then 1 case matches anylonger) - optimization:
10134: doing searching.as_string() || searching.as_double() only once
10135:
10136: 2008-07-04 misha
10137:
10138: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10139: now ^date::create[date object] works
10140:
10141: * src/classes/string.C: - left and right added as aliases for start
10142: and end in ^string.trim[]
10143:
10144: 2008-07-03 misha
10145:
10146: * src/classes/file.C: - allow $.limit for file::sql as well
10147:
10148: * src/classes/file.C: - allow $.offset option for file::sql - force
10149: send limit=1 to query for use sql specifics authomatically
10150:
10151: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10152: if $.limit value if empty. autoconvert it as everywere
10153:
10154: 2008-07-02 misha
10155:
10156: * configure.in: - time to change version number to 3.3.0 %-)
10157:
10158: * src/include/pa_version.h: - time to change version number to
10159: 3.3.0 %-)
10160:
10161: 2008-06-26 misha
10162:
10163: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10164: $.limit(0) fixes
10165:
10166: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10167: - $.limit(0) fixes
10168:
10169: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10170: new API)
10171:
10172: * src/: include/pa_sql_driver_manager.h,
10173: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10174: classes/op.C: - document_root added
10175:
10176: * src/main/compile.tab.C: - error message was changed
10177:
10178: 2008-06-25 misha
10179:
10180: * src/main/compile.y: - error message was changed
10181:
10182: 2008-06-24 misha
10183:
10184: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10185:
10186: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10187: tests for @OPTIONS\nappend
10188:
10189: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10190:
10191: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10192:
10193: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10194:
10195: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10196: compile.y
10197:
10198: 2008-06-17 misha
10199:
10200: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10201: compilation: ^if(default){true. it's incorrect. must be
10202: exception}
10203:
10204: 2008-06-16 misha
10205:
10206: * tests/: 181.ent, 181.html, results/181.processed: - test for
10207: checking external reference loading with 'http://localhost'
10208: prefix while creating xdoc
10209:
10210: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10211: ^math:long2ip[] and ^math:ip2long[]
10212:
10213: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10214: added which use scalar stateless class method when user object
10215: used in scalar context - use get_scalar_value when user object
10216: requested in scalar context
10217:
10218: * src/main/pa_common.C: - size must be int but not size_t or we
10219: can't compare with 0 sprintf result
10220:
10221: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10222: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10223: with internal switch between local/global vars
10224:
10225: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10226: specified
10227:
10228: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10229: pa_vstateless_object.h: - stateless class and object now has
10230: private scalar field and getter/setter for working with it
10231:
10232: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10233: moved to inet static class
10234:
10235: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10236: class added (^inet:aton[IP], ^inet:ntoa(number))
10237:
10238: * tests/: 180.html, results/180.processed: - tests for
10239: ^math:long2ip(long) and ^math:ip2long[IP]
10240:
10241: * src/classes/math.C: - ^math:ip2long[IP] added
10242:
10243: 2008-06-11 misha
10244:
10245: * src/main/pa_xml_io.C: - use file_read_text again because of we
10246: need cut BOM code and remove DOS newline chars. but don't
10247: transcode it anyway.
10248:
10249: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10250: main/pa_http.C: - option for disable transcoding while file_read
10251: and file_read_text added
10252:
10253: 2008-06-10 misha
10254:
10255: * tests/: 179.html, 179.p, results/179.processed: - test for many
10256: classes in 1 file
10257:
10258: * src/main/: compile.C, compile_tools.h: - compile return list of
10259: classes now.
10260:
10261: * src/main/: compile.y, compile.tab.C: - compile return list of
10262: classes now. internals.
10263:
10264: * src/main/pa_request.C: - compile return list of classes now. try
10265: call @conf and @auto for each returned class
10266:
10267: * src/include/pa_request.h: - compile return list of classes now
10268:
10269: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10270: return list of classes when compile buf)
10271:
10272: 2008-06-07 misha
10273:
10274: * src/main/pa_request.C: - constructing VRequest object with 3rd
10275: param -- form
10276:
10277: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10278: 3rd param: form. needed for get post_charset
10279:
10280: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10281: added
10282:
10283: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10284: types/pa_vform.C, types/pa_vform.h: - some polish
10285:
10286: 2008-06-06 misha
10287:
10288: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10289: charset and decode chars from it but not from response:charset
10290:
10291: * src/main/pa_http.C: - detect_charset moved out of here
10292:
10293: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10294: methods moved here - unescape_chars accepn one charset now
10295:
10296: * src/main/pa_http.C: - new constants used - don't allow
10297: $.content-type in ^file::load[;http://;$.method[POST]] - add
10298: charset info while ^file::load[;http://;$.method[POST]] - option
10299: $.omit-post-charset(true) added to ^file::load[;http://] for
10300: disabling charset during post
10301:
10302: * src/types/pa_vform.C: - new constants used
10303:
10304: * src/include/pa_common.h: - some constants were added
10305:
10306: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10307: instead of StrEqNc
10308:
10309: * src/main/pa_common.C: - new method for caseless search
10310: c-substring in c-string - use isxdigit instead of is_hex_digit
10311:
10312: * src/include/pa_common.h: - new method for caseless search
10313: c-substring in c-string
10314:
10315: 2008-06-05 misha
10316:
10317: * tests/results/178.processed: - test for testing default getter
10318:
10319: * tests/178.html: - test for testing default getter
10320:
10321: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10322: for test for testing default getter
10323:
10324: * src/main/execute.C: - default getter soul
10325:
10326: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10327: requested objects' field not found
10328:
10329: * src/types/pa_vclass.C: - register default getter if defined - get
10330: default getter if requested field not found
10331:
10332: * src/types/pa_vstateless_object.h: - method get_default_getter was
10333: added
10334:
10335: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10336: pointer to default getter and methods for get/set it were added
10337:
10338: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10339: auto_name field (for default getter)
10340:
10341: 2008-06-04 misha
10342:
10343: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10344: transcoding, no cutting BOM code, no fixing line breaks) and get
10345: it to libxml "as is"
10346:
10347: 2008-06-03 misha
10348:
10349: * src/main/pa_common.C: - use store_Char instead of
10350: transcodeCharFromUTF8
10351:
10352: * src/: include/pa_charset.h, main/pa_charset.C: - method
10353: store_Char added, transcodeCharFromUTF8 -- removed
10354:
10355: 2008-06-02 misha
10356:
10357: * tests/: results/177.processed, 177.html: - test for checking
10358: .[acm]date after local ^file::load[] was added
10359:
10360: * tests/: results/176.processed, 176.html: - test for checking
10361: @OPTION\locals + @method[vars][locals] added
10362:
10363: * tests/results/auto.p: - CLASS_PATH specified for checking use
10364:
10365: 2008-05-30 misha
10366:
10367: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10368: @OPTION\nlocals + @method[vars][;locals;] were added
10369:
10370: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10371: moved to separate method op_code - switch from VMethodFrame to
10372: VMethodFrameGlobal + VMethodFrameLocal
10373:
10374: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10375: was moved to separate method op_code
10376:
10377: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10378: VMethodFrame now
10379:
10380: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10381: all_vars_local as well
10382:
10383: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10384: pa_vmethod_frame_local.h, Makefile.am: - who children for
10385: VMethodFrame were added: one (global) works as VMethodFrame
10386: before and second (local) write all vars in self vars scope
10387:
10388: * src/types/pa_method.h: - method has bool flag all_vars_local now
10389:
10390: 2008-05-29 misha
10391:
10392: * tests/: 129.html, results/129.processed: - more tests for
10393: ^table.hash[]
10394:
10395: * src/classes/hash.C: - ^hash::sql has a new option:
10396: $.type[hash|string|table] as ^table.hash[] one.
10397:
10398: * src/classes/op.C: - ^try has 3rd param now: finally code which
10399: executed anyway after try or catch section
10400:
10401: 2008-05-27 misha
10402:
10403: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10404: must not fail if $.distinct(1) wasn't specified
10405:
10406: 2008-05-26 misha
10407:
10408: * src/classes/op.C: - allow ^throw[my type]
10409:
10410: 2008-05-22 misha
10411:
10412: * configure.in, configure: - version number updated to 3.2.4b
10413:
10414: * src/classes/: op.C, string.C: - trim format string before
10415: eval/format
10416:
10417: * tests/: results/175.processed, 175.html: - more tests for
10418: different format strings in .format[]
10419:
10420: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10421: as well (not only %XX)
10422:
10423: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10424: charset specified - checks for format before print number
10425: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10426: (instead of tabs) removed
10427:
10428: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10429: charset specified
10430:
10431: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10432: char in requested charset from utf code was added
10433:
10434: 2008-05-19 misha
10435:
10436: * tests/: 174.html, results/174.processed: - test for
10437: ^hashfile.cleanup[] added
10438:
10439: * src/classes/hashfile.C: - optimization: don't create any key or
10440: value variable if it's name weren't specified
10441: (^hf.foreach[;v]{...})
10442:
10443: 2008-05-16 misha
10444:
10445: * src/classes/hash.C: - optimization: don't create any key variable
10446: if variable name wasn't specified (^h.foreach[;v]{...})
10447:
10448: 2008-05-15 misha
10449:
10450: * src/classes/op.C: - small changes
10451:
10452: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10453:
10454: * src/classes/hash.C: - calculate var_context once before foreach
10455:
10456: 2008-05-14 misha
10457:
10458: * src/classes/hashfile.C: - incorrect vars context calculation for
10459: ^hashfile.foreach[;]{} fixed
10460:
10461: * src/classes/: hash.C, table.C: - little optimisation
10462:
10463: * src/classes/file.C: - bugfix: double absolute path while loading
10464: file
10465:
10466: * tests/: 174.html, results/174.processed: - tests for hashfile
10467: were added
10468:
10469: * buildall-with-xml: - moving to libxslt 1.1.24
10470:
10471: 2008-04-30 misha
10472:
10473: * src/classes/file.C: - stat file while loading (local only) so
10474: .adate, .mdate and .cdate available without additional ::stat
10475:
10476: 2008-04-28 misha
10477:
10478: * src/classes/file.C: - $.name and $.content-type available for
10479: stated file
10480:
10481: 2008-04-14 misha
10482:
10483: * src/targets/cgi/parser3.C: - new year in copyright %-)
10484:
10485: * src/include/pa_version.h: - new version number in head
10486:
10487: 2008-04-10 misha
10488:
10489: * tests/: 080.html, results/080.processed: - cut '0' from
10490: exponential part because of on diff OS it differ (20 or 020 for
10491: ex)
10492:
10493: * tests/: 119.html, results/119.processed: - check for encoding
10494: while creating xdoc
10495:
10496: 2008-04-09 misha
10497:
10498: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10499:
10500: * src/main/pa_common.C: - comment added
10501:
10502: * src/classes/date.C: - little refactoring
10503:
10504: 2008-04-07 misha
10505:
10506: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10507: style of ^table.save[]: prepare one big string and sabe it at
10508: once. it's safe on freebsd 4.x but use much more memory.
10509:
10510: * buildall-with-xml, buildall-without-xml: - option
10511: --disable-stringstream added (under comment. use it on freebsd
10512: 4.x)
10513:
10514: 2008-02-22 misha
10515:
10516: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
10517: specified together in file::load[;http] - get back transcoding
10518: $.body[] in file::load[;http]
10519:
10520: 2008-02-21 misha
10521:
10522: * src/classes/date.C: - ^date.gmt-string[] was added
10523:
10524: * src/types/pa_value.C: - method for output date in RFC 822 format
10525: moved to pa_common.h
10526:
10527: * src/include/pa_common.h: - method for output date in RFC 822
10528: format moved here from pa_value.C
10529:
10530: * src/types/pa_vmail.C: - fixed core in sending mail with
10531: attachment in simple mode ($.file[file here]) introduced in 3.2.2
10532:
10533: 2008-02-20 misha
10534:
10535: * src/main/pa_http.C: - transcode $.headers before escaping into
10536: specified charset while ^file::load[...;http://...] (L_URI
10537: instead of L_HTTP_HEADER) - $.cookies param available in
10538: ^file::load[;http://...] now (but we don't parse set-cookies from
10539: response yet) (cookies not transcoded as common $cookies)
10540:
10541: 2008-02-19 misha
10542:
10543: * src/main/pa_request.C: - rollback: we mustn't force taint
10544: $response:field values because in this case
10545: $response:locateion[http://...] don't works.
10546:
10547: 2008-02-15 misha
10548:
10549: * src/classes/op.C: - little refactoring
10550:
10551: * src/main/pa_http.C: - taint names of $.headers for load[;http
10552:
10553: * src/main/pa_request.C: - force taint values of $response:field
10554:
10555: 2008-02-14 misha
10556:
10557: * src/main/pa_request.C: - $response:field transcoded to
10558: $response:charset before escaping now
10559:
10560: * src/main/pa_http.C: - some outdated comments removed
10561:
10562: * src/classes/date.C: - lastdat -> last-day
10563:
10564: * src/classes/date.C: - ^date:lastday(year;month) and
10565: ^date.lastday[] were added - little code refactoring - comments
10566: changes
10567:
10568: * tests/: 159.html, results/159.processed: - test for number of
10569: days in February
10570:
10571: * src/types/pa_value.C: - fixes in code formatting
10572:
10573: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
10574: and comments
10575:
10576: 2008-02-13 misha
10577:
10578: * src/main/pa_common.C: - bugfix for february at leap year
10579:
10580: 2008-01-28 misha
10581:
10582: * tests/: 160.html, results/160.processed: - more test for cache
10583: added
10584:
10585: * src/classes/op.C: - bugfix: cache body executed twice if contains
10586: unhandled exception
10587:
10588: 2008-01-25 misha
10589:
10590: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
10591: bug when hashfile became inavailable after memory:compact)
10592:
10593: * src/lib/sdbm/apr_strings.C: - +arp_malloc
10594:
10595: 2008-01-22 misha
10596:
10597: * src/classes/table.C: - little refactiring and exception texts
10598: changes in method ^table.hash[]
10599:
10600: * src/types/pa_vcookie.C: - link to cookie specification changed
10601:
10602: 2008-01-21 misha
10603:
10604: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
10605: file::exec/cgi
10606:
10607: * src/classes/file.C: - bugfix: core while processing headers if
10608: executed cgi script don't return content
10609:
10610: 2008-01-18 misha
10611:
10612: * buildall-with-xml: - move to libxml2 version 2.6.31
10613:
10614: * src/include/pa_version.h, configure.in: - version number updated
10615: to '3.2.3b'
10616:
10617: 2007-12-28 misha
10618:
10619: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
10620: hash.contains
10621:
10622: 2007-12-27 misha
10623:
10624: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10625: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
10626: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
10627: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
10628: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10629: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
10630: src/targets/cgi/parser3.vcproj,
10631: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
10632: back to VS2003 because of Apache 1.3 module can't work if it was
10633: built in VS 2005. with cgi all file so VS2003 project files can
10634: be easy converted to the new format.
10635:
10636: 2007-12-04 misha
10637:
10638: * src/types/pa_vcode_frame.h: - changes in comment
10639:
10640: 2007-11-29 misha
10641:
10642: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
10643: intercept strings any longer
10644:
10645: * tests/: 173.html, results/173.processed: - tests for
10646: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
10647: but not in main code frame
10648:
10649: * tests/: 172.html, results/172.processed: - more tests for pass
10650: objects from code frames
10651:
10652: 2007-11-27 misha
10653:
10654: * tests/: 152.html, results/152.processed: - tests for converting
10655: strings 'true'/'false' to bool were added
10656:
10657: * tests/152.html: - added checks for converting strings
10658: 'true'/'false' to bool
10659:
10660: * src/classes/string.C: - ^srting.bool[] now can convert to bool
10661: not only strings with numbers but with values 'true'/'false' as
10662: well
10663:
10664: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
10665: for parser3.log increased
10666:
10667: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
10668:
10669: * src/include/pa_common.h: - remove_crlf return cstring size now
10670:
10671: * src/include/pa_types.h: - constant with buffer size for
10672: parser3.log added
10673:
10674: 2007-11-16 misha
10675:
10676: * tests/cat.sh: - script for tests for file::exec/cgi
10677:
10678: * tests/171.html: - tests for file::exec/cgi
10679:
10680: * tests/results/171.processed: - tests results for file::exec/cgi
10681:
10682: 2007-11-15 misha
10683:
10684: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10685:
10686: * src/classes/file.C: - .body must be set before analyzing cgi
10687: headers
10688:
10689: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10690: only if exec/cgi return anything.
10691:
10692: 2007-11-14 misha
10693:
10694: * operators.txt: - info about new text|binary option for
10695: file::exec/cgi was added
10696:
10697: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10698: ^file:exec[[text|binary];script;...]
10699:
10700: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10701: classes/string.C, classes/table.C: - more text strings moved to
10702: the one place
10703:
10704: 2007-11-09 misha
10705:
10706: * src/types/pa_vrequest.C: - $request:argv must be taint
10707:
10708: * ChangeLog: - $request:argv [patch from Sumo]
10709:
10710: * operators.txt: - $request:argv
10711:
10712: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10713: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10714:
10715: 2007-10-25 misha
10716:
10717: * buildall-with-xml, buildall-without-xml: - options preparations
10718: for ./configure rewrited
10719:
10720: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10721: error occure in unhandled_exception finally fixed
10722:
10723: 2007-10-23 misha
10724:
10725: * tests/: 170.html, results/170.processed: - test for
10726: @method[][result]
10727:
10728: * operators.txt: - added info about node.prefix and
10729: node.namespaceURI
10730:
10731: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10732:
10733: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10734: added for node and attribute
10735:
10736: 2007-10-22 misha
10737:
10738: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10739:
10740: * src/main/pa_request.C: - added const content-transfer-encoding
10741:
10742: * src/include/pa_request.h: - added const content-transfer-encoding
10743: - ups. constants must be in lowercase (for search)
10744:
10745: * src/types/pa_vmail.C: - more constants used -
10746: content-transfer-encoding: 8bit added
10747:
10748: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10749:
10750: * src/include/pa_request.h: - more constants
10751:
10752: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10753: ommit anymore if $.content-disposition was specified - little
10754: refactoring
10755:
10756: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10757:
10758: 2007-10-17 misha
10759:
10760: * operators.txt: - info about
10761: table::create[nameless]{data}[>options<] was added
10762:
10763: * src/main/: compile.tab.C, compile.y: - if error occure while
10764: compile method don't put this method in methods table anymore.
10765: in other case the parser coredumped if @unhandled_exception
10766: method can't be compiled because of parser.compile error.
10767:
10768: * src/main/execute.C: - little code reformating
10769:
10770: * src/main/pa_request.C: - little code reformating - comment
10771: changed
10772:
10773: 2007-10-16 misha
10774:
10775: * tests/: 035.html, results/035.processed: - tests
10776: table::create[]{}[options] added
10777:
10778: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10779: options (only $.seperator[] yet)
10780:
10781: 2007-10-10 misha
10782:
10783: * src/classes/table.C: - some contstants moved to pa_common.h -
10784: some code changes
10785:
10786: 2007-10-02 misha
10787:
10788: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10789: then three time as much. but base64 encoding method still use
10790: less memory anyway.
10791:
10792: 2007-09-17 misha
10793:
10794: * operators.txt: - added info about $cookie:fields
10795:
10796: * src/types/pa_vcookie.C: - $cookie:fields available now
10797:
10798: * src/classes/hash.C: - some stuff for use with .for_each moved to
10799: common
10800:
10801: * src/include/pa_common.h: - some stuff for use with .for_each
10802: moved here
10803:
10804: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10805:
10806: 2007-09-14 misha
10807:
10808: * buildall-with-xml: - new xml libs again =)
10809:
10810: 2007-08-28 misha
10811:
10812: * operators.txt: - texts about ^table.columns[[column name]] and
10813: ^string.split[...][v][column name] were added
10814:
10815: * tests/: 168.html, 169.html, results/168.processed,
10816: results/169.processed: - tests for ^table.columns[[column name]]
10817: and ^string.split[...][v][column name] were added
10818:
10819: * src/classes/table.C: - new option ^table.columns[[column name]]
10820: was added
10821:
10822: * src/classes/string.C: - new option ^string.split[...;v;[column
10823: name]]
10824:
10825: * src/include/pa_exception.h: - error text message for
10826: ^hash._keys[], ^table.columns[] and ^string.split[]
10827:
10828: 2007-08-27 misha
10829:
10830: * src/main/untaint.C: - try to fix coredump on unix if print to
10831: body ^taint[sql][something] outside of connect
10832:
10833: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10834: outside of connect
10835:
10836: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10837: added (commented by default)
10838:
10839: 2007-08-20 misha
10840:
10841: * operators.txt: - comment about new method ^node.hasAttributes[]
10842: was added
10843:
10844: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10845: duplicated exception text strings were removed
10846:
10847: * src/include/pa_exception.h: - more exception text strings moved
10848: here
10849:
10850: * src/classes/table.C: - some duplicate exceptions' text strings
10851: removed
10852:
10853: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10854: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10855: removed
10856:
10857: * src/include/pa_exception.h: - some exception text strings movet
10858: to pa_exception
10859:
10860: * tests/: 149.html, results/149.processed: - test for
10861: ^xnode.hasAttributes[] was added - some code changes
10862:
10863: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10864: added
10865:
10866: 2007-08-17 misha
10867:
10868: * tests/: results/006.processed, results/059.processed, 006.html,
10869: 059.html: - more tests for match
10870:
10871: * tests/: 129.html, results/129.processed: - tests for
10872: ^table.hash[...][$.type[string|hash|table]] added
10873:
10874: * src/targets/cgi/parser3.C: - little syntax changes
10875:
10876: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10877: syntax changes
10878:
10879: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10880: messages in parser3.log switched off by default. If someone
10881: really still need it: use $SIGPIPE(1)
10882:
10883: 2007-08-08 misha
10884:
10885: * buildall-with-xml, buildall-without-xml: - remove libs source
10886: files by default since now
10887:
10888: 2007-08-07 misha
10889:
10890: * buildall-without-xml: - some option syntax changes
10891:
10892: * buildall-with-xml: - compile libxml2 without http support - some
10893: option syntax changes
10894:
10895: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10896:
10897: 2007-08-06 misha
10898:
10899: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10900:
10901: * tests/: 160.html, results/160.processed: - cache test was
10902: rewrited
10903:
10904: 2007-07-06 misha
10905:
10906: * tests/: 153.html, results/153.processed: - added test for
10907: ^math:sha1[string]
10908:
10909: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10910: transcoded
10911:
10912: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10913: were added
10914:
10915: 2007-06-28 misha
10916:
10917: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10918: some incorrect chars
10919:
10920: 2007-06-19 misha
10921:
10922: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10923: were moved on top because of gcc 4 had a problems during
10924: building.
10925:
10926: 2007-06-18 misha
10927:
10928: * tests/results/019.processed: - new image commited
10929:
10930: 2007-06-09 misha
10931:
10932: * src/classes/: op.C, table.C: - in while and table.select method
10933: as_expression used now
10934:
10935: * src/types/pa_vmethod_frame.h: - method as_expression was added
10936:
10937: 2007-06-08 misha
10938:
10939: * tests/: 166.html, results/166.processed: - test for
10940: ^match[...][n]
10941:
10942: * tests/: 165.html, results/165.processed: - tests for loops
10943:
10944: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10945: because of no speed/memory optimisation but some proglems with
10946: long cycles occure
10947:
10948: 2007-06-06 misha
10949:
10950: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10951: ^table.select(true) and ^table.select(1) didn't works because of
10952: awaiting junction-param only. fixed.
10953:
10954: 2007-05-24 misha
10955:
10956: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10957: with 0.5 secs interval
10958:
10959: * src/classes/op.C: - cache was rewrited. I hope it works with
10960: locking system now on unix
10961:
10962: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10963: system locks which wait till other threads release it but try get
10964: lock, if fail wait 1 sec and make 10 attempts.
10965:
10966: * src/include/pa_os.h: - consts for blocking locks + some comments
10967: were added
10968:
10969: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10970: opening files
10971:
10972: * src/classes/table.C: - changes in includes. if unclude <sstream>
10973: after our classes on unix it can't be build
10974:
10975: * src/types/pa_vhashfile.C: - not needed code removed
10976:
10977: 2007-05-23 misha
10978:
10979: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10980: include/pa_common.h: - cosmetic changes
10981:
10982: 2007-05-18 misha
10983:
10984: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10985: often. it's give some speed increasing
10986:
10987: * tests/results/160.processed: - returned time corrected
10988:
10989: * tests/160.html: - time increased because on unix 1 mean nothing
10990: :(
10991:
10992: * operators.txt: - added info about ^hash.contain[key]
10993:
10994: * src/classes/hash.C: - added ^hash.contain[key]
10995:
10996: * src/include/pa_hash.h: - added method for checking key exists in
10997: hash
10998:
10999: 2007-05-07 misha
11000:
11001: * src/include/pa_string.h: - was compilation error during build on
11002: freebsd4
11003:
11004: 2007-05-03 misha
11005:
11006: * src/classes/table.C: - option $.type[hash|string|table] was added
11007: for ^table.hash[]
11008:
11009: * src/classes/file.C: - comment removed
11010:
11011: 2007-04-26 misha
11012:
11013: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11014: real files doesn't opened in place anymore
11015:
11016: 2007-04-24 misha
11017:
11018: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11019:
11020: * src/include/pa_exception.h: "static" removed
11021:
11022: 2007-04-23 misha
11023:
11024: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11025:
11026: * src/classes/math.C: added: - ^math:ln(N) (the same as
11027: ^math:log(N)) - ^math:lg(N)
11028:
11029: * tests/: 097.html, results/097.processed: - charsets converstion
11030: during ^file::load[text;http://...] added
11031:
11032: * tests/: 164.html, results/164.processed: - check for set expires
11033: as a date
11034:
11035: * tests/: 164.html, results/164.processed: - test for hashfile
11036:
11037: * src/classes/hashfile.C: - little comment changes
11038:
11039: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11040: access
11041:
11042: * src/: classes/date.C, classes/double.C, classes/file.C,
11043: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11044: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11045: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11046: classes/xnode.h, include/pa_request.h, main/execute.C,
11047: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11048: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11049: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11050: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11051: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11052: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11053: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11054: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11055: "parser.runtime" strings were removed
11056:
11057: * src/classes/hashfile.C: - with .clear[] called files_delete()
11058: now.
11059:
11060: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11061:
11062: * src/include/pa_exception.h: - string constant with
11063: "parser.runtime" text was added
11064:
11065: 2007-04-20 misha
11066:
11067: * operators.txt: - some comments changing
11068:
11069: * operators.txt: - added info about .^hashfile.release[],
11070: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
11071:
11072: * configure: =cheching for unsetenv
11073:
11074: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11075: ^hashfile.release[] were added
11076:
11077: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11078: ^string.match[][] understand new option now: return number of
11079: matches but not table wit results
11080:
11081: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11082: reopen now
11083:
11084: * src/classes/op.C: - bug. must be false
11085:
11086: * configure.in: - checking for unsetenv was added
11087:
11088: * src/types/pa_vform.C: - some comments
11089:
11090: 2007-04-18 misha
11091:
11092: * buildall-with-xml: moving to libxml2-2.6.28
11093:
11094: * buildall-with-xml, buildall-without-xml: added commented lines
11095: with --disable-safe-mode option
11096:
11097: * operators.txt: - info about $form:files
11098:
11099: 2007-04-17 misha
11100:
11101: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11102: $form:files was added
11103:
11104: * tests/: 163.html, results/163.processed: removing auto format
11105:
11106: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11107:
11108: 2007-04-16 misha
11109:
11110: * tests/: 163.html, results/163.processed: - test for .int[],
11111: floor, round, ceiling and .format[]
11112:
11113: * src/classes/file.C: - little optimization for getting args in
11114: exec/cgi
11115:
11116: 2007-04-13 misha
11117:
11118: * src/classes/file.C: - arguments for file::exec/cgi can be
11119: specified now as s table with one column
11120:
11121: 2007-03-27 misha
11122:
11123: * tests/: 162.html, results/162.processed: - test for
11124: ^table.select(^condition[$t])
11125:
11126: * tests/results/auto.p: - load windows-1251 charset for some tests
11127:
11128: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11129:
11130: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11131: 161_windows1251.txt: - added test for
11132: ^file::load[text;/local/file.txt;$.charset[...]]
11133:
11134: * tests/: results/013.processed, 013.html: - added test for
11135: checking $._default value while hash modifications
11136:
11137: * tests/: 160.html, results/160.processed: - add test for
11138: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11139:
11140: 2007-03-22 misha
11141:
11142: * src/include/pa_common.h: - "charset" string defined for
11143: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11144:
11145: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11146: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11147: added - not needed transcodes were removed from
11148: ^file::load[...;http://...]
11149:
11150: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11151: added
11152:
11153: * src/classes/date.C: - date.week was fixed
11154:
11155: * operators.txt: - added info about date.weekyear
11156:
11157: * tests/: 159.html, results/159.processed: - tests for date.week
11158: and date.weekyear added
11159:
11160: 2007-03-15 misha
11161:
11162: * src/classes/table.C: - enclose column numbers for nameless tables
11163: as well
11164:
11165: 2007-03-14 misha
11166:
11167: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11168:
11169: * src/classes/table.C: - table.save optimization: now required much
11170: less memory
11171:
11172: 2007-03-13 misha
11173:
11174: * tests/results/: 158.processed, 158.processes: - tests for
11175: table.save/table.load
11176:
11177: * tests/: 158.html, results/158.processes: - tests for
11178: table.save/table.load
11179:
11180: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11181:
11182: * buildall-with-xml: - pattern needed now for building
11183:
11184: * tests/results/097.processed: - added test results for xdoc::load
11185: & xdoc::load[http://...]
11186:
11187: * tests/097.html: - added test for xdoc::load
11188:
11189: 2007-03-12 misha
11190:
11191: * tests/: 107.html, results/107.processed: - added test for xpath
11192: '//man'
11193:
11194: 2007-03-01 misha
11195:
11196: * tests/: 097.html, results/097.processed: - added test for
11197: creating xdoc from file
11198:
11199: * tests/: results/157.processed, 157.html: - added test for
11200: file:move
11201:
11202: 2007-02-28 misha
11203:
11204: * src/classes/xdoc.C: - another attempt
11205:
11206: * src/classes/xdoc.C: - roll back last changes for a while
11207:
11208: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
11209:
11210: * src/classes/file.C: - under lock we create non-exist dir anyway
11211:
11212: * tests/results/099.processed: - ever send content-disposition to
11213: client with file
11214:
11215: * tests/157.html: + test for file:copy
11216:
11217: 2007-02-26 misha
11218:
11219: * src/classes/file.C: - some similar strings moved to #define
11220: instead of to be copy/pasted many times
11221:
11222: * src/types/pa_vfile.h: - class name string ("file") moved to
11223: #define
11224:
11225: 2007-02-20 misha
11226:
11227: * configure.in: - added some strings for sqlite detection
11228:
11229: 2007-02-19 misha
11230:
11231: * operators.txt: - some comments changes
11232:
11233: * buildall-with-xml, buildall-without-xml: - some modifications
11234:
11235: 2007-02-17 misha
11236:
11237: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11238:
11239: * src/main/pa_request.C: - damn, i forgot to commit it while I
11240: change console behaviour
11241:
11242: 2007-02-12 misha
11243:
11244: * src/targets/cgi/parser3.C: - don't print headers if
11245: $console:line[data] was used during cgi execution.
11246:
11247: * src/types/pa_vconsole.h: - console class have bool flag now which
11248: marked as 'true' if class was used.
11249:
11250: * tests/: 152.html, results/152.processed: - more types was added
11251: to test 152
11252:
11253: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11254: adding 'bool' (^if($image){} caused exception)
11255:
11256: 2007-02-09 misha
11257:
11258: * tests/: 152.html, results/152.processed: - test alightly updated
11259:
11260: * tests/: 152.html, results/152.processed: - test rewrited
11261:
11262: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11263: bugfix. I broke xdoc & xnode in expression
11264:
11265: 2007-02-08 misha
11266:
11267: * tests/: 152.html, results/152.processed: - add test for checking
11268: 'def' for void, string, bool, int & double
11269:
11270: 2007-02-07 misha
11271:
11272: * operators.txt: - ^file:base64[filespec] was added
11273:
11274: * tests/results/153.processed: - result test for
11275: ^file:base64[filespec] was updated
11276:
11277: * tests/153.html: - test for ^file:base64[filespec] was added
11278:
11279: * src/types/pa_vconsole.h: - little optimization
11280:
11281: * src/classes/file.C: - ^file:base64[filespec]
11282:
11283: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11284:
11285: * src/include/pa_common.h: - declarations for
11286: ^file:base64[filespec]
11287:
11288: * src/types/pa_vcookie.C: - little optimization
11289:
11290: 2007-02-06 misha
11291:
11292: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11293: were temporary commented
11294:
11295: * src/types/pa_vbool.h: - bugfix
11296:
11297: * tests/156.html: - added test for bool cookie
11298:
11299: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11300:
11301: * tests/: 155.html, results/155.processed: - added test for check
11302: $.encloser[] option for table save/load
11303:
11304: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11305:
11306: 2007-02-05 misha
11307:
11308: * tests/results/152.processed: - newline at the end was missed
11309:
11310: * tests/results/141.processed: - math:md5 must be lowercased
11311:
11312: * src/targets/cgi/parser3.C: - 2007 in help ;)
11313:
11314: 2007-02-03 misha
11315:
11316: * tests/results/: 150.processed, 151.processed, 152.processed: -
11317: test for bool added and some content length fixes
11318:
11319: * tests/152.html: - test for bool added
11320:
11321: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11322:
11323: * operators.txt: - info bool class was added
11324:
1.116 moko 11325: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11326: classes/classes.vcproj, classes/double.C, classes/int.C,
11327: classes/string.C, classes/void.C, classes/xnode.C,
11328: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11329: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11330: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11331: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11332: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11333: types/types.vcproj: - bool class was added
11334:
11335: * src/main/pa_request.C: - fix
11336:
11337: 2007-01-18 misha
11338:
11339: * src/: main/pa_string.C, classes/string.C: - return table during
11340: ^string.match[][] even if no matched found.
11341:
11342: 2006-12-20 misha
11343:
11344: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11345: http://www.parser.ru/forum/?id=55598 ]
11346:
11347: 2006-12-19 misha
11348:
11349: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11350: details: http://www.parser.ru/forum/?id=52359
11351:
11352: * src/main/pa_request.C: - always set content-disposition for
11353: $response:body[hash here]. more details:
11354: http://www.parser.ru/forum/?id=52130
11355:
11356: 2006-12-07 misha
11357:
11358: * operators.txt: - added info about bool params in cookie set
11359:
11360: * src/types/pa_vcookie.C: - bool param in cookies available now
11361: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11362: ]
11363:
11364: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11365: was added
11366:
11367: 2006-12-02 misha
11368:
11369: * src/classes/file.C: - file_block_read used instead of native read
11370:
11371: * src/main/pa_common.C: - added file_block_read with read error
11372: detection - file_block_read used instead of native read
11373:
11374: * src/include/pa_common.h: - added file_block_read declaration
11375:
11376: 2006-12-01 misha
11377:
11378: * operators.txt: - info about $var.CLASS_NAME was added
11379:
11380: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11381: $var.CLASS_NAME added
11382:
11383: * operators.txt: - added info about ^file:copy[]
11384:
11385: * src/classes/file.C: - ^file:copy[from;fo] was added
11386:
11387: 2006-11-20 misha
11388:
11389: * src/classes/date.C: - bug fix :)
11390:
11391: 2006-11-17 misha
11392:
11393: * src/include/pa_common.h: - array in crc32 calculation was changed
11394: to static
11395:
11396: * src/main/pa_common.C: - little optimization in getMonthDays -
11397: small changes in crc32 calculation
11398:
11399: * src/classes/date.C: - not needed code was removed
11400:
11401: 2006-11-16 misha
11402:
11403: * src/types/pa_vmail.C: - fix missed brakes
11404:
11405: * src/types/pa_vmail.C: - mail:send now set content-type:
11406: multipart/related instead of multipart/mixed if file have
11407: $.content-id[]
11408:
11409: 2006-11-15 misha
11410:
11411: * src/types/pa_vdouble.h: abs -> fabs
11412:
11413: 2006-11-14 misha
11414:
11415: * operators.txt: - added info about ^file.md5[] and
11416: ^file:md5[file-name]
11417:
11418: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11419: added
11420:
11421: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11422: FILE_BUFFER_SIZE
11423:
11424: * src/classes/math.C: - hex_string was moved to pa_common.h
11425:
11426: * src/include/pa_common.h: - hex_string was moved from math.C -
11427: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11428:
11429: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11430: values was fixed
11431:
11432: 2006-11-13 misha
11433:
11434: * operators.txt: - added info about ^math:crc32[string],
11435: ^file:crc32[file-name] & ^file.crc32[]
11436:
11437: * src/classes/math.C: - added ^math:crc32[string]
11438:
11439: * src/classes/file.C: - some comments were changed - added
11440: ^file:crc32[file-name] and ^file.crc32[]
11441:
11442: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11443: crc32 calculation added
11444:
11445: 2006-11-03 misha
11446:
11447: * src/include/pa_array.h: - not needed variable removed
11448:
11449: * tests/: 150.html, 151.html, results/150.processed,
11450: results/151.processed: - 2 tests were added
11451:
11452: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11453: with $.reverse(1) were fixed
11454:
11455: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11456: query converted to $.charset during ^file::load[http://...]
11457:
11458: 2006-11-02 misha
11459:
11460: * src/include/pa_table.h: ups. forget '=' char
11461:
11462: * src/include/pa_table.h: - one more fix in
11463: .locate[...][$.reverse(1)]
11464:
11465: 2006-11-01 misha
11466:
11467: * src/classes/math.C: - bug fix, details:
11468: http://www.parser.ru/forum/?id=53360
11469:
11470: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11471: false for all records )[$.reverse(1)]
11472:
11473: * src/main/pa_http.C: - second param for this mid method is length
11474: but not end_index so this method has error and can't detect
11475: charsets in next content-types: Content-type: text/html;
11476: charset="windows-1251" Content-type: text/html;
11477: charset="windows-1251"; Content-type: text/html;
11478: charset=windows-1251;
11479:
11480: only Content-type: text/html; charset=windows-1251 was fine
11481:
11482: 2006-10-31 misha
11483:
11484: * src/classes/file.C: - empty args in file::exec removed now
11485:
11486: 2006-09-03 paf
11487:
11488: * src/classes/file.C: proper tainting of
11489: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11490:
11491: 2006-06-09 paf
11492:
11493: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11494:
11495: * src/classes/table.C: formatting
11496:
11497: * src/classes/table.C: incorporated patch from misha: Sent:
11498: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11499: ignoring string options for ^table.save[]
11500:
11501: * src/classes/hash.C: incorporated patch from misha Sent:
11502: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11503: $hash._default disappear while
11504:
11505: * operators.txt: ^mail:send[ $.file1[ $.value[file]
11506: $.format[!uue|!base64] << new base64 option. default uue ] ]
11507:
11508: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
11509: PM Subject: patch for base64 in ^mail:send[] %-)
11510:
11511: 2006-04-09 paf
11512:
11513: * src/main/compile.tab.C: ` change compiled
11514:
11515: * gnu.vcproj, operators.txt, parser3.sln,
11516: src/classes/classes.vcproj, src/classes/file.C,
11517: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
11518: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11519: src/classes/xnode.C, src/include/pa_array.h,
11520: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11521: src/include/pa_memory.h, src/include/pa_request.h,
11522: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11523: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11524: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11525: src/lib/pcre/pcre_dftables.vcproj,
11526: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11527: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11528: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11529: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11530: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11531: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11532: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11533: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11534: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11535: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11536: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11537: src/types/pa_value.h, src/types/pa_vcookie.C,
11538: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11539: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11540: src/types/pa_vstatus.C, src/types/types.vcproj,
11541: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
11542: ^menu, ^hash/hashfile.foreach
11543:
11544: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11545: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11546: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11547: src/classes/xnode.C, src/include/pa_array.h,
11548: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11549: src/include/pa_memory.h, src/include/pa_request.h,
11550: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11551: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11552: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11553: src/lib/pcre/pcre_dftables.vcproj,
11554: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11555: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11556: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11557: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11558: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11559: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11560: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11561: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11562: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11563: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11564: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11565: src/types/pa_value.h, src/types/pa_vcookie.C,
11566: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11567: src/types/pa_vstatus.C, src/types/types.vcproj,
11568: tests/descript.ion: ! switched to VS2005 (projects and
11569: object<info explicitly typed>.for_each(, info)) +
11570: $response:field[] setting void means removing + grammar $name`
11571: name stops now, for mysql `$field` + started ^break[]
11572: ^continue[], in ^for. TODO: to other iterators (while, menu,
11573: foreach) + all log messages += [uri=, method=, cl=]
11574:
11575: * buildall-with-xml: merged . ftp paths update
11576:
11577: * buildall-with-xml: . ftp paths update
11578:
11579: 2006-03-04 paf
11580:
11581: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
11582: checks++ [thanks to Igor Zinkovsky for detailed report]
11583:
11584: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
11585: Igor Zinkovsky for detailed report]
11586:
11587: 2006-03-01 paf
11588:
11589: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11590: \n to ' ' in
11591:
11592: 2006-02-18 paf
11593:
11594: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11595: \n to ' ' in
11596:
11597: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
11598:
11599: 2006-02-03 paf
11600:
11601: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
11602: base64
11603:
11604: * src/main/pa_common.C: ! bugfix: decoding from base64
11605:
11606: 2006-01-20 paf
11607:
11608: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11609: economy fix
11610:
11611: * src/classes/: table.C: merged from HEAD ! bugfix
11612: ^table.save[$.encloser-s now handled properly
11613:
11614: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
11615: handled properly
11616:
11617: 2006-01-19 paf
11618:
11619: * buildall-with-xml, buildall-without-xml: merged from HEAD !
11620: libgc:USE_MUNMAP activates merging of free memory blocks which
11621: helps a lot in our case: after transform we want
11622: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
11623:
11624: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11625: economy fix
11626:
11627: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
11628: activates merging of free memory blocks which helps a lot in our
11629: case: after transform we want CORD(main.result)->cstr[big
11630: malloc]->transcode[big malloc]
11631:
11632: 2006-01-17 paf
11633:
11634: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
11635: before reading them. got rid of reallocs = became quicker and
11636: less fragmentated
11637:
11638: 2005-12-29 paf
11639:
1.116 moko 11640: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
11641: configure, configure.in, src/include/pa_version.h,
11642: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 11643: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
11644: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
11645: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
11646: src/lib/ltdl/missing: . merged from 3.2.1
11647:
1.116 moko 11648: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
11649: packaged when 'make dist', so do configure companion files in
11650: src/lib/ltdl
11651:
11652: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
11653: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
11654: missing: . now config_auto.h is created with configure [were
11655: constant]
1.95 moko 11656:
11657: * INSTALL: . references to documentation and some clarification
11658:
11659: * buildall-with-xml, buildall-without-xml: . farawell doc
11660: indication
11661:
1.116 moko 11662: * Makefile.am: . dist+=buildall*
1.95 moko 11663:
11664: 2005-12-28 paf
11665:
11666: * configure: . 3.2.1
11667:
11668: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
11669: simplify build process, see INSTALL
11670:
11671: 2005-12-26 paf
11672:
11673: * configure: ver
11674:
11675: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
11676: version
11677:
11678: 2005-12-21 paf
11679:
11680: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
11681: compiled with bison 1.875b, it reports unexpected token names
11682:
11683: 2005-12-19 paf
11684:
11685: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11686: holds a link to xmlNode to prevent premature gc(xmlNode)
11687:
11688: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11689: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11690: src/main/main.vcproj, src/main/pa_globals.C,
11691: src/targets/cgi/parser3.vcproj,
11692: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11693: configure, configure.in, src/include/pa_version.h: . killing
11694: gdome [what a relief]
11695:
11696: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11697: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11698: run_parser.sh, results/001.processed, results/002.processed,
11699: results/003.processed, results/004.processed,
11700: results/005.processed, results/006.processed,
11701: results/008.processed, results/009.processed,
11702: results/010.processed, results/011.processed,
11703: results/012.processed, results/013.processed,
11704: results/014.processed, results/015.processed,
11705: results/016.processed, results/017.processed,
11706: results/018.processed, results/020.processed,
11707: results/021.processed, results/022.processed,
11708: results/023.processed, results/024.processed,
11709: results/025.processed, results/026.processed,
11710: results/027.processed, results/028.processed,
11711: results/029.processed, results/030.processed,
11712: results/031.processed, results/032.processed,
11713: results/033.processed, results/034.processed,
11714: results/035.processed, results/036.processed,
11715: results/037.processed, results/038.processed,
11716: results/039.processed, results/040.processed,
11717: results/041.processed, results/042.processed,
11718: results/043.processed, results/044.processed,
11719: results/045.processed, results/046.processed,
11720: results/047.processed, results/048.processed,
11721: results/049.processed, results/050.processed,
11722: results/051.processed, results/052.processed,
11723: results/053.processed, results/054.processed,
11724: results/055.processed, results/056.processed,
11725: results/057.processed, results/058.processed,
11726: results/059.processed, results/060.processed,
11727: results/061.processed, results/062.processed,
11728: results/063.processed, results/064.processed,
11729: results/065.processed, results/066.processed,
11730: results/067.processed, results/068.processed,
11731: results/069.processed, results/070.processed,
11732: results/071.processed, results/072.processed,
11733: results/073.processed, results/074.processed,
11734: results/075.processed, results/076.processed,
11735: results/077.processed, results/078.processed,
11736: results/079.processed, results/080.processed,
11737: results/081.processed, results/082.processed,
11738: results/083.processed, results/084.processed,
11739: results/085.processed, results/086.processed,
11740: results/087.processed, results/088.processed,
11741: results/089.processed, results/090.processed,
11742: results/091.processed, results/092.processed,
11743: results/093.processed, results/094.processed,
11744: results/095.processed, results/096.processed,
11745: results/097.processed, results/099.processed,
11746: results/100.processed, results/101.processed,
11747: results/102.processed, results/104.processed,
11748: results/105.processed, results/106.processed,
11749: results/107.processed, results/108.processed,
11750: results/109.processed, results/110.processed,
11751: results/111.processed, results/112.processed,
11752: results/113.processed, results/114.processed,
11753: results/115.processed, results/117.processed,
11754: results/119.processed, results/120.processed,
11755: results/121.processed, results/122.processed,
11756: results/123.processed, results/124.processed,
11757: results/125.processed, results/126.processed,
11758: results/127.processed, results/128.processed,
11759: results/129.processed, results/130.processed,
11760: results/131.processed, results/132.processed,
11761: results/133.processed, results/134.processed,
11762: results/135.processed, results/136.processed,
11763: results/138.processed, results/139.processed,
11764: results/140.processed, results/141.processed,
11765: results/142.processed, results/143.processed,
11766: results/144.processed, results/145.processed,
11767: results/146.processed, results/147.processed,
11768: results/148.processed, results/149.processed, results/auto.p: .
11769: now works if we turn off default auto.p
11770:
1.116 moko 11771: * configure: . makes
1.95 moko 11772:
11773: * src/types/pa_vxnode.C: . less warnings
11774:
11775: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11776: tests/145.html, tests/149.html, tests/descript.ion,
11777: tests/outputs/d.cmd, tests/results/142.processed,
11778: tests/results/143.processed, tests/results/144.processed,
11779: tests/results/145.processed, tests/results/146.processed,
11780: tests/results/147.processed, tests/results/148.processed,
11781: tests/results/149.processed: . removed .nodeValue from all node
11782: types other than 5 (grabbed piece from gdome)
11783:
11784: * tests/: 137.html, results/137.processed: . not handled this case
11785: yet. code does not hang from inserting parent into child,
11786: considering thing minor issue -- nodes are removed from source
11787: anyway, don't know why shold that be an error after all
11788:
11789: * src/targets/cgi/parser3.C: . style
11790:
11791: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11792: xdoc too [were barking "not element"]
11793:
11794: 2005-12-16 paf
11795:
11796: * tests/: 146.html, 147.html, 148.html: . more tests
11797:
11798: * src/classes/xnode.C: . also bark on possible errors
11799:
11800: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11801: props
11802:
11803: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11804: main/compile.y: merged from HEAD ! fixed overoptimized
11805: ^call(false) case. (confused it with ^call[] case)
11806:
11807: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11808: ^call(false) case. (confused it with ^call[] case)
11809:
11810: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11811:
11812: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11813: results/001.processed, results/002.processed,
11814: results/003.processed, results/004.processed,
11815: results/005.processed, results/006.processed,
11816: results/008.processed, results/009.processed,
11817: results/010.processed, results/011.processed,
11818: results/012.processed, results/013.processed,
11819: results/014.processed, results/015.processed,
11820: results/016.processed, results/017.processed,
11821: results/018.processed, results/019.processed,
11822: results/020.processed, results/021.processed,
11823: results/022.processed, results/023.processed,
11824: results/024.processed, results/025.processed,
11825: results/026.processed, results/027.processed,
11826: results/028.processed, results/029.processed,
11827: results/030.processed, results/031.processed,
11828: results/032.processed, results/033.processed,
11829: results/034.processed, results/035.processed,
11830: results/036.processed, results/037.processed,
11831: results/038.processed, results/039.processed,
11832: results/040.processed, results/041.processed,
11833: results/042.processed, results/043.processed,
11834: results/044.processed, results/045.processed,
11835: results/046.processed, results/047.processed,
11836: results/048.processed, results/049.processed,
11837: results/050.processed, results/051.processed,
11838: results/052.processed, results/053.processed,
11839: results/054.processed, results/055.processed,
11840: results/056.processed, results/057.processed,
11841: results/058.processed, results/059.processed,
11842: results/060.processed, results/061.processed,
11843: results/062.processed, results/063.processed,
11844: results/064.processed, results/065.processed,
11845: results/066.processed, results/067.processed,
11846: results/068.processed, results/069.processed,
11847: results/070.processed, results/071.processed,
11848: results/072.processed, results/073.processed,
11849: results/074.processed, results/075.processed,
11850: results/076.processed, results/077.processed,
11851: results/078.processed, results/079.processed,
11852: results/080.processed, results/081.processed,
11853: results/082.processed, results/083.processed,
11854: results/084.processed, results/085.processed,
11855: results/086.processed, results/087.processed,
11856: results/088.processed, results/089.processed,
11857: results/090.processed, results/091.processed,
11858: results/092.processed, results/093.processed,
11859: results/094.processed, results/095.processed,
11860: results/096.processed, results/097.processed,
11861: results/099.processed, results/101.processed,
11862: results/102.processed, results/104.processed,
11863: results/105.processed, results/106.processed,
11864: results/107.processed, results/108.processed,
11865: results/109.processed, results/110.processed,
11866: results/111.processed, results/112.processed,
11867: results/113.processed, results/114.processed,
11868: results/115.processed, results/116.processed,
11869: results/117.processed, results/118.processed,
11870: results/119.processed, results/120.processed,
11871: results/121.processed, results/122.processed,
11872: results/123.processed, results/124.processed,
11873: results/125.processed, results/126.processed,
11874: results/127.processed, results/128.processed,
11875: results/129.processed, results/130.processed,
11876: results/131.processed, results/132.processed,
11877: results/133.processed, results/134.processed,
11878: results/135.processed, results/136.processed,
11879: results/137.processed, results/138.processed,
11880: results/139.processed, results/140.processed,
11881: results/141.processed: . refreshed old tests, made them work
11882: without auto.p (in utf8) . things noted: . gif got encoded
11883: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11884: some strange year)
11885:
11886: * INSTALL: . revived linux libgc fix
11887:
11888: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11889: glib/gdome in INSTALL and patches]
11890:
11891: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11892: include/pa_charset.h, include/pa_config_includes.h,
11893: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11894: include/pa_xml_exception.h, lib/cord/Makefile.am,
11895: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11896: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11897: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11898: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11899: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11900: types/pa_vxnode.h: . started killing gdome
11901:
11902: 2005-12-13 paf
11903:
11904: * src/main/: pa_request.C: merged from HEAD ! when code in
11905: @unhandled_exception thrown another exception, print correct
11906: origin (earlier code in catch of exception inside of
11907: @unhandled_exception grabbed parent_frame(original_exception)
11908: origin and printed it, instead of true origin)
11909:
11910: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11911: another exception, print correct origin (earlier code in catch of
11912: exception inside of @unhandled_exception grabbed
11913: parent_frame(original_exception) origin and printed it, instead
11914: of true origin)
11915:
11916: 2005-12-09 paf
11917:
11918: * INSTALL: . updated INSTALL doc to work around linux stack base
11919: detection problem, due to change in gc6.4 code
11920:
11921: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11922: ignored in ^string.matched :(
11923:
11924: * src/main/pa_string.C: ! regex tainting were ignored in
11925: ^string.matched :(
11926:
11927: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11928: src/include/pa_config_fixed.h, src/include/pa_version.h,
11929: src/main/compile.y, src/main/compile_tools.h,
11930: src/main/pa_charset.C, src/main/pa_common.C,
11931: src/main/pa_globals.C, src/main/pa_string.C,
11932: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11933: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11934:
11935: 2005-12-08 paf
11936:
11937: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11938: 500 chars now handled OK [were wrapped on 500th char according to
11939: rfc, but sendmail failed to unwrap it properly]
11940:
11941: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11942: handled OK [were wrapped on 500th char according to rfc, but
11943: sendmail failed to unwrap it properly]
11944:
11945: * src/targets/isapi/parser3isapi.C: . less warnings
11946:
11947: * src/targets/isapi/parser3isapi.C: . undone some strange change
11948: since 3.1.5
11949:
11950: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11951: link fixes
11952:
11953: * src/: classes/date.C, include/pa_config_fixed.h,
11954: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11955: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11956: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11957:
11958: * src/include/pa_config_fixed.h: . removed outdated string origins
11959: [in current storage scheme there's no place for them. someday we
11960: can add third CORD to store origins and special version of parser
11961: which stores origins there [separate binary]]
11962:
11963: 2005-12-07 paf
11964:
11965: * src/targets/isapi/parser3isapi.C: . now links in release mode
11966:
11967: * src/include/pa_version.h: makefiles
11968:
11969: * src/include/pa_version.h: . not beta
11970:
11971: * configure, configure.in, src/include/pa_version.h: not beta
11972:
11973: 2005-12-06 paf
11974:
11975: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11976: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11977: decided to undo the change ^call[$void] passes void. now it will
11978: pass empty string again.
11979:
11980: * src/main/: compile.tab.C, compile.y: . version readded
11981:
11982: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11983: = ^switch[void] problem
11984:
11985: 2005-12-01 paf
11986:
11987: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11988: caused ^case[string] to be coerced to double since searching
11989: value were not string (it was vvoid)
11990:
11991: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11992: ^case[string] to be coerced to double since searching value were
11993: not string (it was vvoid)
11994:
11995: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11996: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11997:
11998: 2005-11-30 paf
11999:
12000: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12001: win32 must putenv("TZ="), on unix works only putenv("TZ")
12002:
12003: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12004: putenv("TZ="), on unix works only putenv("TZ")
12005:
12006: * INSTALL: . xml libs versions updated
12007:
12008: * src/main/pa_globals.C: //20051130 trying to remove this, author
12009: claims that fixed a lot there // 20040920 for now both
12010: workarounds needed. wait for new libxml/xsl versions
12011:
12012: 2005-11-28 paf
12013:
12014: * src/classes/table.C: merged from HEAD: ! nameless table has
12015: columns==0
12016:
12017: * src/classes/table.C: ! nameless table has columns==0
12018:
12019: * src/main/pa_http.C: merged from HEAD: ! status line check made
12020: earlier [was totally wrong]
12021:
12022: * src/main/pa_http.C: ! status line check made earlier [was totally
12023: wrong]
12024:
12025: 2005-11-25 paf
12026:
12027: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12028: undoing for now...
12029:
12030: * src/include/pa_version.h: -this reduces speed(table::load),
12031: strange. undoing
12032:
12033: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12034:
12035: * src/classes/op.C: + ^while(){}[SEPARATOR]
12036:
12037: * src/include/pa_array.h: + optimistics added: all arrays (table
12038: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12039: this speeds things up and saves memory a LOT! (not noticed
12040: negative effect on syntetic tests, future will tell...)
12041:
12042: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12043: changed gc_malloc implementation, which obscured profiling
12044:
12045: * src/classes/table.C: merged from HEAD: + optimized
12046: table::load/sql, now row ArrayString-s allocated with
12047: columns.count() elements and don't always grow from
12048: count=3[realloc,realloc]
12049:
12050: * src/classes/table.C: + optimized table::load/sql, now row
12051: ArrayString-s allocated with columns.count() elements and don't
12052: always grow from count=3[realloc,realloc]
12053:
12054: * src/classes/table.C: merged from HEAD: . ^table.save unused
12055: buffer after save
12056:
12057: * src/classes/table.C: . ^table.save unused buffer after save
12058:
12059: 2005-11-24 paf
12060:
12061: * configure.in: . merged glib2-config patch
12062:
12063: * configure.in: + trying to find glib2-config
12064:
12065: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12066: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12067: file/dir_readable to simple file/dir_exist, this would help in
12068: situations "class not found because .p file has bad rights" << in
12069: that case error would be explicit "access denied to 'this' file"
12070:
1.116 moko 12071: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12072:
12073: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12074: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12075: to simple file/dir_exist, this would help in situations "class
12076: not found because .p file has bad rights" << in that case error
12077: would be explicit "access denied to 'this' file"
12078:
12079: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12080: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12081: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12082: ^file::exec/cgi[script;$.charset[changed]
12083: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12084: encoded in $.charset charset
12085:
12086: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12087: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12088: encoded in $.charset charset
12089:
12090: * src/: include/Makefile.am, include/pa_common.h,
12091: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12092: main/pa_common.C, main/pa_http.C: . extracted http:// into
12093: separate file [preparation for
12094: ^file::cgi[script;$.form[$.field1[]
12095:
12096: 2005-11-22 paf
12097:
12098: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12099:
12100: * acinclude.m4, configure.in: . merged underquting fixes
12101:
1.116 moko 12102: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12103:
12104: * src/classes/op.C: . overmerged a little
12105:
12106: * src/main/compile.tab.C: Makefile
12107:
12108: * src/main/: pa_common.C: . less gcc warnings
12109:
12110: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12111: now reports original exception if we have no old cache
12112:
12113: * src/classes/op.C: + $exception.handled[cache] now reports
12114: original exception if we have no old cache
12115:
12116: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12117: from HEAD: + ^taint/untaint[regex] << escapes these:
12118: \^$.[]|()?*+{}
12119:
12120: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12121: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12122:
12123: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12124: getenv-ed variable, which does not work both on win32&unix.
12125: copied old TZ value now
12126:
12127: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12128: stored pointer to getenv-ed variable, which does not work both on
12129: win32&unix. copied old TZ value now
12130:
12131: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12132: getenv-ed variable, which does not work both on win32&unix.
12133: copied old TZ value now
12134:
12135: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12136: access to internal hash
12137:
12138: * src/types/pa_vresponse.C: + $response:headers access to internal
12139: hash
12140:
12141: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12142: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12143: isapi] this reduces number of "GC Warning: Repeated allocation of
12144: very large block" messages to only important onces
12145:
12146: * src/targets/isapi/parser3isapi.C: +
12147: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12148: isapi] this reduces number of "GC Warning: Repeated allocation of
12149: very large block" messages to only important onces
12150:
12151: * src/classes/string.C: merged from HEAD: + removed limitation on
12152: ^string/int/double:sql{}[$.default[({param style})] ]
12153:
12154: * src/classes/string.C: + removed limitation on
12155: ^string/int/double:sql{}[$.default[({param style})] ]
12156:
12157: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12158: with ?params or $.form option" limitation
12159:
12160: * src/main/pa_common.C: + removed "use either uri with ?params or
12161: $.form option" limitation
12162:
12163: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12164: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12165: ^file::base64[encoded] decode
12166:
12167: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12168: main/pa_common.C: + ^file.base64[] encode +
12169: ^file::base64[encoded] decode
12170:
12171: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12172: ^string:base64[encoded] decode
12173:
12174: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12175: ^string:base64[in] encode + ^string.base64[] decode
12176:
12177: 2005-11-21 paf
12178:
12179: * src/classes/file.C: + merged from HEAD:
12180: ^file::create[text;file.xml;^untaint[xml]{data}]
12181:
12182: * src/classes/file.C: +
12183: ^file::create[text;file.xml;^untaint[xml]{data}]
12184:
12185: * src/main/pa_request.C: ! merged: $response:body[file] now
12186: differes from :download, it does not return content-disposition
12187: at all now [previusely it returned valueless content-disposition]
12188:
12189: * src/main/pa_request.C: ! $response:body[file] now differes from
12190: :download, it does not return content-disposition at all now
12191: [previusely it returned valueless content-disposition]
12192:
12193: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12194: literals, reverted to just vvod, recreating empty array with each
12195: void_value token. that's absolutely needed, since that array
12196: grows
12197:
12198: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12199: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12200: types/pa_vmethod_frame.h: + merged: expression literals:
12201: true/false. ^format[$.indent(true)]
12202:
12203: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12204: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12205: types/pa_vmethod_frame.h: + expression literals: true/false.
12206: ^format[$.indent(true)]
12207:
12208: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12209: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12210: i386-pc-win32)"
12211:
12212: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12213: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12214: i386-pc-win32)"
12215:
12216: 2005-11-18 paf
12217:
12218: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12219: null}[$.default(123)] will now return default value
12220:
12221: * src/classes/op.C: + merged ^cache[] << returns current cache
12222: expiration time
12223:
12224: * src/classes/op.C: + ^cache[] << returns current cache expiration
12225: time
12226:
12227: * src/classes/table.C: ! merged ^table::create[not'nameless';
12228: failed << Exception.problem_source pointed to local var!
12229:
12230: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12231: Exception.problem_source pointed to local var!
12232:
12233: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12234: now loads VFile.ptr!=0, so such files can be saved now
12235:
12236: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12237: loads VFile.ptr!=0, so such files can be saved now
12238:
12239: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12240: only . and .. now removed from list [were removed all .*]
12241:
12242: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12243: .. now removed from list [were removed all .*]
12244:
12245: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12246: open error now checked, were not :( [stole that piece from apache
12247: 1.3 sources]
12248:
12249: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12250: checked, were not :( [stole that piece from apache 1.3 sources]
12251:
12252: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12253: untainting of @main result if returned by $result or
12254: $response:body
12255:
12256: * src/main/pa_request.C: ! ensured proper untainting of @main
12257: result if returned by $result or $response:body
12258:
12259: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12260: issue: now tries to guess content-length and allocates one big
12261: piece if possible [regretfully gc_realloc works as malloc+free,
12262: leaving lots of holes behind]
12263:
12264: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12265: fixed file load memory issue: now tries to guess content-length
12266: and allocates one big piece if possible [regretfully gc_realloc
12267: works as malloc+free, leaving lots of holes behind]
12268:
12269: 2005-11-16 paf
12270:
12271: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12272: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12273: table::save with enclosers now doubles them: "->"" !
12274: table::save/load do not remove elements from options hash
12275:
12276: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12277: [were overoptimized ^if(double_literal), compiler confused
12278: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12279:
12280: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12281: [were overoptimized ^if(double_literal), compiler confused
12282: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12283:
12284: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12285: main/pa_common.C: ! table::save with enclosers now doubles them:
12286: "->"" ! table::save/load do not remove elements from options hash
12287:
12288: 2005-11-03 paf
12289:
1.116 moko 12290: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12291: compilation, not all makefiles liked that
1.95 moko 12292:
12293: 2005-08-30 paf
12294:
12295: * src/classes/op.C: merge . speedup check of [DEFAULT]
12296:
12297: * src/classes/op.C: . speedup check of [DEFAULT]
12298:
12299: 2005-08-26 paf
12300:
12301: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12302:
12303: * src/: classes/date.C, types/pa_vdate.h: + date.week
12304:
12305: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12306: complains about bad!=nameless
12307:
12308: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12309: about bad!=nameless
12310:
12311: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12312: optional options were allowed to be empty. were checked
12313: if(is_string), changed to !defined||is_string to allow void
12314:
12315: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12316: classes/string.C, classes/table.C, classes/void.C: ! optional
12317: options were allowed to be empty. were checked if(is_string),
12318: changed to !defined||is_string to allow void
12319:
12320: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12321: as_junction where they needed as_int/double, so failed with
12322: recent "(const) now no junction" optimization
12323:
12324: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12325: merged ! many classes/* used as_junction where they needed
12326: as_int/double, so failed with recent "(const) now no junction"
12327: optimization
12328:
12329: * src/: classes/double.C, classes/int.C, classes/math.C,
12330: classes/op.C, classes/string.C, classes/table.C,
12331: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12332: used as_junction where they needed as_int/double, so failed with
12333: recent "(const) now no junction" optimization
12334:
12335: 2005-08-24 paf
12336:
12337: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12338: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12339: stripped it
12340:
12341: 2005-08-09 paf
12342:
12343: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12344: not cleared
12345:
12346: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12347: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12348: classes/hashfile.C, classes/image.C, classes/int.C,
12349: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12350: classes/response.C, classes/string.C, classes/table.C,
12351: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12352: include/pa_array.h, include/pa_cache_managers.h,
12353: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12354: include/pa_config_fixed.h, include/pa_config_includes.h,
12355: include/pa_dictionary.h, include/pa_dir.h,
12356: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12357: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12358: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12359: include/pa_request_charsets.h, include/pa_request_info.h,
12360: include/pa_sapi.h, include/pa_socks.h,
12361: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12362: include/pa_stack.h, include/pa_string.h,
12363: include/pa_stylesheet_connection.h,
12364: include/pa_stylesheet_manager.h, include/pa_table.h,
12365: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12366: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12367: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12368: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12369: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12370: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12371: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12372: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12373: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12374: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12375: main/pa_sql_driver_manager.C, main/pa_string.C,
12376: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12377: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12378: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12379: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12380: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12381: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12382: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12383: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12384: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12385: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12386: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12387: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12388: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12389: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12390: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12391: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12392: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12393: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12394: types/pa_vresponse.C, types/pa_vresponse.h,
12395: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12396: types/pa_vstateless_object.h, types/pa_vstatus.C,
12397: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12398: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12399: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12400: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12401: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12402:
12403: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12404: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12405: speedup consequent checks in vmethod_frame
12406:
12407: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12408: not cleared
12409:
12410: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12411: params: 50 max (were 10)
12412:
12413: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12414: params: 50 max (were 10)
12415:
12416: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12417: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12418: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12419: empty string) ! simplified (double) speedup consequent checks in
12420: vmethod_frame
12421:
12422: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12423: optimized constants in expressions vstring->vdouble + optimized
12424: ^call(vdouble), no junction creation, no calls later
12425:
12426: 2005-08-08 paf
12427:
12428: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12429: compile_tools.h: merged + optimized constants in expressions
12430: vstring->vdouble + optimized ^call(vdouble), no junction
12431: creation, no calls later
12432:
12433: * src/types/pa_vdouble.h: merged . double values without fractional
12434: part now default printed as %.0f instead of %g
12435:
12436: * src/types/pa_vdouble.h: . double values without fractional part
12437: now default printed as %.0f instead of %g
12438:
12439: * src/classes/hashfile.C: . merged ! second hashfile::open would
12440: cause an exception
12441:
12442: * src/classes/hashfile.C: ! second hashfile::open would cause an
12443: exception
12444:
12445: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12446: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12447: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12448: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12449: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12450: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12451: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12452: types/pa_vresponse.h, types/pa_vstateless_class.C,
12453: types/pa_vstateless_object.h, types/pa_vvoid.h,
12454: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12455: merged VJunction(new Junction) optimization from 3.1.4
12456:
12457: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12458: types/pa_vstateless_class.C: + optimized new VJunction(new
12459: Junction(params)) to new VJunction(params), thousands of mallocs
12460: removed
12461:
12462: 2005-08-05 paf
12463:
12464: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12465: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12466: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12467: creation, no calls later
12468:
12469: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12470: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12471: classes/hashfile.C, classes/image.C, classes/int.C,
12472: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12473: classes/response.C, classes/string.C, classes/table.C,
12474: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12475: include/pa_array.h, include/pa_cache_managers.h,
12476: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12477: include/pa_config_fixed.h, include/pa_config_includes.h,
12478: include/pa_dictionary.h, include/pa_dir.h,
12479: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12480: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12481: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12482: include/pa_request_charsets.h, include/pa_request_info.h,
12483: include/pa_sapi.h, include/pa_socks.h,
12484: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12485: include/pa_stack.h, include/pa_string.h,
12486: include/pa_stylesheet_connection.h,
12487: include/pa_stylesheet_manager.h, include/pa_table.h,
12488: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12489: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12490: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12491: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12492: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12493: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12494: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12495: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12496: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12497: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12498: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12499: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12500: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12501: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12502: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12503: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12504: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12505: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12506: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12507: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12508: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12509: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12510: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
12511: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12512: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12513: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
12514: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12515: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12516: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12517: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12518: types/pa_vstateless_object.h, types/pa_vstatus.C,
12519: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12520: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12521: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12522: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12523: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
12524:
12525: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
12526: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
12527: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12528: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
12529: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12530: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
12531: optimized constants in expressions vstring->vdouble
12532:
12533: 2005-07-29 paf
12534:
12535: * src/types/pa_vclass.C: . shaped up error messages a bit
12536:
12537: * src/types/pa_vclass.C: + property getter can now be overridden
12538:
12539: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
12540: bug fix: static parent fields were not replaced in case
12541: $derived:field[put] + property setter can now be overridden
12542:
12543: 2005-07-28 paf
12544:
12545: * configure, configure.in, src/classes/classes.h,
12546: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
12547: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
12548: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
12549: src/classes/xnode.h, src/include/pa_hash.h,
12550: src/include/pa_version.h, src/main/execute.C,
1.116 moko 12551: src/types/Makefile.am, src/types/pa_method.h,
12552: src/types/pa_value.h, src/types/pa_vclass.C,
12553: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
12554: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
12555: src/types/pa_vcookie.h, src/types/pa_vhash.h,
12556: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
12557: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
12558: src/types/pa_vobject.C, src/types/pa_vobject.h,
12559: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
12560: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12561: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12562: src/types/pa_vstateless_class.h,
1.95 moko 12563: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
12564: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12565: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
12566: dynamic_fields_join
12567:
12568: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
12569: classes/xnode.C, include/pa_hash.h, main/execute.C,
12570: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12571: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12572: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12573: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12574: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12575: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12576: types/pa_vresponse.h, types/pa_vstateless_object.h,
12577: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
12578: types/pa_wwrapper.h: ! restored put_element('replace' param), and
12579: restored its checks in vobject.put_element->static fields |
12580: dynamic properties
12581:
12582: 2005-07-27 paf
12583:
12584: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
12585: is some old code containing @set_name $name
12586:
12587: * src/types/pa_vobject.h: . fixed warning
12588:
12589: * configure, configure.in, src/include/pa_version.h,
1.116 moko 12590: src/types/Makefile.am: 3.2.0beta started
1.95 moko 12591:
12592: * src/: classes/xnode.C, include/pa_hash.h,
12593: types/pa_vstateless_class.C: ! new asserts were all false.
12594: regretfully reverted them all to checks
12595:
12596: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12597: classes/op.C, main/execute.C, types/pa_method.h,
12598: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12599: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12600: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12601: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12602: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12603: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12604: types/pa_vstateless_object.h, types/pa_vvoid.h,
12605: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12606: joined_dynamic_fields: removed unused param from put_method
12607: (returned to 3 params)
12608:
12609: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
12610: joined_dynamic_fields: dynamic get/set works with overriding
12611: props [alpha2]
12612:
12613: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
12614: works [alfa]
12615:
12616: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12617: classes/op.C, include/pa_hash.h, main/execute.C,
12618: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12619: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12620: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12621: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12622: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12623: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12624: types/pa_vresponse.h, types/pa_vstateless_class.C,
12625: types/pa_vstateless_object.h, types/pa_vvoid.h,
12626: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12627: joined_dynamic_fields: just compiled
12628:
12629: * src/: classes/date.C, classes/file.C, classes/hash.C,
12630: classes/hashfile.C, classes/image.C, classes/table.C,
12631: classes/xdoc.C, classes/xnode.h, main/execute.C,
12632: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
12633: types/pa_vstateless_class.h: joined_dynamic_fields: started
12634:
12635: * src/types/pa_vobject.C: . object setters [only started, does not
12636: work yet]
12637:
12638: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
12639: object setters [only started, does not work yet]
12640:
12641: 2005-07-26 paf
12642:
12643: * src/: include/pa_request.h, main/execute.C: . properties: set
12644: works [alpha2]. for classes. todo: for objects
12645:
12646: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
12647: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12648: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12649: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12650: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12651: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12652: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12653: types/pa_vstateless_object.h, types/pa_vvoid.h,
12654: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12655: properties: set works [alpha1]
12656:
12657: 2005-07-25 paf
12658:
12659: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
12660: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
12661: properties: started, get works [alpha1, other approach]
12662:
12663: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
12664: properties: started, get works [alpha2]
12665:
12666: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
12667: pa_vstateless_class.h: . properties: started, get works [alpha]
12668:
12669: 2005-07-15 paf
12670:
12671: * src/: classes/classes.h, classes/op.C, main/execute.C,
12672: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
12673: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12674: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12675: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12676: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
12677: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
12678: types/pa_vresponse.C, types/pa_vresponse.h,
12679: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12680: types/pa_vstateless_object.h, types/pa_vvoid.h,
12681: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12682: types/pa_wwrapper.h, types/types.vcproj: + started property
12683: [getters work but think of changing them too to precaching]
12684:
12685: 2005-07-08 paf
12686:
12687: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12688: gpf
12689:
12690: 2005-06-28 paf
12691:
12692: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12693: in passing empty strings to file::exec/cgi environment
12694:
12695: 2005-06-06 paf
12696:
12697: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12698: ^table:sql ^hash:sql now DO process $.bind option
12699:
12700: 2005-05-24 paf
12701:
12702: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12703: $.limit] now work again [support was broken in 3.1.4]
12704:
12705: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12706: ALL_INTERIOR_POINTERS
12707:
12708: 2005-05-12 paf
12709:
12710: * configure: 3.1.5beta
12711:
12712: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12713:
12714: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12715: $.limit] now work again [support was broken in 3.1.4]
12716:
12717: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12718: line-width [was refusing to fill if line-width >1, thanks to
12719: Seras <seras@pinxit.lt> for repro case
12720:
12721: 2005-04-25 paf
12722:
12723: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12724: correctly
12725:
12726: 2005-04-19 paf
12727:
12728: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12729: in VString violating invariant!!
12730:
12731: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12732: getenv("TZ")==null
12733:
12734: 2005-04-08 paf
12735:
12736: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12737: bugfix: when there is no char in charset one byte produces 6
12738: (ÿ <<max). increased buffer size!
12739:
12740: 2005-03-23 paf
12741:
12742: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12743: ^date.sql-string now takes TZ into account
12744:
12745: 2005-03-16 paf
12746:
12747: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12748: gcc 3.4
12749:
12750: * src/types/pa_vhash.C: . warning about eof eol
12751:
12752: 2005-02-17 paf
12753:
12754: * operators.txt, src/classes/op.C: + operator ^sleep(double
12755: seconds)
12756:
12757: 2005-02-02 paf
12758:
12759: * src/classes/xnode.C: beauty: removed needless includes
12760:
12761: 2005-01-31 paf
12762:
12763: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12764: $.partNoNumber now alias to $.part1
12765:
12766: * src/types/pa_vmail.C: change: incoming letter part contains
12767: "content-disposition" header with any value? now considering that
12768: part to be "file#" [for text/plain text/html were $.text#
12769: $.html#]
12770:
12771: * INSTALL: updatet to latest working versions available
12772:
12773: 2005-01-20 paf
12774:
12775: * configure.in, src/include/pa_version.h: version
12776:
12777: 2005-01-19 paf
12778:
1.116 moko 12779: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12780: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12781: couple warnings in parser3.C
1.95 moko 12782:
12783: 2004-12-23 paf
12784:
12785: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12786:
12787: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12788: dir to directory of script (when shbang used), not to directory
12789: of its interpreter
12790:
12791: * src/include/pa_version.h: compiled on win32...
12792:
12793: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12794: we need more hspace
12795:
12796: * configure, configure.in, src/include/pa_version.h: configured
12797: host to pa_version. will be displayed everywhere
12798:
12799: * src/main/pa_request.C: new: @unhandled_exception can prevent
12800: exception from being logged by setting $exception.handled(1)
12801:
12802: * operators.txt, src/classes/file.C: change:
12803: ^file::sql{query}[[options]] options: $.name[file name]
12804: $.content-type[application/what]
12805:
12806: * src/: include/pa_common.h, main/pa_common.C,
12807: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12808: new file
12809:
12810: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12811: bugfix: table->hash now regards _default
12812:
12813: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12814: created by accessing $name_of_method it acquired bad self=closest
12815: methodframe; instead of proper self (current class)
12816:
12817: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12818: hashfile produced bad cord
12819:
12820: 2004-12-10 paf
12821:
12822: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12823: subsequent failures though defined in .h
12824:
12825: * src/main/pa_common.C: comment on volatile
12826:
12827: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12828: alarm function were not used since the beginning due to stupid
12829: error [setsigjmp were not checked in configure.in]
12830:
12831: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12832: unix too
12833:
12834: * src/main/pa_common.C: http: exception status of send/recv errors
12835: change to most probable http.timeout
12836:
12837: * src/main/pa_common.C: win32: http connection $.timeout option now
12838: works [setsockopt on send/receive]
12839:
12840: 2004-12-08 paf
12841:
12842: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12843: cstr-ed knowing mail charset, and untainting uri lang now knows
12844: proper charset
12845:
12846: 2004-11-24 paf
12847:
12848: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12849:
12850: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12851: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12852:
12853: 2004-11-12 paf
12854:
12855: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12856: [since 3.0.4]
12857:
12858: 2004-11-09 paf
12859:
12860: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12861: writes basics to c:\parser3.log
12862:
12863: 2004-10-21 paf
12864:
12865: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12866: tainted strings [were returning clean onces]
12867:
12868: 2004-10-15 paf
12869:
12870: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12871: cycles(i=1; i=2), which was wrong, now does ONE
12872:
12873: 2004-10-12 paf
12874:
12875: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12876:
12877: 2004-10-07 paf
12878:
12879: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12880: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12881: release asserts
12882:
12883: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12884: String.dump() to stdout in detailed form [were String.v() in
12885: short form]
12886:
12887: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12888: \t\r\n as @#| and truncates long char sequences less
12889:
12890: 2004-10-06 paf
12891:
12892: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12893: win32 beauty: socket errors properly decoded
12894:
12895: 2004-10-05 paf
12896:
12897: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12898: request::configure_user/admin done always, even if no
12899: file-to-process useful in @unhandled_exception [say, if they
12900: would want to mail by SMTP something]
12901:
12902: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12903: now performed prior to file loading [and @auto executing] thus
12904: making $cookie:value available in @auto and in
12905: @unhandled_exception when IIS is configured to run interpreter
12906: even if no file exist
12907:
12908: 2004-09-20 paf
12909:
12910: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12911: somewhere where it should have called xmlMalloc and it calls
12912: xmlFree when it should have not called it. inserted two
12913: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12914: xmlFree just ignored. put away a testcase, maybe someday libxml
12915: author would fix all that. until that day: we have SLOW garbage
12916: collecting when many xml objects are alive hint: do
12917: ^memory:compact[] before xdoc::create
12918:
12919: 2004-09-17 paf
12920:
12921: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12922: error from 3.0.8 version]
12923:
12924: 2004-09-14 paf
12925:
12926: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12927: part bugfix: hashfile.foreach iterated only part if hashfile were
12928: modified inside
12929:
12930: 2004-09-13 paf
12931:
12932: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12933: [were as octal]
12934:
12935: * src/types/pa_vhashfile.C: beauty: not reproduced
12936: $hashfile.key[$novalue] bug [reported by motorin], inserted
12937: safety-check
12938:
12939: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12940: [not something obscure from sdbm lib]
12941:
12942: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12943: = strerror now returnes something and we can properly report that
12944: to client
12945:
12946: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12947: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12948:
12949: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12950: [tainted as-is] this helps //[space][newline] to remain as-is and
12951: not be unnecessary optimized away [ruining javascript]
12952:
12953: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12954: [tainted as-is]
12955:
12956: * src/classes/mail.C: bugfix: typo error
12957:
12958: 2004-09-09 paf
12959:
12960: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12961: separators bugfix: loads header with endings \r\n\r\n and \n\n
12962: (bloody yandex.server)
12963:
12964: 2004-09-06 paf
12965:
12966: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12967: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12968: encoded
12969:
12970: 2004-09-01 paf
12971:
12972: * src/types/pa_vmail.C: change: multipart/mixed changed to
12973: multipart/related outlook express have no problems showing
12974: unrelated attachments. todo: someday figure out a way of
12975: multipart/mixed multipart/related text/html
12976: image/xxx application/octet-stream << true attachments
12977:
12978: * src/types/pa_vmail.C: new:
12979: ^mail:send[$.file[$.content-disposition can be overriden new:
12980: empty mail header fields removed from letter
12981:
12982: * src/: classes/mail.C, include/pa_config_fixed.h,
12983: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12984: ^mail:send[ $.file[ $.any[header]
12985:
12986: 2004-08-30 paf
12987:
12988: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12989: warnings
12990:
12991: * src/main/pa_common.C: beauty: do not bother with charset
12992: detection when ^file::load[binary
12993:
12994: 2004-08-27 paf
12995:
12996: * src/main/pa_common.C: hack: for yandex.server http server
12997:
12998: 2004-08-18 paf
12999:
13000: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13001: possibly-chunked response
13002:
13003: 2004-08-17 paf
13004:
13005: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13006: $f.content-type now = that of http response
13007:
13008: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13009: $f.content-type now = that of http response
13010:
13011: 2004-07-30 paf
13012:
13013: * src/: include/pa_request.h, main/pa_request.C,
13014: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13015: win32: system&parser exceptions in release mode reported properly
13016: parser exception in exception handler WERE mistakenly reported as
13017: system exception, without details [in apache & isapi] +some
13018: beauty in exception text
13019:
13020: * src/: include/pa_exception.h, main/pa_request.C,
13021: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13022: release mode reported properly parser exception in exception
13023: handler WERE mistakenly reported as system exception, without
13024: details
13025:
13026: * src/main/execute.C: beauty: simplified system exception handling
13027:
13028: 2004-07-29 paf
13029:
13030: * src/classes/table.C: bugfix:
13031: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13032: were ignored, and \t used unconditionally]
13033:
13034: * src/types/Makefile.am: added vhash.c
13035:
13036: 2004-07-28 paf
13037:
13038: * src/: classes/date.C, classes/image.C, classes/math.C,
13039: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13040: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13041: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13042: failed on russian letters
13043:
13044: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13045: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13046: letters
13047:
13048: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13049: as 'currentDirectory' parameter to CreateProcess
13050:
13051: 2004-07-27 paf
13052:
13053: * src/targets/cgi/parser3.vcproj: beauty: win32:
13054: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13055: from release somewhere [to help searching for unhandled system
13056: exceptions]
13057:
13058: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13059: TZ shift
13060:
13061: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13062: but also in ctor
13063:
13064: 2004-07-26 paf
13065:
13066: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
13067: src/main/pa_request.C, src/types/pa_vfile.h,
13068: src/types/pa_vhash.C, src/types/pa_vhash.h,
13069: src/types/types.vcproj: new: $response:body/download[
13070: $.file[name on disk] $.name[of file for user]
13071: $.mdate[date of last-modified. default from directory] ]
13072:
13073: * src/classes/file.C: moving file:send somewhere else..
13074:
13075: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13076: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13077: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13078: $response:download[ $.filename[filename] $.option[] ,, ]
13079:
13080: * src/classes/file.C: beauty: invalid mode thoroughly reported
13081:
13082: 2004-07-21 paf
13083:
13084: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13085: to several lines
13086:
13087: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13088:
13089: note: ms outlook[!express] shows only first 255 characters of
13090: subject
13091:
13092: 2004-07-15 paf
13093:
13094: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13095: off]
13096:
13097: 2004-07-14 paf
13098:
13099: * src/classes/table.C: bugfix: $.bind values now got untainted
13100: according to lang [were: as-is]
13101:
13102: 2004-07-07 paf
13103:
13104: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13105: checked that
13106:
13107: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13108: now untainted according to their languages. were: as-is.
13109: EVERYWHERE
13110:
13111: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13112: environment string now untainted according to their languages.
13113: were: as-is. EVERYWHERE
13114:
13115: * src/main/pa_exec.C: bufix: on unix environment string now
13116: untainted according to their languages. were: as-is. on win32:
13117: ok
13118:
13119: * parser3.vssscc: ...would not go unnoticed
13120:
13121: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13122: fails. in case on input appears nonutf, those bytes will be
13123: printed in %HH form. that can be easily decoded/recovered.
13124:
13125: this form is quite noticable, and hopefully would not go noticed
13126:
13127: 2004-07-06 paf
13128:
13129: * src/main/pa_exec.C: bufix: on unix environment string now
13130: untainted according to their languages. were: as-is. on win32:
13131: ok
13132:
13133: 2004-07-01 paf
13134:
13135: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13136: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13137: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13138: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13139: main/main.vcproj, targets/cgi/parser3.vcproj,
13140: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13141: option: global optimization ON
13142:
13143: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13144: to do xdoc::create{invalid chars} standard disables chars less
13145: then \x20, except tab, cr, lf.
13146:
13147: changed tainting so that those become '!'
13148:
13149: 2004-06-25 paf
13150:
13151: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13152: int on odd address [prev bugfix failed due to superwize
13153: optimizer, which turned memcpy into same 'ld' asm command]
13154:
13155: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13156: int on odd address
13157:
13158: 2004-06-22 paf
13159:
13160: * src/sql/pa_sql_driver.h: note: about possible optimization
13161:
13162: * operators.txt, src/classes/hash.C, src/classes/memory.C,
13163: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13164: src/include/pa_config_includes.h: new: ^void:sql{call
13165: paf(:a)}[ $.bind[ $.a[2]
13166: ] ] output variables work. todo: check in out
13167: variables
13168:
13169: 2004-06-18 paf
13170:
13171: * src/: classes/file.C, classes/hash.C, classes/string.C,
13172: classes/table.C, classes/void.C, include/pa_globals.h,
13173: include/pa_sql_connection.h, main/compile.tab.C,
13174: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13175: $.bind[ $.a[2] ]
13176: ] input variables work. todo:output
13177:
13178: * src/targets/cgi/parser3.C: bugfix: iis specific
13179: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13180: /_bug.html?404;http://hpsv/test/
13181: --------------------------------------------------------------------------------
13182: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13183: --------------------------------------------------------------------------------
13184: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13185:
13186: 2004-06-16 paf
13187:
13188: * src/targets/cgi/parser3.C: new: iis specific
13189: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13190: $request:query
13191: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13192: $form:fields IIS-STATUS="404"
13193: IIS-DOCUMENT="http://server/_bug.html" f="v"
13194:
13195: todo: isapi too
13196:
13197: 2004-05-26 paf
13198:
13199: * src/include/pa_version.h: 3.1.3
13200:
13201: * operators.txt: beauty: removed outdated level 'table'
13202:
13203: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13204:
13205: * src/main/pa_string.C: beauty: removed 3 warnings
13206:
13207: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13208: classes/op.C: beauty: removed outdated level 'table'
13209:
13210: 2004-05-25 paf
13211:
13212: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13213: implementation. mistery: how anything worked
13214:
13215: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13216: changed, it is now safe to use url if pointers to it are stored
13217: to gc mem
13218:
13219: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13220: unknown errors reported and not cause SIGSEGV now
13221:
13222: 2004-05-24 paf
13223:
13224: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13225: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13226: less memory: CORD_chars_block originally intended to ... it was
13227: good that CORD_chars_block were not used: it consumes more memory
13228: [and, might be slow too] undoing that. [and removed that func so
13229: that it would not confuse parser developer in future]
13230:
13231: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13232: less memory: CORD_chars_block originally intended to
13233: speedup/reduce mem usage were forgotten, and were used stupid
13234: CORD_chars
13235:
13236: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13237:
13238: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13239: BIGENDIAN processors space-conserving mech failed, causing
13240: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13241: (1|2|3));
13242:
13243: 2004-05-14 paf
13244:
13245: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13246: bugfix: void now has vfile value, and $response:body[] works OK
13247:
13248: 2004-05-12 paf
13249:
13250: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13251: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13252: sources to use is_defined() {return as_bool();} along VBool
13253:
13254: 2004-05-11 paf
13255:
13256: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13257: referencing to local objects
13258:
13259: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13260: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13261: left intact
13262:
13263: 2004-04-15 paf
13264:
13265: * src/classes/date.C: merged: beauty: unused var removed
13266:
13267: * src/classes/date.C: beauty: unused var removed
13268:
13269: * src/include/: pa_exec.h: bugfix: interface without pointer
13270: provoked bug
13271:
13272: 2004-04-09 paf
13273:
13274: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13275:
13276: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13277:
13278: 2004-04-08 paf
13279:
13280: * src/classes/date.C: new: ^date::create[y-m-d
13281: h-M-s>>.milliseconds<<] now allowed, ignored so far
13282:
13283: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13284:
13285: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13286: to consult default catalog [usually, that file belongs to other
13287: user/group]
13288:
13289: 2004-04-06 paf
13290:
13291: * src/main/pa_common.C: beauty: gcc warning removed
13292:
13293: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13294: accept that trick, trying other
13295:
13296: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13297: explicit result problem
13298:
13299: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13300: explicit result problem
13301:
13302: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13303: explicit result problem
13304:
13305: * operators.txt, src/classes/string.C: new: ^string.append[string]
13306:
13307: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13308: main/execute.C: attempt_check_call_in_explicit_result_mode:
13309: failed
13310:
13311: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13312: http://i.p.a.ddress gethostbyaddr added [on some platforms
13313: gethostbyname failed with such 'domains'] now checked properly,
13314: were: needless reverse/forward dns lookup
13315:
13316: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13317: http://i.p.a.ddress gethostbyaddr added [on some platforms
13318: gethostbyname failed with such 'domains'] now checked properly,
13319: were: needless reverse/forward dns lookup
13320:
13321: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13322: @method[][result] means "no string output here" moved to lexical
13323: level [on grammar level it were too difficult]
13324:
13325: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
13326: src/main/compile.y, src/main/compile_tools.h,
13327: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
13328: @method[][result] means "no string output here", implemented part
13329: of that idea: compiler throws away string literal generation
13330: code. and barks nonwhitespace chars
13331:
13332: * operators.txt: truth: removed comment about $ORIGIN
13333:
13334: 2004-04-05 paf
13335:
13336: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13337: src/include/pa_version.h, src/main/pa_common.C,
13338: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13339:
13340: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13341: Konstantin Tomashevitch [mailto:konst@design.ru]
13342:
13343: * src/doc/html2chm.cmd: beauty: no need in bg here
13344:
13345: * src/doc/sources2html.cmd: beauty: same window, in bg it
13346: interfered with FAR console
13347:
13348: * configure, configure.in: 3.1.3
13349:
13350: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13351:
13352: * src/main/pa_common.C: removed warning
13353:
13354: * src/include/pa_version.h: 3.1.3
13355:
13356: 2004-04-02 paf
13357:
13358: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13359:
13360: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13361: allows to specify where to put parser log file
13362:
13363: 2004-04-01 paf
13364:
13365: * src/classes/table.C: bugfix: bugfix: table::load last line
13366: without tab and enter were ignored
13367:
13368: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13369: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13370: main/pa_socks.C, targets/cgi/parser3.C,
13371: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13372: bugfix: sql connections now are disconnected
13373:
13374: 2004-03-30 paf
13375:
13376: * src/classes/table.C: bugfix: table::load last line without tab
13377: and enter were ignored
13378:
13379: * src/classes/table.C: bufix: if last table lines were commented,
13380: gpfed
13381:
13382: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13383: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13384: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13385: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13386: doc/methoded.dox, doc/object.dox, doc/string.dox,
13387: doc/targets.dox, doc/value.dox, include/pa_version.h,
13388: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13389: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13390: bugfixes from 3.1.2, changed version to 3.1.3beta
13391:
13392: 2004-03-29 paf
13393:
13394: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13395: causes gpf
13396:
13397: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13398: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13399: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13400: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13401: value.dox: translated to english
13402:
13403: 2004-03-25 paf
13404:
13405: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13406: parser3project dependency removed
13407:
13408: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13409: bugfix: refused to compile without xml
13410:
13411: * src/types/pa_vform.C: beauty: removed warning
13412:
13413: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13414: any folder [removed last ;) folder dependency]
13415:
13416: * src/classes/classes.vcproj: bugfix: now all compiles in any
13417: folder [removed last ;) folder dependency]
13418:
13419: * src/include/pa_version.h: release
13420:
13421: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13422:
13423: * src/classes/table.C: beauty: comment& more meaningful error
13424: message
13425:
13426: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13427: $.hash[$.column_value1(true) ... ] [were producing some strang
13428: thing]
13429:
13430: 2004-03-23 paf
13431:
13432: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13433: and http status line parsing checked number of columns in table
13434: [user reported an assert]
13435:
13436: * operators.txt: example: on hashfile
13437:
13438: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13439: bugfix: junction reattach now actually reattaches a junction to
13440: new wcontext [were only assigning it to junction, which caused
13441: junction tracking to loose junction, and it's context were not
13442: killed, and it tried to process in invalid context, gpf]
13443:
13444: * src/targets/cgi/parser3.C: debug helper added
13445:
13446: 2004-03-19 paf
13447:
13448: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13449: "type(type)" in braces
13450:
13451: 2004-03-10 paf
13452:
13453: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
13454: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13455: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
13456: solution to search-in-namespaces problem:
13457: $xdoc.search-namespaces.x[http://pif.design.ru/]
13458: $nodes[^xdoc.select[//x:second]]
13459:
13460: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
13461: expression][[NAMESPACES HASH]] allows to search for info in
13462: namespaces
13463:
13464: $nodes[^xdoc.select[//x:second][
13465: $.x[http://pif.design.ru/] ]]
13466:
13467: 2004-03-09 paf
13468:
13469: * operators.txt, src/main/pa_common.C: new:
13470: ^file::load[...][options] $.form[
13471: !$.field1[string]
13472: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13473: ] !$.body[string]
13474:
13475: GET ?here notGET(POST, HEAD, others) in content-type:
13476: application/x-www-form-urlencoded
13477:
13478: todo: upload files ability
13479:
13480: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13481: properly, done
13482:
13483: 2004-03-05 paf
13484:
13485: * operators.txt, src/main/pa_common.C: new: file::load[;http://
13486: GET/POST $.form[$.fields started, not tested yet
13487: todo:$.field[table] for multiple values
13488:
13489: * operators.txt: new: http:// options $.user $.password basic
13490: authorization
13491:
13492: * src/main/pa_common.C: beauty: link to rtf added
13493:
13494: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
13495: new: http:// options $.user $.password basic authorization
13496:
13497: * src/main/pa_common.C: beauty: removed needless vars
13498:
13499: * operators.txt: new: pgsql option [like that recently added to
13500: oracle driver] ClientCharset=parser-charset <<
13501: charset in which parser thinks client works
13502:
13503: * operators.txt: new: odbc option [like that recently added to
13504: oracle driver] ClientCharset=parser-charset <<
13505: charset in which parser thinks client works
13506:
13507: * src/sql/pa_sql_driver.h: beauty: important warning added
13508:
13509: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
13510: char!
13511:
13512: * etc/parser3.charsets/windows-1251.cfg: typo
13513:
13514: 2004-03-04 paf
13515:
13516: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
13517: cached, sql transcoding now goes faster
13518:
13519: * operators.txt: new: mysql option [like that recently added to
13520: oracle driver] ClientCharset=parser-charset <<
13521: charset in which parser thinks client works
13522:
13523: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
13524: typo error
13525:
13526: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
13527: chars commented
13528:
13529: 2004-03-03 paf
13530:
13531: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
13532: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
13533:
13534: 2004-03-02 paf
13535:
13536: * operators.txt: new[update typo]: !^void.left(n)
13537: nothing !^void.right(n) nothing !^void.mid(p[;n])
13538: nothing
13539:
13540: * operators.txt, src/classes/void.C: new: !^void.left(n)
13541: nothing !^void.right(n) nothing !^void.pos(p[;n])
13542: nothing
13543:
13544: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
13545: ^file::sql[[name_to_become_$.name]]{} query result must be one
13546: row with columns: first: data second: file name third:
13547: content-type
13548:
13549: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
13550: ^connect gets properly escaped string, which can be passed to
13551: request now this for mysql only. it's up to parser sql driver to
13552: fix zeros properly
13553:
13554: * INSTALL: note: added on building apache with this option:
13555: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
13556:
13557: 2004-03-01 paf
13558:
13559: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
13560: extension memory:compact befor processingrequest
13561:
13562: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
13563: call sole column of result
13564:
13565: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
13566: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
13567: pixel color
13568:
13569: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
13570: beauty: image -- less checks [were ugly impl]
13571:
13572: * src/classes/string.C: bugfix: ^string.left/right/mid with
13573: negative values now considered bad
13574:
13575: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
13576:
13577: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
13578: options now have unified defaults [after transform
13579: indent/omit-xml-declaration/standalone 'default' erroreously
13580: meant 'true']
13581:
13582: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
13583: added [on some platforms gethostbyname failed with such
13584: 'domains']
13585:
13586: * src/include/pa_config_auto.h.in: no select check, no define
13587:
13588: * src/classes/string.C: feature: ^string.trim both parameters may
13589: be empty-strings, meaning kind=both chars=whitespaces
13590:
13591: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
13592: exist
13593:
13594: * src/classes/string.C: check: trim 'chars' must not be empty,
13595: exception if it is
13596:
13597: * src/classes/string.C: changed: ^string.trim [] << both,
13598: whitespaces [start|both|end] << kind, whitespaces
13599: [start|both|end;chars] full
13600:
13601: 2004-02-27 paf
13602:
13603: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
13604: method: ^string.trim[start|both|end[;chars]] default
13605: 'chars' -- whitespace chars finished
13606:
13607: * operators.txt, src/classes/string.C, src/include/pa_string.h,
13608: src/main/pa_string.C: new method:
13609: ^string.trim[start|both|end[;chars]] default 'chars' --
13610: whitespace chars started, only start works
13611:
13612: * src/main/compile.C: bugfix: line numbers after
13613: ^process{}[$.line(-10]] can be negative, allowed to print they as
13614: signed
13615:
13616: * src/main/untaint.C: speed: there's no \n chars in output
13617: [normally], so no need to optimize them they could be retrived
13618: from databases, though. but 1. should be replaced 2. if not
13619: optimized, no harm done
13620:
13621: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
13622: ^file::exec/cgi could return invalid status & zombie child can
13623: remain for short period until process exists [very bad in
13624: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
13625:
13626: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
13627: malicious SMTP server to attack as by returning too long status
13628: responses http://i2/tasks/edit/?id=4629448401140924947
13629:
13630: 2004-02-26 paf
13631:
13632: * operators.txt: feature: ^process...{CODE}[now has options] which
13633: are $.main[to what to rename @main] $.file[file,
13634: from which (user says) goes that CODE] $.lineno(line
13635: number in that file, where CODE starts. may be negative)
13636:
13637: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13638: src/main/compile.C, src/main/compile_tools.h,
13639: src/main/pa_request.C: feature: ^process...{CODE}[now has
13640: options] which are $.main[to what to rename @main]
13641: $.file[file, from which (user says) goes that CODE]
13642: $.lineno(line number in that file, where CODE starts. may be
13643: negative)
13644:
13645: 2004-02-25 paf
13646:
1.116 moko 13647: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
13648: old @charsetsdir@ recently erased from configure.in]
1.95 moko 13649:
13650: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
13651: produces hash of column=>1
13652:
13653: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
13654: with incomplete errno constants set
13655:
13656: 2004-02-24 paf
13657:
13658: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
13659: "man select"
13660:
13661: * src/main/pa_os.C: beauty: <0 better then ==-1
13662:
13663: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
13664:
13665: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
13666:
1.116 moko 13667: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 13668:
13669: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
13670: unix: steps to work on unix [extracted 'to']
13671:
13672: * src/classes/mail.C: smtp on unix: steps to work on unix
13673:
13674: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
13675:
1.116 moko 13676: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
13677: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
13678: unix [testing on solaris]
1.95 moko 13679:
13680: 2004-02-20 paf
13681:
13682: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13683: pointing that out
13684:
13685: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13686: fixed again [same solution, mistanenly removed one line]
13687:
13688: 2004-02-19 paf
13689:
13690: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13691: date::create from bad datetime in spring daylightsaving hole now
13692: OK for all platforms [on some platforms it failed]
13693:
13694: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13695: in daylightsaving hole] now throws error
13696:
13697: * src/classes/date.C: comment: mistake fixed
13698:
13699: 2004-02-18 paf
13700:
13701: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13702: now renderes in $request:charset, but in header puts
13703: $response:charset todo: make that default only so that coder
13704: could override that
13705:
13706: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13707: turns off omit-xml-declaration
13708:
13709: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13710: /.xsl for sample
13711:
13712: 2004-02-17 paf
13713:
13714: * src/classes/xdoc.C: beauty: needless helper class removed
13715:
13716: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13717: copied extra time
13718:
13719: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13720: part of libxml
13721:
13722: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13723: libxml to do the work] <xsl:output method="html"
13724: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13725: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13726: />
13727:
13728: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13729:
13730: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13731: caused assertion
13732:
13733: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13734: could hang. now such add does nothing, sub clears $hash
13735:
13736: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13737: not made quoted-printable
13738:
13739: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13740: string invariant
13741:
13742: 2004-02-16 paf
13743:
13744: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13745: cleared [were not cleared properly]
13746:
13747: 2004-02-13 paf
13748:
1.116 moko 13749: * src/include/pa_version.h: prerelease
1.95 moko 13750:
13751: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13752: used, introducing dependencies timestamp check
13753:
13754: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13755: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13756: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13757: .xsl.stamp now not used, introducing dependencies timestamp check
13758:
1.150 moko 13759: * configure.in: auto.p: @conf made relative
1.95 moko 13760:
13761: 2004-02-12 paf
13762:
13763: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13764: ruined empty <input type=file> submits. parser thought there were
13765: nameless empty file and $form:field got value of type 'file'
13766:
13767: * INSTALL: --without-threads
13768:
13769: * src/include/pa_sapi.h: 2004
13770:
13771: 2004-02-11 paf
13772:
13773: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13774: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13775: classes/hashfile.C, classes/image.C, classes/int.C,
13776: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13777: classes/response.C, classes/string.C, classes/table.C,
13778: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13779: include/pa_array.h, include/pa_cache_managers.h,
13780: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13781: include/pa_config_fixed.h, include/pa_config_includes.h,
13782: include/pa_dictionary.h, include/pa_dir.h,
13783: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13784: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13785: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13786: include/pa_request_charsets.h, include/pa_request_info.h,
13787: include/pa_socks.h, include/pa_sql_connection.h,
13788: include/pa_sql_driver_manager.h, include/pa_stack.h,
13789: include/pa_string.h, include/pa_stylesheet_connection.h,
13790: include/pa_stylesheet_manager.h, include/pa_table.h,
13791: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13792: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13793: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13794: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13795: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13796: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13797: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13798: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13799: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13800: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13801: main/pa_sql_driver_manager.C, main/pa_string.C,
13802: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13803: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13804: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13805: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13806: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13807: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13808: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13809: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13810: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13811: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13812: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13813: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13814: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13815: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13816: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13817: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13818: types/pa_vresponse.h, types/pa_vstateless_class.C,
13819: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13820: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13821: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13822: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13823: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13824: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13825:
13826: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13827: debug version of gc.dll
13828:
13829: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13830: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13831: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13832: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13833: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13834: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13835: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13836: processes
13837:
13838: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13839: main/pa_globals.C, targets/cgi/parser3.vcproj,
13840: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13841: changes to reflect libxml xsl new folders
13842:
13843: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13844: lib/smtp/smtp.vcproj, main/main.vcproj,
13845: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13846: to reflect libxml xsl new folders
13847:
13848: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13849: lib/smtp/smtp.vcproj, main/main.vcproj,
13850: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13851: types/types.vcproj: started changes to reflect libxml xsl new
13852: folders
13853:
13854: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13855: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13856: src/main/compile.tab.C, src/main/main.vcproj,
13857: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13858: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13859: started changes to reflect libxml xsl new folders
13860:
13861: 2004-02-10 paf
13862:
13863: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13864: compile. recommened latest libxml up to date
13865:
13866: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13867: pattern compilation errors", on which spent 4 hours worktime. use
13868: versions higher than that. recommended now latest up to date
13869:
13870: 2004-02-06 paf
13871:
13872: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13873: beauty: unified destructing style
13874:
13875: * src/main/untaint.C: beauty: removed old def/ifdef
13876:
13877: * src/main/untaint.C: beauty: coredump @unknown untaint language
13878: now
13879:
13880: 2004-02-03 paf
13881:
13882: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13883: targets/isapi/parser3isapi.C, types/pa_value.C,
13884: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13885: then %ld/%lu
13886:
13887: * src/main/pa_common.C: typo: %l -> %u
13888:
13889: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13890: in attributes or documents-results of transform now not xx;
13891:
13892: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13893:
13894: * src/main/pa_charset.C: bugfix: forgot to undo some
13895:
13896: * src/main/pa_charset.C: beauty: uncomment
13897: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13898: libraries
13899:
13900: 2004-02-02 paf
13901:
13902: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13903: $cookie:example[ $.value[value] $.path[/there/] ]
13904:
13905: $cookie:example[ $.value[] $.expires[session]
13906: $.path[/there/] $.domain[test.com] ]
13907:
13908: * src/types/pa_vform.C: bugfix: empty values with
13909: enctype=multipart/form-data now produce entries in $form:tables
13910: <form method=post enctype=multipart/form-data> <input type=hidden
13911: name=a> <input type=hidden name=b>
13912:
13913: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13914: <hr> <pre>$request:body
13915:
13916: 2004-01-30 paf
13917:
13918: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13919: or documents-results of transform now not xx;
13920:
13921: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13922: produce exception.
13923:
13924: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13925: bugfix: ^date::create[invalid fields now produce exception.
13926:
13927: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13928: year] now produces exception. todo: check other fields
13929:
13930: 2004-01-29 paf
13931:
13932: * src/include/pa_memory.h: typo error
13933:
13934: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13935: more byte then specified, then zeroed it << useless and
13936: potentially harmful(could gpf)
13937:
13938: 2004-01-22 paf
13939:
13940: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13941:
13942: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13943: optimization
13944:
13945: * src/main/untaint.C: bugfix: whitespace now optimized properly
13946: [were bug: ^taint[1 & 2]="1 &2"
13947:
13948: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13949: errors
13950:
13951: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13952: overflow
13953:
13954: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13955: error-reporting code * in parser-error reporting code [when no
13956: @unhandled_exception defined]
13957:
13958: fixed in one place: my *snprintf override
13959:
13960: 2004-01-13 paf
13961:
13962: * operators.txt: typo erro
13963:
13964: 2003-12-25 paf
13965:
13966: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13967: garbled [pieces after zero bytes were removed]
13968:
13969: 2003-12-22 paf
13970:
1.116 moko 13971: * src/include/Makefile.am: bugfix: removed from dist:
13972: src/include/pa_config_auto.h which were configured for
1.95 moko 13973: make-dist-platform and badly updated proper config file in target
13974: [when .tar used for updating existing source tree]
13975:
13976: * ChangeLog, operators.txt, src/classes/op.C,
13977: src/include/pa_sql_connection.h,
13978: src/include/pa_sql_driver_manager.h,
13979: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13980: feature: sql introducing ability to transcode charsets
13981:
13982: 2003-12-19 paf
13983:
13984: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13985: error message
13986:
13987: * src/main/pa_charset.C: bugfix: memory for charsethandler
13988: structure for libxml now allocated properly
13989:
13990: 2003-12-17 paf
13991:
13992: * src/types/pa_vfile.C: beauty: removed outdated cast
13993:
13994: * src/main/pa_common.C: bugfix: empty http response caused gpf
13995:
13996: * src/include/pa_string.h: bugfix: removed too strong a assert
13997:
13998: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13999: unreported xmlGenericErrors]
14000:
14001: 2003-12-15 paf
14002:
14003: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14004: works}
14005:
14006: 2003-12-11 paf
14007:
14008: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
14009: id
14010: !$status:tid thread id
14011:
14012: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14013: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14014: bugfix(solaris): removed dependency on object initialization
14015: order [one more place]
14016:
14017: * src/: classes/file.C, classes/mail.C, classes/op.C,
14018: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14019: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14020: understand that
14021:
14022: * src/: classes/file.C, classes/mail.C, classes/op.C,
14023: classes/xdoc.C, include/pa_cache_managers.h,
14024: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14025: include/pa_stylesheet_manager.h, main/pa_request.C,
14026: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14027: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14028: ctor call [relying on implicit String::Body(cstr) call]
14029:
14030: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14031: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14032: object initialization order [two places]
14033:
14034: 2003-12-10 paf
14035:
14036: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14037: << time now ok
14038:
14039: * operators.txt, src/main/pa_sql_driver_manager.C,
14040: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14041: operational
14042:
14043: * ChangeLog, operators.txt, src/classes/xdoc.C,
14044: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14045: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14046: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14047: back operational
14048:
14049: 2003-12-02 paf
14050:
14051: * src/types/pa_vmail.C: bugfix:
14052: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14053: as-is forced]
14054:
14055: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14056: exceptions out of libxml callbacks: reimplemented error handling
14057: of http://localhost, parser://method and safemode check callbacks
14058:
14059: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14060: [merged from HEAD]
14061:
14062: * src/classes/image.C: nothing: comment removed
14063:
14064: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14065: addresses to int
14066:
14067: 2003-12-01 paf
14068:
14069: * src/main/pa_xml_io.C: bugfix: typo
14070:
14071: * src/main/pa_globals.C: bugfix: win32: compile prob
14072:
14073: * src/classes/xdoc.C: bugfix: typo
14074:
14075: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14076: exception
14077:
14078: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14079:
14080: 2003-11-28 paf
14081:
14082: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14083: all xml documents read
14084:
14085: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14086:
14087: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14088: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14089: replaced original open mech of xdoc::create & co to use libxml
14090: open, so that this would work for root document todo: safe mode
14091: checks to libxml: ideally to some 1 point
14092:
14093: * src/main/pa_xml_io.C: comment
14094:
14095: * operators.txt, src/main/pa_xml_io.C: leading / in
14096: http://parser[abscent params]
14097:
14098: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
14099: works. todo: maybe replace original open mech of xdoc::create &
14100: co to use libxml open, so that this would work for root document
14101:
14102: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14103: "parser://method/params/here"> <test> &test^; </test> }]
14104:
14105: ^taint[^xdoc.string[]]
14106:
14107: @method[param] <!ENTITY test
14108: "test-entity-value+$form:user+$param!">
14109:
14110: 2003-11-27 paf
14111:
14112: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14113:
14114: * src/classes/date.C: bugfix: typo error
14115:
14116: 2003-11-26 paf
14117:
14118: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
14119: src/main/Makefile.am, src/main/main.vcproj,
14120: src/main/pa_globals.C, src/main/pa_request.C,
14121: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
14122: xml errors to hash<thread_id,error> reorganization: xml io moved
14123: to pa_xml_io.C/h
14124:
14125: * src/types/pa_value.h: warnings: --
14126:
14127: 2003-11-25 paf
14128:
14129: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14130: whatever)
14131:
14132: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14133: a, (c?x:y, z)
14134:
14135: * src/main/untaint.C: bugfix: consequences of not reading this
14136: comment: CORD_pos_chars_left /* Number of characters in cache.
14137: <= 0 ==> none */
14138:
14139: * src/include/pa_array.h: removed needless checks
14140:
14141: 2003-11-24 paf
14142:
14143: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14144: removed limit: now $form:xxx can be accessed anytime, even in
14145: @auto/conf [and request/response:charset still can be changed
14146: anytime]
14147:
14148: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14149: now not transcodes response body
14150:
14151: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
14152: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
14153: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
14154: $xdoc.firstChild.firstChild.nodeValue[different]
14155: ^taint[^xdoc.string[]]
14156:
14157: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14158: workaround: static Hash::allocates -> static Hash_allocates
14159:
14160: 2003-11-21 paf
14161:
1.116 moko 14162: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14163: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14164: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14165:
14166: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14167:
14168: * src/classes/mail.C: bugfix: typo
14169:
14170: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14171: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14172: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14173: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14174: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14175: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14176:
14177: * src/main/pa_exec.C: bug in safe mode
14178:
14179: * src/include/Makefile.am: pa_xml_exception.h
14180:
14181: * src/targets/isapi/parser3isapi.C: more warnings --
14182:
14183: 2003-11-20 paf
14184:
14185: * src/: classes/math.C, classes/op.C, classes/string.C,
14186: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14187: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14188: --
14189:
14190: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14191: more warnings --
14192:
14193: * src/classes/xdoc.C: more warnings --
14194:
14195: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14196:
14197: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14198: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14199:
14200: * src/: classes/date.C, classes/file.C, classes/hash.C,
14201: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14202: classes/table.C, include/pa_cache_managers.h,
14203: include/pa_stylesheet_connection.h, main/pa_request.C,
14204: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14205: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14206: --
14207:
14208: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14209: can't report problem (undefined @unhandled_exception) problem
14210: source string were not reported
14211:
14212: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14213: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14214: classes/hashfile.C, classes/image.C, classes/int.C,
14215: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14216: classes/response.C, classes/string.C, classes/table.C,
14217: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14218: include/pa_array.h, include/pa_cache_managers.h,
14219: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14220: include/pa_config_fixed.h, include/pa_dictionary.h,
14221: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14222: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14223: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14224: include/pa_request.h, include/pa_request_charsets.h,
14225: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14226: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14227: include/pa_stack.h, include/pa_string.h,
14228: include/pa_stylesheet_connection.h,
14229: include/pa_stylesheet_manager.h, include/pa_table.h,
14230: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14231: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14232: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14233: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14234: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14235: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14236: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14237: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14238: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14239: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14240: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14241: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14242: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14243: targets/isapi/parser3isapi.C, types/pa_junction.h,
14244: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14245: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14246: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14247: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14248: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14249: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14250: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14251: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14252: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14253: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14254: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14255: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14256: types/pa_vresponse.h, types/pa_vstateless_class.C,
14257: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14258: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14259: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14260: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14261: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14262: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14263: const IDENT
14264:
14265: * src/: include/pa_array.h, include/pa_pool.h,
14266: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14267: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14268: types/pa_wcontext.h: more warnings --
14269:
14270: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14271: classes/file.C, classes/hash.C, classes/hashfile.C,
14272: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14273: classes/memory.C, classes/op.C, classes/string.C,
14274: classes/table.C, classes/xdoc.C, classes/xnode.C,
14275: include/pa_config_includes.h, include/pa_operation.h,
14276: include/pa_sql_connection.h, include/pa_table.h,
14277: include/pa_types.h, lib/ltdl/config_fixed.h,
14278: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14279: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14280: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14281: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14282: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14283: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14284: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14285: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14286: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14287: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14288: types/pa_vmail.C, types/pa_vobject.C,
14289: types/pa_vstateless_class.h, types/pa_vtable.C,
14290: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14291: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14292: on all projects (except libltdl=off & libsdbm=level3) found
14293: several unitialized vars
14294:
14295: 2003-11-19 paf
14296:
14297: * src/classes/op.C: more ansi C++ comp
14298:
14299: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14300: src/main/pa_request.C: ^cache[...]{body}{catch block with
14301: $exception.handled[cache] meaning "get expired cache, if any.
14302: else error"}
14303:
14304: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14305: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14306: ^cache[...]{body}{catch code with $exception.cache field}
14307:
14308: 2003-11-12 paf
14309:
14310: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14311: [copy/paste bug]
14312:
14313: 2003-11-11 paf
14314:
14315: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14316: failed]
14317:
14318: 2003-11-10 paf
14319:
14320: * src/types/pa_vconsole.h: flush
14321:
14322: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
14323: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
14324: read/write [for nntp]
14325:
14326: * operators.txt: mysql: transaction support: ?autocommit=0
14327:
14328: * operators.txt: comment: updated
14329:
14330: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14331: serialize version and exipire now removes entries
14332:
14333: * operators.txt: ^hashfile.delete[] removes files altogether [and
14334: dir, if could]
14335:
14336: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14337: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14338: removes files altogether [and dir, if could]
14339:
14340: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14341: nonexistent pair. .c coded that that was error. fixed
14342:
14343: * src/types/pa_vhashfile.C: sdbm: exception type change to
14344: file.access [regretfull can't split it to different exceptions
14345: without modifying sdbm source wich would prefer not to]
14346:
14347: 2003-11-07 paf
14348:
14349: * src/: classes/date.C, classes/file.C, classes/hash.C,
14350: classes/hashfile.C, classes/image.C, classes/table.C,
14351: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14352: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14353: main/execute.C, main/main.vcproj, main/pa_pool.C,
14354: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14355: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14356: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14357: destructing objects at request processing end
14358:
14359: 2003-11-06 paf
14360:
14361: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14362: updates
14363:
14364: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14365: to include sdbm
14366:
1.116 moko 14367: * src/include/: pa_config_includes.h, pa_version.h: our
14368: replacements of max& co only for cpp
1.95 moko 14369:
14370: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14371: upper dir, .am updated
14372:
14373: * tests/todo.txt: hashfile: done
14374:
14375: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
14376: expiration [time in value. todo: move time to key]
14377:
14378: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14379:
14380: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14381: to do that in foreach, no errors, but surely wrong]
14382:
14383: * operators.txt, src/types/pa_vhashfile.C,
14384: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14385:
14386: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
14387: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
14388: foreach
14389:
14390: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
14391: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
14392:
14393: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
14394: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
14395:
14396: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14397: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14398: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14399: get/put [raw]
14400:
14401: * src/: classes/op.C, main/pa_os.C: just linked
14402:
14403: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14404: XmlException changes
14405:
14406: * src/: include/pa_charset.h, include/pa_globals.h,
14407: include/pa_stylesheet_connection.h, main/pa_exception.C:
14408: XmlException changes
14409:
14410: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14411:
14412: * src/: include/pa_common.h, include/pa_exception.h,
14413: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14414: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14415: main/pa_xml_exception.C: locking move to pa_os [along with
14416: pa_sleep] apr-impl locking done
14417:
14418: * configure, configure.in, operators.txt, parser3.sln,
14419: src/classes/classes.vcproj, src/classes/hashfile.C,
14420: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14421: src/include/pa_exception.h, src/include/pa_globals.h,
14422: src/include/pa_memory.h, src/include/pa_version.h,
14423: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14424: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14425: src/main/compile.tab.C, src/main/main.vcproj,
14426: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14427: src/types/Makefile.am, src/types/pa_vhash.C,
14428: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14429: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14430: again with sdbm from apache
14431:
14432: 2003-11-05 paf
14433:
14434: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14435: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14436: \parser3project dir anymore
14437:
14438: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14439: thoughtlessly from xalan]
14440:
14441: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14442: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14443: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14444:
14445: * src/main/helpers/CaseFolding.txt:
14446: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14447:
14448: 2003-11-04 paf
14449:
14450: * operators.txt: comment: ^mail:send[$.options[
14451:
14452: * src/classes/table.C: compiled on unix
14453:
1.116 moko 14454: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14455:
14456: * src/classes/mail.C: compiled on unix
14457:
14458: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
14459: src/types/pa_vmail.h: !^mail:send[
14460: $.options[unix: string to append to sendmail command
14461: line]
14462:
14463: * operators.txt, src/classes/table.C, src/main/pa_string.C,
14464: tests/todo.txt: ^table.save[... $.separator[^#09]
14465: $.encloser["] <nothing> by default
14466:
14467: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
14468: !$.separator[^#09] !$.encloser["] <nothing> by
14469: default
14470:
14471: 2003-11-03 paf
14472:
14473: * operators.txt, src/classes/table.C, src/main/pa_common.C:
14474: ^table::load[; options: !$.column-separator[^#09]
14475: !$.column-encloser["]
14476:
14477: * operators.txt, src/include/pa_config_fixed.h,
14478: src/types/pa_vrequest.C: $request:document-root
14479:
14480: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14481: [already included into uri=xxx]
14482:
14483: * operators.txt, src/classes/image.C, tests/todo.txt:
14484: ^image.gif[filename] for $response:download
14485:
14486: * src/classes/date.C: minor precaution
14487:
14488: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
14489: !^date.unix-timestamp[]
14490:
14491: 2003-10-30 paf
14492:
14493: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
14494: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
14495:
14496: * src/classes/: date.C, image.C: improvement diagnostics:
14497: $now[^date::create[$undefined]] now is error
14498:
14499: * src/main/pa_common.C: read errors would now be reported 'actually
14500: read -1 bytes'
14501:
14502: 2003-10-24 paf
14503:
14504: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
14505: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
14506: src/main/Makefile.am, src/targets/cgi/Makefile.am,
14507: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
14508:
14509: 2003-10-22 paf
14510:
14511: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
14512:
14513: 2003-10-21 paf
14514:
14515: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14516: fixed: string.match[g] without <'> option produced columns with
14517: NULL's, which gpf'ed at table.save time
14518:
14519: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
14520: recoursion' message with intensive throw-catches fixed: incorrect
14521: name and line (one name upper then needed) in error message about
14522: problems inside try block
14523:
14524: 2003-10-10 paf
14525:
14526: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
14527: check offset argument for validity did that in String::Body::pos
14528: myself http://i2/tasks/edit/?id=4577425257580789777
14529:
14530: 2003-10-07 paf
14531:
14532: * src/main/: compile.tab.C, compile.y: ^if ( better error:
14533: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
14534:
14535: 2003-10-03 paf
14536:
14537: * parser3.sln, src/include/pa_dictionary.h,
14538: src/main/pa_dictionary.C, src/main/pa_string.C,
14539: src/targets/cgi/parser3.vcproj: dictionary optimized by
14540: precalculating cstr&length
14541:
14542: 2003-10-02 paf
14543:
14544: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14545: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14546: main/pa_stylesheet_manager.C: bugfix: ^throw context were
14547: saved/restored incompletely http://www.parser.ru/forum/?id=21484
14548:
14549: 2003-09-30 paf
14550:
14551: * src/main/pa_string.C: string::replace bug fix [were ignoring
14552: occurrances after lang-mismatched
14553:
14554: 2003-09-29 paf
14555:
14556: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
14557: helper
14558:
14559: * src/main/pa_string.C: string::serialize bug fix with
14560: zero-terminator
14561:
14562: * src/classes/table.C: ^nameless_table.save column row now has no
14563: \t at the end
14564:
14565: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14566: @postprocess now takes $response:body/download
14567:
14568: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
14569: error message
14570:
14571: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
14572:
14573: * src/classes/table.C: bugfix: flip: must produce nameless
14574: http://i2/tasks/edit/?id=4573405524674081244
14575:
14576: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
14577: main/helpers/simple_folding.pl: utf-8 upper/lower
14578:
14579: * src/main/pa_common.C: bugfix: utf signature were not ignored due
14580: to typo error http://i2/tasks/edit/?id=4573354650786434584
14581:
14582: 2003-09-26 paf
14583:
14584: * src/main/untaint.C: removed needless field
14585:
14586: * src/main/untaint.C: removed needless const
14587:
14588: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
14589: String.for_each bug fixed [omited one-char cases]
14590:
14591: * src/include/pa_stack.h: bugfix: before collecting garbage,
14592: runtime-executor stack were cleared... BADLY
14593:
14594: * src/main/pa_string.C: ^stirng.replace code used old
14595: param-convention on langs.append, fixed that search fo the like,
14596: found none
14597:
14598: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
14599: string::serialize/deserialize implemented Language enum assigned
14600: meaningful letters [more convinient for debugging. read warning
14601: before adding/changing anything]
14602:
14603: 2003-09-25 paf
14604:
14605: * src/: include/pa_string.h, include/pa_version.h,
14606: main/pa_string.C, main/untaint.C: templates and anonymous unions
14607: differences on unix
14608:
14609: * parser3.sln, src/classes/file.C, src/classes/image.C,
14610: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
14611: src/classes/xdoc.C, src/classes/xnode.C,
14612: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14613: src/include/pa_charsets.h, src/include/pa_common.h,
14614: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
14615: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
14616: src/include/pa_table.h, src/lib/cord/cordbscs.c,
14617: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
14618: src/lib/cord/include/cord.h, src/main/compile.tab.C,
14619: src/main/compile_tools.h, src/main/pa_charset.C,
14620: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
14621: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14622: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
14623: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
14624: src/types/pa_vmail.C, src/types/pa_vmath.C,
14625: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
14626: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
14627:
14628: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
14629: functions aligned to that of eeparser3 look
14630:
14631: * src/lib/cord/cordprnt.c: removed warnings
14632:
14633: 2003-09-24 paf
14634:
14635: * src/: classes/file.C, classes/image.C, classes/mail.C,
14636: classes/op.C, classes/xdoc.C, classes/xnode.C,
14637: include/pa_cache_managers.h, include/pa_charset.h,
14638: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
14639: include/pa_sql_driver_manager.h, include/pa_string.h,
14640: include/pa_stylesheet_manager.h, include/pa_table.h,
14641: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
14642: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
14643: main/pa_sql_driver_manager.C, main/pa_string.C,
14644: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
14645: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
14646: types/pa_vstateless_class.h, types/pa_vstatus.C,
14647: types/pa_vxnode.C: v() functions of String::Body,
14648: String::Languages and String itself StringBody->String::Body
14649:
14650: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14651: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
14652: never optimized anything. todo: somehow speed up harder cases:
14653: concatenationA+concatenationB when last block of A and first of B
14654: contain same letters
14655:
14656: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14657: lib/cord/include/cord.h: langs: speed up by joining adjucent
14658: blocks of same char [CORD_append_block]
14659:
14660: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14661: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
14662: save space by extending blocks when appending block with c ==
14663: lastblock.c
14664:
14665: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
14666: working yet :( but more working &understood :)
14667:
14668: * src/: classes/table.C, include/pa_string.h,
14669: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
14670:
14671: 2003-09-23 paf
14672:
14673: * src/main/untaint.C: $a[ok!] $a works!
14674:
14675: * src/main/untaint.C: something even more works :)
14676:
14677: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14678: something more works :)
14679:
14680: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14681: lib/cord/cordxtra.c: something already works :)
14682:
14683: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14684: serialize&deserialize
14685:
14686: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14687: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14688: main/untaint.C: main idea implemented, details left
14689:
14690: 2003-09-22 paf
14691:
14692: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14693:
14694: * src/classes/xnode.C: copy/paste comment bugfix
14695:
14696: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14697: allocator returns 0, just die.
14698: http://i2/tasks/edit/?id=4570798492410259445
14699:
14700: * src/classes/xdoc.C: copy/paste comment bugfix
14701:
14702: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14703: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14704: xnode: getAttributeNS setAttributeNS removeAttributeNS
14705: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14706:
14707: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14708: chars due to bitwise operation signed-char error]
14709:
14710: 2003-09-19 paf
14711:
14712: * src/types/pa_wcontext.C: output message: more practical
14713: suggestion
14714:
14715: * src/main/pa_common.C, operators.txt: merged
14716: $f[^file::load[binary;http://...]] $f.tables
14717:
14718: 2003-09-02 paf
14719:
14720: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14721: flush stdout without referencing 'stdout' symbol. to hell with
14722: non-ansi libraries without 'stdout' symbol
14723:
14724: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14725: unix (users reported problems with some old libc)
14726:
14727: * src/types/pa_vdate.h: forgot initializer
14728:
14729: 2003-09-01 paf
14730:
14731: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14732: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14733: zone]
14734:
14735: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14736:
14737: 2003-08-19 paf
14738:
14739: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14740: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14741: simplified a little
14742:
14743: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14744: [lost fix from 3.0.8]
14745:
14746: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14747: visible here }
14748:
14749: bug fix
14750:
14751: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14752:
14753: * src/main/compile.tab.C: initialized couple of variables about
14754: which user reported runtime problems when parser were compiled
14755: with VC7, warning level4. study shows that later in bison
14756: they've fixed that. would migrate to latest bison someday
14757:
14758: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14759: recoding headers)
14760:
14761: * src/types/pa_vmail.C: works as before, same charset problems:
14762: gmime recodes to UTF-8 only headers, not body. so not recoding
14763: anything for now
14764:
14765: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14766: problems with body
14767:
14768: * src/types/pa_vmail.C: mail_receive just compiled
14769:
14770: 2003-08-18 paf
14771:
14772: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14773: main/main.vcproj, types/types.vcproj: win32: continued process
14774: detaching from \parser3project directory
14775:
14776: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14777: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14778: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14779: src/lib/pcre/pcre_dftables.dsp,
14780: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14781: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14782: src/types/types.dsp: moved to MSVC 7
14783:
14784: * gnu.vcproj.vspscc, parser3.vssscc,
14785: src/classes/classes.vcproj.vspscc,
14786: src/lib/cord/cord.vcproj.vspscc,
14787: src/lib/ltdl/libltdl.vcproj.vspscc,
14788: src/lib/md5/md5.vcproj.vspscc,
14789: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14790: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14791: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14792: src/targets/isapi/parser3isapi.vcproj.vspscc,
14793: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14794: moved to MSVC 7
14795:
14796: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14797: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14798: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14799: src/lib/pcre/pcre_dftables.vcproj,
14800: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14801: src/targets/cgi/parser3.vcproj,
14802: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14803: new VS project files
14804:
14805: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14806: .NET to detect Jalindi Igloo capabilities.
14807:
14808: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14809: src/classes/classes.awk, src/doc/footer.htm,
14810: src/include/pa_config_fixed.h, src/include/pa_version.h,
14811: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14812: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14813: src/types/pa_vmail.C: merged 3.1.0 latest changes
14814:
14815: 2003-08-15 paf
14816:
14817: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14818: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14819:
14820: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14821: non-ascii <yyy> now encoded correctly
14822:
14823: 2003-07-29 paf
14824:
1.116 moko 14825: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14826: dist
1.95 moko 14827:
14828: * src/types/pa_vmail.C: just started --with-mail-receive
14829:
14830: 2003-07-28 paf
14831:
1.116 moko 14832: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14833: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14834:
14835: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14836:
14837: 2003-07-25 paf
14838:
14839: * src/doc/footer.htm: year
14840:
14841: 2003-07-24 paf
14842:
14843: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14844: fix
14845:
14846: * src/include/pa_version.h: release
14847:
1.116 moko 14848: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14849:
14850: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14851: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14852: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14853: getting rid of win32xml pseudo project
14854:
14855: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14856:
1.116 moko 14857: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14858: configure.in, operators.txt, parser3.dsw,
1.95 moko 14859: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14860: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14861: src/classes/classes.C, src/classes/classes.awk,
14862: src/classes/classes.dsp, src/classes/classes.h,
14863: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14864: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14865: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14866: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14867: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14868: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14869: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14870: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14871: src/include/pa_array.h, src/include/pa_cache_managers.h,
14872: src/include/pa_charset.h, src/include/pa_charsets.h,
14873: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14874: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14875: src/include/pa_dictionary.h, src/include/pa_dir.h,
14876: src/include/pa_exception.h, src/include/pa_exec.h,
14877: src/include/pa_globals.h, src/include/pa_hash.h,
14878: src/include/pa_memory.h, src/include/pa_opcode.h,
14879: src/include/pa_operation.h, src/include/pa_pool.h,
14880: src/include/pa_pragma_pack_begin.h,
1.95 moko 14881: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14882: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14883: src/include/pa_sapi.h, src/include/pa_socks.h,
14884: src/include/pa_sql_connection.h,
14885: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14886: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14887: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14888: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14889: src/include/pa_uue.h, src/lib/Makefile.am,
14890: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14891: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14892: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14893: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14894: src/lib/cord/include/ec.h,
14895: src/lib/cord/include/private/Makefile.am,
14896: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14897: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14898: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14899: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14900: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14901: src/main/compile_tools.C, src/main/compile_tools.h,
14902: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14903: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14904: src/main/pa_charsets.C, src/main/pa_common.C,
14905: src/main/pa_dictionary.C, src/main/pa_dir.C,
14906: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14907: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14908: src/main/pa_request.C, src/main/pa_socks.C,
14909: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14910: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14911: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14912: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14913: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14914: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14915: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14916: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14917: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14918: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14919: src/targets/isapi/parser3isapi.dsp,
14920: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14921: src/types/pa_junction.h, src/types/pa_method.h,
14922: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14923: src/types/pa_vclass.C, src/types/pa_vclass.h,
14924: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14925: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14926: src/types/pa_vdouble.h, src/types/pa_venv.h,
14927: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14928: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14929: src/types/pa_vimage.C, src/types/pa_vimage.h,
14930: src/types/pa_vint.h, src/types/pa_vjunction.h,
14931: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14932: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14933: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14934: src/types/pa_vobject.C, src/types/pa_vobject.h,
14935: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14936: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14937: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14938: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14939: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14940: src/types/pa_vstring.h, src/types/pa_vtable.C,
14941: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14942: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14943: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14944: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14945: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14946: HEAD
14947:
14948: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14949: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14950: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14951: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14952: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14953: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14954: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14955: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14956: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14957: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14958: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14959: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14960: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14961: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14962: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14963: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14964: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14965: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14966: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14967: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14968: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14969: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14970: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14971: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14972: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14973: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14974: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14975: outputs/create-dir, results/001.processed, results/002.processed,
14976: results/003.processed, results/004.processed,
14977: results/005.processed, results/006.processed,
14978: results/007.processed, results/008.processed,
14979: results/009.processed, results/010.processed,
14980: results/011.processed, results/012.processed,
14981: results/013.processed, results/014.processed,
14982: results/015.processed, results/016.processed,
14983: results/017.processed, results/018.processed,
14984: results/019.processed, results/020.processed,
14985: results/021.processed, results/022.processed,
14986: results/023.processed, results/024.processed,
14987: results/025.processed, results/026.processed,
14988: results/027.processed, results/028.processed,
14989: results/029.processed, results/030.processed,
14990: results/031.processed, results/032.processed,
14991: results/033.processed, results/034.processed,
14992: results/035.processed, results/036.processed,
14993: results/037.processed, results/038.processed,
14994: results/039.processed, results/040.processed,
14995: results/041.processed, results/042.processed,
14996: results/043.processed, results/044.processed,
14997: results/045.processed, results/046.processed,
14998: results/047.processed, results/048.processed,
14999: results/049.processed, results/050.processed,
15000: results/051.processed, results/052.processed,
15001: results/053.processed, results/054.processed,
15002: results/055.processed, results/056.processed,
15003: results/057.processed, results/058.processed,
15004: results/059.processed, results/060.processed,
15005: results/061.processed, results/062.processed,
15006: results/063.processed, results/064.processed,
15007: results/065.processed, results/066.processed,
15008: results/067.processed, results/068.processed,
15009: results/069.processed, results/070.processed,
15010: results/071.processed, results/072.processed,
15011: results/073.processed, results/074.processed,
15012: results/075.processed, results/076.processed,
15013: results/077.processed, results/078.processed,
15014: results/079.processed, results/080.processed,
15015: results/081.processed, results/082.processed,
15016: results/083.processed, results/084.processed,
15017: results/085.processed, results/086.processed,
15018: results/087.processed, results/088.processed,
15019: results/089.processed, results/090.processed,
15020: results/091.processed, results/092.processed,
15021: results/093.processed, results/094.processed,
15022: results/095.processed, results/096.processed,
15023: results/097.processed, results/098.processed,
15024: results/099.processed, results/100.processed,
15025: results/101.processed, results/102.processed,
15026: results/103.processed, results/104.processed,
15027: results/105.processed, results/106.processed,
15028: results/107.processed, results/108.processed,
15029: results/109.processed, results/110.processed,
15030: results/111.processed, results/112.processed,
15031: results/113.processed, results/114.processed,
15032: results/115.processed, results/116.processed,
15033: results/117.processed, results/118.processed,
15034: results/119.processed, results/120.processed,
15035: results/121.processed, results/122.processed,
15036: results/123.processed, results/124.processed,
15037: results/125.processed, results/126.processed,
15038: results/127.processed, results/128.processed,
15039: results/129.processed, results/130.processed,
15040: results/131.processed, results/132.processed,
15041: results/133.processed, results/134.processed,
15042: results/135.processed, results/136.processed,
15043: results/137.processed, results/138.processed,
15044: results/139.processed, results/140.processed,
15045: results/141.processed: merged(copied) to HEAD from template_gc
15046:
15047: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15048: towards \parser3project not having to be in root
15049:
15050: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15051: module compiled [were minor unnecessary changes in lib/md5
15052: interface]
15053:
15054: * src/include/pa_version.h: release
15055:
15056: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15057:
15058: * src/classes/math.C: merged uuid bugfix
15059:
15060: * tests/: 141.html, results/141.processed: fixed bug with
15061: too-small-a-buffer
15062:
15063: * src/classes/math.C: uuid bugfix
15064:
15065: * tests/: 141.html, Makefile, results/005.processed,
15066: results/030.processed, results/075.processed,
15067: results/078.processed: to reflect date format change (were -
15068: become ' ')
15069:
15070: * src/classes/math.C: uuid bugfix
15071:
15072: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15073: debug/release changes
15074:
15075: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15076:
15077: 2003-07-23 paf
15078:
15079: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15080: renamed a little [to move to comman naming conv]
15081:
1.116 moko 15082: * src/targets/Makefile.am: apache13 splitted to simplify apache
15083: build
1.95 moko 15084:
15085: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15086: main/pa_request.C, main/pa_sql_driver_manager.C,
15087: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15088: stack top_index() fixed
15089:
15090: * src/main/pa_globals.C: minor style changes
15091:
15092: * src/: classes/op.C, include/pa_sql_connection.h: connection
15093: closing/caching fixed [connections were not closed/put to cache]
15094:
15095: 2003-07-22 paf
15096:
15097: * INSTALL: gc part updated stightly
15098:
15099: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15100: new sapi interface
15101:
15102: * src/classes/file.C: comment on OS
15103:
15104: * src/main/pa_string.C: removed reduntant invariant check [there is
15105: one deeper in cord lib]
15106:
15107: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15108:
15109: * src/main/pa_memory.C: out of memory is no longer coredump
15110:
15111: * INSTALL: disable-threads adviced
15112:
15113: 2003-07-21 paf
15114:
1.116 moko 15115: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15116:
15117: * src/classes/file.C: file::exec/cgi environment variables now must
15118: be UPPERCASE and A-Z 0-9 _-
15119:
15120: * src/classes/file.C: env passing fixed
15121:
15122: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15123:
15124: * src/main/pa_common.C: http:// CRLF now
15125:
15126: 2003-07-02 paf
15127:
15128: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
15129: fields to reflect their real meaning
15130:
15131: 2003-06-27 paf
15132:
15133: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15134: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15135: file::exec/cgi .charset
15136:
15137: 2003-06-26 paf
15138:
15139: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15140: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15141: src/classes/table.C: fixed several uninitialized local
15142: structures. notably ^hash.foreach now inserts delimiters
15143: properly [were inserting it before first body]
15144:
15145: 2003-06-24 paf
15146:
15147: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15148:
15149: 2003-06-20 paf
15150:
15151: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15152: src/main/pa_globals.C: introducing
15153: $f[^file::load[binary;http://...]] $f.tables
15154:
15155: 2003-06-06 paf
15156:
15157: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15158: table. [were method lookup: inconsistent]
15159:
15160: 2003-06-02 paf
15161:
15162: * src/include/pa_memory.h: empty string clone fixed to return
15163: writable memory
15164:
15165: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15166: were not appended] which violated string invariant
15167:
15168: 2003-05-30 paf
15169:
15170: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15171: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15172:
15173: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15174: GMT ; RFC 822, updated by RFC 1123
15175:
15176: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15177: targets/isapi/parser3isapi.C: initialized request_info properly
15178:
15179: * src/classes/xnode.C: found minor bug, commended for future
15180:
15181: 2003-05-28 paf
15182:
15183: * src/classes/form.C: request_info.content_length can't be <0,
15184: size_t for some time
15185:
15186: 2003-05-26 paf
15187:
15188: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15189: forgotten <0 changed to !=STRING_NOT_FOUND
15190:
15191: * src/classes/math.C: merged ffffu from HEAD
15192:
15193: 2003-05-11 paf
15194:
15195: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15196:
15197: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15198: premature doc free. transformed document had xmlDoc reference
15199: stored to non-gc-memory (libgdome) added holding-reference
15200:
15201: 2003-04-29 paf
15202:
15203: * src/main/pa_globals.C: started digging on double free. on win32
15204: found that that's perfectly normal.
15205:
15206: 2003-04-25 paf
15207:
15208: * src/classes/table.C: table.join bug fix [bad limit check]
15209:
15210: * src/classes/math.C: merged from HEAD: simpiler hash_string
15211:
15212: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15213: print anything. changed to quicker and simplier code
15214:
15215: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15216: strict a check]
15217:
15218: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15219:
15220: 2003-04-24 paf
15221:
15222: * src/include/pa_table.h: too strict assert loosened
15223:
15224: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15225: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15226: report
15227:
15228: 2003-04-21 paf
15229:
1.116 moko 15230: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15231:
15232: * src/main/pa_globals.C: pcre memory management changed to use GC
15233: memory
15234:
15235: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15236: xmlMallocAtomic [author agreed to my suggestion], used that
15237:
15238: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15239:
15240: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15241: types/pa_vmail.C: attributed_meaning_to_string added
15242: L_UNSPECIFIED piece which was sortof OK, but violated string
15243: invariant [assertion barked on that] changed to L_PASS_APPEND,
15244: made that param obligatory
15245:
15246: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15247: fixed [assert helped]
15248:
15249: * src/include/pa_string.h: assert added [looking for bug]
15250:
15251: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15252: names on Win32 considered disk-global
15253:
15254: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15255: considered disk-global
15256:
15257: 2003-04-18 paf
15258:
15259: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15260: filenames
15261:
15262: * src/main/untaint.C: enabled '~' letter in filenames
15263:
15264: 2003-04-16 paf
15265:
15266: * src/classes/file.C: small bug introduced in autoptr times fixed
15267:
15268: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15269: HEAD
15270:
1.116 moko 15271: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15272:
15273: 2003-04-15 paf
15274:
15275: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
15276: src/lib/md5/pa_md5c.c, tests/141.html,
15277: tests/results/141.processed: merged from head ^math:uuid[]
15278: ^math:uid64[] ^math:md5[string]
15279:
15280: test added: 141.html
15281:
15282: * operators.txt, src/classes/math.C: ^math:uid64[]
15283:
15284: * src/classes/math.C: ^math:uuid[]
15285:
15286: * operators.txt, src/classes/math.C: ^math:uuid[]
15287:
15288: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
15289: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
15290:
15291: * operators.txt, src/classes/file.C, src/include/pa_common.h,
15292: src/include/pa_config_fixed.h, src/main/pa_common.C:
15293: ^file::load[mode;name; $.offset $.limit
15294:
15295: 2003-04-14 paf
15296:
15297: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15298: started ^math:md5
15299:
15300: * src/classes/table.C, src/include/pa_array.h,
15301: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15302: tests/results/140.processed: table $.reverse option works in
15303: create&co table $.distinct[tables] bug fix merged
15304:
15305: * src/: classes/table.C, include/pa_table.h: table
15306: $.distinct[tables] bug fixed
15307:
15308: * src/classes/table.C: more warnings
15309:
15310: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15311: removed checks in table::set_current, moved them back to
15312: table::locate implemented table::create/join ñ $.reverse
15313:
15314: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15315: removed checks in table::set_current, moved them back to
15316: table::locate
15317:
15318: 2003-04-11 paf
15319:
15320: * operators.txt, src/classes/date.C, src/classes/table.C,
15321: src/include/pa_array.h, src/include/pa_common.h,
15322: src/include/pa_config_includes.h, src/include/pa_string.h,
15323: src/include/pa_table.h, src/main/pa_request.C,
15324: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15325: src/main/pa_table.C: merged from HEAD from
15326: before_append_array_limit_sense_change to
15327: after_append_array_limit_sense_change
15328:
15329: * src/classes/table.C: typo
15330:
15331: * operators.txt, src/classes/date.C, src/classes/table.C,
15332: src/include/pa_array.h, src/include/pa_common.h,
15333: src/include/pa_config_includes.h, src/include/pa_globals.h,
15334: src/include/pa_table.h, src/main/pa_array.C,
15335: src/main/pa_globals.C, src/main/pa_request.C,
15336: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15337: src/main/pa_table.C: append_array_limit_sense_change locate
15338: accepts options same as create new option: $.reverse(1) [do not
15339: work in table::create]
15340:
15341: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15342: (stat xxx,
15343:
15344: * src/classes/: table.C: typo
15345:
15346: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15347: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15348: results/130.processed, results/131.processed,
15349: results/132.processed, results/133.processed,
15350: results/134.processed, results/135.processed,
15351: results/136.processed, results/137.processed,
15352: results/138.processed, results/139.processed: added few mustfail
15353: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15354: date/time 132.html mustfail: access to junction outside of
15355: context 133.html mustfail: access to junction outside of context,
15356: case version 134.html mustfail: hash: adding a key inside of
15357: foreach 135.html mustfail: modifying system class 136.html
15358: mustfail: $.name outside of $hash[here] 137.html mustfail:
15359: appendChild without import 138.html mustfail: invalid encoding
15360: inside of xml 139.html mustfail: bad XPath
15361:
15362: * operators.txt, src/classes/table.C, tests/084.html,
15363: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
15364: tests/129.html, tests/results/125.processed,
15365: tests/results/126.processed, tests/results/127.processed,
15366: tests/results/128.processed, tests/results/129.processed: merged
15367: from HEAD ^table.hash[key][$.distinct[tables]]
15368:
15369: maked appropriate tests [changed one old nonconforming]
15370:
15371: * operators.txt, src/classes/table.C:
15372: ^table.hash[key][$.distinct[tables]]
15373:
15374: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15375: merged fix for found very old xml (dom) bug: were passing
15376: domString objects and later ERROREOUSLY freed them
15377:
15378: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15379: src/main/pa_charset.C: re-added libgdome patch. regretfully
15380: libgdome bug can not be worked around
15381:
15382: 2003-04-10 paf
15383:
15384: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15385: found very old xml (dom) bug: were passing domString objects and
15386: later ERROREOUSLY freed them
15387:
15388: * src/doc/string.dox, src/include/pa_memory.h,
15389: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15390: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15391: tests/123.html, tests/124.html, tests/results/001.processed,
15392: tests/results/002.processed, tests/results/003.processed,
15393: tests/results/004.processed, tests/results/005.processed,
15394: tests/results/006.processed, tests/results/008.processed,
15395: tests/results/009.processed, tests/results/010.processed,
15396: tests/results/011.processed, tests/results/012.processed,
15397: tests/results/013.processed, tests/results/014.processed,
15398: tests/results/015.processed, tests/results/016.processed,
15399: tests/results/017.processed, tests/results/018.processed,
15400: tests/results/020.processed, tests/results/021.processed,
15401: tests/results/022.processed, tests/results/023.processed,
15402: tests/results/024.processed, tests/results/025.processed,
15403: tests/results/026.processed, tests/results/027.processed,
15404: tests/results/028.processed, tests/results/029.processed,
15405: tests/results/030.processed, tests/results/031.processed,
15406: tests/results/032.processed, tests/results/033.processed,
15407: tests/results/034.processed, tests/results/035.processed,
15408: tests/results/036.processed, tests/results/037.processed,
15409: tests/results/038.processed, tests/results/039.processed,
15410: tests/results/040.processed, tests/results/041.processed,
15411: tests/results/042.processed, tests/results/043.processed,
15412: tests/results/044.processed, tests/results/045.processed,
15413: tests/results/046.processed, tests/results/047.processed,
15414: tests/results/048.processed, tests/results/049.processed,
15415: tests/results/050.processed, tests/results/051.processed,
15416: tests/results/052.processed, tests/results/053.processed,
15417: tests/results/054.processed, tests/results/055.processed,
15418: tests/results/056.processed, tests/results/057.processed,
15419: tests/results/058.processed, tests/results/059.processed,
15420: tests/results/060.processed, tests/results/061.processed,
15421: tests/results/062.processed, tests/results/063.processed,
15422: tests/results/064.processed, tests/results/065.processed,
15423: tests/results/066.processed, tests/results/067.processed,
15424: tests/results/068.processed, tests/results/069.processed,
15425: tests/results/070.processed, tests/results/071.processed,
15426: tests/results/072.processed, tests/results/073.processed,
15427: tests/results/074.processed, tests/results/075.processed,
15428: tests/results/076.processed, tests/results/077.processed,
15429: tests/results/078.processed, tests/results/079.processed,
15430: tests/results/080.processed, tests/results/081.processed,
15431: tests/results/082.processed, tests/results/083.processed,
15432: tests/results/084.processed, tests/results/085.processed,
15433: tests/results/086.processed, tests/results/087.processed,
15434: tests/results/088.processed, tests/results/089.processed,
15435: tests/results/090.processed, tests/results/091.processed,
15436: tests/results/092.processed, tests/results/093.processed,
15437: tests/results/094.processed, tests/results/095.processed,
15438: tests/results/096.processed, tests/results/097.processed,
15439: tests/results/101.processed, tests/results/102.processed,
15440: tests/results/104.processed, tests/results/105.processed,
15441: tests/results/106.processed, tests/results/107.processed,
15442: tests/results/108.processed, tests/results/109.processed,
15443: tests/results/110.processed, tests/results/111.processed,
15444: tests/results/112.processed, tests/results/113.processed,
15445: tests/results/114.processed, tests/results/115.processed,
15446: tests/results/116.processed, tests/results/117.processed,
15447: tests/results/118.processed, tests/results/119.processed,
15448: tests/results/120.processed, tests/results/121.processed,
15449: tests/results/122.processed, tests/results/123.processed,
15450: tests/results/124.processed: new convention: char* never 0.
15451: assert in cord on that
15452:
15453: * src/main/pa_charset.C: couple more asserts
15454:
15455: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15456: speedup
15457:
15458: * src/main/pa_charset.C: couple assertions on fantastic situations
15459: added [may be those is the case now?]
15460:
15461: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15462: that's memory from gc_malloc, not from g_malloc :(, but would
15463: hope]
15464:
15465: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15466: that's memory from gc_malloc, not from g_malloc :(, but would
15467: hope]
15468:
15469: * src/main/pa_charset.C: checked custom malloc for returning 0
15470:
15471: 2003-04-09 paf
15472:
15473: * src/classes/date.C: merged ^date.roll changes
15474:
15475: * src/classes/date.C: ^date.roll bug fix
15476:
15477: * src/classes/date.C: ^date.roll now throws less errors: month
15478: shifts handles end of month situation by reducing day number
15479: hour-hole shift reduces hour to recover
15480:
15481: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
15482: Sort by function time
15483:
15484: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
15485: http:// $.charset[] param done
15486:
15487: * tests/: 122.html, results/122.processed: 122 date test <= and ==
15488: added [after volatile fix. passes on win&intel-solaris]
15489:
15490: 2003-04-08 paf
15491:
15492: * src/: classes/file.C, classes/op.C, classes/table.C,
15493: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
15494: include/pa_common.h, include/pa_request_charsets.h,
15495: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15496: main/pa_exec.C, main/pa_request.C, main/untaint.C,
15497: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
15498: types/pa_vresponse.C: started http:// $.charset[] param and
15499: http response charset detection just compiled. todo:test
15500:
15501: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
15502:
15503: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
15504: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
15505: types/pa_vmail.C: changed transcode param converntion along with
15506: string creating convention -- all strings are zero-terminated,
15507: this allowed to fix one remaining String("123", 2) case
15508:
15509: * src/: classes/date.C, classes/file.C, classes/hash.C,
15510: classes/op.C, classes/string.C, classes/table.C,
15511: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
15512: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
15513: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15514: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
15515: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
15516: violated String::invariant. started fixing [not compiled now]
15517:
15518: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
15519: main/compile.tab.C, main/compile.y, main/pa_string.C,
15520: main/untaint.C, targets/cgi/parser3.C: number of string style
15521: improvements & optimizations
15522:
15523: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
15524: :(]
15525:
15526: * src/main/untaint.C: removed redundant & in CORD_pos param passing
15527: [for it's a pointer really]
15528:
15529: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
15530: 'n' param. worked that around
15531:
15532: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
15533: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
15534: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
15535: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
15536: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
15537:
15538: Thanks for the bug report and patch.
15539:
15540: I hadn't looked at this code in a while. Reading it now, it
15541: seems to me that the tests should also be ">= MAX_DEPTH" to
15542: comply with the invariant, though that may not matter a lot. I
15543: changed that, too.
15544:
15545: Hans
15546:
15547: 2003-04-07 paf
15548:
15549: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
15550: merged from head:safe mode error message now includes numbers
15551:
15552: * src/main/execute.C: n-th attempt to make a=a work with double.
15553: problem: as_double returns it's result in fp-register compiler
15554: optimizes access to that register after b->as_double, and just
15555: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15556: from memory. _SAME_ double values do not match here. when
15557: forced to REload fp-register, values do match.
15558:
15559: tried to make them volatile.
15560:
15561: * src/main/execute.C: n-th attempt to make a=a work with double.
15562: problem: as_double returns it's result in fp-register compiler
15563: optimizes access to that register after b->as_double, and just
15564: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15565: from memory. _SAME_ double values do not match here. when
15566: forced to REload fp-register, values do match.
15567:
15568: tried to make them volatile.
15569:
15570: * src/types/pa_vobject.h: small style change
15571:
15572: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
15573:
15574: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
15575: mode error message now includes numbers
15576:
15577: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
15578: now causes death
15579:
15580: 2003-04-04 paf
15581:
15582: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
15583: incorportated pa_exec patch by From: "Victor Fedoseev"
15584: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
15585: Sent: Thursday, January 23, 2003 9:14 AM
15586:
15587: huge speedup on ^file::cgi with big result
15588:
15589: * src/classes/table.C: sort table with 0 rows bug fixed
15590:
15591: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
15592: fix http://i2/tasks/edit/?id=4493701604654042676
15593:
15594: @main[] $with_default[ $.a[1] $._default[default from
15595: with_default] ] ^show[$with_default]
15596:
15597: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15598: =$to_add_to.xxx=<br>
15599:
15600: ^show[$to_add_to]
15601:
15602: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15603: ^show[$cloned]
15604:
15605: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15606:
15607: } <hr>
15608:
15609: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
15610: http://i2/tasks/edit/?id=4493701604654042676
15611:
15612: @main[] $with_default[ $.a[1] $._default[default from
15613: with_default] ] ^show[$with_default]
15614:
15615: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15616: =$to_add_to.xxx=<br>
15617:
15618: ^show[$to_add_to]
15619:
15620: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15621: ^show[$cloned]
15622:
15623: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15624:
15625: } <hr>
15626:
15627: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
15628: http://i2/tasks/edit/?id=4507350336410850921
15629:
15630: * src/classes/xdoc.C: memory allocation func bugfix
15631: http://i2/tasks/edit/?id=4499303470368629745
15632:
15633: * src/classes/math.C: allowed random 1...
15634:
15635: * src/classes/math.C: allowed random 0..
15636:
15637: * src/main/pa_globals.C: exif mem leak
15638: http://i2/tasks/edit/?id=4480590323629807263
15639:
15640: * src/: classes/classes.dsp, main/main.dsp,
15641: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
15642: fix http://i2/tasks/edit/?id=4493946731322521294
15643: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
15644:
15645: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15646: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
15647: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
15648: links to xml libs made relative, no need to unpack parser3project
15649: to /parser3project.
15650:
15651: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
15652: column more precise - tab handling bug fixed
15653:
15654: * src/main/: compile.tab.C, compile.y: more understandable error
15655: message in case @CLASS with more then one line inside
15656:
15657: * src/targets/cgi/parser3.C: more understandable error message in
15658: case of errors in @unhandled_exception
15659:
15660: 2003-04-03 paf
15661:
15662: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
15663: src/main/compile.tab.C, src/main/compile.y,
15664: src/main/compile_tools.C, src/main/compile_tools.h,
15665: src/main/execute.C, src/main/pa_request.C: debug info format
15666: simplified, now it's: OP_VALUE Operation::Origin << here value*
15667:
15668: higher limits: file number (max: 255) line number (max:
15669: 64535) column number (max: 255)
15670:
15671: * src/classes/math.C: top limit
15672:
15673: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15674: precise parse error position in case of
15675:
15676: ^bug ]
15677:
15678: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
15679: changed to realities, and passed [bug fixed]
15680:
15681: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15682: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15683: main/compile_tools.h, main/pa_request.C: introducing
15684: ^process...[main-method-alias]
15685:
15686: * src/: classes/date.C, classes/image.C, classes/op.C,
15687: classes/string.C, classes/table.C, classes/xdoc.C,
15688: types/pa_vmethod_frame.h: MethodParams& now [methods without
15689: params receive zero reference, but they are expected not to look
15690: there]
15691:
15692: * operators.txt, src/classes/date.C, src/classes/double.C,
15693: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15694: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15695: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15696: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15697: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15698: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15699: [methods without params receive zero reference, but they are
15700: expected not to look there]
15701:
15702: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15703: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15704: ^process...[filename] useful for better error reporting
15705: [file/line/col]
15706:
15707: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15708: types/pa_vstring.h: slightly improved error messages text: 1. is
15709: '%s', it 2. method undefined in case of ^void[]
15710:
15711: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15712: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15713: handling done. now we have error columns todo: test it
15714:
15715: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15716: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15717:
15718: this makes life easier: were: bad stack order -- were in
15719: exception catch unwind order, which didn't match execution order
15720:
15721: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15722:
15723: @first[] ^throw[a;1]
15724:
15725: showed throw a first throw b try
15726:
15727: which is no good
15728:
15729: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15730: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15731: trace reset after handled exception [old bug fixed]
15732:
15733: * src/main/: compile.tab.C, compile.y: parse position old bug
15734: fixed. position reporting made precise [both, in parse erros and
15735: runtime errors]
15736:
15737: 2003-04-02 paf
15738:
15739: * src/: include/pa_operation.h, include/pa_request.h,
15740: main/compile.C, main/compile.tab.C, main/compile.y,
15741: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15742: main/pa_exception.C, main/pa_request.C: debug info: started
15743: using. todo:complete
15744:
15745: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15746: main/compile.C, main/compile.tab.C, main/compile.y,
15747: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15748: main/pa_request.C: prepared debug info todo:use it
15749:
15750: * src/include/pa_operation.h: strange mistake fixed: forgot to
15751: return Operation class->union after switching from autoptrs.
15752:
15753: * tests/: Makefile, results/108.processed, results/117.processed:
15754: meta considered OK [it's up to coder now to remove it not needed]
15755:
15756: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15757: Dictionary constructor when moved to gc]
15758:
15759: * src/main/pa_common.C: uncommented http:// file loading
15760:
15761: * src/include/pa_array.h, src/main/execute.C,
15762: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15763: fix [gdGrowingBuf]
15764:
15765: * configure.in, src/lib/Makefile.am: removed patches
15766:
15767: * configure, src/include/pa_config_auto.h.in,
15768: src/main/pa_charset.C: --enable-assertions autoconf-ed
15769:
15770: * src/main/pa_common.C: uncommented http:// file loading
15771:
15772: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15773: xdoc::create/load
15774:
15775: * src/: classes/form.C, classes/hash.C, classes/image.C,
15776: classes/string.C, classes/table.C, classes/void.C,
15777: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15778: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15779: String::String(str,helper_length) are checked. found/fixed one
15780: place: $request:body now zero-terminated,
15781:
15782: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15783: main/compile_tools.C, main/execute.C, types/pa_value.h,
15784: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15785: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15786: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15787: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15788: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15789: types/pa_vxnode.h: more locally scoped vars in execute (more
15790: easily optimizable)
15791:
15792: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15793: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15794:
15795: * src/: include/pa_array.h, include/pa_stack.h,
15796: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15797: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15798: become assertion iterator in methodframe filler
15799:
15800: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15801: targets/cgi/parser3.C: array::get/put inlined
15802:
15803: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15804: gc_substitute_memory_management_functions +installed CORD_oom
15805: function
15806:
15807: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15808: src/include/pa_config_includes.h, src/include/pa_string.h,
15809: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15810: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15811: assertions started configure.in --enable-assertions
15812:
15813: 2003-04-01 paf
15814:
15815: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15816: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15817: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15818: gdome uses glib memory, and stores last pointer to xmlDoc there,
15819: gc misses that and collects valid memory fixed by remembering
15820: xmlDoc from dom object in xdoc. todo: do something with
15821: premature free of xdoc with xnodes/node values referring into it
15822:
15823: * src/classes/: mail.C: typo fix
15824:
15825: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15826: changes
15827:
15828: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15829: main/pa_memory.C: moved memory debugging to global level: to
15830: pa_gc_malloc
15831:
15832: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15833: debugging showed no errors. todo: debug parser memory
15834:
15835: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15836: configurations
15837:
15838: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15839: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15840: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15841: types/types.dsp: prepared xml-static configuration
15842:
15843: 2003-03-31 paf
15844:
15845: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15846: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15847: xml lib memory debugging, simple checks failed: it seems that
15848: library does realloc(bad ptr), and recording those ptrs in heap
15849: [for debugging] was bad: heap situation changes = everything
15850: works fine
15851:
15852: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15853: xmlRegisterCharEncodingHandler limitation [currently imposed
15854: limit of 10 user-defined charsets]
15855:
15856: 2003-03-28 paf
15857:
15858: * src/main/execute.C: execution stack copied to local register
15859: variable, removed lots [~2e7) of memory accesses
15860:
15861: 2003-03-27 paf
15862:
15863: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15864: works in debug, but fails in release todo: fix that
15865:
15866: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15867: targets/cgi/parser3.C: forgot to merge XML memory funcs
15868: replacement from gc branch
15869:
15870: * src/main/pa_exec.C: introducing append_help_length [radical
15871: improvement here]
15872:
15873: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15874: 'not recommened' in gc.h, on win32 noticed no difference]
15875:
15876: * src/include/pa_array.h: returned checked array get [were disabled
15877: for debugging] result:not slower [don't understand that, it were
15878: INLINED] todo: find out a way of inlining it!
15879:
15880: * src/: include/pa_string.h, lib/gc/include/gc.h,
15881: lib/gc/include/gc_fake.h, main/compile.tab.C,
15882: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15883: convention changed: all resulting strings are zero-terminated
15884:
15885: * src/: classes/date.C, classes/file.C, classes/hash.C,
15886: classes/string.C, classes/table.C, classes/void.C,
15887: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15888: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15889: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15890: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15891: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15892: types/pa_vfile.C, types/pa_vmail.C: introducing
15893: append_help_length [radical improvement here]
15894:
15895: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15896: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15897: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15898: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15899: even slower
15900:
15901: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15902: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15903: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15904: clients of &get(): most to use non-ref version, some[in tight
15905: places] to get_unchecked_ref
15906:
15907: * src/doc/memory.dox: forgot to add
15908:
15909: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15910: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15911: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15912: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15913: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15914: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15915: targets/cgi/parser3.dsp, types/pa_vmail.C,
15916: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15917: T>>&<< removed after Stack::pop wiping removed [moved to separate
15918: func] other Array & removed
15919:
15920: 2003-03-26 paf
15921:
15922: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15923: classes/table.C, include/pa_array.h, include/pa_charset.h,
15924: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15925: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15926: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15927: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15928: main/pa_exec.C, main/pa_sql_driver_manager.C,
15929: main/pa_stylesheet_manager.C, main/pa_table.C,
15930: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15931: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15932: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15933: pre-evaluated .count() in some places
15934:
15935: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15936: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15937: types/types.dsp: .dsp profiling updated
15938:
15939: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15940: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15941: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15942:
15943: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15944: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15945: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15946: use lib/gc,lib/cord
15947:
1.116 moko 15948: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15949: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15950: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15951: src/include/pa_config_includes.h, src/include/pa_request.h,
15952: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15953: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15954: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15955: src/lib/cord/include/Makefile.am,
1.116 moko 15956: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15957: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15958: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15959: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15960: src/types/pa_vform.h, src/types/pa_vhash.h,
15961: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15962: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15963: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15964: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15965: funcs ported pa_exec
1.95 moko 15966:
15967: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15968:
15969: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15970: bundled gc includes
15971:
15972: * src/: classes/op.C, include/pa_array.h,
15973: include/pa_sql_connection.h, include/pa_string.h,
15974: include/pa_version.h, main/compile.tab.C, main/compile.y,
15975: main/execute.C, main/pa_common.C, main/pa_exception.C,
15976: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15977: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15978: first real site (aval)]
15979:
15980: 2003-03-25 paf
15981:
15982: * operators.txt, src/main/pa_sql_driver_manager.C,
15983: src/types/pa_vstatus.C: $status.memory used free since_compact
15984: process
15985:
15986: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15987: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15988:
15989: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15990:
15991: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15992: src/types/pa_value.h, src/types/pa_vfile.h,
15993: src/types/pa_vobject.C, src/types/pa_vobject.h,
15994: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15995: tests/results/121.processed: untaint.C L_URI
15996:
15997: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15998: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15999: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
16000: src/types/pa_vmemory.h: ^memory:compact[]
16001:
16002: * tests/results/109.processed: it was a bug in parser. updated 109
16003: test result
16004:
16005: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16006:
16007: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16008: tests/results/107.processed: fixed dom language [values are now
16009: considered tainted. it was a bug in parser. updated 107 test
16010: result
16011:
16012: * src/classes/xdoc.C: fixed transform params
16013:
16014: * src/: include/pa_stylesheet_manager.h,
16015: main/pa_stylesheet_manager.C: fixed stylesheet caching
16016:
16017: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16018: overloads for structure handling
16019:
16020: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16021: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16022: StringBody(0) ambiguilty, introducting static
16023: StringBody::Format(int)
16024:
16025: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16026: linked
16027:
16028: * src/types/pa_vxdoc.C: vxdoc compiled
16029:
16030: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16031: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16032: finalizers isntalled
16033:
16034: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16035: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16036: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16037: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16038: compiled todo: xnode.C / finalizers
16039:
16040: * src/doc/string.dox: updated: new string internals
16041:
16042: 2003-03-24 paf
16043:
16044: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16045: include/pa_charset.h, include/pa_config_fixed.h,
16046: include/pa_request.h, include/pa_stylesheet_connection.h,
16047: include/pa_stylesheet_manager.h, main/pa_charset.C,
16048: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16049: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16050: types/pa_vxnode.h: started XML
16051:
16052: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16053:
16054: * src/: classes/file.C, classes/image.C, classes/mail.C,
16055: include/pa_string.h, main/pa_common.C,
16056: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16057:
16058: * src/: classes/file.C, classes/image.C, classes/mail.C,
16059: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16060: main/pa_request.C, main/pa_sql_driver_manager.C,
16061: types/pa_vimage.h: size_t pos everywhere checks changed to check
16062: for eq STRING_NOT_FOUND
16063:
16064: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16065: optimize bit implemented
16066:
16067: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16068: String::ArrayFragment::append_positions fixed
16069:
16070: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16071: String::this_starts fixed
16072:
16073: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16074:
16075: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16076: hashcode implemented fully, including per-char callback [it can
16077: be - substr CORD node]
16078:
16079: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16080: rewritten to rewalloc with 100byte buf ahead
16081:
16082: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16083: src/include/pa_string.h, src/main/compile.tab.C,
16084: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16085: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16086: CORD_ec [bad] would rewrite as realloc now
16087:
16088: * src/: classes/date.C, classes/file.C, classes/form.C,
16089: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16090: include/pa_cache_managers.h, include/pa_charsets.h,
16091: include/pa_common.h, include/pa_request.h,
16092: include/pa_sql_driver_manager.h, include/pa_table.h,
16093: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16094: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16095: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16096: types/pa_vmail.C, types/pa_vmethod_frame.C,
16097: types/pa_vstateless_class.h: 2*2 worked :)
16098:
16099: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16100: src/include/pa_exec.h, src/include/pa_string.h,
16101: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16102: passed OK
16103:
16104: * src/: classes/hash.C, classes/string.C, classes/table.C,
16105: types/pa_value.C: all linked todo: debug
16106:
16107: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16108: types/pa_vstateless_class.C: all compiled. todo:link
16109:
16110: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16111:
16112: * src/types/pa_vtable.C: pa_vtable.C compiled
16113:
16114: * src/types/pa_vstring.C: pa_vstring.C compiled
16115:
16116: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16117:
16118: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16119: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16120: pa_vstateless_class.C, pa_vstateless_class.h:
16121: pa_vstateless_class.C compiled
16122:
16123: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16124: types/pa_vmath.C: pa_vmail.C compiled
16125:
16126: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16127:
16128: * src/types/pa_vform.C: pa_vform.C compiled
16129:
16130: * src/types/pa_vfile.C: pa_vfile.C compiled
16131:
16132: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16133: pa_vstateless_class.C: pa_vcookie.C compiled
16134:
16135: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16136: types/pa_vhash.h: pa_value.C compiled
16137:
16138: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16139: classes.lib main.lib compiled
16140:
16141: * src/classes/void.C: void.C compiled
16142:
16143: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16144: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16145: compiled
16146:
16147: * src/: classes/string.C, include/pa_request.h,
16148: include/pa_string.h, main/pa_string.C: string.C compiled
16149:
16150: * src/: classes/op.C, classes/string.C, classes/table.C,
16151: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16152: main/pa_request.C, main/pa_string.C: op.C compiled
16153:
16154: * src/classes/: math.C, op.C: math.C compiled
16155:
16156: * src/: classes/mail.C, classes/string.C, classes/table.C,
16157: types/pa_vmail.h: mail.C compiled
16158:
16159: * src/classes/: int.C, table.C: int.C compiled
16160:
16161: * src/: classes/hash.C, classes/image.C, classes/string.C,
16162: classes/table.C, include/pa_memory.h, include/pa_string.h,
16163: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16164: compiled
16165:
16166: * src/: classes/hash.C, classes/string.C, classes/table.C,
16167: classes/void.C, classes/xdoc.C, include/pa_request.h,
16168: include/pa_sql_connection.h: hash.C compiled
16169:
16170: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16171: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16172: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16173: classes/math.C, classes/op.C, classes/response.C,
16174: classes/string.C, classes/table.C, classes/void.C,
16175: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16176: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16177: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16178: file.C table.C compiled
16179:
16180: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16181: main/untaint.C: main.lib compiled
16182:
16183: 2003-03-21 paf
16184:
16185: * src/: classes/op.C, include/pa_cache_managers.h,
16186: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16187: include/pa_stylesheet_manager.h, main/pa_exception.C,
16188: main/pa_globals.C, main/pa_sql_driver_manager.C,
16189: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16190: compiled
16191:
16192: * src/: classes/hash.C, classes/image.C, classes/op.C,
16193: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16194: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16195: main/compile.C, main/pa_common.C, main/pa_request.C,
16196: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16197: pa_request.C compiled
16198:
16199: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16200: include/pa_request.h, main/execute.C, main/pa_request.C,
16201: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16202: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16203: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16204: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16205: compiled
16206:
16207: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16208: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16209: on unix
16210:
16211: * src/: include/pa_charset.h, include/pa_charsets.h,
16212: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16213: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16214: pa_charsets.C compiled
16215:
16216: * src/: classes/image.C, classes/mail.C, classes/op.C,
16217: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16218: main/compile.y, main/execute.C, main/pa_common.C,
16219: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16220: types/pa_vcode_frame.h, types/pa_vimage.h,
16221: types/pa_vmethod_frame.h: execute.C compiled
16222:
16223: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16224: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16225: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16226: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16227: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16228: include/pa_cache_managers.h, include/pa_charsets.h,
16229: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16230: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16231: include/pa_sql_driver_manager.h, include/pa_string.h,
16232: include/pa_stylesheet_connection.h,
16233: include/pa_stylesheet_manager.h, include/pa_table.h,
16234: main/compile.C, main/compile.tab.C, main/compile.y,
16235: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16236: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16237: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16238: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16239: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16240: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16241: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16242: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16243: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16244: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16245: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16246: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16247: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16248: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16249: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16250: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16251: types/pa_vresponse.h, types/pa_vstateless_class.C,
16252: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16253: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16254: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16255: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16256: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16257: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16258: [C++ CORD wrapper]
16259:
16260: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16261:
16262: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16263: $file::exec/cgi[script; $.charset[this is script's charset]
16264:
16265: command line, env values, input got transcoded before call
16266: stdout, stderr got transcoded after call
16267:
16268: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16269: by default. use: ^file::exec[...;$.stdin[$request.body]
16270:
16271: * src/main/pa_common.C: } typo bug fix
16272:
16273: * src/main/pa_common.C: } typo bug fix
16274:
16275: 2003-03-20 paf
16276:
16277: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16278: main/untaint.C: cord bug fix, but still errors todo: clear out
16279:
16280: * src/include/pa_string.h: more tests
16281:
16282: * src/main/pa_string.C: string.pos fixed
16283:
1.116 moko 16284: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16285: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16286: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16287: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16288: replaces
1.95 moko 16289:
16290: * src/: classes/image.C, include/pa_dictionary.h,
16291: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16292: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16293: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16294: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16295:
16296: * src/include/pa_string.h: warning
16297:
16298: * src/include/pa_string.h: this_starts fixed
16299:
16300: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16301: new String ctor & append params convention
16302:
16303: * src/: classes/file.C, classes/hash.C, classes/image.C,
16304: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16305: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16306: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16307: main/pa_exception.C, main/pa_exec.C,
16308: main/pa_sql_driver_manager.C, main/pa_string.C,
16309: main/pa_stylesheet_manager.C, main/untaint.C,
16310: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16311: types/pa_vmail.C: more tests OK
16312:
16313: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16314: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16315: gc/exit runned OK
16316:
16317: * src/types/pa_vmail.C: another naming problem: should not name
16318: vars like that: unpredictable close caused problems with later
16319: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16320: descriptors missing on startup: stdin; Bad file number
16321:
16322: todo: find out why so many filters(stream) here. probably wrong?
16323:
16324: * src/: include/pa_dictionary.h, include/pa_string.h,
16325: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16326: main/untaint.C: test compiled
16327:
16328: * src/: classes/image.C, classes/mail.C, classes/math.C,
16329: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16330: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16331: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16332: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16333: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16334: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16335: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16336: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16337: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16338:
16339: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16340: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16341: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16342: src/include/pa_memory.h, src/include/pa_request.h,
16343: src/include/pa_request_charsets.h,
16344: src/include/pa_sql_connection.h, src/include/pa_string.h,
16345: src/main/compile.tab.C, src/main/execute.C,
16346: src/main/pa_charset.C, src/main/pa_common.C,
16347: src/main/pa_exception.C, src/main/pa_exec.C,
16348: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16349: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16350: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16351: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16352: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16353: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16354: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16355: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16356: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16357: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16358: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16359: pa_common.C [done, without http for now]
16360:
16361: 2003-03-19 paf
16362:
16363: * src/: classes/date.C, classes/form.C, classes/hash.C,
16364: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16365: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16366: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16367: include/pa_string.h, include/pa_table.h, main/compile.C,
16368: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16369: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16370: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16371: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16372: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16373: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16374: types/pa_vstateless_class.h, types/pa_vtable.C,
16375: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16376: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16377: types/pa_wwrapper.h: started test
16378:
1.116 moko 16379: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16380: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16381:
16382: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16383: include/pa_string.h, main/pa_string.C: string compiled todo: test
16384: it
16385:
16386: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16387: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16388: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16389: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16390: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16391: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16392: types/pa_vmethod_frame.h, types/types.dsp: string
16393: reimplementation with cord+array<fragment>: 70%
16394:
16395: 2003-03-18 paf
16396:
16397: * src/: classes/date.C, classes/file.C, classes/form.C,
16398: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16399: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16400: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16401: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16402: can ignore lang in cmp and pos really, but would
16403: split properly!
16404:
16405: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16406: cord part made parser/src/lib: it's not compiled into libgc by
16407: default
16408:
16409: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16410: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16411: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16412: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16413: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16414: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16415: src/classes/xnode.C, src/classes/xnode.h,
16416: src/include/Makefile.am, src/include/pa_cache_managers.h,
16417: src/include/pa_charset.h, src/include/pa_charsets.h,
16418: src/include/pa_common.h, src/include/pa_dictionary.h,
16419: src/include/pa_exception.h, src/include/pa_exec.h,
16420: src/include/pa_globals.h, src/include/pa_hash.h,
16421: src/include/pa_memory.h, src/include/pa_pool.h,
16422: src/include/pa_request.h, src/include/pa_request_charsets.h,
16423: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16424: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16425: src/include/pa_stylesheet_connection.h,
16426: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16427: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16428: src/main/compile.C, src/main/compile.tab.C,
16429: src/main/compile_tools.C, src/main/compile_tools.h,
16430: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16431: src/main/pa_charsets.C, src/main/pa_common.C,
16432: src/main/pa_dictionary.C, src/main/pa_exception.C,
16433: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16434: src/main/pa_pool.C, src/main/pa_request.C,
16435: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16436: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16437: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16438: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16439: src/types/pa_junction.h, src/types/pa_method.h,
16440: src/types/pa_value.C, src/types/pa_value.h,
16441: src/types/pa_vclass.C, src/types/pa_vclass.h,
16442: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16443: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16444: src/types/pa_vdouble.h, src/types/pa_venv.h,
16445: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16446: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16447: src/types/pa_vimage.C, src/types/pa_vimage.h,
16448: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16449: src/types/pa_vmath.C, src/types/pa_vmath.h,
16450: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16451: src/types/pa_vobject.C, src/types/pa_vobject.h,
16452: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16453: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16454: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16455: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16456: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16457: src/types/pa_vstring.h, src/types/pa_vtable.C,
16458: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16459: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16460: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16461: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16462: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16463: gc: PA_Object done lots of replacements also
16464:
16465: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16466: gc logging
16467:
16468: 2003-03-17 paf
16469:
16470: * src/: classes/date.C, classes/file.C, classes/form.C,
16471: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16472: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16473: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16474: include/pa_string.h, include/pa_types.h, main/compile.C,
16475: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16476: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16477: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16478: main/pa_sql_driver_manager.C, main/pa_string.C,
16479: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
16480: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16481: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16482: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
16483: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
16484: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16485: types/pa_vxnode.h: libgc attempt
16486:
16487: 2003-03-13 paf
16488:
16489: * src/: include/pa_sql_driver_manager.h,
16490: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
16491: called
16492:
16493: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
16494: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
16495: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
16496: types/pa_value.h, types/pa_vobject.h,
16497: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
16498: set_base, set_derived simplified [counter leaks fixed]
16499:
16500: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
16501: src/types/types.dsp: incorporated status class patch From:
16502: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
16503: 2003 8:14 AM
16504:
16505: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
16506: Win32 specific: QuotaPeakNonPagedPoolUsage
16507: QuotaPeakPagedPoolUsage PeakPagefileUsage]
16508:
16509: 2003-03-12 paf
16510:
1.116 moko 16511: * configure, configure.in, src/lib/ltdl/configure,
16512: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 16513: lib/ltdl/Makefile now created by /configure.in only [were by
16514: lib/ltdl/configure.in OVERWRITE]
16515:
1.116 moko 16516: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
16517: linkage fixed for g++ 3.2.2
1.95 moko 16518:
16519: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
16520: on using privately declared class [fixed]
16521:
16522: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
16523: 3.2 rightliy complained on using privately declared class [fixed]
16524:
16525: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
16526: sigpipe before request constructor now causes death
16527:
16528: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
16529: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
16530: not cause exception in exception handler
16531:
1.116 moko 16532: * configure, configure.in, src/targets/cgi/Makefile.am: configure
16533: now default links libstdc++ statically. that can be overriden by
16534: --with-dynamic-stdcpp
1.95 moko 16535:
16536: 2003-03-11 paf
16537:
16538: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
16539: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
16540: necessity of libstdc++
16541:
16542: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16543:
16544: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16545:
16546: 2003-03-08 paf
16547:
16548: * tests/Makefile: make install & co
16549:
16550: * src/: include/pa_request.h, classes/op.C: removing
16551: vclass,object.h -> pa_request.h dependency
16552:
16553: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
16554: main/pa_request.C: removing vform,response,cookie.h ->
16555: pa_request.h dependency
16556:
16557: * src/include/pa_request.h: removing vmail.h -> pa_request.h
16558: dependency [testing...]
16559:
16560: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
16561: return 0; fixed
16562:
16563: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
16564: types/pa_vmail.h: vmail.C received just compiled [not tested]
16565:
16566: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
16567:
16568: * src/main/pa_request.C: forgotten: ifdef XML
16569:
16570: * src/main/pa_request.C: forgotten: ifdef XML
16571:
16572: * src/targets/cgi/parser3.C: todo: move to latest xml version on
16573: win32 and run memleak tests again
16574:
16575: * src/targets/cgi/parser3.C: charsets: see some strange things with
16576: old xml lib-- it's internal memory handling has faults
16577:
16578: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
16579: problems when transcode from charset A to A.
16580:
16581: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
16582: todo: still problems when transcode from charset A to A.
16583:
16584: * src/: classes/hash.C, classes/mail.C, classes/string.C,
16585: classes/table.C, include/pa_array.h,
16586: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
16587: started full-scale-site-test [~ http://parser.ru sources]
16588:
16589: some fixes
16590:
16591: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
16592: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16593: 117.html, 118.html, 119.html, 120.html, results/109.processed,
16594: results/110.processed, results/111.processed,
16595: results/112.processed, results/113.processed,
16596: results/114.processed, results/115.processed,
16597: results/116.processed, results/117.processed,
16598: results/118.processed, results/119.processed,
16599: results/120.processed: xml: tests 109 dom create/show 110 xpath
16600: selectSingle 111 xdoc.create from tainted & 112
16601: xdoc.create/output with russian attr value 113 xpath
16602: selectString/Number 114 dom attributes.count 115 xpath selectBool
16603: 116 output media-type change 117 transform by dom stylesheet 118
16604: empty transform result 119 dom setAttribute 120 nbsp letter
16605: output
16606:
16607: =END OF PREPARED XML TESTS=
16608:
16609: 2003-03-07 paf
16610:
16611: * src/classes/xdoc.C, src/include/pa_charset.h,
16612: src/include/pa_stylesheet_connection.h, tests/108.html,
16613: tests/108.xsl, tests/results/108.processed: xml: test 108
16614: transform with params [bugs fixed]
16615:
16616: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
16617: from copy/paste bug
16618:
16619: * src/classes/xdoc.C, src/include/pa_charset.h,
16620: src/include/pa_request.h, src/main/execute.C,
16621: src/main/pa_charset.C, src/main/pa_exception.C,
16622: src/main/pa_globals.C, src/main/pa_request.C,
16623: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16624: src/types/pa_vxnode.C, tests/107.html,
16625: tests/results/107.processed: xml: test: 107 bug fixes
16626:
16627: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16628: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16629: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
16630:
16631: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
16632: string
16633:
16634: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
16635: mem alloc functions used for different cases [libxml, libxsl]
16636:
16637: * src/classes/classes.C: fixed: prevent system classes from
16638: modification to lock ALL the classes, not only directly used
16639:
16640: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
16641: linked
16642:
16643: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
16644:
16645: 2003-03-06 paf
16646:
16647: * src/classes/xdoc.C: xdoc.C 50%
16648:
16649: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
16650: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16651: main/pa_globals.C, main/pa_request.C,
16652: main/pa_stylesheet_manager.C: xnode.C compiled
16653:
16654: * src/: include/pa_stylesheet_connection.h,
16655: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
16656: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
16657:
16658: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
16659: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
16660: xml: stylesheet&manager STARTED
16661:
16662: * src/: include/pa_globals.h, main/pa_charset.C,
16663: main/pa_exception.C, main/pa_globals.C: xml: exceptions
16664:
16665: * src/: include/pa_charset.h, include/pa_config_fixed.h,
16666: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
16667: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
16668: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
16669: charsets
16670:
16671: * tests/023.html: in some cases it rounded up badly. postponing
16672: solution of that problem, making more simple test
16673:
16674: * tests/: 058_paf2000.png, results/058.processed: .png added with
16675: -kb now
16676:
16677: * src/: include/pa_charset.h, include/pa_charsets.h,
16678: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
16679: moved to charsets.C
16680:
16681: 2003-03-05 paf
16682:
16683: * src/classes/string.C, src/include/pa_string.h,
16684: src/main/pa_string.C, tests/105.html,
16685: tests/results/105.processed: String::match bug fixed
16686:
16687: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16688: tests/results/104.processed: ^bpt operator added [does int3 in
16689: debug build on win32]
16690:
16691: * tests/: 057.html, results/057.processed: test bug fixed
16692:
1.116 moko 16693: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16694:
16695: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16696: missing
16697:
1.116 moko 16698: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16699: forgotten files added to Makes
1.95 moko 16700:
16701: * ltmain.sh: ltmain.sh added
16702:
16703: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16704: change undone ;(
16705:
16706: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16707: made static
16708:
16709: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16710: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16711: todo:make linker happy
1.95 moko 16712:
16713: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16714: env param made optional
16715:
16716: 2003-03-04 paf
16717:
16718: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16719: types/pa_vimage.h: number of gcc compiler bugs fixed
16720:
16721: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16722: results/103.processed: tests: 103 image.copy transparence test
16723:
16724: * src/main/execute.C, tests/101.html, tests/102.html,
16725: tests/results/101.processed, tests/results/102.processed: tests:
16726: 101 method/variable name conflict test 102 form fields change
16727: should not not change anything [bug fix]
16728:
16729: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16730: results/099.processed, results/100.processed: tests: 57 date
16731: create 2002: added 99,100 response:body/download
16732:
16733: * src/classes/image.C, tests/098.html, tests/098font.gif,
16734: tests/results/098.processed: test: 98 image font text [bug fixed]
16735:
16736: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16737: tests/results/097.processed: test: 97 file::load http:// [bugs
16738: fixed]
16739:
16740: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16741: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16742: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16743: image EXIF [bug fixed]
16744:
16745: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16746: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16747: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16748: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16749: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16750: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16751: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16752: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16753: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16754: tests/094.html, tests/095.html, tests/results/061.processed,
16755: tests/results/062.processed, tests/results/063.processed,
16756: tests/results/064.processed, tests/results/065.processed,
16757: tests/results/066.processed, tests/results/067.processed,
16758: tests/results/068.processed, tests/results/069.processed,
16759: tests/results/070.processed, tests/results/071.processed,
16760: tests/results/072.processed, tests/results/073.processed,
16761: tests/results/074.processed, tests/results/075.processed,
16762: tests/results/076.processed, tests/results/077.processed,
16763: tests/results/078.processed, tests/results/080.processed,
16764: tests/results/081.processed, tests/results/082.processed,
16765: tests/results/083.processed, tests/results/084.processed,
16766: tests/results/085.processed, tests/results/086.processed,
16767: tests/results/087.processed, tests/results/088.processed,
16768: tests/results/089.processed, tests/results/090.processed,
16769: tests/results/091.processed, tests/results/092.processed,
16770: tests/results/093.processed, tests/results/094.processed,
16771: tests/results/095.processed, tests/079.html,
16772: tests/results/079.processed: tests: 61 file::stat size 62
16773: string->int autoconvert 63 double .int,dec,div,mul 64 date
16774: compare 65 file: basename,justname,justext 66 math:crypt 67
16775: string.match simple on long 68 string.match normalized simple on
16776: long 69 string.int 70 file::stat content-type 71 table.join 72
16777: hash parameter conditional pass 73 date daylightsaving,yearday 74
16778: date arithmetics 75 response date values/attributes 76 string.pos
16779: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16780: with local 80 scientific numeric literal in string autoconvert 81
16781: xor: logical and numerical 82 for delims 83 menu delims 84
16782: table.hash distinct 85 long string replace 86 throw+catch
16783: current language preserve 87 bit shifts 88 junction tests +
16784: $caller test 89 hash.foreach selfmodification 90 int/void to int
16785: 91 $caller test 92 junction is + def junction tests 93 $caller
16786: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16787:
16788: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16789: fixed] 60 string eq string [bug fixed]
16790:
16791: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16792: 058.html, 058_paf2000.png, 059.html, 060.html,
16793: results/053.processed, results/054.processed,
16794: results/055.processed, results/056.processed,
16795: results/057.processed, results/058.processed,
16796: results/059.processed, results/060.processed: test: 53
16797: string.replace 54 junctions 55 table.hash 56 call indirect 57
16798: date.create[string] 58 image.measure[png]
16799:
16800: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16801: outputs/051.processed, results/052.processed: test: 52
16802: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16803: task: fix that
16804:
16805: 2003-03-03 paf
16806:
16807: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16808: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16809: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16810: outputs/049.processed, outputs/050.processed,
16811: outputs/051.processed, results/001.processed,
16812: results/002.processed, results/003.processed,
16813: results/005.processed, results/006.processed,
16814: results/008.processed, results/009.processed,
16815: results/011.processed, results/012.processed,
16816: results/013.processed, results/014.processed,
16817: results/015.processed, results/016.processed,
16818: results/017.processed, results/020.processed,
16819: results/021.processed, results/022.processed,
16820: results/024.processed, results/025.processed,
16821: results/026.processed, results/027.processed,
16822: results/028.processed, results/029.processed,
16823: results/030.processed, results/031.processed,
16824: results/049.processed, results/050.processed,
16825: results/051.processed, results/043.processed,
16826: results/044.processed, results/045.processed,
16827: results/046.processed, results/047.processed,
16828: results/048.processed: tests: 43,44,45 date rolls 46
16829: autoevaluating junction 47 table.select 48 name with subvar 49
16830: hash-creating switch 50 process 51 started parent/child, works as
16831: it were but it were NOT GOOD, created separate task to fix that
16832:
16833: * tests/: 042.html, results/042.processed: test: 42
16834: exception.handled
16835:
16836: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16837: expression
16838:
16839: * tests/: 040.html, results/040.processed: test: 39 method result
16840: of type table 40 method param junction auto evaluate
16841:
16842: * tests/: 039.html, results/039.processed: test: 37 method result
16843: of type table
16844:
16845: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16846: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16847: tests/038.html, tests/results/033.processed,
16848: tests/results/034.processed, tests/results/035.processed,
16849: tests/results/036.processed, tests/results/037.processed,
16850: tests/results/038.processed: tests: 33 string.replace 34
16851: string.upper 35 table created 36 local/global vars with juntions
16852: 37 table clone 38 math PI & number formatting
16853:
16854: math class registring typo fixed
16855:
16856: * src/classes/op.C, src/include/pa_request.h,
16857: src/include/pa_string.h, src/main/execute.C,
16858: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16859: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16860: tests/032.html, tests/results/032.processed: uchar changed to
16861: String_UL in all places [was not everywhere] untaint test: 032
16862:
16863: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16864: tests/results/004.processed, tests/parser-cygwin.sh,
16865: tests/parser-unix.sh: removed -H command line key, now testing
16866: using .sh file with SERVER_SOFTWARE=xxx
16867:
16868: 2003-02-26 paf
16869:
16870: * src/main/execute.C, src/types/pa_vstateless_class.h,
16871: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16872: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16873: tests/results/024.processed, tests/results/025.processed,
16874: tests/results/026.processed, tests/results/027.processed,
16875: tests/results/028.processed, tests/results/029.processed,
16876: tests/results/030.processed, tests/results/031.processed: fixed
16877: bug with name_cstr mutable CharPtr more tests
16878:
16879: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16880: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16881: << abort. die now just exits
16882:
16883: * src/classes/classes.awk, src/classes/classes.h,
16884: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16885: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16886: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16887: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16888: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16889: src/classes/xnode.C, src/include/pa_memory.h,
16890: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16891: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16892: src/types/pa_vform.C, tests/015.html, tests/016.html,
16893: tests/017.html, tests/018.html, tests/019.html,
16894: tests/019paf2001.gif, tests/020.html, tests/021.html,
16895: tests/022.html, tests/023.html, tests/022_dir/a.html,
16896: tests/022_dir/b.txt, tests/022_dir/c.htm,
16897: tests/results/015.processed, tests/results/016.processed,
16898: tests/results/017.processed, tests/results/018.processed,
16899: tests/results/019.processed, tests/results/020.processed,
16900: tests/results/021.processed, tests/results/022.processed,
16901: tests/results/023.processed: methoded_array now contains all Mxxx
16902: classes SAPI::get_env now returns info on pool more tests
16903:
16904: * src/include/pa_array.h, src/include/pa_hash.h,
16905: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16906: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16907: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16908: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16909: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16910: tests/results/001.processed, tests/results/002.processed,
16911: tests/results/003.processed, tests/results/004.processed,
16912: tests/results/005.processed, tests/results/006.processed,
16913: tests/results/007.processed, tests/results/008.processed,
16914: tests/results/009.processed, tests/results/010.processed,
16915: tests/results/011.processed, tests/results/012.processed,
16916: tests/results/013.processed, tests/results/014.processed: hash
16917: cloning fixed
16918:
16919: 2003-02-25 paf
16920:
16921: * src/main/pa_common.C: typo fixed
16922:
16923: 2003-02-24 paf
16924:
16925: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16926: [one remained]
16927:
16928: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16929: [should have been get_string(&pool)] todo: check other such calls
16930:
16931: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16932: test10, bad lookups
16933:
16934: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16935: object got destructed, and xxx points to sky
16936:
16937: * ChangeLog, src/classes/string.C: match bug fixed
16938:
16939: * src/types/pa_vmail.C: body [text/html] transcoded to
16940: $.charset[specified] now
16941:
16942: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16943: which failed to handle sigsetjmp+throw: crashed inside of
16944: pre-throw code. rewritten simplier [though duplicating
16945: closesocket code]
16946:
16947: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16948: which failed to handle sigsetjmp+throw: crashed inside of
16949: pre-throw code. rewritten simplier [though duplicating
16950: closesocket code]
16951:
16952: 2003-02-21 paf
16953:
16954: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16955: $cookie:name[$.expires[date << can be now]]
16956:
16957: written makefile with regression tests [raw]
16958:
16959: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16960: tests' only [it's not forcing CGI mode now] now use -H to output
16961: CGI header when parser used in command line [useful for tests
16962: also]
16963:
16964: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16965: switches on CGI mode, and is used in regression tests
16966:
16967: * src/: include/pa_request.h, main/pa_request.C,
16968: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16969: fixed
16970:
16971: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16972: handling pa_*
16973:
16974: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16975: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16976: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16977: memory handling files
16978:
16979: * src/main/pa_array.C: pool::format_integer terminator fixed
16980:
16981: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16982: compiles OK test to show benefits of free
16983:
16984: * src/: classes/file.C, classes/image.C, classes/mail.C,
16985: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16986: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16987: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16988: use pool [as the one in ^process]
16989:
16990: * src/classes/op.C: fixed process. sould now check for all cstr's
16991: -- some must use pool [as the one in ^process]
16992:
16993: 2003-02-20 paf
16994:
16995: * src/: classes/date.C, classes/double.C, classes/file.C,
16996: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16997: classes/math.C, classes/op.C, classes/response.C,
16998: classes/string.C, classes/table.C, classes/void.C,
16999: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17000: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17001: string cmp fixed
17002:
17003: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17004: values passed OK now
17005:
17006: 2003-02-19 paf
17007:
17008: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17009: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17010: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17011: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17012: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17013: all remaning leaks resulted from pooled::malloc calls [excluding
17014: in gd -- planning complete rewrite extremely ugly code]
17015:
17016: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17017: files
17018:
17019: 2003-02-17 paf
17020:
17021: * src/: classes/date.C, classes/double.C, classes/file.C,
17022: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17023: classes/response.C, classes/string.C, classes/table.C,
17024: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17025: include/pa_stylesheet_connection.h,
17026: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17027: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17028: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17029: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17030: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17031: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17032: of unitialized simple-typed field
17033:
17034: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17035: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17036: simple-typed field fixed. todo: find&kill all like that one
17037:
17038: * src/: main/execute.C, targets/cgi/pa_pool.C,
17039: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17040: debug output fixed
17041:
17042: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17043: main/pa_request.C: stack-stored items need extra .ref to prevent
17044: object_ptr from delete[them]
17045:
17046: * src/: classes/date.C, classes/op.C, classes/table.C,
17047: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17048: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17049: main/pa_charset.C, main/pa_common.C,
17050: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17051: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17052: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17053: calls
17054:
17055: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17056: couple mem leaks rusulted from old pooled::malloc usage.
17057: todo:find more like those
17058:
17059: * src/main/: compile.C, compile_tools.C: 2*2!
17060:
17061: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17062: stackItem fixed [there were no string on stack before]
17063:
17064: * src/: main/execute.C, main/pa_request.C,
17065: types/pa_vmethod_frame.C: first letters out OK
17066:
17067: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17068: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17069: main/pa_string.C, main/untaint.C, types/pa_value.h,
17070: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17071: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17072: type not initialized with zeros :( while class fields of class
17073: types initialized with default constructors. learn C++
17074:
17075: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17076: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17077: classes/math.C, classes/xdoc.C, classes/xnode.C,
17078: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17079: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17080:
17081: 2003-02-14 paf
17082:
17083: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17084: 13 link errors
17085:
17086: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17087: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17088: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17089: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17090: errors :)
17091:
17092: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17093: classes/hash.C, classes/mail.C, classes/op.C,
17094: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17095: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17096: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17097: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17098:
17099: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17100: classes/table.C, include/pa_common.h, include/pa_globals.h,
17101: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17102: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17103: types/pa_vint.h, types/types.dsp: op compiled
17104:
17105: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17106: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17107: main/untaint.C, types/pa_vtable.h: string, response compiled
17108:
17109: 2003-02-07 paf
17110:
17111: * src/: classes/table.C, types/pa_vtable.h: table compiled
17112:
17113: 2003-02-06 paf
17114:
17115: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17116: mail compiled
17117:
17118: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17119: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17120: types/pa_vfile.h, types/pa_vimage.h: image compiled
17121:
17122: * src/classes/: file.C, form.C: form compiled
17123:
17124: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17125: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17126: types/pa_vfile.C, types/pa_vfile.h: file compiled
17127:
17128: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17129: types/pa_vmath.h: math compiled [win32]
17130:
17131: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17132: types/pa_vstring.h: hash compiled
17133:
17134: 2003-02-04 paf
17135:
17136: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17137: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17138: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17139: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17140: types/pa_vhash.h: hash 50% compiled
17141:
17142: * src/: classes/date.C, classes/file.C, classes/hash.C,
17143: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17144: classes/string.C, classes/table.C, classes/xdoc.C,
17145: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17146: main/pa_string.C: date compiled
17147:
17148: * src/classes/: classes.dsp, double.C: double compiled
17149:
17150: * src/: classes/date.C, classes/double.C, classes/file.C,
17151: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17152: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17153: classes/string.C, classes/table.C, classes/void.C,
17154: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17155: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17156: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17157: compiled
17158:
17159: * src/: classes/date.C, classes/double.C, classes/file.C,
17160: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17161: classes/math.C, classes/op.C, classes/response.C,
17162: classes/string.C, classes/table.C, classes/void.C,
17163: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17164: types/pa_vvoid.h: void compiled :)
17165:
17166: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17167: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17168: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17169: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17170: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17171: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17172: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17173: types/pa_vresponse.C, types/pa_vstateless_class.C,
17174: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17175: types/pa_wcontext.C, types/types.dsp: removed stupid
17176: value_includes.h
17177:
17178: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17179: trying to remove stupid value_includes.h
17180:
17181: * src/main/pa_exec.C: pa_exec compiled on win32
17182:
17183: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17184:
17185: * src/: include/pa_globals.h, include/pa_request.h,
17186: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17187: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17188: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17189: types/pa_vrequest.C, types/pa_vstateless_class.C,
17190: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17191:
17192: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17193: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17194: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17195:
17196: * src/: include/pa_array.h, include/pa_config_includes.h,
17197: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17198: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17199: compiled
17200:
17201: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17202: name conflicts)
17203:
17204: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17205: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17206: yelds "virtual memory exhausted" while trying to compile
17207: execute.C [eating up to 127MB]
17208:
17209: 2003-02-03 paf
17210:
17211: * src/: include/pa_config_includes.h, include/pa_hash.h,
17212: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17213: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17214: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17215: types/pa_vint.h, types/pa_vjunction.h,
17216: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17217: started gcc compiling pa_common compiled
17218:
17219: * src/: include/pa_exception.h, include/pa_pool.h,
17220: main/pa_exception.C: exception gcc change #1
17221:
1.116 moko 17222: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17223: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17224:
17225: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17226:
17227: * src/types/pa_vtable.C: vtable compiled
17228:
17229: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17230:
17231: * src/: include/pa_cache_managers.h, main/pa_request.C,
17232: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17233:
17234: * src/types/pa_vstateless_class.C: vstateless_class compiled
17235:
17236: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17237:
17238: * src/types/pa_vrequest.C: vrequest compiled
17239:
17240: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17241: pa_vobject.C, pa_vobject.h: vobject compiled
17242:
17243: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17244: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17245: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17246: compiled
17247:
17248: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17249:
17250: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17251: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17252: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17253: compiled
17254:
17255: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17256: main.lib - 0 error(s), 0 warning(s)
17257:
17258: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17259: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17260:
17261: 2003-01-31 paf
17262:
17263: * src/: include/pa_array.h, include/pa_operation.h,
17264: include/pa_request.h, main/execute.C, main/main.dsp,
17265: types/pa_vjunction.h: started last file from main library:
17266: execute
17267:
17268: * src/: include/pa_request.h, include/pa_sapi.h,
17269: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17270: main/pa_request.C, targets/cgi/parser3.C,
17271: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17272: types/pa_vhash.h: pa_request compiled
17273:
17274: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17275: include/pa_globals.h, include/pa_request.h,
17276: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17277: main/execute.C, main/main.dsp, main/pa_common.C,
17278: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17279: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17280: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17281: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17282: types/types.dsp: most pa_request compiled
17283:
17284: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17285: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17286: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17287: classes/op.C, classes/response.C, classes/string.C,
17288: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17289: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17290: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17291: include/pa_config_fixed.h, include/pa_config_includes.h,
17292: include/pa_dictionary.h, include/pa_dir.h,
17293: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17294: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17295: include/pa_pool.h, include/pa_request.h,
17296: include/pa_request_charsets.h, include/pa_request_info.h,
17297: include/pa_sapi.h, include/pa_socks.h,
17298: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17299: include/pa_stack.h, include/pa_string.h,
17300: include/pa_stylesheet_connection.h,
17301: include/pa_stylesheet_manager.h, include/pa_table.h,
17302: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17303: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17304: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17305: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17306: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17307: main/compile.C, main/compile.tab.C, main/compile.y,
17308: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17309: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17310: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17311: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17312: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17313: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17314: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17315: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17316: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17317: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17318: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17319: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17320: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17321: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17322: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17323: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17324: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17325: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17326: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17327: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17328: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17329: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17330: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17331: types/pa_vresponse.h, types/pa_vstateless_class.C,
17332: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17333: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17334: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17335: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17336: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17337: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17338:
17339: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17340: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17341: src/include/pa_charsets.h, src/include/pa_common.h,
17342: src/include/pa_dictionary.h, src/include/pa_exception.h,
17343: src/include/pa_exec.h, src/include/pa_pool.h,
17344: src/include/pa_request.h, src/include/pa_sapi.h,
17345: src/include/pa_sql_connection.h,
17346: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17347: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17348: src/main/compile.tab.C, src/main/compile_tools.C,
17349: src/main/compile_tools.h, src/main/main.dsp,
17350: src/main/pa_charset.C, src/main/pa_charsets.C,
17351: src/main/pa_common.C, src/main/pa_dictionary.C,
17352: src/main/pa_exception.C, src/main/pa_exec.C,
17353: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17354: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17355: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17356: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17357: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17358: src/types/pa_vdouble.h, src/types/pa_venv.h,
17359: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17360: src/types/pa_vhash.h, src/types/pa_vimage.C,
17361: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17362: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17363: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17364: src/types/pa_vobject.C, src/types/pa_vobject.h,
17365: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17366: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17367: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17368: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17369: src/types/pa_vstring.h, src/types/pa_vtable.h,
17370: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17371: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17372: died, long live StringPtr
17373:
17374: 2003-01-30 paf
17375:
17376: * src/: include/pa_charset.h, include/pa_request.h,
17377: include/pa_sql_driver_manager.h, main/compile.tab.C,
17378: main/compile.y, main/compile_tools.h, main/pa_request.C,
17379: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17380:
17381: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17382: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17383: types/pa_vhash.h, types/pa_vmethod_frame.h,
17384: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17385: types/types.dsp: vstateless_class compiled
17386:
17387: * src/main/compile.C: compile compiled
17388:
17389: * src/: include/pa_array.h, include/pa_operation.h,
17390: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17391: main/pa_table.C: compile_tools compiled
17392:
17393: * src/: include/pa_operation.h, main/compile.y,
17394: main/compile_tools.C, main/compile_tools.h: started
17395: compile_tools. vagues ideas of how to free compiled code
17396:
17397: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17398: main/main.dsp, types/pa_value.C, types/pa_value.h,
17399: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17400: compiled
17401:
17402: 2003-01-29 paf
17403:
17404: * src/: include/pa_globals.h, include/pa_request.h,
17405: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17406: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17407: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17408: compiled
17409:
17410: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17411: now
17412:
17413: * src/: include/pa_array.h, include/pa_exception.h,
17414: include/pa_pool.h, main/pa_exception.C: gd compiled
17415:
17416: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17417: compiled
17418:
17419: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17420: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17421: types/pa_vfile.h: vfile compiled
17422:
17423: * src/: include/pa_common.h, include/pa_globals.h,
17424: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17425: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17426: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17427:
17428: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17429: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17430: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17431: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17432: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17433:
17434: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17435: main/main.dsp, main/untaint.C: more compiled
17436:
17437: * src/: include/pa_charsets.h, include/pa_request.h,
17438: include/pa_request_info.h, include/pa_string.h,
17439: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17440: types/pa_vresponse.h: vrequest compiled
17441:
17442: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17443: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17444: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17445:
17446: * src/: classes/classes.h, include/pa_charset.h,
17447: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17448: include/pa_request.h, include/pa_string.h, main/main.dsp,
17449: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17450: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17451: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17452: types/pa_vrequest.C, types/pa_vrequest.h,
17453: types/pa_vstateless_class.h, types/pa_vstring.h,
17454: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17455:
17456: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17457: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17458: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17459: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17460: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17461: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17462: types/pa_vobject.h, types/pa_vstateless_class.h,
17463: types/pa_vstateless_object.h, types/pa_vstatus.h,
17464: types/pa_vstring.h, types/types.dsp: vmath compiled
17465:
17466: 2003-01-28 paf
17467:
17468: * src/: classes/classes.h, classes/date.C, classes/file.C,
17469: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17470: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17471: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17472: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17473: compile_tools
17474:
17475: * src/: include/pa_charset.h, include/pa_exception.h,
17476: include/pa_request.h, include/pa_string.h, main/untaint.C:
17477: untaint compiled
17478:
17479: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
17480: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
17481: more compiled. struck with string::store_to needing to know
17482: source/client charsets
17483:
17484: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
17485: types/pa_vfile.h: uue compiled
17486:
17487: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
17488: table compiled
17489:
17490: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
17491: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
17492:
17493: * src/: include/pa_charset.h, main/pa_charset.C,
17494: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
17495: introduced]
17496:
17497: * src/: classes/date.C, include/pa_charset.h,
17498: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
17499: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
17500: pa_charsets compiled
17501:
17502: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
17503: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
17504:
17505: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
17506: common compiled
17507:
17508: * src/: include/pa_charsets.h, main/pa_charsets.C,
17509: main/pa_sql_driver_manager.C: pa_charsets compiled
17510:
17511: * src/: include/pa_array.h, include/pa_charset.h,
17512: include/pa_charsets.h, include/pa_pool.h,
17513: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17514: include/pa_stack.h, include/pa_string.h,
17515: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
17516: sql_driver_manager compiled
17517:
17518: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
17519: letter i with two dots added to koi, all ukranian letters added
17520: to win1251.
17521:
17522: typographic simbol 0xb9 deleted from win1251 [strange one & were
17523: abscent from koi]
17524:
17525: 2003-01-27 paf
17526:
17527: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17528: include/pa_sql_driver_manager.h, include/pa_string.h,
17529: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
17530: sql/pa_sql_driver.h: paused on sql_manager
17531:
17532: * src/: include/pa_cache_managers.h, include/pa_pool.h,
17533: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17534: include/pa_stack.h, main/pa_sql_driver_manager.C,
17535: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
17536:
17537: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
17538: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17539: include/pa_table.h, main/pa_sql_driver_manager.C,
17540: main/pa_table.C: table compiled
17541:
17542: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
17543: cache_managers compiled
17544:
17545: * src/: include/pa_array.h, include/pa_charset.h,
17546: include/pa_pool.h, main/pa_charset.C: charset compiled
17547:
17548: * src/: include/pa_pool.h, main/pa_common.C: common compiled
17549:
17550: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
17551: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17552: main/pa_string.C, types/pa_value.C, types/pa_value.h,
17553: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
17554: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
17555:
17556: 2003-01-24 paf
17557:
17558: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
17559: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
17560: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17561: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
17562: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
17563: types/pa_vint.h, types/pa_vjunction.h,
17564: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17565: types/pa_vstatus.h, types/pa_vstring.h: more patched
17566:
17567: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
17568: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
17569: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
17570: main/pa_string.C, main/pa_table.C: string compiled
17571:
17572: * src/: include/pa_array.h, include/pa_common.h,
17573: include/pa_dictionary.h, include/pa_exception.h,
17574: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
17575: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
17576: main/pa_string.C: dictionary compiled
17577:
17578: 2003-01-23 paf
17579:
17580: * src/: include/pa_array.h, include/pa_common.h,
17581: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17582: include/pa_request.h, include/pa_string.h, main/pa_common.C,
17583: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
17584: types/pa_value.h: resurrected pool in new sense: now it's
17585: factory, producing&accounting memory chunks for read[autofree]
17586: buffers
17587:
17588: * src/: include/pa_array.h, include/pa_exception.h,
17589: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
17590: main/pa_exception.C, main/pa_table.C: table compiled
17591:
17592: * src/: classes/image.C, classes/op.C, include/pa_array.h,
17593: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
17594: include/pa_pool.h, include/pa_pragma_pack_begin.h,
17595: include/pa_pragma_pack_end.h, include/pa_sapi.h,
17596: include/pa_string.h, include/pa_table.h, include/pa_types.h,
17597: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
17598: main/pa_table.C: aint that easy
17599:
17600: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
17601: main/main.dsp: continued with Hash
17602:
17603: * src/main/pa_common.C: connect_string allocated on heap[wes on
17604: stack] now. and exception can be reported OK now [can be reported
17605: outside of pro c with that stack]
17606:
17607: 2003-01-22 paf
17608:
17609: * src/: include/pa_array.h, include/pa_charset.h,
17610: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
17611: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
17612: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
17613: base: contains references_count. auto_ptr template calls
17614: add_ref/release
17615:
17616: 2003-01-21 paf
17617:
17618: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17619: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17620: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17621: classes/op.C, classes/response.C, classes/string.C,
17622: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17623: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17624: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17625: include/pa_config_fixed.h, include/pa_config_includes.h,
17626: include/pa_dictionary.h, include/pa_dir.h,
17627: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17628: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17629: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17630: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17631: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17632: include/pa_stack.h, include/pa_string.h,
17633: include/pa_stylesheet_connection.h,
17634: include/pa_stylesheet_manager.h, include/pa_table.h,
17635: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17636: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17637: lib/pcre/pcre_parser_ctype.c, main/compile.C,
17638: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17639: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17640: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17641: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17642: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17643: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17644: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17645: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17646: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17647: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17648: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17649: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17650: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
17651: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
17652: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17653: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17654: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17655: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17656: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17657: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17658: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17659: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17660: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17661: types/pa_vstateless_object.h, types/pa_vstatus.C,
17662: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17663: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17664: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17665: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17666: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
17667: 2002->2003
17668:
17669: 2003-01-16 paf
17670:
17671: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
17672: src/main/pa_globals.C: http:// introducing $.any-status(1)
17673:
17674: * operators.txt, src/include/pa_config_fixed.h,
17675: src/main/pa_common.C: http request now return status. and not
17676: fail on status!=200
17677:
17678: 2003-01-15 paf
17679:
17680: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
17681:
17682: 2003-01-14 paf
17683:
17684: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17685: mkinstalldirs: removed some ancient files [they in / really]
17686:
17687: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17688: regretfully needed patch in two places. in config_fixed.h made
17689: stubs for lib to compile in MSVC
17690:
17691: 2003-01-13 paf
17692:
17693: * config.guess, config.sub, ltmain.sh: removed last piece of
17694: configure.in(libtool) hacks
17695:
1.116 moko 17696: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17697: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17698: ltdl.h: moved to latest libtool (1.4.3)
17699:
17700: 2003-01-10 paf
17701:
17702: * src/lib/ltdl/: configure, configure.in: PROG_NM
17703:
17704: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17705: patches. libxml2 >= 2.5.1
17706: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17707: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17708: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17709:
17710: * INSTALL: moved to latest versions of xml libs libxml2 >=
17711: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17712: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17713: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17714:
17715: 2003-01-09 paf
17716:
17717: * INSTALL: xml,xslt,gdome lib urls updated
17718:
17719: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17720: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17721: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17722: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17723: 1.7.2
1.95 moko 17724:
17725: * depcomp: moving to automake 1.7.2
17726:
17727: 2002-12-27 paf
17728:
17729: * src/include/pa_version.h: 0007
17730:
17731: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17732: outdated parts, made links to language docs
17733:
17734: * src/include/pa_config_auto.h.in: comment
17735:
17736: 2002-12-26 paf
17737:
17738: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17739: not contain trailing / fixed.
17740:
17741: * INSTALL: changing SAFE_MODE politics
17742:
17743: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17744:
17745: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17746:
17747: 2002-12-25 paf
17748:
17749: * src/main/pa_globals.C: optimized-xml
17750:
17751: * src/main/pa_globals.C: optimized-as-is
17752:
17753: 2002-12-24 paf
17754:
17755: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17756: fixed [were really called with zero size when .html?a=&b=]
17757:
17758: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17759: with --with-sendmail
17760:
17761: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17762: fixed]
17763:
17764: 2002-12-23 paf
17765:
17766: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17767: ignoring parameters & were storing only string with default
17768: expires
17769:
17770: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17771: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17772: December 23, 2002 4:22 AM Subject: bug â
17773: Charset::transcode_buf2xchar
17774:
17775: 2002-12-20 paf
17776:
17777: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17778: non-cgi [script] runs
17779:
17780: 2002-12-19 paf
17781:
17782: * INSTALL: --without-iconv recommended [it crashes on some systems
17783: [tested on elik]] moreover, it's not needed there [parser
17784: registers charsets itself]
17785:
17786: * INSTALL: --without-iconv recommended [it crashes on some systems
17787: [tested on elik]]
17788:
17789: * operators.txt, src/include/pa_globals.h,
17790: src/include/pa_request.h, src/main/pa_globals.C,
17791: src/main/pa_request.C: $response:download
17792:
17793: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17794: compiler [win32]].
17795:
17796: 2002-12-18 paf
17797:
17798: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17799:
17800: 2002-12-17 paf
17801:
17802: * src/targets/cgi/parser3.C: merged die&iis changes
17803:
17804: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17805: to exit(1) 2. more flexible iilegal call check
17806:
17807: 2002-12-16 paf
17808:
17809: * ltmain.sh: some automakes silly insist on having this handy
17810:
17811: * src/main/untaint.C: filespec russian small 'r' changed to latin
17812: 'p' bug fix
17813:
17814: 2002-12-15 paf
17815:
17816: * src/main/untaint.C: filespec russian small 'r' changed to latin
17817: 'p'
17818:
17819: * configure.in, src/include/pa_config_auto.h.in,
17820: src/main/compile.C, src/main/pa_common.C: merged small changes
17821: from branch 6 to HEAD
17822:
17823: * src/main/compile.C: removed warning
17824:
17825: * src/main/pa_common.C: ftruncate having checked
17826:
17827: * configure.in, src/include/pa_version.h: new version
17828:
17829: 2002-12-14 paf
17830:
17831: * src/classes/table.C: removed unnecessary code
17832:
17833: * src/sql/pa_sql_driver.h: exception type fixed
17834:
17835: 2002-12-09 paf
17836:
17837: * src/types/pa_vvoid.h: $void.store[now] error
17838:
17839: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17840:
17841: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17842: tries to write core dump
17843:
17844: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17845:
17846: * src/: classes/hash.C, classes/string.C, classes/table.C,
17847: classes/void.C, main/pa_sql_driver_manager.C,
17848: sql/pa_sql_driver.h: changed exception handling mech in sql
17849: handlers #2
17850:
17851: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17852: exception handling mech in sql handlers
17853:
17854: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17855: handlers
17856:
17857: * src/: classes/hash.C, classes/string.C, classes/table.C,
17858: classes/void.C, main/pa_sql_driver_manager.C,
17859: sql/pa_sql_driver.h: changed exception handling mech in sql
17860: handlers
17861:
1.116 moko 17862: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17863: to write makefile which used libtool to install things, which is
17864: not needed
1.95 moko 17865:
17866: 2002-12-06 paf
17867:
17868: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17869: $hash.fields -- pseudo field to make 'hash' more like 'table'
17870:
17871: 2002-12-05 paf
17872:
17873: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17874: cc/bcc OK now
17875:
17876: * src/main/untaint.C: mail header closed properly
17877:
17878: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17879: header ',' allowed. still bugs in smtp [only one receiptient
17880: works, cc, bcc ignored now, and MAILED ;)]
17881:
17882: [strncpy killed, memnchr used]
17883:
17884: * src/main/pa_table.C: table-copy now current=0
17885:
17886: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17887: lowlevel proc
17888:
17889: * src/targets/cgi/parser3.C: more checks on
17890: http://domain/parser.cgi start [maybe some getenv returns "",
17891: checked that now
17892:
17893: * src/targets/cgi/parser3.C: more checks on
17894: http://domain/parser.cgi start [maybe some getenv returns "",
17895: checked that now
17896:
17897: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17898: out-of-mem errors reached log]
17899:
17900: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17901: mail:send MIME-Version default
17902:
17903: * src/main/main.dsp: pa_version included into main.dsp
17904:
17905: 2002-12-04 paf
17906:
17907: * src/types/pa_vform.C: $form:field string value cut by premature 0
17908:
17909: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17910: lib/libltdl -> lib/ltdl Win32 changes. s
17911:
17912: * src/classes/classes.awk: more strict *.C$
17913:
17914: * gnu.dsp: restored
17915:
1.116 moko 17916: * configure.in, gnu.dsp, src/lib/Makefile.am,
17917: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17918: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17919: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17920: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17921: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17922: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17923: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17924: now created with /configure, not ltdl/configure, so it does have
17925: no problems with automake. ltdl/configure
17926: AC_OUTPUT(Makefile<<removed)
1.95 moko 17927:
17928: 2002-12-02 paf
17929:
17930: * operators.txt: removed outdated status:db
17931:
17932: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17933: src/main/pa_common.C, src/main/pa_request.C,
17934: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17935: tainted parts becomes http-header
17936:
17937: 2002-11-29 paf
17938:
17939: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17940: dates now objects of type date
17941:
17942: * src/classes/image.C: file.seek removed [it were used in image.C
17943: only, and for parser user this means that jpeg image has bad
17944: size in fragment's header] now used image.format
17945:
17946: * src/: include/pa_common.h, main/pa_common.C,
17947: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17948: now handled exactly like $response:header values. e.g. can be
17949: hash [can have subattributes] & contain date values.
17950:
17951: * src/main/pa_common.C: http:// param values lang forced URI
17952:
17953: * src/main/pa_common.C: http:// tainted partes now %xx
17954:
17955: 2002-11-28 paf
17956:
17957: * operators.txt: http.timeout
17958:
17959: * src/classes/image.C: ^image.length now counts interchar space.
17960: plus space after last char
17961:
17962: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17963:
17964: * src/classes/image.C: ^image.font width measurer now scans full
17965: height [were -1]
17966:
17967: * configure.in: stopped double libltdl/Makefile generation
17968:
17969: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17970: chars [one top horizontal line of 1pixel height were missing]
17971:
17972: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17973: 'false' to go into (Hash *) parameter
17974:
17975: 2002-11-27 paf
17976:
17977: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17978: types/pa_vmail.C: response:body[file] if file nows it's name now
17979: returns content-disposition: >>attachment<<
17980:
17981: * src/classes/image.C: ^image.font << bad font file-size now
17982: properly reported
17983:
17984: 2002-11-26 paf
17985:
17986: * src/main/pa_request.C: fixed lang in reponse header
17987:
17988: * src/main/pa_common.C: utf8 prefix ignored @read text
17989:
17990: * operators.txt, src/main/pa_common.C: http:// response status!=200
17991: made exception: http.status with source=bad status#
17992:
17993: 2002-11-25 paf
17994:
17995: * configure.in, src/classes/image.C,
17996: src/include/pa_config_auto.h.in,
17997: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17998: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17999: const void related probs fixed
1.95 moko 18000:
18001: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
18002:
18003: $file[^file::load[http://there]] $file.SERVER
18004:
18005: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18006: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18007: http options [invalid onces now reported] made default
18008: user-agent: paf
18009:
18010: * operators.txt, src/classes/file.C, src/classes/table.C,
18011: src/classes/xdoc.C, src/include/pa_common.h,
18012: src/include/pa_globals.h, src/main/pa_common.C,
18013: src/main/pa_globals.C, src/main/pa_request.C,
18014: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18015: now understand http:// prefix and additional params, sample:
18016: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18017: $.USER-AGENT[parser3] ]]
18018:
18019: 2002-11-22 paf
18020:
18021: * src/classes/image.C, src/include/pa_globals.h,
18022: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
18023: src/types/pa_vimage.h, operators.txt: $image.exif support
18024: $image.exif.DateTime & co
18025:
18026: 2002-11-21 paf
18027:
18028: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18029: _PASS_APPENDED)
18030:
18031: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18032: EXIF information [were big block and it's size were considered
18033: negative :(]
18034:
18035: * operators.txt, src/classes/image.C, src/include/pa_common.h,
18036: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
18037: internals rewritten. no there's reader.seek, and all's ready for
18038: EXIF extraction [now we fail to measure files with EXIF info]
18039:
18040: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18041: O_TRUNC truncates even exclusevely write-locked file [thanks to
18042: Igor Milyakov <virtan@rotabanner.com> for discovering]
18043:
18044: 2002-11-20 paf
18045:
18046: * src/targets/cgi/parser3.C: logging @signal += query_string
18047:
18048: * configure.in, src/include/pa_config_auto.h.in,
18049: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18050: comment
18051:
18052: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18053:
18054: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18055: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18056: currently processed document SIGPIPE >> interrupts request
18057: processing [exception = DB rollback]
18058:
18059: * src/main/pa_exec.C: comment
18060:
18061: * src/main/pa_exec.C: pa_exec: data written only if size>0
18062:
18063: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
18064: << disable HTTP-POST repassing
18065:
18066: * src/: include/pa_config_fixed.h, main/pa_common.C,
18067: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18068: pipe read errors now checked
18069:
18070: 2002-11-19 paf
18071:
18072: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18073: CGI: Illegal call
18074:
18075: 2002-11-01 paf
18076:
18077: * src/main/execute.C: comment
18078:
18079: 2002-10-31 paf
18080:
18081: * src/main/execute.C: found out why, checked that for now. todo:
18082: find out a way for that user could do that
18083:
18084: * src/types/pa_vstateless_object.h: object put replaces static
18085: parent if any
18086:
18087: * src/types/pa_vobject.C: object put replaces static parent if any
18088:
18089: * src/: classes/form.C, classes/mail.C, classes/op.C,
18090: classes/xnode.h, main/compile.tab.C, main/execute.C,
18091: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18092: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18093: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18094: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18095: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18096: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18097: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18098: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18099: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18100: types/pa_vstateless_object.h, types/pa_vstatus.C,
18101: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18102: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18103: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18104: types/pa_wwrapper.h: static fix merged
18105:
18106: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18107: $virtual_fields in dynamic, but one can reach derived
18108: static[class] variable from base
18109:
18110: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18111: types/pa_vobject.C, types/pa_vobject.h,
18112: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18113: statics, left $virtual_fields in dynamic
18114:
18115: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18116: one can't remember derivates in base class: there's so many of
18117: them. also there can be no virtual method calls in static
18118: classes
18119:
18120: * src/: classes/form.C, classes/mail.C, classes/op.C,
18121: classes/xnode.h, main/execute.C, main/pa_request.C,
18122: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18123: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18124: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18125: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18126: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18127: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18128: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18129: types/pa_vresponse.C, types/pa_vresponse.h,
18130: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18131: types/pa_vstateless_object.h, types/pa_vstatus.C,
18132: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18133: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18134: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18135: types/pa_wwrapper.h: static call $self fixed
18136:
18137: * src/main/execute.C: comment
18138:
18139: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18140: ^process[$caller.self]{...} now compiles to last derived object
18141: part of that 'self'
18142:
18143: 2002-10-29 paf
18144:
18145: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18146: re-passing [iis to blame]
18147:
18148: * src/classes/string.C: changed string.save to pass current sql
18149: connection to cstr thus one can ^connect[some server]{
18150: $s[insert into table x (x) values (^taint[sql]{value})]
18151: ^s.save[some.sql] } and he'd get in some.sql file code with
18152: properly escaped. [tried in mssql->mysql export->import of
18153: binary data]
18154:
18155: 2002-10-25 paf
18156:
18157: * src/types/pa_vresponse.C: case insensitive response user fields
18158: get/put
18159:
18160: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18161: types/pa_vresponse.C: saving for maybe-future
18162:
18163: 2002-10-23 paf
18164:
18165: * operators.txt, src/classes/table.C: ^table.hash{code}...
18166: ^table.hash(expr)...
18167:
18168: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18169:
18170: 2002-10-22 paf
18171:
18172: * src/types/: pa_vform.C, pa_vform.h: removed needless
18173: VForm::Append...(...Value)
18174:
18175: * src/main/execute.C: $.name outside of $name[...] checked
18176:
18177: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18178: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18179:
18180: 2002-10-21 paf
18181:
18182: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
18183: $form:qtail $form:imap.x/y
18184:
18185: * operators.txt, src/types/pa_vform.C: $form:nameless =
18186: "?value&...", "...&value&...", "...&value"
18187:
18188: * operators.txt, src/types/pa_vform.C: $form:image-map
18189:
18190: * operators.txt, src/classes/file.C: /some/page.html:
18191: ^file:fullpath[a.gif] => /some/a.gif
18192:
18193: 2002-10-17 paf
18194:
18195: * src/main/: compile.tab.C, compile.y: operators precedence changed
18196: a little: logical not and bitwise negation precedence made
18197: highest, << and >> bitshits precedence made equal [were << higher
18198: than >>]
18199:
18200: * src/classes/op.C: exception handling fixed [were bad with
18201: contexts]
18202:
18203: 2002-10-16 paf
18204:
18205: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18206: main/pa_request.C: Request::self considered equal to
18207: VMethodFrame::self, and removed, Request::get_self() mapped to
18208: VMethodFrame.self()
18209:
18210: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18211: $hash in open field now gives old good error meesage
18212:
18213: 2002-10-15 paf
18214:
18215: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18216: use ^if($junction is junction){was and now true}
18217:
18218: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18219: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18220: types/pa_vxnode.C: xml->parser strings now have origin, which
18221: points to place where value left xml library and came to parser:
18222: place of dom field extraction/call
18223:
18224: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18225: main/compile.tab.C, main/compile.y, main/execute.C,
18226: types/pa_vmethod_frame.h: removed last pieces of old code
18227: allowing $junction.xxx at compile time
18228:
18229: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18230: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18231: objects also considered [were only classes]
18232:
18233: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18234: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18235: with CLASS self. [ (request&method_frame).self temporarily
18236: changed ]
18237:
18238: * src/classes/: hash.C, op.C: method_frame now always changed, with
18239: no exception to native calls. for&foreach changed to use
18240: method_frame.caller for their var's name context
18241:
18242: * src/: main/execute.C, targets/cgi/parser3.C,
18243: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18244: compiling to system classes disabled
18245:
18246: * operators.txt, src/classes/op.C:
18247: ^process[$caller.CLASS]{code-string} added
18248:
18249: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
18250: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
18251: src/types/Makefile.am, src/types/pa_vjunction.C,
18252: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
18253: src/types/types.dsp: removed $junction.get $junction.set[]
18254: introducing $caller
18255:
18256: * src/types/pa_value.h: removed outdated comments. doxygen would
18257: find them lower by inheritance tree
18258:
18259: * src/types/pa_vjunction.C: ident
18260:
18261: 2002-10-14 paf
18262:
18263: * src/classes/op.C: process compiles to code's class class
18264:
18265: * src/: classes/form.C, classes/mail.C, classes/op.C,
18266: include/pa_request.h, main/compile.C, main/compile.tab.C,
18267: main/compile.y, main/execute.C, main/pa_request.C,
18268: types/pa_vstateless_class.h: operators now main-class-methods
18269:
18270: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18271: better stack trace [has "call" & co there]
18272:
18273: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18274: operators @auto now executed in MAIN context
18275:
18276: * src/main/execute.C: operator execution context now = MAIN, not
18277: closest stack frame
18278:
18279: @touchit[] $i[after]
18280:
18281: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18282: were 'after'
18283:
18284: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18285: 'after'
18286:
18287: * src/main/execute.C: comment
18288:
18289: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18290: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18291: action]
18292:
18293: * src/types/pa_vxnode.C: misreplace fixed
18294:
18295: * configure, configure.in, src/include/pa_config_auto.h.in,
18296: src/types/pa_vstatus.C, operators.txt:
18297: $status:rusage.tv_secs/usecs introduced
18298:
18299: 2002-10-09 paf
18300:
18301: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18302: on empty string [or uses (default)]
18303:
18304: 2002-10-08 paf
18305:
18306: * src/main/untaint.C: mail header quoted printable changed after
18307: RFC reread
18308:
18309: * operators.txt: plan on ^if(method
18310:
18311: * src/types/pa_vxnode.C: misreplace
18312:
18313: 2002-09-24 paf
18314:
1.116 moko 18315: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18316:
18317: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18318: mailreceive would compile on freebsd now
18319:
18320: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18321: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18322: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18323: mailreceive would compile on freebsd now
1.95 moko 18324:
18325: * src/: classes/file.C, main/untaint.C: 1. file spec language
18326: changed: now there are only few chars are untainted: * ? ' " < >
18327: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18328: one should use ^untaint[uri]{...} now]
18329:
18330: 2. $list[^file:list[dir]] now returns simply tainted names in
18331: $list.name, not tainted as filespec
18332:
18333: @russianindex[] #dir with files with russian-lang names
18334: $where[dir]
18335:
18336: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18337: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18338:
18339: 2002-09-23 paf
18340:
18341: * src/types/pa_vdouble.h: double->int round added
18342:
18343: * src/classes/date.C: date bug fix, now
18344: round(floatDays*secondsPerDay)
18345:
18346: * src/classes/date.C: date bug fix, now
18347: round(floatDays*secondsPerDay)
18348:
18349: 2002-09-20 paf
18350:
18351: * src/main/execute.C: code junction calls disabled [before: code
18352: was compiled in such a way, that there were no code-junctions in
18353: OP_CALL]
18354:
18355: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18356:
18357: @badjunctioncallinside[code] ^code[]
18358:
18359: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18360: expanding to include ^junction.method
18361:
18362: * src/main/pa_common.C: -d "DIR/" now true
18363:
18364: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18365: as internal xdoc encoding, and after decoding attributes set by
18366: dom functions now encoded OK, not as digital entities
18367:
18368: * src/classes/xdoc.C: empty transform result, being taken as file
18369: now returns empty file, not raises stupid error about "stat-ed
18370: file"
18371:
18372: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18373: allowed
18374:
18375: * src/types/types.dsp: introducing $junction.get/put(1) one can
18376: write iterators now:
18377:
18378: ^user-foreach[key;value]{$key=$value<br>}
18379:
18380: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18381: $code.value($i*2) $code }
18382:
18383: * src/main/compile_tools.h: mistype
18384:
1.116 moko 18385: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18386: thus taking linking options configure changes into account [were:
18387: ignoring]
1.95 moko 18388:
18389: * src/types/: pa_vjunction.C, Makefile.am: introducing
18390: $junction.get/put(1) one can write iterators now:
18391:
18392: ^user-foreach[key;value]{$key=$value<br>}
18393:
18394: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18395: $code.value($i*2) $code }
18396:
18397: * src/: include/pa_opcode.h, include/pa_request.h,
18398: main/compile.tab.C, main/compile.y, main/execute.C,
18399: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18400: introducing $junction.get/put(1) one can write iterators now:
18401:
18402: ^user-foreach[key;value]{$key=$value<br>}
18403:
18404: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18405: $code.value($i*2) $code }
18406:
18407: 2002-09-19 paf
18408:
1.116 moko 18409: * Makefile.am: new: make commit
1.95 moko 18410:
18411: * aclocal.m4: forced to be older
18412:
18413: 2002-09-18 paf
18414:
18415: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18416: src/main/compile.y, src/main/execute.C: << >> int shifts
18417:
18418: * src/: include/pa_common.h, include/pa_request.h,
18419: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18420: - now this - fatal error
18421:
18422: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18423: that one can pass binary data there
18424:
18425: * src/: classes/date.C, classes/double.C, classes/file.C,
18426: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18427: classes/op.C, classes/response.C, classes/string.C,
18428: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18429: include/pa_request.h: pa_request contexts made privated, plus
18430: get_{self/method_frame} to read. Request_context_saver used in
18431: ^try to save flang too. [were not saved]
18432:
18433: * src/types/pa_vresponse.C: header value chains joined before
18434: output, this should help $.subject[$var $var] from being
18435: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18436:
18437: 2002-09-17 paf
18438:
18439: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18440: removed changes, operators executed with calling self. lots of
18441: code with ^include code relies on defined/defining self variables
18442:
18443: $a[1] ^include[print_a.p] print_a.p: $a
18444:
18445: ^include[set_a.p] a=$a set_a.p: $a[1]
18446:
18447: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18448: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18449: types/pa_vstateless_class.h: operators now executed with MAIN
18450: self. it's for ^include sake, too strong a change
18451:
18452: * src/classes/op.C: made place for ^process to compile it's code to
18453: in case of no self
18454:
18455: * src/main/execute.C: found ancient param to Junction, removed.
18456: allowed passing self to native_code_operators [for ^process to
18457: work, she needs self]
18458:
18459: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18460: types/pa_vstateless_class.h: found ancient param to Junction,
18461: removed. allowed passing self to native_code_operators [for
18462: ^process to work, she needs self]
18463:
18464: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18465: types/pa_value.h, types/pa_vmethod_frame.h,
18466: types/pa_vstateless_class.h: allowed Request.self to be 0,
18467: checked that in VMethodFrame get/put and $self.
18468:
18469: * src/classes/: table.C, xdoc.C: table::sql options table::create
18470: copy options options checked, wrong option now fatal error
18471:
18472: * src/main/pa_string.C: string.replace fixed [were missing words on
18473: pieces boundaries]
18474:
1.150 moko 18475: * configure, configure.in: .so now detected [can be .sl on hpux,
18476: .dll on cygwin, .so in other cases)
1.95 moko 18477:
18478: * configure, configure.in: .so now detected [can be .sl on hpux,
18479: .dll on cygwin, .so in other cases)
18480:
18481: * operators.txt, src/classes/hash.C, src/classes/table.C,
18482: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
18483: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
18484: record taken [were last]
18485:
18486: * src/: classes/hash.C, classes/table.C,
18487: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
18488: now errors
18489:
18490: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
18491:
18492: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
18493: ,2,3]
18494:
18495: 2002-09-16 paf
18496:
18497: * src/classes/file.C: file::cgi line ends can be both unix & dos.
18498: and they can be unix [\n\n] on win when 'use CGI' used, it causes
18499: stdout to be binary. now detected closest header break.
18500:
18501: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
18502: closed right
18503:
18504: 2002-09-13 paf
18505:
18506: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
18507: src/main/compile_tools.h: (expression #comment)
18508:
18509: (multiline expression #comment line2 #comment )
18510:
18511: (expression #comment with (brackets) comment) << OK
18512:
18513: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
18514: bitwise !|| numerical xor now [preparing for expression
18515: #comments]
18516:
18517: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
18518: error
18519:
18520: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
18521: cheched in pa_socks.C
18522:
1.116 moko 18523: * configure, configure.in, src/include/pa_config_auto.h.in:
18524: HAVE_WINSOCK_H created in configure.in
1.95 moko 18525:
18526: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
18527: cookie date now clean [were mistakenly tainted & that worked bad
18528: with opera -- 'happily' that worked OK with msie]
18529:
18530: 2002-09-12 paf
18531:
18532: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
18533: VClass get_element now first looks to fields, next to methods &
18534: co todo: the rest reason: more speed
18535:
18536: * src/main/untaint.C: quoted printable encoding stops before
18537: \s*<...>$
18538:
18539: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
18540: stops before <...>$
18541:
18542: 2002-09-11 paf
18543:
18544: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
18545: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
18546: forgot to check users of those funcs. not all were using that
18547: return value convention
18548:
18549: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
18550: windows-1254 added
18551:
18552: 2002-09-10 paf
18553:
18554: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
18555: VCodeFrame parent param were specified badly
18556:
18557: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
18558: WWrapper which used in constructing objects(second param to sql
18559: method) ^...sql{}[$.default{code}] now has parent, wich helps
18560: code in hash to survivi
18561:
18562: * src/: include/pa_request.h, main/execute.C: removed redundant
18563: param to execute [stack said 'thanks']
18564:
18565: * src/: classes/op.C, main/execute.C, types/pa_value.C,
18566: types/pa_value.h, types/pa_vcode_frame.h,
18567: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18568: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
18569: responsibility to wcontext
18570:
18571: * src/classes/file.C: decided not to log exec's with stderr, that
18572: could be warnings, and it's up to scritper to log/show them
18573:
18574: * src/: classes/double.C, main/execute.C: double:sql badly called
18575: write_assign_lang, not write_no_lang, thus doing unnecessary
18576: double/string converstion, which were loosing time&precesion
18577:
18578: * src/: main/pa_charset.C, types/pa_vmail.C:
18579: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
18580: case of unfinished in buffer processing, causing accidental
18581: transcode stop [in case that source enc != utf-8 & there is
18582: incomplete utf-8 sequence at the end of 16000block iside of
18583: libxml lib] tfm readed & code updated
18584:
18585: 2002-09-04 paf
18586:
18587: * configure: makes with sjlj
18588:
18589: * INSTALL, src/include/pa_config_fixed.h,
18590: src/include/pa_sql_connection.h,
18591: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
18592: checked. on win32 it made default
18593:
18594: * src/include/pa_config_auto.h.in: sjlj define
18595:
18596: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
18597: can not work with longjump/throw pair, and one must switch that
18598: on there. todo: detect that automatically]
18599:
18600: * src/types/pa_vxnode.C: removed too strong checks of
18601: xnode.elements. now, for instance, if element does not have any
18602: attributes, $xnode.attributes is void, not error
18603:
18604: 2002-09-02 paf
18605:
18606: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
18607: removed double_result, didn't help
18608:
18609: * src/main/execute.C: double_result made to move that var away from
18610: hungry g++ optimizer (-O2), before: it were optimized and
18611: comparison operators worked badly
18612:
18613: * src/types/pa_vdate.h: removed debug
18614:
1.116 moko 18615: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 18616:
18617: * src/main/execute.C: fixed numeric < & co so that thay now use
18618: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
18619: unknown reason.
18620:
18621: 2002-08-29 paf
18622:
18623: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
18624: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
18625: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
18626: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
18627: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
18628: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
18629: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
18630: [called less frequent, allowed to remove ugly
18631: Junction.change_context-s from many places, switch,
18632: mail:send..html{}, ..] request.root renamed to method_frame [more
18633: easyreading] ancient {...PUSH/POPs...} changed to stack vars
18634: [speed up]
18635:
18636: 2002-08-28 paf
18637:
18638: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
18639: tainted
18640:
18641: * src/types/pa_vcookie.C: fixed cookie delete when
18642: $cookie:name[$.value[]]
18643:
18644: * operators.txt, src/classes/string.C:
18645: ^string.split[delim[;options]]
18646:
18647: 2002-08-27 paf
18648:
1.116 moko 18649: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 18650:
18651: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
18652: delimiter
18653:
18654: * INSTALL: recommended latest gmime 1.0.5
18655:
18656: 2002-08-26 paf
18657:
18658: * configure, configure.in: apache13/hook added to make dist.
18659:
18660: 2002-08-23 paf
18661:
18662: * src/: include/pa_common.h, main/pa_common.C,
18663: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
18664: beside binary [cgi, isapi] not accessible [due to bad rights or
18665: whatever] it's error now
18666:
18667: 2002-08-21 paf
18668:
1.116 moko 18669: * Makefile.am: can use: make happy equals to make update install
1.95 moko 18670:
18671: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18672: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
18673: class". compiled as if here they named base class
18674:
18675: * src/main/pa_string.C: fixed bad language bug, [were wrong string
18676: cloning constructor]
18677:
18678: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
18679:
1.150 moko 18680: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 18681: $mail.received.file.value.content-type fixed
18682:
18683: 2002-08-20 paf
18684:
18685: * src/classes/file.C: fixed language of file:file result
18686:
18687: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18688: from 3.0.0005
18689:
18690: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18691:
18692: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18693: 3.0.0005
18694:
18695: * src/classes/void.C, operators.txt: ^void.length[] = 0
18696:
18697: 2002-08-19 paf
18698:
18699: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18700: work now
18701:
18702: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18703: error in xnode, which were not catched in xdoc]
18704:
18705: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18706: prepared: // validate each document after load/create (?)
18707: //xmlDoValidityCheckingDefaultValue = 1;
18708:
18709: 2002-08-15 paf
18710:
18711: * src/classes/classes.h: write to static var caused useless
18712: Exception, introduced Methoded::put_element wich consumes those
18713:
18714: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18715: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18716: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18717: $response:field[date] $response:field[$.xxx[date]]
18718:
18719: * src/: classes/hash.C, classes/string.C, classes/table.C,
18720: classes/void.C, include/pa_sql_connection.h: fixed source of
18721: ^hash::sql{bad}
18722:
18723: * operators.txt: $request:body unprecessed POST request body
18724:
18725: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18726:
18727: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18728: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18729:
18730: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18731: src/include/pa_request.h, src/main/pa_pool.C,
18732: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18733: $request:body r.post_data now const
18734:
18735: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18736: classes/xnode.C, main/execute.C, types/pa_value.h,
18737: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18738: types/pa_vtable.h: instead of type() checking everywhere used
18739: Value.as now user descendants can be used in params.
18740:
18741: VObject::as_*, is_defined now taken from bases. xtable(table)
18742: ^if($xtable) now OK
18743:
18744: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18745: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18746: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18747:
18748: 2002-08-14 paf
18749:
18750: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18751: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18752: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18753: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18754: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18755: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18756: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18757: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18758: types/pa_vresponse.C, types/pa_vresponse.h,
18759: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18760: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18761: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18762: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18763: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18764: & VClass
18765:
18766: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18767:
18768: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18769: removed fixopt stupidity. on stupid linux use cd /document/root
18770: ../cgi/parser3 script
18771:
18772: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18773: params, splitting them by space, excluding argv[0], argv[argc-1]
18774:
18775: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18776: fixopt.h: fixopt now preprocesses command line params, splitting
18777: them by space, excluding argv[0], argv[argc-1]
18778:
18779: * src/targets/cgi/parser3.C: -f config file
18780:
18781: * src/targets/cgi/parser3.C: fixed .log file dir
18782:
18783: 2002-08-13 paf
18784:
18785: * src/types/pa_vobject.C: allow override parent variables, useful
18786: for form descendants [in vobject too, were in vclass]
18787:
18788: * src/types/pa_vclass.C: allow override parent variables, useful
18789: for form descendants
18790:
18791: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18792: overwritten in derived(table)
18793:
18794: * src/: classes/form.C, classes/mail.C, classes/op.C,
18795: classes/xnode.h, include/pa_request.h, main/execute.C,
18796: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18797: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18798: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18799: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18800: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18801: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18802: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18803: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18804: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18805: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18806: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18807: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18808: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18809: Value::get_element(..., bool looking_down) [needed to exclude
18810: endless recoursion]
18811:
18812: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18813: fix bug with put endless recoursion todo: check 'as'
18814:
18815: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18816: reorganized modules todo: fix bug with put endless recoursion
18817: todo: check 'as'
18818:
18819: * src/types/pa_vobject.h: checked: table fields can be overwritten
18820: in derived(table)
18821:
18822: * src/types/pa_vobject.h: derived classes can have fields of their
18823: own now
18824:
18825: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18826: fixed error message on using non-created table
18827:
18828: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18829: classes/op.C, classes/xnode.h, include/pa_request.h,
18830: main/compile.C, main/compile.tab.C, main/execute.C,
18831: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18832: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18833: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18834: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18835: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18836: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18837: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18838: types/pa_vresponse.C, types/pa_vresponse.h,
18839: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18840: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18841: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18842: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18843: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18844: looking down/up tree todo: fix error message on non-constructed
18845: parents
18846:
18847: 2002-08-12 paf
18848:
18849: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18850: derived OK
18851:
18852: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18853: thorough testing
18854:
18855: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18856: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18857: types/pa_vobject.h, types/pa_vstateless_class.h,
18858: types/pa_vstateless_object.h, types/pa_wcontext.h,
18859: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18860: ^base:create[] dynamic call rewritten todo: thorough testing
18861:
18862: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18863: now instantates base class, remembers it and saves child in
18864: parent VObject.get_class now returns last child = downward
18865: virtual calls OK
18866:
18867: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18868: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18869: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18870: types/pa_vobject.h, types/pa_vresponse.h,
18871: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18872: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18873: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18874: VAliased [redundant], moved $CLASS to VObject only [parser class
18875: instance]
18876:
18877: * src/main/pa_request.C: $response:body[file] content-type check
18878: fixed [were bad when content-type is hash]
18879:
18880: 2002-08-09 paf
18881:
18882: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18883: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18884:
18885: 2002-08-08 paf
18886:
18887: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18888: src/main/pa_globals.C: year column in month calendar [week year]
18889:
18890: * src/main/execute.C: error reporting on object writes to MAIN
18891: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18892:
18893: * operators.txt, src/types/pa_vdate.h: $date.yearday
18894: $date.daylightsaving
18895:
18896: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18897: use tainted data now. only she must specify the language.
18898:
18899: ^mail:send[ $.from[paf@mail.design.ru]
18900: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18901: $.text[^taint[uri][ìîñêâà]=] ]
18902:
18903: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18904: now prints more precise origin
18905:
18906: * src/include/pa_string.h: String::first_char now not fails on
18907: empty strings ^if(-f '') now ok and in 3 other places.
18908:
18909: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18910: String::first_char now not fails on empty strings ^if(-f '') now
18911: ok and in 3 other places.
18912:
18913: 2002-08-07 paf
18914:
18915: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18916: fixed
18917:
18918: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18919:
18920: * src/: main/execute.C, types/pa_vcode_frame.h,
18921: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18922: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18923: mistakenly not completely transparent to object writes.
18924: $hash[^if(1){$hash}] now works
18925:
18926: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18927: now erasing cache file [there were bad check on that]
18928:
18929: * src/: classes/classes.dsp, classes/table.C,
18930: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18931: all Debug dirs in .dsp now named 'Debug'
18932:
1.116 moko 18933: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18934:
18935: * operators.txt, src/classes/mail.C: exception_type email.send
18936:
18937: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18938:
18939: * src/types/pa_vmail.C: mail:send empty email checked
18940:
18941: 2002-08-06 paf
18942:
18943: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18944: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18945: ^table::create[$source;$.options] ^table::join[$source;$.options]
18946:
18947: * operators.txt, src/classes/hash.C, src/classes/string.C,
18948: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18949: # $.default() }
18950:
18951: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18952:
18953: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18954: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18955: $file.content-type [instead of .mime-type] now works for
18956: file::stat also
18957:
18958: * src/main/pa_request.C: case insensitive mime_type_of
18959:
18960: 2002-08-05 paf
18961:
18962: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18963:
18964: * src/types/pa_vmail.C: file buffer relocated to parser heap
18965:
18966: * operators.txt: comment on date:calendar week column
18967:
18968: * src/main/pa_common.C: write checked
18969:
18970: * src/main/: pa_common.C: write checked
18971:
18972: * src/classes/date.C: +1 buf size for stupid snprintfs
18973:
18974: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18975: month calendar week column [ISO 8601 Week Numbers]
18976:
18977: 2002-08-02 paf
18978:
18979: * src/: include/pa_config_fixed.h, main/pa_string.C,
18980: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18981: DEBUG*
18982:
18983: * configure, configure.in, src/include/pa_version.h: release
18984: 3_0_0005
18985:
18986: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18987: multipart post fixed
18988:
18989: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18990: response transcoded source->client only when text/* or simple
18991: onoverridden $response:body
18992:
18993: 2002-08-01 paf
18994:
18995: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18996: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18997: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18998: classes/op.C, classes/response.C, classes/string.C,
18999: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19000: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19001: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19002: include/pa_config_fixed.h, include/pa_dictionary.h,
19003: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19004: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19005: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19006: include/pa_socks.h, include/pa_sql_connection.h,
19007: include/pa_sql_driver_manager.h, include/pa_stack.h,
19008: include/pa_string.h, include/pa_stylesheet_connection.h,
19009: include/pa_stylesheet_manager.h, include/pa_table.h,
19010: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19011: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19012: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19013: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19014: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19015: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19016: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19017: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19018: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19019: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19020: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19021: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19022: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19023: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19024: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19025: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19026: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19027: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19028: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19029: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19030: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19031: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19032: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19033: types/pa_vmethod_frame.h, types/pa_vobject.h,
19034: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19035: types/pa_vresponse.h, types/pa_vstateless_class.C,
19036: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19037: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19038: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19039: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19040: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19041: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19042:
19043: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19044: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19045: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19046: classes/math.C, classes/op.C, classes/response.C,
19047: classes/string.C, classes/table.C, classes/void.C,
19048: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19049: include/pa_array.h, include/pa_cache_managers.h,
19050: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19051: include/pa_config_fixed.h, include/pa_config_includes.h,
19052: include/pa_dictionary.h, include/pa_dir.h,
19053: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19054: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19055: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19056: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19057: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19058: include/pa_stack.h, include/pa_string.h,
19059: include/pa_stylesheet_connection.h,
19060: include/pa_stylesheet_manager.h, include/pa_table.h,
19061: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19062: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19063: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19064: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19065: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19066: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19067: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19068: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19069: main/pa_sql_driver_manager.C, main/pa_string.C,
19070: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19071: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19072: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19073: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19074: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19075: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19076: targets/isapi/pool_storage.h, types/pa_valiased.C,
19077: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19078: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19079: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19080: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19081: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19082: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19083: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19084: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19085: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19086: types/pa_vresponse.C, types/pa_vresponse.h,
19087: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19088: types/pa_vstateless_object.h, types/pa_vstatus.C,
19089: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19090: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19091: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19092: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19093: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19094: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19095: types/Makefile.am: ident.C* removed
19096:
19097: * operators.txt, src/classes/file.C, src/main/pa_request.C:
19098: file:find[/can/do/this/now.txt]
19099:
19100: * src/targets/cgi/parser3.C: usage to stdout now
19101:
19102: 2002-07-31 paf
19103:
19104: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19105:
19106: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19107: default "postmaster"
19108:
19109: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19110: -f postmaster now default sendmail key word "postmaster"
19111: replaced to $.from
19112:
19113: 2002-07-30 paf
19114:
1.116 moko 19115: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19116: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19117:
19118: * src/main/pa_charset.C: comment
19119:
19120: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19121: table, &#decimal;
19122:
19123: * src/main/pa_request.C: comment
19124:
19125: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19126: paragraf]
19127:
19128: 2002-07-11 paf
19129:
19130: * src/main/pa_exec.C: build command line badly added params twice
19131: [and first time without ' ']. double wrong. fixed.
19132:
19133: * src/main/pa_exec.C: invalid .exe caused error message with params
19134: wich parser did not provide = reported badly. fixed that.
19135:
19136: * src/classes/mail.C: $MAIL[ # xxx ]
19137:
19138: now ok
19139:
19140: * operators.txt: plan: sql detailed exception
19141:
19142: 2002-07-01 paf
19143:
19144: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19145: [MForm.configure_admin were called when request.main_class ==0
19146:
19147: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19148:
19149: * src/classes/form.C: content_length type fix
19150:
19151: 2002-06-30 paf
19152:
19153: * src/classes/mail.C: merged from 4
19154:
19155: * src/classes/mail.C: restored $MAIL
19156:
19157: 2002-06-28 paf
19158:
19159: * configure, configure.in: removed paths.h
19160:
1.116 moko 19161: * configure, src/include/pa_version.h,
1.95 moko 19162: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19163: merged, makes updated
19164:
19165: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
19166: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19167: src/include/pa_pool.h, src/include/pa_version.h,
19168: src/main/pa_charset.C, src/main/pa_pool.C,
19169: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
19170: src/types/pa_vmail.C: merged latest updates to head
19171:
19172: 2002-06-27 paf
19173:
19174: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19175: not error now
19176:
19177: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
19178: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19179: src/main/pa_charset.C, src/main/pa_pool.C:
19180: ^xdoc::create[[uri]]... base uri for document being created,
19181: imports and other relative file names would be relative to this
19182: uri default uri=path_translated
19183:
19184: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19185:
19186: 2002-06-26 paf
19187:
19188: * configure, configure.in, src/include/pa_version.h:
19189: release_3_0_0004
19190:
19191: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19192: 0 now
19193:
19194: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19195:
19196: 2002-06-25 paf
19197:
19198: * src/main/pa_string.C: emtpy string, or string of whitespaces
19199: considered bad number now
19200:
19201: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
19202: now
19203:
19204: * operators.txt, src/classes/string.C: ^string.normalize [old
19205: name: optimize
19206:
19207: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19208: library configured
19209:
19210: * src/main/pa_request.C: configure_admin forced if no @conf
19211:
1.150 moko 19212: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
19213: ^math:crypt updated to generate random salt when needed and to
19214: call system crypt() if not $apr1$ prefix
1.95 moko 19215:
19216: 2002-06-24 paf
19217:
19218: * INSTALL: --with-static/shared-mailreceive described
19219:
19220: * src/include/pa_config_fixed.h: ssize_t fixed
19221:
1.116 moko 19222: * configure, configure.in, src/include/pa_config_auto.h.in,
19223: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19224: src/types/pa_vmail.C: $mail:received makes update
19225:
19226: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19227: WITH_MAILRECEIVE
19228:
19229: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19230:
19231: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19232: option, for $mail:receive
19233:
19234: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19235: introducting $message:received ^mail:send rewritten with backward
19236: comp
19237:
19238: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19239: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19240: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19241: now
19242:
19243: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
19244: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19245: src/include/pa_request.h, src/include/pa_string.h,
19246: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
19247: src/main/pa_globals.C, src/main/pa_request.C,
19248: src/main/pa_string.C, src/main/pa_uue.C,
19249: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19250: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19251: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19252: uue to separate file introducting $message:received ^mail:send
19253: rewritten with backward comp
19254:
19255: 2002-06-21 paf
19256:
1.116 moko 19257: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19258: co changes
1.95 moko 19259:
1.116 moko 19260: * configure, configure.in, src/lib/md5/Makefile.am,
19261: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19262: restructure .in and .am files appropriate changes
1.95 moko 19263:
19264: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19265: pcre to libs/ added libs/md5 which is linked to non-apache
19266: targets ^math:crypt[password;$apr1$salt]
19267:
19268: * INSTALL, configure.in, operators.txt, parser3.dsw,
19269: src/Makefile.am, src/classes/Makefile.am,
19270: src/classes/classes.dsp, src/classes/math.C,
19271: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19272: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19273: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19274: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19275: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19276: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19277: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19278: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19279: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19280: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19281: src/lib/pcre/pcre_parser_ctype.dsp,
19282: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19283: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19284: src/main/compile.tab.C, src/main/main.dsp,
19285: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19286: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19287: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19288: to libs/ added libs/md5 which is linked to non-apache targets
19289: ^math:crypt[password;$apr1$salt]
19290:
19291: 2002-06-20 paf
19292:
1.150 moko 19293: * INSTALL, configure, configure.in, operators.txt,
19294: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
19295: src/include/pa_globals.h, src/include/pa_request.h,
19296: src/main/execute.C, src/main/pa_request.C,
19297: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19298: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
19299: file:justname&co & @auto/conf[filespec
1.95 moko 19300:
19301: * operators.txt, src/classes/file.C:
19302: !^file:dirname[/a/some.tar.gz]=/a
19303: !^file:dirname[/a/b/]=/a
19304: !^file:basename[/a/some.tar.gz]=some.tar.gz
19305: !^file:justname[/a/some.tar.gz]=some.tar
19306: !^file:justext[/a/some.tar.gz]=gz
19307:
19308: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19309: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19310: @conf/auto[filespec]
19311:
1.116 moko 19312: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19313:
1.150 moko 19314: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 19315: src/include/pa_globals.h, src/targets/cgi/parser3.C,
19316: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
19317:
19318: 2002-06-18 paf
19319:
19320: * configure, configure.in, src/include/pa_version.h: version to
19321: configure.in
19322:
19323: * INSTALL: reflected .conf.dist dir change
19324:
1.150 moko 19325: * Makefile.am, configure, configure.in,
1.116 moko 19326: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19327: .in & *.am updated
19328:
19329: * src/classes/file.C: strncasecmp
19330:
19331: * src/classes/file.C: strcasecmp
19332:
1.150 moko 19333: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19334:
19335: * src/classes/file.C: ^file::exec[script;$.bad error case
19336: insensitive check now
19337:
19338: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19339:
19340: * configure, configure.in, src/include/pa_pool.h,
19341: src/include/pa_types.h: pack configure.in detection simplified.
19342: figured out that gcc on sparc not that stupid as thought
19343: previously: on sparc: when it sees packed class it modifies it's
19344: field-access-code to byte operations [stb, ldub] instead of 4byte
19345: operations [st, lduh] so packed must be all parts of packed
19346: class, i.e. it's parents&fields(classes). for now it's only
19347: String that packed and what was wrong is that it's parent -
19348: Pooled, were not packed. fixed that.
19349:
19350: 2002-06-14 paf
19351:
19352: * operators.txt: more precise xml-to-text options
19353:
19354: * operators.txt, src/types/pa_vxnode.C: xnode
19355: attribute_node.name/value xnode pi.node.data
19356:
19357: 2002-06-12 paf
19358:
1.116 moko 19359: * configure, configure.in, src/targets/cgi/Makefile.am,
19360: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19361:
19362: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
19363: src/include/pa_globals.h, src/include/pa_request.h,
19364: src/main/compile.tab.C, src/main/pa_globals.C,
19365: src/main/pa_request.C, src/targets/cgi/parser3.C,
19366: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
19367:
19368: * src/classes/mail.C: sendmail -ti [default now]
19369:
19370: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19371: to be strings. for convinient #ing
19372:
19373: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19374: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19375:
19376: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19377: main/pa_globals.C, main/pa_request.C: @conf
19378:
19379: 2002-06-11 paf
19380:
19381: * src/classes/file.C: check simplified
19382:
19383: * src/: classes/file.C, targets/cgi/parser3.dsp,
19384: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19385: valid prefix
19386:
19387: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19388: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19389: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19390:
19391: 2002-06-10 paf
19392:
19393: * operators.txt, src/classes/op.C, src/include/pa_common.h,
19394: src/main/pa_common.C: lock failures reported now
19395:
19396: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19397: string->double @ compile time were not-enough-checking...
19398:
19399: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19400: autoconvert now ignored
19401:
19402: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19403: check
19404:
19405: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19406: $response:body content-type:name
19407:
19408: * configure, configure.in: hpux check, nsl link, no socket
19409:
19410: * operators.txt: old merge conflict removed
19411:
19412: * configure, configure.in: pack even address access on sparc&co
19413: arch checked in configure
19414:
19415: * configure, src/include/pa_version.h: makes
19416:
19417: * configure, configure.in, src/include/pa_version.h: makes
19418:
19419: * src/main/untaint.C: (bug#2) mail subject got always prepended
19420: with charset even when all letters were 7bit one
19421:
19422: * src/main/pa_common.C: merged fixed -d (bug)
19423:
19424: * src/main/pa_common.C: fixed -d (bug)
19425:
19426: 2002-06-03 paf
19427:
19428: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
19429: src/classes/classes.dsp, src/main/compile.tab.C,
19430: src/main/main.dsp, src/main/pa_globals.C,
19431: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19432: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19433: .dsp-s along with reorganized cvs modules dirs structure
19434:
19435: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19436: main/pa_globals.C, targets/cgi/parser3.dsp,
19437: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19438: modules
19439:
19440: 2002-05-28 paf
19441:
19442: * src/targets/cgi/parser3.C: info.uri now ""
19443:
19444: 2002-05-17 paf
19445:
19446: * src/classes/: table.C: ^table.save << checked empty
19447: pre/match/post columns
19448:
19449: 2002-05-16 paf
19450:
19451: * src/classes/image.C: image::measure can png now
19452:
19453: 2002-05-15 paf
19454:
19455: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
19456: added
19457:
19458: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
19459:
19460: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
19461: %H[:%M[:%S]]]]]] [-%m now
19462:
19463: 2002-05-14 paf
19464:
19465: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
19466:
19467: 2002-05-07 paf
19468:
19469: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
19470: src/include/pa_globals.h, src/include/pa_request.h,
19471: src/include/pa_table.h, src/main/compile.tab.C,
19472: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
19473: src/main/pa_request.C, src/main/pa_table.C,
19474: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
19475: src/targets/isapi/parser3isapi.dsp,
19476: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
19477: name2number field now &. main_method_name now on Request pool
19478: rather on global_pool [Junction+VJunction created on same pool as
19479: name = were created on global pool, causing mem leaks]
19480:
19481: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
19482: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
19483: main/compile.y, main/main.dsp, main/pa_globals.C,
19484: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
19485: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19486: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
19487: field now &. main_method_name now on Request pool rather on
19488: global_pool [Junction+VJunction created on same pool as name =
19489: were created on global pool, causing mem leaks]
19490:
19491: 2002-05-06 paf
19492:
19493: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19494: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19495: 100*40 bytes per request memory leak [nonpool malloc in globals]
19496:
19497: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19498: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19499: 100*40 bytes per request memory leak [nonpool malloc in globals]
19500:
19501: 2002-04-30 paf
19502:
19503: * configure, src/include/pa_version.h: version now not b
19504:
19505: * src/targets/cgi/parser3.C: request.uri now never 0
19506:
19507: 2002-04-29 paf
19508:
19509: * configure.in: removed b
19510:
19511: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
19512: Exception::comment/type checked in (), no there's no empty
19513: type/comment by default
19514:
19515: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
19516: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
19517: src/doc/value.dox, src/include/pa_exception.h,
19518: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
19519: 0001
19520:
19521: 2002-04-26 paf
19522:
19523: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
19524: size reduced
19525:
19526: 2002-04-25 paf
19527:
19528: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
19529: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
19530: now that took into account
19531:
19532: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
19533: 01:03:04]
19534:
19535: * ChangeLog, operators.txt, src/classes/date.C:
19536: ^date::create[2002-12-33 01:03:04]
19537:
19538: * ChangeLog: updated changelog
19539:
19540: * src/classes/table.C: removed restriction on column count to
19541: ^table.hash to work, now must be >0 [were >1]
19542:
19543: 2002-04-24 paf
19544:
19545: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19546: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19547: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
19548: targets
19549:
19550: 2002-04-23 paf
19551:
19552: * operators.txt, src/classes/string.C:
19553: int/double/string:sql{}[$.default{code}] fixed [were barking:
19554: "junction used outside of context"]
19555:
19556: 2002-04-22 paf
19557:
19558: * types.txt, src/classes/string.C, src/include/pa_string.h,
19559: src/main/pa_string.C, src/types/pa_vstring.C,
19560: src/types/pa_vstring.h: ^string.optimize[]
19561:
19562: * src/: include/pa_globals.h, include/pa_table.h,
19563: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
19564: table template
19565:
19566: * src/classes/: string.C: optimize removed from string
19567: .left/right/pos
19568:
19569: * src/main/execute.C: rolled back to
19570: before_killing_userjunction_contexts
19571:
19572: * src/main/execute.C: user junctions context killed
19573:
19574: * src/main/execute.C: junctions to local contexts got
19575: cleanized&checked later
19576:
19577: 2002-04-19 paf
19578:
19579: * src/: classes/string.C, include/pa_request.h,
19580: include/pa_string.h, main/pa_request.C, main/pa_string.C,
19581: types/pa_vstring.C, types/pa_vstring.h: string now optimized
19582: prior to .left .right .mid .pos .match when that is profitable,
19583: and always before .replace when $ORIGINS(1) optimization disabled
19584: economy from not wasting mem on lots of strings which occur by
19585: lots of String:mid calls to get parts of source string between
19586: found_occurances
19587:
19588: * src/classes/file.C: ovector now local economy: 16 bytes per
19589: ^file:list
19590:
19591: * src/: include/pa_globals.h, include/pa_table.h,
19592: main/pa_globals.C, main/pa_string.C: String::match table columns
19593: globalized, not created @ each ^match anymore economy:
19594: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
19595:
19596: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
19597: removed from each String::match replace iteration, and made
19598: stacked sizeof(VTable)=12bytes economy on each replace code
19599:
19600: * src/doc/footer.htm: 2001,
19601:
19602: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19603: string.match[]['] option enables generation of $match.prematch
19604: .match .postmatch columns
19605:
19606: * src/main/pa_string.C: String::match options analized without
19607: cstr-ing them now
19608:
19609: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
19610: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
19611: config updated to doxygen 1.2.15, created helper which fixes
19612: minor bugs in chm project files & htm tree. changed extension to
19613: .htm
19614:
19615: 2002-04-18 paf
19616:
19617: * src/doc/doxygen.cfg: .chi generation disabled
19618:
19619: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
19620: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
19621: fields&methods
19622:
19623: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
19624: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
19625: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
19626: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19627: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
19628: types/pa_vresponse.h, types/pa_vstateless_class.h,
19629: types/pa_vstateless_object.h, types/pa_vstatus.h,
19630: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
19631: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
19632: VStateless_class to VObject
19633:
19634: * src/: main/pa_request.C, types/pa_valiased.h,
19635: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19636: types/pa_vstring.h: VStateless_string_object speicalized light
19637: version of VStateless_object
19638:
19639: * src/classes/op.C: ^throw comment param made optional
19640:
19641: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
19642: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
19643: and implemented down in VClass, fclass_alias removed,
19644:
19645: * src/types/pa_value.C: forced to cut that from .h because of
19646: VStateless_class usage [undefined in .h]
19647:
19648: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19649: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19650: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
19651: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
19652: on each CALL]
19653:
19654: * src/: classes/classes.h, classes/date.C, classes/double.C,
19655: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19656: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19657: classes/response.C, classes/string.C, classes/table.C,
19658: classes/void.C, classes/xnode.C, include/pa_globals.h,
19659: include/pa_request.h, main/execute.C, main/pa_globals.C,
19660: main/pa_request.C, types/Makefile.am, types/pa_value.h,
19661: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
19662: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19663: types/pa_vstateless_class.h, types/pa_wcontext.C,
19664: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
19665: removed Value::fname
19666:
19667: 2002-04-17 paf
19668:
19669: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19670: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
19671: doc/pooled.dox, doc/string.dox, doc/targets.dox,
19672: include/pa_pool.h, include/pa_types.h: dox updated to current
19673: state, PTHROW freshen to throw & co
19674:
19675: * src/types/pa_vhash.h: vstring wrong parent fixed
19676:
19677: * src/classes/op.C: taint local result var bug fixed
19678:
19679: 2002-04-16 paf
19680:
19681: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19682: Attic asm.txt as most interesting
19683:
19684: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19685: check, preventing content-length: 0 from appearing
19686:
19687: * src/main/execute.C: $result in @main now taken into account as in
19688: usual functions
19689:
19690: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19691: & @unhandled_exception now taken into account as in usual
19692: functions
19693:
19694: * src/doc/postbuild.txt: instructions on post .html build
19695:
19696: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19697:
19698: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19699: tainted
19700:
19701: * src/main/pa_request.C: uri in error log
19702:
19703: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19704: cheched date:create(days) param for validity [later were assumed
19705: valid and crashed on invalid onces]
19706:
19707: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19708: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19709: and used that for removing VString wrapper
19710:
19711: * src/classes/op.C: exception2vhash file now tainted
19712:
19713: * src/classes/op.C: _process pseudo origin copied from local var to
19714: heap
19715:
19716: * src/classes/op.C: extra check on empty file in origin in _execute
19717:
19718: 2002-04-15 paf
19719:
19720: * src/: main/execute.C, types/pa_value.h: fixed name update
19721:
19722: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19723: functions
19724:
19725: * src/: classes/file.C, classes/hash.C, classes/op.C,
19726: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19727: started dual write_xxx_lang functions, if checked & works
19728:
19729: * src/: classes/date.C, classes/file.C, classes/mail.C,
19730: classes/string.C, classes/xnode.C, include/pa_request.h,
19731: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19732: unnecessary VString shells
19733:
19734: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19735: prev changes]
19736:
19737: * src/: classes/image.C, classes/op.C, classes/string.C,
19738: classes/table.C, include/pa_request.h, main/execute.C,
19739: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19740: StringOrValue wcontext result, now ready for dual writes
19741:
19742: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19743: checked that
19744:
19745: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19746: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19747: changed to OP_WRITE_VALUE in var get cases
19748:
19749: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19750: include/pa_request.h, main/compile.tab.C, main/compile.y,
19751: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19752: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19753: switch in hash constructor fixed [were problems with using of
19754: stacked wwrapper after it's death]
19755:
19756: 2002-04-12 paf
19757:
19758: * operators.txt, src/classes/table.C: table.select(expression) 0
19759:
19760: 2002-04-11 paf
19761:
19762: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19763: Request::process_internal codeFrame & wwrapper stacked [not
19764: wasting heap anymore]
19765:
19766: 2002-04-10 paf
19767:
19768: * src/: classes/double.C, classes/file.C, classes/hash.C,
19769: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19770: classes/string.C, classes/table.C, classes/void.C,
19771: classes/xdoc.C, include/pa_request.h, main/execute.C,
19772: main/pa_string.C: killed Request::process() wrapping
19773: VString(String) in case we need only String
19774:
19775: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19776: killed 8 bytes from String.head
19777:
19778: 2002-04-09 paf
19779:
19780: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19781: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19782: local*/char b[...]; a=b; situations
19783:
19784: * operators.txt, src/classes/xdoc.C: xslt params made literal
19785:
19786: * src/classes/xdoc.C: xslt params fixed
19787:
19788: * src/: main/pa_common.C, targets/cgi/parser3.C,
19789: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19790: not pool.malloc(MAX_NUMBER) but really neaded
19791:
19792: * operators.txt, src/classes/double.C, src/classes/int.C:
19793: int/double.int/double(default)
19794:
19795: 2002-04-04 paf
19796:
19797: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19798: [when reconstructing pieces were split by
19799: max_integral(piece.size), thus some strings to replace happen to
19800: be split into two = not replaced)
19801:
19802: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19803: standalone version = current dir
19804:
19805: * src/targets/cgi/parser3.C: document root in standalone version =
19806: current dir
19807:
19808: 2002-04-03 paf
19809:
19810: * configure, configure.in: more checks on nonexistent charset
19811:
1.116 moko 19812: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19813:
19814: 2002-04-02 paf
19815:
19816: * src/main/compile.C: parser.compile [exception name more like in
19817: doc]
19818:
19819: 2002-04-01 paf
19820:
19821: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19822: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19823: .content-type.charset, not .charset
19824:
19825: 2002-03-29 paf
19826:
19827: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19828:
19829: * operators.txt, src/classes/date.C: ^date::create now may not
19830: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19831: days' year. | 31.05->31.04 roll
19832:
19833: 2002-03-28 paf
19834:
19835: * operators.txt, src/classes/date.C, src/classes/op.C,
19836: src/include/pa_globals.h, src/include/pa_hash.h,
19837: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19838: ^cache(seconds) ^cache[date] }
19839:
19840: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19841: param
19842:
19843: 2002-03-27 paf
19844:
19845: * operators.txt, src/classes/date.C, src/classes/double.C,
19846: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19847: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19848: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19849: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19850: src/classes/xnode.C, src/include/pa_exception.h,
19851: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19852: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19853: src/main/pa_array.C, src/main/pa_charset.C,
19854: src/main/pa_charsets.C, src/main/pa_common.C,
19855: src/main/pa_dictionary.C, src/main/pa_exception.C,
19856: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19857: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19858: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19859: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19860: src/types/pa_value.h, src/types/pa_vcookie.C,
19861: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19862: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19863: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19864: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19865: src/types/pa_wwrapper.h: assigned exception types
19866:
19867: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19868: src/include/pa_request.h, src/main/execute.C,
19869: src/main/pa_request.C: decided agains resetting exception_trace,
19870: just changed name
19871:
19872: 2002-03-26 paf
19873:
19874: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19875: fixed
19876:
19877: * src/classes/op.C: forced language of $source field of exception
19878: to 'tainted', so that sql-langed-frags could be outputed outside
19879: of connect
19880:
19881: * operators.txt: removed date.roll limit of +-1 offset
19882:
19883: * src/classes/date.C: removed date.roll limit of +-1 offset
19884:
19885: * operators.txt, src/classes/date.C: fixed date roll on
19886: daylightsaving days mktime took into account tm_isdst flag, which
19887: remained from BEFORE roll, but should have been reset
19888:
19889: 2002-03-25 paf
19890:
19891: * operators.txt, src/targets/cgi/parser3.C:
19892: http_site_config_filespec
19893:
19894: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19895: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19896: with any/both --disable-foreign-group-files --disable-execs
19897:
19898: * INSTALL: "--with=sendmail=COMMAND" comment
19899:
19900: * INSTALL, configure, configure.in, src/classes/mail.C,
19901: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19902: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19903: disables execs also. introducing --sendmail
1.95 moko 19904:
19905: * operators.txt: pgsql options comment
19906:
19907: * INSTALL: comment on --disable-link-stdcpp
19908:
1.116 moko 19909: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19910: libstdc++ link skipping configure option
1.95 moko 19911:
19912: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19913: with error were put to cache with 'marked_to_rollback' flag, all
19914: consequent even OK requests rolled back
19915:
19916: 2002-03-22 paf
19917:
19918: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19919: false return
19920:
19921: * operators.txt: few comments on sets
19922:
19923: 2002-03-18 paf
19924:
19925: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19926: src/include/pa_globals.h, src/include/pa_request.h,
19927: src/include/pa_stack.h, src/main/pa_globals.C,
19928: src/main/pa_request.C: introducing ^try
19929:
19930: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19931: types/pa_vdouble.h: removed some tested @tests
19932:
19933: 2002-03-15 paf
19934:
19935: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19936:
19937: 2002-03-13 paf
19938:
19939: * src/main/pa_exception.C: checked not-pooled malloc
19940:
19941: 2002-03-11 paf
19942:
19943: * INSTALL, configure, configure.in,
19944: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19945:
19946: * src/main/pa_common.C: --disable-foreign-group-files
19947:
19948: * INSTALL: --disable-execs
19949:
19950: * src/main/pa_exec.C: --disable-execs
19951:
19952: * configure, configure.in, src/include/pa_config_auto.h.in:
19953: --disable-execs
19954:
19955: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19956:
19957: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19958: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19959:
19960: 2002-03-05 paf
19961:
19962: * operators.txt, src/classes/date.C: date week calendar columns
19963: named
19964:
19965: * operators.txt, src/classes/date.C: date week calendar columns
19966: named
19967:
19968: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19969: requires headers to be terminated with \r\n manually [refuses to
19970: separate header/body itself]
19971:
19972: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19973: targets/isapi/parser3isapi.C: isapi site config beside .dll
19974:
19975: 2002-03-04 paf
19976:
19977: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19978: in PASS language
19979:
19980: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19981: deserialize checks on broken file
19982:
19983: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19984: parser3isapi.dsp: isapi updated
19985:
19986: 2002-03-01 paf
19987:
19988: * src/main/pa_exec.C: execle -> execve, now argc OK
19989:
19990: 2002-02-28 paf
19991:
19992: * src/main/untaint.C: removed some debug comments
19993:
19994: * src/main/pa_charsets.C: when placing charset to cache using
19995: global name now [were request]
19996:
19997: * configure, configure.in: apache module updated
19998:
19999: * src/main/pa_string.C: origin by first piece preferred before last
20000: piece
20001:
20002: 2002-02-27 paf
20003:
20004: * src/main/pa_charset.C: size_t
20005:
20006: * INSTALL: shared/static-xml with-pathlink
20007:
20008: * operators.txt: SMTP comment
20009:
20010: 2002-02-26 paf
20011:
20012: * src/main/pa_exec.C: more precise names for vars, cosmetic
20013:
20014: * src/classes/xnode.C: in some situation, xpath query returned
20015: result with type NODESET, but empty nodeset member field, checked
20016: that
20017:
20018: 2002-02-22 paf
20019:
20020: * INSTALL: without-zlib comment
20021:
20022: * etc/parser3.charsets/windows-1251.cfg: °
20023:
20024: * configure, configure.in: glib###.a detection fixed
20025:
20026: * INSTALL: hashfile removed from INSTALL
20027:
1.116 moko 20028: * Makefile.am: make update
1.95 moko 20029:
20030: * src/main/pa_string.C: string iterators fixed again, so were
20031: String::join_chain
20032:
20033: * src/main/pa_string.C: string iterators fixed again, so were
20034: String::join_chain
20035:
20036: * src/: include/pa_string.h, main/pa_string.C: string iterators
20037: fixed again, so were String::join_chain
20038:
20039: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20040:
20041: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
20042: "session"
20043:
1.116 moko 20044: * configure, configure.in, src/include/pa_config_auto.h.in:
20045: --with-shared-xml --with-static-xml
1.95 moko 20046:
20047: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20048: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20049: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20050: xalan&xml
20051:
20052: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20053:
20054: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
20055: src/types/types.dsp: removed hashfile support from sources for
20056: now
20057:
1.116 moko 20058: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20059: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20060: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20061: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20062: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20063: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20064: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20065: src/types/Makefile.am, src/types/pa_vhashfile.C,
20066: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20067:
20068: 2002-02-21 paf
20069:
20070: * src/main/untaint.C: removed debug code, activated commented-for
20071: debug parts
20072:
1.116 moko 20073: * Makefile.am: make cvsupdate
1.95 moko 20074:
20075: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20076: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20077: append_row, not at link zero now string to string appending works
20078:
20079: 2002-02-20 paf
20080:
20081: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20082: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20083: DEBUG_STRING_APPENDS_VS_EXPANDS
20084:
20085: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20086: economy: 22%
20087:
20088: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20089: space uptimized: string::link_row removed
20090:
20091: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20092: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20093: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20094: types/pa_vstring.h: speed uptimized: string::is_empty
20095:
20096: * operators.txt, src/include/pa_common.h,
20097: src/include/pa_config_fixed.h, src/include/pa_string.h,
20098: src/include/pa_types.h, src/main/compile.tab.C,
20099: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20100: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20101: string append optimiziation idea and estimates
20102:
20103: 2002-02-19 paf
20104:
20105: * src/classes/math.C: not used directly [but erroreously reported
20106: that 'is', thus registering twice&other probs]
20107:
20108: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20109: to node [element]
20110:
20111: * src/main/compile.C: without string_origins parse error
20112: file+line+col possible
20113:
20114: * src/main/: compile.C: without string_origins not worked
20115:
20116: 2002-02-18 paf
20117:
20118: * src/types/pa_vdouble.h: since we have in_expression removed that
20119: trick i've installed into double::as_string
20120:
20121: * src/main/pa_globals.C: extern "C" was removed too fast
20122:
20123: * src/: include/pa_opcode.h, include/pa_request.h,
20124: main/compile.tab.C, main/compile.y, main/execute.C,
20125: types/pa_wcontext.h: in_expression aimed to solve old problem
20126: with string/nonstring values, now in expressions double/int
20127: values are passed as-is, without stupid tostring/fromstring
20128: conversions
20129:
20130: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20131: __cplusplus } #endif
20132:
20133: * src/main/compile.tab.C: bison env set so one could compile
20134: without cygwin installed
20135:
20136: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20137: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20138: gnome xml libs parser .dsp-s changed accordingly
20139:
20140: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
20141:
20142: * operators.txt, src/classes/date.C: date::create [were date::set,
20143: with backward comp
20144:
20145: * src/classes/math.C: math:random range check fixed
20146:
20147: * src/main/: compile.tab.C, compile.y: integer division stops name
20148:
20149: * INSTALL: local install comment
20150:
1.116 moko 20151: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20152:
1.116 moko 20153: * acinclude.m4, aclocal.m4, configure, configure.in,
20154: src/include/pa_config_auto.h.in,
20155: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20156: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20157:
20158: * operators.txt: \ comment
20159:
20160: 2002-02-13 paf
20161:
20162: * src/include/pa_config_includes.h: sys/time time both included
20163: now. vaguely remember confilicts on this on some system [not on
20164: six|ablv] so when would see them again would think up proper
20165: check
20166:
1.116 moko 20167: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20168: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20169:
20170: * src/main/pa_common.C: truncation never occured when writing files
20171: on unix [since i've changed cache mech] fix
20172:
20173: * src/main/pa_common.C: strnchr: sanity check added
20174:
20175: * etc/parser3.charsets/windows-1257.cfg: id added
20176:
20177: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20178: baltic charset file generated, in generation script ispunct check
20179: added
20180:
20181: 2002-02-08 paf
20182:
1.116 moko 20183: * src/: include/Makefile.am, sql/Makefile.am,
20184: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20185:
20186: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20187: forgotten
20188:
20189: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20190:
20191: * INSTALL, README: install&others updated
20192:
20193: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20194:
1.116 moko 20195: * Makefile.am, configure, configure.in,
20196: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20197: src/classes/Makefile.am, src/main/Makefile.am,
20198: src/main/pa_status_provider.C, src/targets/Makefile.am,
20199: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20200: works
1.95 moko 20201:
20202: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20203: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20204: classes/hashfile.C, classes/int.C, classes/mail.C,
20205: classes/math.C, classes/op.C, classes/response.C,
20206: classes/string.C, classes/table.C, classes/void.C,
20207: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20208: include/pa_array.h, include/pa_cache_managers.h,
20209: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20210: include/pa_config_fixed.h, include/pa_config_includes.h,
20211: include/pa_db_connection.h, include/pa_db_manager.h,
20212: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20213: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20214: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20215: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20216: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20217: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20218: include/pa_stack.h, include/pa_string.h,
20219: include/pa_stylesheet_connection.h,
20220: include/pa_stylesheet_manager.h, include/pa_table.h,
20221: include/pa_threads.h, include/pa_types.h, main/compile.C,
20222: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20223: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20224: main/pa_db_connection.C, main/pa_db_manager.C,
20225: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20226: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20227: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20228: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20229: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20230: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20231: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20232: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20233: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20234: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20235: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20236: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20237: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20238: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20239: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20240: types/pa_vmethod_frame.h, types/pa_vobject.h,
20241: types/pa_vrequest.h, types/pa_vresponse.h,
20242: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20243: types/pa_vstateless_object.h, types/pa_vstatus.C,
20244: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20245: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20246: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20247: classes/image.C, main/pa_common.C, main/pa_exec.C,
20248: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20249: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20250: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20251: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20252: types/pa_vxnode.C, main/pa_charset.C: name spelling
20253:
20254: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20255: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20256: classes/hashfile.C, classes/image.C, classes/int.C,
20257: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20258: classes/string.C, classes/table.C, classes/void.C,
20259: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20260: include/pa_array.h, include/pa_cache_managers.h,
20261: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20262: include/pa_config_fixed.h, include/pa_config_includes.h,
20263: include/pa_db_connection.h, include/pa_db_manager.h,
20264: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20265: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20266: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20267: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20268: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20269: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20270: include/pa_stack.h, include/pa_string.h,
20271: include/pa_stylesheet_connection.h,
20272: include/pa_stylesheet_manager.h, include/pa_table.h,
20273: include/pa_threads.h, include/pa_types.h, main/compile.C,
20274: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20275: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20276: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20277: main/pa_db_connection.C, main/pa_db_manager.C,
20278: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20279: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20280: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20281: main/pa_socks.C, main/pa_sql_driver_manager.C,
20282: main/pa_status_provider.C, main/pa_string.C,
20283: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20284: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20285: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20286: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20287: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20288: targets/isapi/pool_storage.h, types/pa_valiased.C,
20289: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20290: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20291: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20292: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20293: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20294: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20295: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20296: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20297: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20298: types/pa_vresponse.h, types/pa_vstateless_class.C,
20299: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20300: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20301: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20302: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20303: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20304: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20305:
20306: 2002-02-07 paf
20307:
20308: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20309:
1.116 moko 20310: * configure, configure.in, src/include/pa_config_auto.h.in,
20311: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20312: added yet another locking function: fcntl
1.95 moko 20313:
20314: * config.sub: on cygwin configure passes it with strange i1586
20315: const, hacked it to mean i586
20316:
20317: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20318: disabled $if reference due to conflicts with local variables
20319:
20320: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
20321: xdoc::set obsolete now, now xdoc::create, with both sences
20322:
20323: * operators.txt, src/classes/table.C, src/include/pa_array.h,
20324: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
20325: table::create now // 'set' name obsolete now table clone.
20326:
20327: * operators.txt, src/classes/string.C,
20328: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20329: ^int/double/string.format now can be called with normal []
20330: brackets, not stupid {} as it were implemented for some strange
20331: reason. retaining backward compatibility due to some
20332: already-implemented servers
20333:
20334: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20335: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20336: operators now detected by check at name_without_curly_rdive_read
20337: rule whether diving code constists only of
20338: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20339: with OP_GET_ELEMENT_OR_OPERATOR to form
20340: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20341:
20342: 2002-02-06 paf
20343:
20344: * configure, configure.in: prefix expanded, grr
20345:
20346: * operators.txt, src/classes/mail.C: mail:send config changed
20347:
20348: 2002-02-05 paf
20349:
20350: * operators.txt: regex options commented
20351:
20352: * src/main/: pa_exec.C: argv0 now correct
20353:
20354: * src/types/pa_vstatus.C: status:rusage 3
20355:
20356: * src/types/pa_vstatus.C: status:rusage 2
20357:
20358: * operators.txt: status:rusage described int operators
20359:
20360: * src/types/pa_vstatus.C: status:rusage 1
20361:
20362: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20363: src/types/types.dsp: status:rusage
20364:
20365: * configure.in, operators.txt, src/classes/file.C,
20366: src/classes/op.C, src/include/pa_common.h,
20367: src/include/pa_config_includes.h, src/main/compile.tab.C,
20368: src/main/pa_common.C: rewritten ^cache to use
20369: non-blocking-exclusive-caches
20370:
20371: * src/main/pa_common.C: text file read mode on win32 adjusted
20372: [speed impact. was off for debugging purpose, but forgotten
20373: afterwards]
20374:
20375: 2002-02-01 paf
20376:
20377: * src/classes/op.C: file_write does EX lock after create, while
20378: file_read does SH after open, so there's a moment after create
20379: but before EX lock when read can sneak into, and read
20380: just-created-for-writing-and-not-yet-locked file, added a check
20381: for that in ^cache...read
20382:
20383: 2002-01-31 paf
20384:
20385: * src/main/: compile.y, compile.tab.C: disabled operator call after
20386: ^xxx:
20387:
20388: * src/main/: compile.tab.C, execute.C: made operators lookup first
20389: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20390:
20391: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20392: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20393: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20394: operators check 6.1 rewritten. now check is done at compile time
20395:
20396: * src/main/execute.C: operators check 5 floated up old error of
20397: staying in 'entered class/object' state after $a($a..) it
20398: prevented operators from being called thereafter
20399:
20400: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20401: main/execute.C: operators check 4 floated up old error of staying
20402: in 'entered object' state after ^a.a(a) it prevented operators
20403: from being called thereafter
20404:
20405: * src/main/execute.C: operators check 3 floated up old error of
20406: staying in 'entered class' state after $a:a(a) it prevented
20407: operators from being called thereafter
20408:
20409: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20410: floated up old error of staying in 'entered class' state after
20411: $a:a[a] it prevented operators from being called thereafter
20412:
20413: * src/main/execute.C: operators check, thay mistakenly seen in
20414: $class:operator $object.operators contexts
20415:
20416: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20417: win32
20418:
1.116 moko 20419: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20420: src/classes/Makefile.am, src/main/Makefile.am,
20421: src/targets/cgi/Makefile.am,
1.95 moko 20422: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20423: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20424:
1.116 moko 20425: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20426: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20427: configure, configure.in, form.txt, ident.awk, install-sh,
20428: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
20429: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 20430: etc/parser3.charsets/Makefile.am,
20431: etc/parser3.charsets/koi8-r.cfg,
20432: etc/parser3.charsets/windows-1250.cfg,
20433: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20434: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20435: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20436: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20437: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20438: straightened installation scripts procedure made
20439: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20440: change
20441:
20442: 2002-01-30 paf
20443:
20444: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
20445: removed] those comments were a mistake, and prevented libltdl
20446: from function properly
20447:
20448: 2002-01-29 paf
20449:
1.116 moko 20450: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
20451: creation [modified acinclude.m4 which were creating int into just
20452: assignment LIBTOOL=../libtool] added default system
20453: config&charsetts prepared 'make install', now it installs
20454: targets/cgi/parser3 into bin directory etc/parser3.conf &
20455: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 20456: $sysconfdir/parser3.charsets respectively
20457:
20458: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
20459: main/pa_globals.C: few forgotten ifdef XML added
20460:
20461: 2002-01-28 paf
20462:
1.116 moko 20463: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 20464: removed
20465:
20466: * src/main/pa_exception.C: dom|generic error output fix
20467:
20468: * src/classes/xnode.C: xdoc.importNode 3 [check err]
20469:
20470: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
20471:
20472: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
20473: [fixed as_node helper func to accept docs]
20474:
20475: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
20476: xdoc.importNode 0
20477:
20478: * src/classes/xdoc.C: xdoc::set now untaints OK
20479:
20480: 2002-01-25 paf
20481:
20482: * src/main/: compile.tab.C, compile.y: #comment before @ after
20483: @SPECIAL now works OK
20484:
20485: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
20486:
20487: * src/main/pa_exec.C: max arg count now 10, and proper message on
20488: violation that added
20489:
20490: * src/classes/hash.C: unified hash::sql, now
20491: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
20492:
20493: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20494: ^file:lock[filename]{code}
20495:
20496: * src/: classes/file.C, classes/op.C, classes/string.C,
20497: classes/table.C, classes/xdoc.C, include/pa_common.h,
20498: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
20499: to some pa_common funcs
20500:
20501: * src/: include/pa_charset.h, main/pa_globals.C:
20502: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
20503:
20504: * src/: include/pa_charset.h, main/pa_charset.C,
20505: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
20506: not stupid illegal define
20507:
20508: 2002-01-24 paf
20509:
20510: * src/include/pa_version.h: changed version number
20511:
20512: * src/: classes/hashfile.C, include/pa_db_table.h,
20513: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20514: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20515: main/pa_db_connection.C, main/pa_db_table.C,
20516: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
20517: hashfile without logfiles
20518:
20519: * src/: classes/hashfile.C, include/pa_db_table.h,
20520: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
20521: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
20522: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
20523: DB_INIT_TXN init bits, thus got rid of huge log files, which
20524: cluttered disk without huge need]
20525:
20526: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
20527: handy macro, which is strangly abscent in dome lib
20528:
20529: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
20530:
20531: * src/classes/xdoc.C: checked empty response
20532:
20533: * src/classes/xnode.C: xdoc.select fixed context node [were always
20534: /, not self node]
20535:
20536: * src/classes/xnode.C: xnode.select returns array always now, in
20537: case 'nothing found' returns empty array
20538:
20539: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
20540: be more tender with ctrl/c/v
20541:
20542: 2002-01-23 paf
20543:
20544: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
20545: substituted. // 2. when dom tree with entites goes under
20546: transform text nodes // got [erroreosly] cut on first
20547: entity occurance
20548:
20549: * src/types/pa_vdouble.h: double prec. todo: get rid of
20550: twice-converting
20551:
20552: * src/types/pa_vdouble.h: %.20E now float format when %g produced
20553: 'e' in output this is for regretful twice-converting here:
20554: $a(double value) when they write double falue they convert it to
20555: string first, thus %g were losing precesion.
20556:
20557: todo: think up some way to remove double->string string->double
20558: twice-converting
20559:
20560: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
20561: %.20E now default float format this is for regretful
20562: twice-converting here: $a(double value) when they write double
20563: falue they convert it to string first, thus %g were losing
20564: precesion.
20565:
20566: todo: think up some way to remove double->string string->double
20567: twice-converting
20568:
20569: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20570: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
20571: reasons in comment inside
20572:
20573: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
20574: statically linked]
20575:
20576: * src/: include/pa_exception.h, main/compile.tab.C,
20577: main/pa_exception.C: removed exception va_list constructor. 1.
20578: not needed anymore 2. there were a conflict[causing errors]
20579: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
20580: never detected an ambiguilty here, compiling ctor(, "hello") into
20581: ctor(, va_list) which, of course, caused gpf
20582:
20583: * src/main/pa_globals.C: removed debug xslt messages
20584:
20585: 2002-01-22 paf
20586:
20587: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20588: main/pa_globals.C: xsl stylesheet load: parsed entities, this
20589: helps compiling stylesheet properly. example: this refused to
20590: work, <b>«<xsl:value-of select="@title"
20591: />»</b> stranly worked only this way:
20592: <b>«<xsl:value-of select="@title" />»</b>
20593:
20594: docs says "set it to 1", never going into details, so I decided
20595: to try NOT to do that
20596:
20597: * src/classes/table.C: join behaived badly in case named tables
20598: structure mismatched: 0 strings sneaked into dest failing
20599: afterwards. replaced them with empty strings
20600:
20601: 2002-01-21 paf
20602:
20603: * src/main/pa_charset.C: checked empty transcoders in
20604: transcode_cstr|buf
20605:
20606: * src/classes/xdoc.C: xdoc::load error source = filespec
20607:
20608: * src/classes/xdoc.C: transform error source now
20609: stylesheet_filespec
20610:
1.116 moko 20611: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 20612: include/pa_stylesheet_connection.h, main/pa_charset.C,
20613: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 20614: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
20615: gnome
1.95 moko 20616:
20617: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20618: include/pa_globals.h, include/pa_stylesheet_connection.h,
20619: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
20620: xslt generic error 1
20621:
20622: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
20623: xml generic message 1
20624:
20625: * src/classes/table.C: ^table::load empty lines or #comments before
20626: headline
20627:
20628: * src/: include/pa_array.h, include/pa_globals.h,
20629: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
20630: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
20631: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
20632: errors 0
20633:
20634: 2002-01-16 paf
20635:
20636: * src/: classes/hash.C, classes/op.C, classes/string.C,
20637: classes/table.C, classes/void.C, classes/xdoc.C,
20638: include/pa_db_connection.h, include/pa_request.h,
20639: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20640: include/pa_stylesheet_connection.h,
20641: include/pa_stylesheet_manager.h, main/pa_request.C,
20642: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20643: targets/cgi/pool_storage.h: auto closers to sql_connection,
20644: stylesheet_connection auto destroyers to remaining gnome objects
20645:
20646: * src/classes/xdoc.C: few comments
20647:
20648: 2002-01-15 paf
20649:
20650: * src/classes/xdoc.C: xdoc file save string
20651:
20652: ready. todo: error handling
20653:
20654: * src/classes/xdoc.C: xdoc save rewritten using
20655: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
20656: result
20657:
20658: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
20659: started output options parsing
20660:
20661: 2002-01-14 paf
20662:
20663: * src/classes/xdoc.C: method
20664:
20665: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20666: include/pa_pool.h, include/pa_stylesheet_connection.h,
20667: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
20668: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
20669: xslt transform0. TODO: use output options handle errors
20670:
20671: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
20672:
20673: 2002-01-11 paf
20674:
20675: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20676: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20677: partial logical && || evaluation
20678:
20679: * src/classes/xnode.C: xpath selectNodes
20680:
20681: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20682: string/number/bool
20683:
20684: * src/classes/xnode.C: xpath selectNode 2
20685:
20686: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20687: xpath selectNode 1
20688:
20689: 2002-01-10 paf
20690:
20691: * src/classes/xnode.C: xpath selectNode -100 [just written]
20692:
20693: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20694: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20695: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20696: refcounter]
20697:
20698: 2001-12-29 paf
20699:
20700: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20701: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20702: glib works 0
20703:
20704: 2001-12-28 paf
20705:
20706: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20707: main/pa_exception.C: started glib transcoders
20708:
20709: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20710:
20711: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20712: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20713: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20714: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20715: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20716: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20717: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20718: libs just compiled in. no refcounting no xpath no xslt yet
20719:
20720: 2001-12-27 paf
20721:
20722: * src/: include/pa_charset.h, include/pa_common.h,
20723: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20724: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20725: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20726: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20727: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20728: from xalan&xerces, started the process. globals [initialization
20729: pool [charset update charset [transcodings vxnode vxdoc [DOM
20730: calls
20731:
20732: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20733: anymore
20734:
20735: 2001-12-26 paf
20736:
20737: * src/: include/pa_charset.h, include/pa_charsets.h,
20738: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20739: key globalized [bug]
20740:
20741: 2001-12-25 paf
20742:
20743: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20744: main/pa_string.C: table set & append changed splitting languages,
20745: separators now can be clean AND as-is same to mail command line
20746: $MAIN:MAIL.progX arguments
20747:
20748: 2001-12-24 paf
20749:
20750: * src/classes/mail.C: one parted text messages - no multipart
20751: mime-type anymore. for convinient if $.attach-ments
20752:
20753: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20754: main/pa_string.C: read from cache size check updated
20755:
20756: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20757:
20758: 2001-12-21 paf
20759:
20760: * src/classes/date.C: date:sql-string now returns localtime
20761:
20762: * src/main/pa_request.C: $result in @main actually not working, to
20763: hell with it for now
20764:
20765: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20766: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20767: @postprocess @exception
20768:
20769: * src/main/execute.C: junction evaluation canceled - endless
20770: recursion detected
20771:
20772: 2001-12-19 paf
20773:
20774: * src/main/pa_charset.C: charset->charset transcoding via unicode
20775: intermediate
20776:
20777: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20778:
20779: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20780:
20781: * src/classes/op.C: ^cache keypath now relative
20782:
20783: * src/classes/mail.C: changed weighting prior to sort
20784:
20785: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20786: were missing
20787:
20788: 2001-12-17 paf
20789:
20790: * src/main/pa_charset.C: ifndef XML were bad type
20791:
20792: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20793: outdated unset services_pool
20794:
20795: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20796: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20797: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20798:
20799: * src/main/untaint.C: allowed space in filespec
20800:
20801: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20802:
20803: * src/classes/image.C: no govno
20804:
20805: * src/classes/image.C: govno
20806:
20807: 2001-12-16 paf
20808:
20809: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20810:
20811: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20812: charset_connection&manager replaced by charset&charsets
20813:
20814: * src/main/pa_charset.C: name_cstr 0
20815:
20816: * src/main/untaint.C: uri lang now knows about client/source
20817: charsets
20818:
20819: * src/: classes/file.C, classes/math.C, classes/op.C,
20820: classes/string.C, classes/table.C, classes/xdoc.C,
20821: include/pa_array.h, include/pa_cache_managers.h,
20822: include/pa_charset_connection.h, include/pa_charset_manager.h,
20823: include/pa_common.h, include/pa_db_connection.h,
20824: include/pa_db_manager.h, include/pa_db_table.h,
20825: include/pa_dictionary.h, include/pa_exception.h,
20826: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20827: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20828: include/pa_sapi.h, include/pa_socks.h,
20829: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20830: include/pa_string.h, include/pa_stylesheet_connection.h,
20831: include/pa_stylesheet_manager.h, include/pa_table.h,
20832: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20833: main/pa_charset.C, main/pa_charset_connection.C,
20834: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20835: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20836: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20837: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20838: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20839: types/types.dsp: introducing Charset
20840:
20841: 2001-12-14 paf
20842:
20843: * src/: include/pa_request.h, include/pa_transcoder.h,
20844: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20845: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20846: uri lang
20847:
20848: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20849:
20850: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20851:
20852: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20853: defalts_name global
20854:
20855: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20856: include/pa_request.h, main/main.dsp,
20857: main/pa_charset_connection.C, main/pa_charset_manager.C,
20858: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20859: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20860: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20861: changed charset model. now important: $request:charset
20862: $response:charset while $response:content-type.charset become
20863: unimportant [informational]
20864:
20865: 2001-12-13 paf
20866:
20867: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20868:
20869: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20870: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20871: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20872: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20873: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20874: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20875:
20876: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20877: auto_ptr part other way, because of stupid gcc 2.96
20878: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20879: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20880: FormatterListener] /usr/include/g++-3/memory:48:
20881: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20882: _Tp1 = FormatterListener, _Tp = FormatterListener]
20883:
20884: * src/classes/xdoc.C: removed extra inc
20885:
20886: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20887:
20888: * src/include/pa_types.h: msvc head debugging flag
20889:
20890: * src/classes/xdoc.C: freed up listener
20891:
20892: * src/classes/string.C: change msg '... code is not code'
20893:
20894: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20895: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20896: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20897: [past/future prob]
20898:
20899: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20900: include/pa_config_fixed.h, include/pa_db_manager.h,
20901: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20902: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20903:
20904: * src/: include/pa_config_fixed.h, main/pa_common.C,
20905: main/pa_string.C: removed signed mismatch warnings
20906:
20907: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20908: 'expires' from header outputs
20909:
20910: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20911: row ptr
20912:
20913: * src/classes/file.C: file::cgi bug, request_method were passed to
20914: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20915:
20916: * src/classes/xdoc.C: lang list updated
20917:
20918: 2001-12-10 paf
20919:
20920: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20921:
20922: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20923: erase files like that, knowing their full name introducing //
20924: theoretical problem with, for instance, "_2B" and "." fragments,
20925: // they would yield the same // because
20926: need_file_encode('_')=false // but we need to delete such files
20927: somehow, getting names from ^index
20928:
20929: * src/main/pa_string.C: ^string.replace bug fixed [bad
20930: string::join_chank break]
20931:
20932: 2001-12-07 paf
20933:
20934: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20935: include/pa_common.h, include/pa_config_auto.h.in,
20936: include/pa_config_fixed.h, include/pa_config_includes.h,
20937: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20938: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20939: types/pa_vhashfile.C: merged from r14_simple_cache
20940:
20941: * src/main/pa_string.C: stupid sparc architecture failed to access
20942: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20943: lduh [ %i2 + 1 ], %l0
20944:
20945: bus error, fixed that
20946:
20947: * src/main/pa_string.C: strange string deserialize bug on
20948: client[pmts], a bit shortened,
20949:
20950: * src/include/pa_config_auto.h.in: makes
20951:
20952: * src/: include/pa_common.h, include/pa_config_fixed.h,
20953: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20954: file write shared lock file read
20955:
20956: * src/: classes/op.C, include/pa_common.h,
20957: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20958:
20959: 2001-12-06 paf
20960:
20961: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20962: main/pa_request.C: #ifdef RESOURCES_DEBUG
20963:
20964: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20965: info
20966:
20967: * src/classes/hashfile.C: removed transaction from ^cache
20968:
20969: 2001-12-05 paf
20970:
20971: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20972: IIS5 there were a prob with illegal call check
20973:
20974: 2001-12-04 paf
20975:
20976: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20977: main/pa_request.C: measures to log
20978:
20979: 2001-11-23 paf
20980:
20981: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20982: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20983: types/pa_vhashfile.C: merged from _0014, 1
20984:
20985: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20986: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20987: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20988: ^cache(33) would change
20989:
20990: 0660 bits in file_write & hashfile create
20991:
20992: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20993: after pa_string optimization]
20994:
20995: 2001-11-22 paf
20996:
20997: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20998: table.offset[whence]
20999:
21000: * src/classes/op.C: process cstr(,connection)
21001:
21002: * src/classes/op.C: process now gets its body on current language,
21003: not as-is
21004:
21005: * src/main/untaint.C: ORIGINS mode removed UHTML
21006:
21007: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21008: bit
21009:
1.116 moko 21010: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21011:
21012: 2001-11-21 paf
21013:
21014: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21015: <xsl:output output options made identical to xsl:output
21016: attributes exclusion: cdata-section-elements what xalan can do
21017: but that not used now: it can escape and remove CDATA sections
21018:
21019: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21020: produced by xslt
21021:
21022: * src/targets/cgi/parser3.C: removed debug cgi||1
21023:
21024: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21025:
21026: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21027: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21028: default language for {code}, it happen to change it's language
21029: from CLEAN, so later refused to split by CLEAN \t
21030:
21031: 2001-11-20 paf
21032:
1.116 moko 21033: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21034: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21035: bottom of dependeces, so that errors would popup quicklier, fixed
21036: line numbering in table::sql
21037:
21038: 2001-11-19 paf
21039:
21040: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21041: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21042: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21043: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21044: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21045: at wcontext.write
21046:
1.116 moko 21047: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21048: _set_new_handler
21049:
1.116 moko 21050: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21051: set_new_handler in apache&isapi
1.95 moko 21052:
21053: 2001-11-16 paf
21054:
21055: * src/targets/cgi/parser3.C: pool debug @ die
21056:
21057: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21058: removed 8 bytes from String, 2 bytes from
21059: string::chunk::row::item
21060:
21061: * src/main/pa_string.C: removed 1+4 bytes from String
21062:
21063: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21064: types/pa_vstring.C: removed 1+4 bytes from String
21065:
21066: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21067: 0
21068:
21069: * src/: include/pa_globals.h, include/pa_string.h,
21070: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21071: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21072: targets/cgi/parser3.C: introducing estimating
21073: String::cstr_bufsize, 0
21074:
21075: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21076:
21077: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21078:
21079: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21080: include/pa_pool.h: die in pool::fail
21081:
21082: 2001-11-15 paf
21083:
21084: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21085: main/pa_exception.C, targets/cgi/parser3.C: exception with
21086: dynamic buffer re-back now with counter
21087:
21088: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21089: static buffer back
21090:
21091: * src/targets/cgi/parser3.C: std::
21092:
21093: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21094: include/pa_config_includes.h: setnewhandler check
21095:
1.116 moko 21096: * src/include/pa_config_auto.h.in: makes
1.95 moko 21097:
21098: * src/targets/cgi/parser3.C: set_new_handler started
21099:
21100: 2001-11-14 paf
21101:
21102: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21103: was wrong
21104:
21105: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21106: was wrong
21107:
21108: * src/main/pa_request.C: z
21109:
21110: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21111: full returns win32 -1 solaris >buffer_size
21112:
21113: checked all that
21114:
21115: * src/classes/op.C: ^untaint{body} as-is default now
21116:
21117: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21118: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21119: with no_bad_constructors_try
21120:
21121: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21122: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21123: this: $bred[^string::length[]] $bred[^response::clear[]]
21124: $bred[^int::int[]]
21125:
21126: now VObject creation moved into overriden
21127: VClass::create_new_value, thus 0 from create_new_value means that
21128: class has no ctors
21129:
21130: 2001-11-13 paf
21131:
21132: * src/classes/classes.C: returned accedently removed if in foreach
21133: callbacks [when hash no-0-restructure]
21134:
21135: 2001-11-12 paf
21136:
21137: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21138: passed as-is to method, xalan makes & into & itself
21139:
21140: * src/classes/date.C: date.roll parser2 alg used
21141:
21142: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21143: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21144: main/pa_dictionary.C, main/pa_hash.C,
21145: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21146: now does not containt 0 values. put 0 actullay removes. no check
21147: on 0 value in foreach now required
21148:
21149: 2001-11-11 paf
21150:
21151: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21152:
21153: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21154:
21155: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21156: driver initialize not const
21157:
21158: 2001-11-10 paf
21159:
21160: * src/main/pa_exec.C: doc
21161:
21162: 2001-11-09 paf
21163:
21164: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21165: param properly
21166:
21167: * src/classes/string.C: string.save now does untainting before
21168: saving
21169:
21170: * src/main/pa_common.C: line endings fixing fixed last piece[was
21171: still cstr oriented]
21172:
21173: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21174: line endings fixing got rid of cstr, now must work ok with post
21175: multipart
21176:
21177: * src/types/pa_vform.C: line endings fixed at post / multipart /
21178: not file also now
21179:
21180: 2001-11-08 paf
21181:
21182: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21183: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21184: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21185: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21186: main/pa_stylesheet_manager.C: restructured Cache manager to be
21187: simple parent, not second parent [gcc 2.96 strangly refused to
21188: call virtual from second parent]
21189:
1.116 moko 21190: * src/: include/pa_common.h, main/Makefile.am,
21191: targets/cgi/pa_pool.C: makes
1.95 moko 21192:
21193: * src/: include/pa_request.h, main/pa_request.C,
21194: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21195: 'status' class enabler
21196:
21197: <Location /parser-status.html> ParserStatusAllowed </Location>
21198:
21199: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21200: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21201: include/pa_stylesheet_manager.h, main/main.dsp,
21202: main/pa_cache_managers.C, main/pa_charset_manager.C,
21203: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21204: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21205: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21206: todo: apache 'status' class enabler
21207:
21208: 2001-11-05 paf
21209:
21210: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21211: debug to normal
21212:
21213: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21214: hence i removed skipping 0 values in hash::for_each-es we need to
21215: check cleaned cache items manually. few more checks.
21216:
21217: expiring to 0 time was wrong, changed to 'now' time
21218:
21219: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21220: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21221: on apache already done :)
21222:
21223: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21224: skipping 0 values in hash::for_each-es we need to check cleaned
21225: cache items manually
21226:
21227: * src/main/: pa_db_connection.C, pa_db_table.C:
21228: parser_multithreaded check was wrong
21229:
21230: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21231: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21232: classes/hashfile.C, classes/image.C, classes/int.C,
21233: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21234: classes/string.C, classes/table.C, classes/void.C,
21235: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21236: include/pa_array.h, include/pa_charset_connection.h,
21237: include/pa_charset_manager.h, include/pa_common.h,
21238: include/pa_config_fixed.h, include/pa_config_includes.h,
21239: include/pa_db_connection.h, include/pa_db_manager.h,
21240: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21241: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21242: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21243: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21244: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21245: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21246: include/pa_stack.h, include/pa_string.h,
21247: include/pa_stylesheet_connection.h,
21248: include/pa_stylesheet_manager.h, include/pa_table.h,
21249: include/pa_threads.h, include/pa_types.h, main/compile.C,
21250: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21251: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21252: main/pa_charset_manager.C, main/pa_common.C,
21253: main/pa_db_connection.C, main/pa_db_manager.C,
21254: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21255: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21256: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21257: main/pa_socks.C, main/pa_sql_driver_manager.C,
21258: main/pa_status_provider.C, main/pa_string.C,
21259: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21260: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21261: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21262: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21263: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21264: targets/isapi/pool_storage.h, types/pa_valiased.C,
21265: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21266: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21267: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21268: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21269: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21270: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21271: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21272: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21273: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21274: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21275: types/pa_vstateless_object.h, types/pa_vstatus.h,
21276: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21277: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21278: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21279: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21280: $status:db fixed used not initialized in db_connection & db_table
21281:
21282: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21283: $status:charset
21284:
21285: * src/: classes/xdoc.C, include/pa_db_connection.h,
21286: include/pa_stylesheet_connection.h,
21287: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21288: types/pa_vstatus.h: $status:stylesheet
21289:
21290: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21291: include/pa_request.h, include/pa_sql_connection.h,
21292: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21293: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21294: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21295: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21296: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21297: types/pa_vxnode.C, types/types.dsp: started status parser class
21298:
21299: 2001-11-01 paf
21300:
21301: * src/include/pa_config_auto.h.in: makes
21302:
21303: * src/main/pa_hash.C: removed old extra include
21304:
21305: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21306: checks [for hp, there are such in math.h]
21307:
21308: * src/classes/op.C: ^for endless loop check strightened
21309:
21310: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21311: behavior in native calls. it left unchanged, so ^for ^foreach &
21312: co can use r.root to write their i & key,value there
21313:
21314: * src/classes/op.C: detected for var storage bug, fixed.
21315: todo:foreach
21316:
21317: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21318: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21319: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21320: changing of hash inside of foreach
21321:
21322: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21323: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21324: were hash.foreach
21325:
21326: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21327: types/pa_vstring.C, types/pa_vstring.h:
21328: ^foreach[key|value]{body}[[separator]|{separator}]
21329:
21330: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21331: types/pa_vcookie.C: ^hash.delete[key]
21332:
21333: 2001-10-31 paf
21334:
21335: * src/main/: compile.C, pa_common.C: completely empty file now
21336: considered "read", not ignored [not perfect trick used]
21337:
21338: * src/main/pa_common.C: simplier common ifdefs
21339:
21340: * src/main/pa_common.C: typing bug in common - bad ifdeff
21341:
21342: * src/main/pa_db_connection.C: z
21343:
21344: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21345: lockdetector flags
21346: dbenv.lk_detect=DB_LOCK_RANDOM;
21347:
21348: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21349: from accidental show [imagine user forgot @exception]
21350:
21351: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21352:
21353: * src/: classes/file.C, classes/image.C, classes/mail.C,
21354: classes/string.C, classes/xnode.C, include/pa_common.h,
21355: main/pa_common.C: ^string.save[[append;]path]
21356:
21357: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21358: main/execute.C: \ in expression: int divide 10/3=3
21359:
21360: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21361: inside of ^cache
21362:
21363: * src/: include/pa_threads.h, main/pa_db_connection.C,
21364: main/pa_db_table.C, targets/cgi/pa_threads.C,
21365: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21366: needed
21367:
21368: 2001-10-30 paf
21369:
21370: * src/: classes/classes.dsp, main/main.dsp,
21371: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21372: types/types.dsp: enabled debug incremental compile
21373:
21374: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21375: form post data line endings not reformatted now.
21376:
21377: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21378: now required [had bug when file= has no value]
21379:
21380: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21381: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21382: cstr(asis) default param removed
21383:
21384: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21385:
21386: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21387:
21388: * src/include/pa_dir.h: LOAD_DIR fixed
21389:
21390: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21391: was broken} fix_line_breaks
21392:
21393: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21394: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21395: packed with #pragma pack
21396:
1.116 moko 21397: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21398:
21399: 2001-10-29 paf
21400:
21401: * src/types/pa_wcontext.h: bitfield syntax stricter
21402:
21403: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21404: string hash.puts
21405:
21406: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21407:
21408: * src/include/pa_sql_connection.h: there were one wrong
21409: SQL_CONNECTION_FUNC_GUARDED [failed]
21410:
21411: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21412: param.someday either ifdef or remove it
21413:
21414: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21415:
21416: * src/main/untaint.C: optimizing returned after debugging
21417:
21418: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21419: main/untaint.C: memory hunging #pragma pack(1)
21420:
21421: 16 419 844 13 169 394
21422:
21423: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21424: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21425: places [todo:Array]
21426:
21427: * src/: main/execute.C, targets/cgi/pa_pool.C,
21428: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21429: types/pa_wwrapper.h: debugging memory WContext flags to bits
21430:
21431: total 5 652 652/158731 total 5 469 332/158731
21432:
21433: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21434: Array:: without cache in get/put now
21435:
21436: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21437: 18:25:27 2001] total 5 652 652/158731
21438:
21439: * src/: include/pa_string.h, main/pa_string.C,
21440: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21441: now
21442:
21443: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21444: 18:11:53 2001] total 5796092/158731
21445:
21446: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
21447: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
21448: key ref now
21449:
21450: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
21451: 17:11:17 2001] total 16867948/202658
21452:
21453: * src/: classes/file.C, classes/image.C, classes/string.C,
21454: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
21455: main/execute.C, main/pa_array.C, main/pa_common.C,
21456: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21457: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
21458: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
21459: string::as_int/double now usually uses stack, not heap [200K out
21460: of 17M :)] VString(String&) not copies reference [29M -> 17M]
21461:
21462: * src/main/pa_sql_driver_manager.C: ping to have services [old
21463: hiding bug]
21464:
21465: * src/Makefile.am: .am order
21466:
21467: * src/: include/pa_array.h, include/pa_charset_manager.h,
21468: include/pa_db_connection.h, include/pa_db_manager.h,
21469: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
21470: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21471: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
21472: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
21473: required "friend class"
21474:
21475: ../include/pa_request.h:51: friend declaration requires
21476: class-key, i.e. `friend class Temp_lang'
21477:
21478: * src/: include/pa_exception.h, include/pa_sql_connection.h,
21479: main/pa_exception.C, main/pa_sql_driver_manager.C,
21480: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
21481:
21482: the idea is to #1 jump to C++ some function to main body, where
21483: every function stack frame has exception unwind information and
21484: from there... #2 propagate_exception()
21485:
21486: 2001-10-28 paf
21487:
21488: * src/main/pa_db_connection.C: removed old consts
21489:
21490: * src/main/pa_db_connection.C: expire table [was accidently pasted
21491: with wrong type/cast]
21492:
21493: * src/main/: pa_db_connection.C, pa_db_table.C: exception
21494: translation
21495:
1.116 moko 21496: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 21497: remember to build DB2 with -fexceptions!!!
21498:
21499: * src/main/pa_db_table.C: DB_RMW defed
21500:
21501: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
21502: include/pa_db_connection.h, include/pa_db_manager.h,
21503: include/pa_db_table.h, main/pa_db_connection.C,
21504: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
21505:
21506: 2001-10-27 paf
21507:
21508: * src/: classes/hashfile.C, include/pa_db_connection.h,
21509: include/pa_db_table.h, main/pa_db_connection.C,
21510: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
21511: types/pa_vhashfile.C: DB2 ifdefs
21512:
1.116 moko 21513: * src/: classes/Makefile.am, include/pa_config_fixed.h,
21514: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 21515: makes with DB2
21516:
1.116 moko 21517: * src/: include/pa_config_auto.h.in, main/Makefile.am,
21518: types/Makefile.am: makes db
1.95 moko 21519:
21520: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
21521: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
21522: globals.C
21523:
21524: * src/: classes/hashfile.C, include/pa_db_connection.h,
21525: include/pa_db_table.h, main/pa_db_connection.C,
21526: main/pa_db_table.C: ^hashfile.clear[]
21527:
21528: * src/classes/classes.awk: no $ in var names
21529:
21530: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
21531: connection&table [forgotten calls]
21532:
21533: 2001-10-26 paf
21534:
21535: * src/main/pa_db_connection.C: db checkpoints
21536:
21537: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
21538: checkpoints
21539:
21540: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
21541: default. but entities still reparsed. todo: tothink
21542:
21543: * src/main/pa_db_connection.C: db recover mech 2
21544:
21545: * src/: classes/hashfile.C, include/pa_db_connection.h,
21546: include/pa_db_manager.h, include/pa_db_table.h,
21547: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21548: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
21549: types/pa_vhashfile.h: db connections & tables now cached at
21550: create time & multithreaded
21551:
21552: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
21553: parsed_source
21554:
21555: * src/main/pa_db_connection.C: about to remove connection from
21556: vhashfile
21557:
21558: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
21559: transaction commit/rollback responsibility left to parent [as it
21560: sould - else there were a bug with double free]
21561:
21562: * src/include/pa_db_table.h: db: child transaction commit/rollback
21563: responsibility left to parent [as it sould - else there were a
21564: bug with double free]
21565:
21566: 2001-10-25 paf
21567:
21568: * src/: classes/hashfile.C, include/pa_common.h,
21569: include/pa_db_connection.h, include/pa_db_manager.h,
21570: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
21571: types/pa_vhashfile.C, types/pa_vhashfile.h,
21572: include/pa_db_table.h, main/pa_db_table.C: started db_home
21573: [multiple, cached] todo: autorecover [tried, but not succeded,
21574: yet]
21575:
21576: * src/include/pa_dir.h: ancient gpf on dir not found fixed
21577:
21578: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
21579: transaction parent passed
21580:
21581: 2001-10-24 parser
21582:
1.116 moko 21583: * src/classes/Makefile.am: makes
1.95 moko 21584:
21585: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
21586: isapi/pool_storage.h: pool_storage fixed
21587:
21588: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
21589: types/pa_vform.h: form fix_line_breaks
21590:
1.116 moko 21591: * src/targets/cgi/pool_storage.h: makes
1.95 moko 21592:
21593: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
21594: targets/cgi/pool_storage.h: makes
21595:
21596: * src/sql/pa_sql_driver.h: version
21597:
21598: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
21599: types/pa_vform.C, types/pa_vform.h: .am
21600:
21601: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
21602: this: DB_RMW Acquire write locks instead of read locks when doing
21603: the retrieval. Setting this flag may decrease the likelihood of
21604: deadlock during a read-modify-write cycle by immediately
21605: acquiring the write lock during the read part of the cycle so
21606: that another thread of control acquiring a read lock for the same
21607: item, in its own read-modify-write cycle, will not result in
21608: deadlock
21609:
21610: * src/targets/isapi/parser3isapi.dsp: doc
21611:
21612: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
21613:
21614: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
21615:
21616: * src/: classes/hashfile.C, include/pa_db_connection.h,
21617: main/pa_db_connection.C: hashfile expired deleted from db when
21618: get & iterate
21619:
21620: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
21621: expiring 1
21622:
21623: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
21624:
21625: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
21626: db_connection not bothers with key when not returning expired
21627: data
21628:
21629: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21630: types/pa_vhashfile.C: db_cursor constructor public now
21631:
21632: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21633: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
21634: stamped, todo: put_element analize
21635:
21636: * src/: include/pa_db_connection.h, include/pa_string.h,
21637: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
21638: serialize. todo stamp
21639:
21640: 2001-10-23 parser
21641:
21642: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
21643: classes/image.C, classes/mail.C, classes/response.C,
21644: classes/string.C, classes/table.C, classes/xdoc.C,
21645: include/pa_config_fixed.h, include/pa_db_connection.h,
21646: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
21647: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
21648: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
21649: types/pa_vtable.C: ^hashfile.hash[]
21650:
21651: * src/: classes/hashfile.C, classes/xdoc.C,
21652: include/pa_config_fixed.h, main/pa_db_manager.C,
21653: main/pa_globals.C: ifdefs so it compiled without db
21654:
21655: * src/: classes/hashfile.C, include/pa_db_connection.h,
21656: include/pa_db_manager.h, main/pa_db_connection.C,
21657: main/pa_db_manager.C, types/pa_vhashfile.h:
21658: ^hashfile.transaction{code} ^hashfile:clear[filename]
21659: ^hashfile.delete[key]
21660:
21661: 2001-10-22 parser
21662:
21663: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
21664: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
21665:
21666: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
21667: classes/xnode.C, include/pa_charset_connection.h,
21668: include/pa_db_connection.h, include/pa_db_manager.h,
21669: include/pa_exception.h, include/pa_sapi.h,
21670: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21671: include/pa_stylesheet_connection.h,
21672: include/pa_stylesheet_manager.h,
21673: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21674: main/pa_db_connection.C, main/pa_db_manager.C,
21675: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
21676: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21677: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
21678: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
21679: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
21680: types/types.dsp: hashfile 0
21681:
21682: * src/types/pa_vhashfile.C: z
21683:
21684: * src/: classes/classes.dsp, classes/hashfile.C,
21685: include/pa_config_fixed.h, main/execute.C,
21686: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21687: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21688:
21689: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21690:
21691: * src/: include/pa_exception.h, include/pa_request.h,
21692: main/execute.C, main/pa_exception.C, main/pa_request.C,
21693: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21694: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21695:
21696: 2001-10-19 parser
21697:
21698: * src/include/pa_pool.h: header
21699:
21700: * src/main/pa_pool.C: auto compiled on gcc
21701:
21702: * src/classes/image.C: comment
21703:
1.116 moko 21704: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21705:
21706: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21707: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21708: types/pa_vxnode.h: xnode clone got freed
21709:
21710: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21711: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21712: can free up xalandomstring resulting from pool::transcode
21713:
21714: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21715: include/pa_config_fixed.h, include/pa_exception.h,
21716: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21717: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21718: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21719: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21720: from non-xml compile
21721:
21722: * src/main/pa_request.C: pool:: context - get_context
21723:
21724: * src/: classes/classes.h, classes/date.C, classes/double.C,
21725: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21726: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21727: classes/string.C, classes/table.C, classes/void.C,
21728: include/pa_config_fixed.h, include/pa_exception.h,
21729: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21730: main/compile.C, main/compile_tools.C, main/execute.C,
21731: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21732: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21733: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21734: main/pa_string.C, main/pa_table.C, main/untaint.C,
21735: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21736: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21737: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21738: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21739: types/pa_vstateless_class.h, types/pa_vtable.C,
21740: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21741: exceptions 0
21742:
21743: * src/classes/classes.awk: $ removed
21744:
21745: 2001-10-18 parser
21746:
21747: * src/types/pa_vcookie.C: cookie:CLASS
21748:
21749: * src/main/main.dsp: project
21750:
21751: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21752: set_document & ctor question "who owns document" solved
21753:
21754: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21755:
21756: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21757: main/pa_pool.C: encoding in dom creating funcs
21758:
21759: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21760: be transformed now
21761:
21762: * src/classes/xdoc.C: dom created by create can be transformed now
21763:
21764: * src/classes/xdoc.C: z
21765:
21766: * src/classes/xdoc.C: comment
21767:
21768: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21769: create now uses XercesDocumentBridge, appendChild&co now works
21770:
21771: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21772: @ recompile
21773:
21774: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21775: $origin @exception[
21776:
21777: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21778: tag names forced to XML lang
21779:
21780: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21781: leechy-found bugs in code&doc fixed
21782:
21783: 2001-10-17 parser
21784:
21785: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21786: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21787: n functionality preserved
21788:
21789: * src/types/pa_vimage.h: removed unused vimage::save
21790:
21791: 2001-10-16 parser
21792:
21793: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21794:
21795: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21796:
21797: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21798:
21799: * src/classes/image.C: image.copy tolerance
21800:
21801: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21802: ineffective, but works for small paleted image
21803:
21804: * src/types/pa_vimage.C: comment
21805:
21806: * src/classes/image.C: gd size/resize bugfix
21807:
21808: * src/: classes/classes.dsp, main/main.dsp,
21809: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21810: types/types.dsp: ident >nul 2>&1
21811:
21812: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21813: systems
21814:
21815: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21816: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21817:
21818: 2001-10-15 parser
21819:
21820: * src/main/execute.C: z
21821:
21822: * src/classes/: xdoc.C: !::create{qualifiedName}
21823:
21824: * src/types/pa_vxnode.C: document_type_node.
21825: !readonly attribute DOMString name
21826: !notation_node.
21827: !readonly attribute DOMString publicId
21828: !readonly attribute DOMString systemId
21829:
1.116 moko 21830: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21831: ::write badly passed string too transparently [failed to
21832: intercept it]
1.95 moko 21833:
21834: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21835: include/pa_request.h, main/pa_sql_driver_manager.C,
21836: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21837: types/pa_vxnode.h: DOM1 major addtion, only few
21838: attributes/methods left
21839:
21840: 2001-10-13 parser
21841:
21842: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21843: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21844: in main handler
21845:
21846: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21847: cleanups & frees order
21848:
21849: * src/types/pa_vcode_frame.h: couple comments
21850:
21851: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21852: transparent enough to handle hash if creation&passing
21853:
21854: * src/: include/pa_config_fixed.h, main/execute.C,
21855: main/pa_exception.C: noticed that vcodeframe not transparent
21856: enough, would change now
21857:
21858: 2001-10-12 parser
21859:
21860: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21861: fixed. initialization&free on each thread!
21862:
21863: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21864: handling changed: now type of default param analized always, not
21865: only at problem time, thus helping early problem spotting
21866:
21867: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21868: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21869: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21870: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21871: multithread bug fixed. initialization&free on each thread!
21872:
21873: 2001-10-11 parser
21874:
21875: * src/classes/xnode.C: xnode.selectSingle now
21876:
21877: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21878: include/pa_pool.h, include/pa_stylesheet_connection.h,
21879: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21880: convertors out of Pool into Exception
21881:
21882: * src/main/pa_string.C: const
21883:
21884: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21885: linked pieces of same language together prior to String::replace
21886:
21887: * src/classes/hash.C: !^hash.add[addme]
21888: !^hash.sub[subme]
21889: !^a.union[b] = new
21890: !^a.intersection[b] = new
21891: !^a.intersects[b] = bool
21892:
21893: * src/classes/hash.C: !^hash::append[append_from]
21894:
21895: * src/: classes/hash.C, types/pa_vhash.h:
21896: !^hash::create[[copy_from]]
21897:
21898: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21899: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21900: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21901: fixed. got rid of empty_string, which caused errors - it hasnt
21902: exception but somebody[value.bark] tried to throw it on it's pool
21903:
1.116 moko 21904: * src/include/pa_config_auto.h.in: makes
1.95 moko 21905:
21906: 2001-10-10 parser
21907:
21908: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21909:
21910: * src/main/: compile.tab.C, compile.y: ^a[
21911:
21912: @next_method << now unclosed ] would be reported here
21913:
21914: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21915: compile error
21916:
21917: 2001-10-09 parser
21918:
1.116 moko 21919: * src/: classes/Makefile.am, main/Makefile.am,
21920: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21921:
21922: * src/classes/Makefile.am: makes
21923:
21924: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21925: win32 errors intercepted [xalan transformer patched and
21926: incorporated]
21927:
21928: * src/: classes/classes.dsp, classes/xdoc.C,
21929: include/pa_stylesheet_connection.h, main/main.dsp,
21930: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21931: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21932: patches starting
21933:
21934: * src/classes/: string.C, table.C: ^string.save[file]
21935:
21936: * src/classes/: date.C, table.C: calendar moved to date
21937:
21938: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21939: string/table] now
21940:
21941: * src/classes/: op.C, table.C: z
21942:
21943: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21944: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21945: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21946: be code [be string..]
21947:
21948: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21949: table.C: lots of
21950: params->as_int/double/as_string/as_junction/as_no_junction
21951: messages added
21952:
21953: 2001-10-08 parser
21954:
21955: * src/: classes/date.C, classes/image.C, classes/string.C,
21956: classes/table.C, classes/void.C, include/pa_request.h:
21957: params->as_int/double message added
21958:
21959: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21960:
21961: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21962: image:sector removed image:html internal "line-*" attribs
21963:
21964: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21965: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21966:
21967: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21968: way
21969:
21970: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21971: main/untaint.C: header untainting to UL_HTTP_HEADER,
21972: UL_MAIL_HEADER made nonforced [only tainted pieces]
21973:
21974: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21975: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21976: @ SAPI::log
21977:
21978: * src/main/untaint.C: \r to ' ' in origins mode
21979:
21980: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21981: set]
21982:
21983: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21984: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21985: nonstandard liaison freed up
21986:
21987: 2001-10-07 parser
21988:
21989: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21990: project
21991:
21992: 2001-10-05 parser
21993:
21994: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21995: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21996: from outputing to cerr. lots of "todos"
21997:
21998: * src/main/untaint.C: http_header tainting more gentle with
21999: enquoting now
22000:
22001: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22002: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22003: xml errorhandler. fixed string.replace a little, read @test
22004:
22005: * src/main/pa_string.C: found replace bug - first_that_starts(char
22006: *) does not have limit, and looks further eos, fixing....
22007:
22008: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22009:
22010: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22011:
22012: * src/main/: pa_charset_connection.C: ctype another mem clear
22013: bugfix
22014:
1.116 moko 22015: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22016: $result[^[$p^]z] now works fine
1.95 moko 22017:
22018: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22019: wrong. fixed it
22020:
22021: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22022: of totable appered to be vital
22023:
22024: 2001-10-04 parser
22025:
22026: * src/classes/image.C: ^image.length[text]
22027:
22028: 2001-10-03 parser
22029:
22030: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22031:
22032: * src/main/pa_request.C: restored pcre defaulting in request
22033: [mindlessly "optimized" yesterday] comment left
22034:
22035: 2001-10-02 parser
22036:
22037: * src/: main/pa_charset_manager.C,
22038: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22039: needed
22040:
22041: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22042: forgot non-xml pool.*charset needed
22043:
22044: * src/classes/table.C: # config comments fixed
22045:
22046: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22047: charset_connection #comment now
22048:
22049: * src/: classes/classes.dsp, types/types.dsp: release projects
22050: options fixed to use release msvcrt lib
22051:
22052: * src/main/pa_charset_connection.C: pcre tables now const inside
22053: removed default - pcre handles that internally fixed bug on
22054: not-cleaning tables [previously was calloced, now member]
22055:
22056: * src/: include/pa_request.h, main/pa_charset_connection.C,
22057: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22058: inside removed default - pcre handles that internally fixed bug
22059: on not-cleaning tables [previously was calloced, now member]
22060:
22061: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22062: tested charset reload on file change @ apache version = OK tested
22063: freeing up prev encoding on adding new = OK
22064:
22065: 2001-10-01 parser
22066:
22067: * src/main/pa_charset_connection.C: removed entitify external hack
22068: [internal installed]
22069:
1.116 moko 22070: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22071:
22072: * src/: include/pa_charset_connection.h,
22073: include/pa_charset_manager.h,
22074: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22075: main/pa_charset_connection.C, main/pa_charset_manager.C,
22076: main/pa_request.C: charset loading & caching mech 0
22077:
22078: * src/: include/pa_stylesheet_connection.h,
22079: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22080: main/pa_globals.C, main/pa_request.C: would make charset loading
22081: & caching mech now
22082:
22083: 2001-09-30 parser
22084:
22085: * src/main/pa_request.C: forgot to fill toTable
22086:
22087: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22088: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22089: failed on win32 for now..
22090:
22091: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22092: now charsets table configuration variable is: CHARSETS
22093:
22094: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22095: ctype with unicode 1. todo: no П entities on output somehow
22096:
22097: * src/: classes/file.C, classes/op.C, classes/string.C,
22098: include/pa_request.h, main/pa_request.C: started ctype with
22099: unicode values
22100:
22101: 2001-09-28 parser
22102:
22103: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22104: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22105: string passed AS-IS now
22106:
22107: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22108: way of user-configuring... todo: implement
22109:
22110: 2001-09-27 parser
22111:
22112: * src/classes/table.C: table.sort changed to sort table itself
22113:
22114: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22115: X^.getElementsByTagName[tagname] = array of xnode
22116: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22117: nodes removed - regretfully not supported @ xalan. maybe someday
22118: would reimplement, if needed.
22119:
22120: win32build system: solved long waiting anti-non-started-apache
22121: problem
22122:
22123: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22124: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22125: types/types.dsp: win32 ident make system so not to rebuild
22126: library [ident.C.new]
22127:
22128: 2001-09-26 parser
22129:
22130: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22131: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22132: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22133: types/pa_vxnode.C, types/types.dsp: z
22134:
22135: * src/classes/classes.C: forgot one non-xml check
22136:
1.116 moko 22137: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22138: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22139:
22140: * src/targets/cgi/parser3.C: z
22141:
22142: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22143: targets/isapi/parser3isapi.C: #ifdef SMTP
22144:
22145: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22146: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22147: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22148: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22149: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22150: types/types.dsp: xdoc&xnode now
22151:
22152: * src/: classes/classes.C, classes/classes.awk,
22153: classes/classes.dsp, classes/classes.h, classes/date.C,
22154: classes/dnode.C, classes/dnode.h, classes/dom.C,
22155: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22156: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22157: classes/op.C, classes/response.C, classes/string.C,
22158: classes/table.C, classes/void.C, include/pa_array.h,
22159: include/pa_common.h, include/pa_config_fixed.h,
22160: include/pa_config_includes.h, include/pa_dictionary.h,
22161: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22162: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22163: include/pa_socks.h, include/pa_sql_connection.h,
22164: include/pa_sql_driver_manager.h, include/pa_stack.h,
22165: include/pa_string.h, include/pa_stylesheet_connection.h,
22166: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22167: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22168: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22169: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22170: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22171: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22172: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22173: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22174: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22175: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22176: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22177: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22178: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22179: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22180: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22181: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22182: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22183: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22184: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22185: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22186: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22187: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22188: types/pa_vmethod_frame.h, types/pa_vobject.h,
22189: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22190: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22191: types/pa_vstateless_object.h, types/pa_vstring.C,
22192: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22193: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22194: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22195: main.dsp splitted to main+classes+types along to .am
22196:
22197: * src/classes/Makefile.am: removed useless var
22198:
22199: * src/: classes/classes.cmd, main/main.dsp,
22200: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22201: main.dsp
22202:
22203: 2001-09-25 parser
22204:
22205: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22206: 1251 though, todo ICU
22207:
1.116 moko 22208: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22209: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22210: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22211: types/pa_vdom.h: xml configure makes
1.95 moko 22212:
22213: 2001-09-24 parser
22214:
1.116 moko 22215: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22216: types/Makefile.am: makes
1.95 moko 22217:
1.116 moko 22218: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22219:
22220: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22221: started unix makes update
22222:
22223: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22224: started unix makes update
22225:
22226: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22227:
22228: * src/types/pa_value.h: z
22229:
22230: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22231: bugs with usinge hash/table in expressions
22232:
22233: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22234: resolved conflicts fixed [const]
22235:
22236: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22237: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22238: main/compile.C, main/compile.tab.C, main/compile.y,
22239: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22240: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22241: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22242: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22243: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22244: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22245: with before_xml [merge2 actually didn't happen - i've created
22246: tags on wrong branch. so this merge is in fact re-merge]
22247:
22248: 2001-09-21 parser
22249:
22250: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22251: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22252: produced "" in make file and sadly wrong interpreted on load]
22253:
1.116 moko 22254: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22255: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22256: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22257: include/pa_sql_driver_manager.h, include/pa_string.h,
22258: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22259: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22260: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22261:
22262: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22263: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22264: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22265: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22266: main/pa_pool.C, main/pa_request.C,
22267: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22268: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22269: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22270: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22271: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22272: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22273: types/pa_vrequest.C, types/pa_vresponse.h,
22274: types/pa_vstateless_class.C, types/pa_vstring.C,
22275: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22276: created new projects for sql drivers [planning to remove sql
22277: drivers from main cvs project] first, will join latest changes
22278:
22279: * src/classes/: dom.C: defaulted dom writing methods encoding to
22280: pool.get_charset
22281:
22282: * src/classes/dom.C: defaulted dom writing methods encoding to
22283: pool.get_charset
22284:
22285: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22286: pool.get_charset
22287:
22288: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22289: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22290: methods encoding to pool.get_charset
22291:
22292: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22293: transcoder were created right "unsupported encoding" message.
22294: not @ set time, but @ use time, so until xml output functions
22295: .string, .file, .save used - no encoding name check occur
22296:
22297: reduced transcode buffer size to 60 fixed pool cleanup - no
22298: registration needed, pools are officially destructured
22299:
22300: 2001-09-20 parser
22301:
22302: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22303:
22304: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22305: $MAIN:DEFAULTS.content-type[$.charset[here]]
22306:
22307: * src/: classes/dnode.C, classes/dom.C,
22308: include/pa_config_includes.h, include/pa_globals.h,
22309: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22310: main/pa_pool.C, targets/cgi/parser3.dsp,
22311: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22312: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22313: Pool::transcode 0
22314:
22315: * src/classes/dom.C: dom. string save file moved output xml options
22316: to last param and made it optional
22317:
22318: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22319: dnodes
22320: !$attributenode.specified = boolean
22321: true if the attribute received its value explicitly
22322: in the XML document,
22323: or if a value was assigned programatically with the
22324: setValue function.
22325: false if the attribute value came from the default value
22326: declared in the document's DTD.
22327: !$pinode.target = target of this processing instruction
22328: XML defines this as being the first token following the
22329: markup
22330: that begins the processing instruction.
22331: XPath:
22332: !^node.select[xpath/query/expression] = hash of 0->node0
22333: 1->node1
22334: !^node.select-single[xpath/query/expression] = first node if
22335: any
22336:
22337: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22338: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22339: some 'const's added
22340:
22341: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22342: expression context now, there value = size and boolean value
22343: size!=0
22344:
22345: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22346: can be used in expression context now, there value = size and
22347: boolean value size!=0
22348:
22349: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22350: types/pa_vstring.h: dnode .file .string .save moved back to dom
22351: due to strange xalan bug
22352:
22353: 2001-09-18 parser
22354:
22355: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22356: classes/image.C, classes/op.C, classes/table.C,
22357: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22358: include/pa_sql_driver_manager.h, main/compile.C,
22359: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22360: main/execute.C, main/pa_common.C, main/pa_request.C,
22361: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22362: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22363: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22364: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22365: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22366: before_xml branch ^if(def $hash) now true only when
22367: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22368:
22369: * src/: classes/op.C, main/execute.C: operators self changed to
22370: root ^for variable context changed to self
22371:
22372: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22373: dnode 1
22374:
22375: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22376: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22377:
22378: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22379: poly* fixed
22380:
22381: 2001-09-17 parser
22382:
22383: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22384: types/pa_vdom.h: started dnode+dom
22385:
22386: dnode DOM methods: $node.name $node.value
22387: ...others...
22388:
22389: ^node.xpath[/rates/USD] = hash
22390: $hash[
22391: $.0[node0]
22392: $.1[node1]
22393: ]
22394:
22395: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22396: applies to all linear primitives
22397:
22398: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22399: include/pa_stylesheet_connection.h, main/main.dsp,
22400: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22401: types/pa_vimage.h: started dnode DOM: $node.name
22402: $node.value ...others... ^node.xpath[/rates/USD] = hash
22403: dom(dnode)
22404:
22405: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22406: main/compile.y, main/compile_tools.h, main/execute.C,
22407: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22408: in expression compound($aa.zz.xx) names now can have minus '-' in
22409: name after '.'
22410:
22411: 2001-09-15 parser
22412:
22413: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22414: image: $line-width ^line(...)[**** style]
22415:
22416: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22417: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22418: pool_storage - cleanups first, allocations second. apache wisely
22419: does just like that
22420:
22421: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22422: rewritten using template, no bugs now
22423:
22424: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22425: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22426: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22427: poorly started isapi pool_storage, would rewrite using template
22428: now
22429:
22430: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22431: include/pa_stylesheet_connection.h, main/main.dsp,
22432: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22433: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22434: xalan objects freed up [introducing Pool::register_cleanup]
22435:
22436: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22437: comments
22438:
22439: 2001-09-14 parser
22440:
22441: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22442: z
22443:
22444: * src/: classes/dom.C, classes/file.C, classes/image.C,
22445: classes/mail.C, include/pa_common.h,
22446: include/pa_sql_driver_manager.h, include/pa_string.h,
22447: include/pa_stylesheet_connection.h,
22448: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22449: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
22450: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
22451: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
22452: compiled&cached
22453:
22454: 2001-09-13 parser
22455:
22456: * src/: classes/dom.C, classes/file.C, classes/image.C,
22457: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
22458:
22459: * src/classes/dom.C: dom:file content-type(.method)
22460:
22461: * src/: include/pa_common.h, include/pa_globals.h,
22462: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
22463: string now more informative error messages
22464:
22465: * src/: include/pa_globals.h, include/pa_request.h,
22466: main/pa_request.C, targets/cgi/parser3.C,
22467: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
22468: ParserSiteConfig .../parser3.conf
22469:
22470: cgi&isapi looks for {configure|c:\windows}/parser3.conf
22471:
22472: 2001-09-12 parser
22473:
22474: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22475: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
22476: precise error reporting: "connection string must start with
22477: protocol://" now
22478:
22479: * src/main/compile.tab.C: fixed - subname code parts actually []
22480: braced
22481:
22482: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
22483: lexer on LS_USER level did [] matching without setting nestage,
22484: introduced special LS_NAME_SQUARE_PART state
22485:
22486: 2001-09-11 parser
22487:
22488: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
22489: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
22490: languages+=xml
22491:
22492: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
22493:
22494: * src/classes/dom.C: ^dom:save/string/file[output options] output
22495: options: $.method[xml|html|text] detection fixed
22496:
22497: * src/types/pa_vdom.h: messages
22498:
22499: * src/classes/dom.C: ^dom:save/string/file[output options] output
22500: options: $.method[xml|html|text] detection fixed
22501:
22502: 2001-09-10 parser
22503:
22504: * src/classes/dom.C: ^dom:save/string/file[output options] output
22505: options: $.method[xml|html|text] $.encoding[windows-1251|...]
22506:
22507: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
22508: added]
22509:
22510: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22511: ^dom.xslt[stylesheet filename] 0
22512:
22513: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22514: ^dom.xslt[stylesheet filename] -1 doc is lying
22515:
22516: * src/classes/dom.C: ^dom.file[encoding] = file
22517:
22518: * src/classes/: dom.C: ^dom.string[encoding] 1
22519: ^dom.save[encoding;filename]
22520:
22521: * src/classes/dom.C: ^dom.string[] 0
22522:
22523: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
22524:
22525: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
22526: types/pa_vform.h: ^dom.save[b.xml] 0
22527:
22528: 2001-09-08 parser
22529:
22530: * src/types/pa_vform.C: $form:tables.name.field
22531:
22532: 2001-09-07 parser
22533:
22534: * src/classes/table.C: table:empty removed, superceded by ^if(def
22535: $table)...
22536:
22537: * src/targets/cgi/parser3.C: z
22538:
22539: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
22540: from '' to int/double is 0]
22541:
22542: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
22543: $table) is false when table is empty
22544:
22545: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
22546: !$form:tables $atable[$form:tables.a]
22547: ^atable.menu{a=$atable.element}[,]
22548:
22549: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
22550: types/pa_vform.h, types/pa_vhash.h: !$form:fields
22551:
1.116 moko 22552: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22553: types/pa_vdom.h, types/pa_vform.C: merged with successful start
22554: of dom
22555:
22556: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
22557: types/pa_vform.C, types/pa_vform.h: z
22558:
22559: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
22560: element [not last]
22561:
1.116 moko 22562: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22563: types/pa_vdom.h: introducing dom. dom:load[a.xml]
22564:
22565: 2001-09-06 parser
22566:
22567: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22568: table with one column 'element' and two rows: 1 and 2
22569:
22570: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22571: table with one column 'element' and two rows: 1 and 2
22572:
22573: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
22574: bad int/double conversions, and now $form:nonexistent.int(88)
22575: would return 88
22576:
22577: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
22578: types/pa_vhash.h: now there's special hash key '_default'
22579: [instead of ^_default method] $hash[ $.a[1] $.b[2]
22580: $._default[xx] ] $hash.c
22581:
22582: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
22583: fixed [thanks, fif], ^; were treated there non-literally
22584:
22585: * src/doc/doxygen.cfg: merged new default options from 1.2.10
22586: doxygen
22587:
22588: * src/: classes/image.C, classes/op.C, classes/string.C,
22589: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
22590: types/pa_vtable.C: few #ifndef DOXYGEN
22591:
22592: 2001-09-05 parser
22593:
22594: * src/classes/: string.C, table.C: sql options can be void [same as
22595: image:html the other day]
22596:
22597: * src/targets/cgi/Makefile.am: .am undo
22598:
22599: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22600: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
22601: macro expantion on param, simply qoutes whatever passed, undone
22602:
22603: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22604: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
22605: STRINGIZE(name) #name invented
22606:
22607: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22608: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
22609: MAIN_SQL_DRIVERS_NAME "drivers"
22610:
22611: moved to be availible to all users
22612:
22613: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
22614: SQL_DRIVER_CREATE_FUNC_NAME
22615:
22616: * src/classes/mail.C: MAIN:MAIL check fixed
22617:
22618: 2001-09-04 parser
22619:
22620: * src/classes/image.C: image.html now can accept void params
22621:
22622: * src/targets/isapi/parser3isapi.C: z
22623:
22624: * src/targets/cgi/parser3.C: full_file_spec bug
22625:
22626: * src/targets/cgi/parser3.C: getenvcheck
22627:
22628: * src/targets/cgi/parser3.C: zz
22629:
22630: * src/targets/cgi/parser3.C: zzz
22631:
22632: * src/classes/date.C: date
22633:
22634: * src/classes/date.C: date:sql-string is now without ''
22635:
1.116 moko 22636: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 22637: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
22638: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
22639:
1.116 moko 22640: * src/include/pa_config_auto.h.in: makes
1.95 moko 22641:
22642: 2001-09-03 parser
22643:
22644: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
22645:
22646: 2001-09-01 parser
22647:
22648: * src/classes/image.C: letter_spacing
22649:
22650: * src/classes/image.C: image: font params changed
22651:
22652: * src/classes/image.C: image: as_int as_string used
22653:
22654: * src/types/pa_vmethod_frame.h: $result[] now gets properly
22655: analized
22656:
22657: 2001-08-31 parser
22658:
22659: * src/targets/cgi/parser3.C: z
22660:
1.116 moko 22661: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
22662: cygwin
1.95 moko 22663:
22664: * src/classes/void.C: void:int/double += (default)
22665:
22666: * src/classes/image.C: image:font added space param image:font
22667: changed charwidth alg, added kerning const[for now]
22668:
22669: * src/classes/: string.C, table.C: string:int/double (defaults)
22670:
22671: 2001-08-29 parser
22672:
22673: * src/main/pa_exception.C: exception redundant debug info
22674:
22675: 2001-08-28 parser
22676:
22677: * src/classes/image.C: image error msgs
22678:
22679: * src/classes/image.C: image: gifsize little endian
22680:
22681: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22682: doxygeneration
22683:
22684: * src/: classes/Makefile.am, main/Makefile.am,
22685: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22686:
22687: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22688: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22689:
22690: * src/main/compile.C: NO_STRING_ORIGIN check2
22691:
22692: * src/classes/table.C: NO_STRING_ORIGIN check
22693:
22694: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22695: storage class specifiers invalid in friend function declarations
22696:
22697: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22698: main/untaint.C, targets/cgi/parser3.C,
22699: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22700: case of limit
22701:
22702: * src/: classes/file.C, main/pa_common.C: file:move
22703: autocreate/remove dest/src dir
22704:
22705: * src/: classes/string.C, include/pa_dictionary.h,
22706: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22707: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22708: to directory constructor. string:replace
22709:
22710: 2001-08-27 parser
22711:
22712: * src/classes/image.C: fixed jpgsize alg
22713:
22714: * src/classes/image.C: fixed jpgsize alg
22715:
22716: * src/main/pa_exception.C: z
22717:
22718: * src/main/pa_common.C: removed debug info from pa_common
22719:
22720: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22721: [auto.p from current dir loading]
22722:
1.116 moko 22723: * src/: main/pa_common.C, main/pa_exception.C,
22724: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22725: for solaris -lsocket
1.95 moko 22726:
22727: 2001-08-24 parser
22728:
22729: * src/targets/cgi/parser3.C: not cgi extra \n 3
22730:
22731: * src/targets/cgi/parser3.C: not cgi extra \n 2
22732:
22733: * src/targets/cgi/parser3.C: not cgi extra \n
22734:
22735: * src/main/pa_sql_driver_manager.C: z
22736:
22737: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22738: sql* removed services from disconnect - cross-request ideological
22739: probs.
22740:
22741: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22742: cross-request ideological probs. oracle - fixed bug: cs
22743: allocated on request.pool and got freed before disconnect
22744:
22745: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22746: mallocs fixed
22747:
22748: 2001-08-23 parser
22749:
22750: * src/classes/file.C: minor bug in file:save fixed
22751:
22752: * src/main/pa_sql_driver_manager.C: oracle: dlink
22753:
22754: 2001-08-22 parser
22755:
22756: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22757: types/pa_vfile.h: file:load|save[text|binary;
22758:
22759: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22760:
22761: 2001-08-21 parser
22762:
22763: * src/classes/: file.C, table.C: ^file:list
22764:
22765: 2001-08-20 parser
22766:
22767: * src/: main/compile.tab.C, main/compile.y,
22768: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22769: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22770: recousively caused problems: inc incremeted 123 literal!! fixed
22771:
22772: 2001-08-10 parser
22773:
22774: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22775:
22776: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22777: added
22778:
22779: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22780: added
22781:
22782: * src/classes/table.C: table:sort restored [it was bad test :(]
22783:
22784: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22785: ''
22786:
22787: * src/main/: pa_request.C: wanted to make const int
22788: MAX_EXECUTE_SECONDS=1;
22789:
22790: but couldnt, set_callback_and_alarm appeared to be not exported
22791: :(
22792:
22793: * src/main/pa_string.C: string.match hanged on. there were a hang
22794: check but it weren't wise enough
22795:
22796: @parse[dateString][tmp]
22797: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22798: #end
22799:
22800: @main[] ^parse[2001-02-03]
22801:
22802: * src/classes/: table.C: table:sort now default desc
22803:
22804: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22805: table.sort now creates new sorted table
22806:
22807: 2001-08-09 parser
22808:
22809: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22810:
22811: * src/classes/hash.C: hash:_default now [was hash:default]
22812:
22813: * src/classes/op.C: case without switch check added
22814:
22815: * src/types/pa_vcookie.C: cookie name&value origins added, more
22816: precise $ORIGINS(1)
22817:
22818: * src/main/Makefile.am: .am
22819:
22820: * src/classes/void.C: void: int double copy/paste from int: bug
22821: fixed
22822:
22823: * src/classes/void.C: void: int double copy/paste from int: bug
22824: fixed
22825:
22826: 2001-08-07 parser
22827:
22828: * src/: classes/double.C, classes/int.C, classes/string.C,
22829: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22830: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22831: string, table
22832:
22833: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22834: srand made working
22835:
22836: 2001-08-06 parser
22837:
22838: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22839: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22840: main/compile.tab.C, main/compile.y, main/pa_array.C,
22841: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22842: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22843:
22844: * src/main/pa_exec.C: exec win32 real filename
22845:
22846: * src/classes/file.C: exec stderr out
22847:
22848: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22849:
22850: 2001-08-03 parser
22851:
22852: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22853:
22854: 2001-08-02 parser
22855:
22856: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22857: main/execute.C, main/pa_exec.C: introducing Array_iter
22858:
22859: * src/main/execute.C: detected quick_get recursion bug. changed to
22860: get@execute, but needs array iterator, separate from array to
22861: avoid it & use caching
22862:
22863: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22864: bug fixed
22865:
22866: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22867: main/execute.C, main/pa_globals.C: found another multithread bug
22868: in op.C (last, last global var killed) :)
22869:
22870: 2001-08-01 parser
22871:
22872: * src/: include/pa_dictionary.h, include/pa_globals.h,
22873: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22874: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22875: main/untaint.C: speeded up typo-html replacements. introducing
22876: Dictionary with first-char caching
22877:
22878: 2001-07-31 parser
22879:
22880: * src/types/Makefile.am: pa_vtable.C added to .am
22881:
22882: * src/main/compile.tab.C: added, so that could be compiled even on
22883: non-bison-enabled platforms
22884:
22885: 2001-07-28 parser
22886:
22887: * src/classes/table.C: table:hash always produces hash, when can't
22888: - empty
22889:
22890: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22891: skipped \n
22892:
22893: 2001-07-27 parser
22894:
22895: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22896: on int/double/string :sql without result and default
22897:
22898: 2001-07-26 parser
22899:
22900: * src/classes/op.C: fixed bad multithread bug with strangly global
22901: OP
22902:
22903: * src/main/compile.y: $man[$.age[zzz]] 0
22904:
22905: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22906: creation syntax problem persists. restored $: for a while.
22907: thinking of $man[$.age[zzz]] syntax now
22908:
22909: * src/: classes/double.C, classes/int.C, classes/string.C,
22910: include/pa_opcode.h, main/compile.C, main/compile.y,
22911: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22912: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22913: types/pa_wwrapper.h: fixing :: realization #1
22914:
22915: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22916: main/compile_tools.h, main/execute.C, main/pa_request.C,
22917: types/pa_vmethod_frame.h: introducing :: this is constructor call
22918: prefix. ordinary : remains for static accesses
22919:
22920: 2001-07-25 parser
22921:
22922: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22923: fields 2. methods 3. columns
22924:
22925: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22926: quote. optimized double&int tostring-s
22927:
22928: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22929: whitespace before first method decl
22930:
22931: * src/classes/table.C: allowed nontable result in table:sql,
22932: results in empty table
22933:
22934: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22935: lines before first method decl
22936:
22937: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22938: types/pa_vtable.h: ^table.record[] now $table.fields
22939:
22940: * src/main/compile.y: $var[] is now empty string, not void
22941:
22942: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22943: void
22944:
22945: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22946: main/pa_globals.C: match replace code context moved to implicit
22947: $match context
22948:
22949: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22950: main/compile_tools.h, main/execute.C: with killed, code storage
22951: introduced with former 'with' syntax
22952:
22953: 2001-07-24 parser
22954:
22955: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22956: types/pa_value.h: first get_element, next get operator
22957:
22958: * src/main/compile.y: removed @end handling
22959:
22960: * src/main/: compile.C, compile.y: @end handling method2
22961:
22962: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22963: file:move
22964:
22965: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22966: fixed
22967:
22968: 2001-07-23 parser
22969:
22970: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22971: driver
22972:
22973: * src/classes/hash.C: changed sql driver query interface
22974:
22975: * src/: classes/hash.C, classes/string.C, classes/table.C,
22976: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22977: changed sql driver query interface
22978:
22979: 2001-07-20 parser
22980:
22981: * src/types/pa_vrequest.C: X!$browser:type
22982:
22983: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22984: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22985: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22986: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22987: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22988: types/pa_vobject.h, types/pa_vrequest.C,
22989: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22990: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22991: BASE element globally removed
22992:
22993: 2001-07-18 parser
22994:
22995: * src/classes/file.C: file:exec/cgi msg
22996:
22997: * src/classes/file.C: $file:exit-code renamed to 'status'
22998:
22999: * src/: classes/file.C, main/pa_exec.C: file:exec
23000:
1.116 moko 23001: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23002: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23003: removed $id from *.in *.am
1.95 moko 23004:
23005: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23006: abbrevations
23007:
23008: * src/: classes/date.C, classes/mail.C, classes/math.C,
23009: classes/string.C, classes/table.C, include/pa_globals.h,
23010: include/pa_string.h, main/execute.C, main/pa_globals.C,
23011: main/pa_request.C, main/pa_string.C, main/untaint.C,
23012: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23013: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23014: $ORIGINS(1) output tracing mode
23015:
23016: 2001-07-13 parser
23017:
23018: * src/: classes/double.C, classes/int.C, classes/string.C,
23019: include/pa_request.h, main/execute.C, main/pa_request.C:
23020: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23021: second would not call first @auto
23022:
23023: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23024: wrong, fixed
23025:
23026: 2001-07-12 parser
23027:
23028: * src/types/pa_value.h: pa_value.putelement modification of system
23029: classes prevented
23030:
23031: 2001-07-11 parser
23032:
23033: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23034: table $piece
23035:
23036: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23037: types/pa_vstateless_class.h: $file created by file:state +=
23038: .atime .mtime .ctime +found&fixed bug with exceptions on
23039: get_junction-created objects [they were on wrong pool]
23040:
23041: 2001-07-09 parser
23042:
23043: * src/main/untaint.C: qp wrong name
23044:
23045: * src/: classes/date.C, classes/string.C, classes/table.C,
23046: main/compile.y: date format 0
23047:
23048: 2001-07-07 parser
23049:
23050: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23051: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23052: roll table calendar
23053:
23054: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23055: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23056: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23057: include/pa_request.h, main/main.dsp, types/pa_value.h,
23058: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23059: string. todo: sql, calendar
23060:
23061: 2001-07-06 parser
23062:
23063: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23064: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23065:
23066: 2001-07-03 parser
23067:
23068: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23069: classes/random.C, main/main.dsp: class random renamed to math,
23070: operators became methods
23071:
23072: * src/classes/op.C: pow sqrt
23073:
23074: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23075:
23076: 2001-07-02 parser
23077:
23078: * src/classes/table.C: ^table.columns column renamed from 'name' to
23079: 'column'
23080:
23081: * src/classes/hash.C: ^hash.keys[]
23082:
23083: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23084:
23085: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23086: 'strings'
23087:
23088: 2001-06-29 parser
23089:
23090: * src/main/: execute.C: /0 %0 checkes ver 2
23091:
23092: * src/main/execute.C: /0 %0 checke
23093:
23094: * src/classes/Makefile.am: nothing - void
23095:
23096: * src/classes/table.C: empty strings @ sql
23097:
23098: 2001-06-28 parser
23099:
23100: * src/: classes/double.C, classes/file.C, classes/form.C,
23101: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23102: classes/op.C, classes/random.C, classes/response.C,
23103: classes/string.C, classes/table.C, classes/void.C,
23104: main/compile.C, main/compile_tools.C, main/execute.C,
23105: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23106: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23107: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23108: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23109: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23110: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23111: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23112: $";
23113:
23114: * src/: classes/double.C, classes/file.C, classes/form.C,
23115: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23116: classes/op.C, classes/random.C, classes/response.C,
23117: classes/string.C, classes/table.C, classes/void.C,
23118: main/compile.C, main/compile.y, main/compile_tools.C,
23119: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23120: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23121: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23122: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23123: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23124: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23125:
23126: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23127: $class:name: == ${class:name}:
23128:
23129: * src/classes/string.C: exactly one
23130:
23131: 2001-06-27 parser
23132:
23133: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23134: types/pa_vvoid.h: nothing renamed to void
23135:
23136: * src/classes/op.C: ^switch ^case
23137:
23138: * src/main/compile.y: nothing renamed to void
23139:
23140: * src/: classes/hash.C, classes/table.C, main/compile.y,
23141: main/execute.C, main/main.dsp, main/pa_request.C,
23142: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23143: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23144: void
23145:
23146: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23147:
23148: 2001-05-28 parser
23149:
23150: * src/doc/html2chm.cmd: removed >a
23151:
23152: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23153: project options [some bugs]
23154:
23155: * src/doc/sources2html.cmd: z
23156:
23157: * src/: classes/classes.C, main/compile.C, main/compile.y,
23158: main/execute.C: operators are not in root class again
23159:
23160: 2001-05-24 parser
23161:
23162: * src/targets/cgi/parser3.dsp: project file
23163:
23164: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23165: ^log ^exp
23166:
23167: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23168: conversions in @exception[params]
23169:
23170: * src/main/pa_request.C: // no _ conversions in @exception[params]
23171:
23172: 2001-05-23 parser
23173:
23174: * src/main/pa_string.C: string cmp bug
23175:
23176: * src/classes/: mail.C, op.C: rem max 1000
23177:
23178: * src/: classes/op.C, main/compile.y: allow one empty line before
23179: LS_DEF_NAME
23180:
23181: 2001-05-22 parser
23182:
23183: * src/classes/op.C: if params code-required
23184:
23185: 2001-05-21 parser
23186:
23187: * src/types/pa_vstring.C: eoleof
23188:
23189: * src/classes/Makefile.am: .AM
23190:
23191: * src/classes/nothing.C: resultless ^sql moved to nothing:
23192:
23193: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23194:
23195: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23196: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23197: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23198: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23199: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23200: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23201: 'nothing'
23202:
23203: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23204: vstring::set_string
23205:
23206: * src/classes/: double.C, int.C, string.C: int,double;sql
23207:
23208: * src/: classes/hash.C, classes/int.C, classes/string.C,
23209: classes/table.C, include/pa_string.h, main/pa_string.C,
23210: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23211:
23212: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23213: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23214: hash:sql moved to main trunc. operators.txt updated
23215:
23216: * src/classes/: hash.C, op.C, table.C: hash:sql
23217:
23218: * src/classes/op.C: z
23219:
23220: * src/: main/compile.C, classes/classes.C: 1
23221:
23222: * src/: classes/classes.C, main/compile.C, main/compile.y,
23223: main/execute.C: 0
23224:
23225: * src/main/execute.C: z
23226:
23227: * src/targets/cgi/parser3.C: z
23228:
23229: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23230: site_auto_path "." in that case
23231:
23232: * src/targets/cgi/: parser3.C: z
23233:
23234: * src/main/pa_request.C: .am
23235:
23236: * src/: main/pa_request.C, targets/cgi/parser3.C:
23237: pcre_tables=pcre_default_tables;
23238:
23239: 2001-05-19 parser
23240:
23241: * src/main/pa_string.C: z
23242:
23243: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23244: introducing String::cstr_bufsize, returns just size+1 for as_is
23245: target.
23246:
23247: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23248: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23249: used, 4* mem wasted
23250:
23251: * src/classes/string.C: root context in match replace body now
23252: unchanged
23253:
23254: * src/types/pa_value.h: parameter # 1 based
23255:
23256: * src/main/pa_common.C: common: actual filename '%s'
23257:
23258: * src/classes/string.C: z
23259:
23260: * src/classes/Makefile.am: classes/.am
23261:
23262: * src/classes/: Makefile.am: classes/.am
23263:
23264: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23265: targets/cgi/pa_pool.C: classes/.am
23266:
23267: 2001-05-18 parser
23268:
1.116 moko 23269: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23270: pa_threads.C ins
1.95 moko 23271:
23272: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23273:
23274: 2001-05-17 parser
23275:
23276: * src/: classes/string.C, include/pa_config_fixed.h,
23277: include/pa_config_includes.h, main/compile.y,
23278: main/compile_tools.h, main/execute.C, main/pa_array.C,
23279: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23280: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23281: types/pa_vform.C: #include "pa_config_includes.h" removed from
23282: most .C
23283:
23284: * src/doc/html2chm.cmd: z
23285:
23286: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23287: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23288:
23289: * src/main/pa_sql_driver_manager.C: moved expiration to
23290: get_connection_from_cache
23291:
23292: * src/main/pa_sql_driver_manager.C: cache expiration bf
23293:
23294: * src/: classes/classes.h, include/pa_sql_connection.h,
23295: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23296: cache expiration[use SQL_Driver::disconnect]
23297:
23298: * src/main/pa_table.C: table.locate current restored on "not found"
23299:
23300: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23301: line no
23302:
23303: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23304: ANTI_ENDLESS_EXECUTE_RECOURSION
23305:
23306: * src/: classes/op.C, include/pa_sql_connection.h,
23307: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23308: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23309: 1driver and set_services fight for driver::fservices. before fix
23310:
23311: * src/: classes/op.C, include/pa_config_fixed.h,
23312: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23313: main/pa_sql_driver_manager.C: found problem at last: 2connections
23314: own 1driver and set_services fight for driver::fservices. before
23315: fix
23316:
23317: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23318: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23319: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23320: pa_threads.C
23321:
23322: * src/include/pa_threads.h: removed targets/parser
23323:
23324: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23325: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23326: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23327: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23328: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23329: headers
23330:
23331: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23332: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23333: order prevented sqlmanager to see MULTYTHREAD define
23334:
23335: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23336: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23337: put/gets
23338:
23339: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23340: from hash.h
23341:
23342: * src/: classes/op.C, include/pa_sql_connection.h,
23343: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23344: from cache ->set_services(&services);
23345:
23346: 2001-05-16 parser
23347:
23348: * src/targets/cgi/parser3.C: z
23349:
23350: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23351: debug, #ifdefed some. would debug later, on more precise sample
23352: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23353: $name.$tail[$tail!] $name.$tail } ok3
23354:
23355: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23356: removed array debug. before vstring rebasing
23357:
23358: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23359: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23360: array debugged; adjusted
23361:
23362: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23363: SQL_Driver_manager line no for connect/charset errors
23364:
23365: 2001-05-15 parser
23366:
23367: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23368: main/pa_string.C: string+array made linear grows
23369:
23370: * src/: include/pa_string.h, main/pa_string.C,
23371: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23372: grow lineary, not exponentialy
23373:
23374: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23375: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23376: with fullchunk cmps
23377:
23378: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23379: 70041= 81
23380:
23381: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23382: targets/cgi/parser3.C: detected huge mem allocation: size/times
23383: malloc 27809390/368771, calloc 3232/83. would test now
23384:
23385: * src/: classes/random.C, main/compile.y, main/execute.C,
23386: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23387: numbered params had wrong name - for instance: bad error message
23388: in ^for[] bad body type. fixed
23389:
23390: 2001-05-14 parser
23391:
23392: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23393: main/untaint.C: ^string.upper|lower[]
23394:
23395: 2001-05-11 parser
23396:
23397: * src/: classes/double.C, classes/image.C, classes/op.C,
23398: classes/string.C, classes/table.C, classes/unknown.C,
23399: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23400: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23401: types/pa_vunknown.h: op: MAX_LOOPS as_int
23402:
23403: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23404: .dsp for win32tools
23405:
23406: 2001-05-11 paf
23407:
23408: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23409: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23410: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23411: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23412:
23413: 2001-05-10 paf
23414:
23415: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23416: for C++, that's all
23417:
1.116 moko 23418: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23419: pa_config_includes.h: inline wonders
1.95 moko 23420:
23421: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23422: doc/doxygen.cmd: hash.C added
23423:
23424: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23425:
23426: * src/main/compile.y: @end grammar: allowed zero strings in control
23427: menthod
23428:
23429: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23430: pa_vstateless_object.h: changed priority: field before method
23431: lookup in vclass & vobject
23432:
23433: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23434: grammar: priorities changes [lowerd && prior] vobject: now first
23435: fields, next methods
23436:
23437: 2001-05-08 paf
23438:
23439: * src/main/pa_table.C: table columnname2item on nameless ignored
23440: bark=false. fixed
23441:
23442: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23443: types/pa_vmethod_frame.h: hash:default works at last!
23444:
23445: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
23446: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
23447: hash:default
23448:
23449: * src/classes/table.C: z
23450:
23451: * src/classes/table.C: table:hash always hash of hash now
23452:
23453: * src/classes/table.C: table:empty return bool now
23454:
23455: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
23456: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23457: types/pa_vtable.h: table:hash
23458:
23459: * src/classes/table.C: table:record have name
23460:
23461: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
23462: returns vunknown
23463:
23464: * src/classes/: double.C, int.C, op.C, string.C:
23465: int,double,string:int[] double[] string:length[] results now have
23466: hames
23467:
23468: * src/: classes/op.C, classes/table.C, main/main.dsp,
23469: types/pa_vtable.h: removed table:find. table:locate and op:eval
23470: now return bool
23471:
23472: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
23473: in method checkparams again. fixed
23474:
23475: 2001-05-07 paf
23476:
23477: * src/doc/chm.cmd: cmd
23478:
23479: * src/: classes/image.C, classes/mail.C, classes/string.C,
23480: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
23481: types/pa_value.h: method reported errors on wrong pool
23482:
23483: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
23484: now
23485:
23486: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
23487: include/code.h, include/pa_opcode.h, main/compile.C,
23488: main/compile_tools.h, main/execute.C, types/pa_value.h,
23489: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23490: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23491: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
23492: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23493: types/pa_vmethod_frame.h, types/pa_vobject.h,
23494: types/pa_vrequest.h, types/pa_vresponse.h,
23495: types/pa_vstateless_class.h, types/pa_vstring.h,
23496: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23497: types/pa_wwrapper.h: pa_code.h
23498:
23499: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
23500:
23501: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
23502: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
23503: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23504: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
23505: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23506: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
23507: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
23508: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
23509: types/pa_vtable.h: dox, split by not clean parts also
23510:
23511: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23512: types/pa_vtable.h: table: fields, then methods. so to enable
23513: 'dir' fields & co. more
23514:
23515: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
23516: so to enable 'dir' fields & co.
23517:
23518: * src/main/compile.y: grammar: @end
23519:
23520: 2001-05-04 paf
23521:
23522: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
23523: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
23524:
23525: * src/: classes/classes.h, classes/double.C, classes/file.C,
23526: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23527: classes/op.C, classes/random.C, classes/response.C,
23528: classes/string.C, classes/table.C, classes/unknown.C,
23529: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
23530: method dox
23531:
23532: 2001-05-03 paf
23533:
23534: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
23535: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23536: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
23537: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23538: doc/string.dox, doc/targets.dox, doc/value.dox,
23539: main/pa_request.C: dox splitted .dox files and added some
23540:
23541: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
23542:
23543: 2001-05-02 paf
23544:
23545: * src/classes/: image.C, table.C: table:dir result are not tainted
23546: by file_name language now
23547:
23548: 2001-04-28 paf
23549:
23550: * src/classes/classes.inc: removed classes.inc
23551:
23552: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
23553: from .am
23554:
23555: * src/classes/classes.awk: skipped classes in .awk
23556:
23557: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
23558: classes/classes.inc, classes/double.C, classes/file.C,
23559: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
23560: classes/string.C, classes/table.C, classes/unknown.C,
23561: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
23562: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
23563: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
23564: pa_methoded back to classes/classes.h
23565:
23566: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
23567:
23568: * src/: classes/Makefile.am, classes/classes.awk,
23569: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
23570: classes/ls.exe, main/bison.exe: classes.inc autogenerator
23571:
23572: * src/: classes/classes.C, classes/classes.h, classes/double.C,
23573: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
23574: classes/response.C, classes/string.C, classes/table.C,
23575: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
23576: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
23577: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
23578: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
23579: include|main/pa_methoded
23580:
23581: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
23582: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
23583:
23584: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
23585: moved some configured data to request::classes_conf moved some
23586: string crations from globals to M... [works]
23587:
23588: * src/: classes/form.C, classes/mail.C, classes/op.C,
23589: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
23590: main/pa_request.C: moved some configured data to
23591: request::classes_conf moved some string crations from globals to
23592: M...
23593:
23594: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
23595: about to move configured data to special request hash
23596:
23597: * src/: classes/classes.C, classes/classes.h, classes/file.C,
23598: classes/form.C, classes/mail.C, include/pa_request.h,
23599: main/pa_request.C: configure started
23600:
23601: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
23602: 2. todo: methoded-configure
23603:
23604: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23605: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23606: classes/_random.h, classes/_response.h, classes/_string.h,
23607: classes/_table.h, classes/_unknown.h, classes/classes.inc,
23608: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23609: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23610: classes/random.C, classes/response.C, classes/string.C,
23611: classes/table.C, classes/unknown.C, include/pa_globals.h,
23612: include/pa_request.h, main/compile.y, main/execute.C,
23613: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23614: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23615: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
23616: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
23617: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23618: types/pa_vrequest.h, types/pa_vresponse.h,
23619: types/pa_vstateless_class.h, types/pa_vstring.h,
23620: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23621: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
23622: methoded-configure
23623:
23624: * src/: classes/file.C, classes/table.C, main/compile.y,
23625: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
23626: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
23627: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
23628:
23629: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
23630: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23631: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23632: classes/random.C, classes/response.C, classes/string.C,
23633: classes/table.C, classes/unknown.C, include/pa_request.h,
23634: main/compile.y, main/execute.C, main/pa_globals.C,
23635: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
23636: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
23637: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
23638: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
23639: beautifying just compiled. todo: debug, configure
23640:
23641: 2001-04-27 paf
23642:
23643: * src/: classes/file.C, classes/image.C, classes/table.C,
23644: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
23645: beautifying -99
23646:
23647: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
23648: classes/_response.h, classes/_unknown.h, classes/classes.C,
23649: classes/classes.h, classes/double.C, classes/file.C,
23650: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23651: classes/op.C, classes/random.C, classes/response.C,
23652: classes/string.C, include/pa_globals.h, main/main.dsp,
23653: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
23654: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23655: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
23656: types/pa_vunknown.h: beautifying -100
23657:
23658: * src/main/compile.y: serge@ found @CLASS bug. fixed
23659:
23660: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
23661: classes/_op.h, classes/_random.h, classes/_table.h,
23662: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
23663: classes/op.C, classes/random.C, classes/response.C,
23664: classes/string.C, classes/table.C, classes/unknown.C,
23665: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23666: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23667: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
23668: beautifying
23669:
23670: 2001-04-26 paf
23671:
23672: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
23673:
23674: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
23675: documentation ++
23676:
23677: * src/: classes/_exec.h, doc/doxygen.cfg,
23678: include/pa_config_fixed.h, include/pa_config_includes.h,
23679: targets/cgi/pa_pool.C: code documentation ++
23680:
23681: * src/: classes/_image.h, classes/op.C, classes/random.C,
23682: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23683: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23684: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23685: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23686: types/pa_vmethod_frame.h, types/pa_vobject.h,
23687: types/pa_vrequest.C, types/pa_vrequest.h,
23688: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23689: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23690: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23691: code documentation ++
23692:
23693: * src/: classes/image.C, classes/mail.C, classes/string.C,
23694: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23695: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23696: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23697: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23698: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23699: types/pa_vobject.h, types/pa_vstateless_class.h,
23700: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23701:
23702: * src/main/: pa_request.C, pa_string.C: z
23703:
23704: * src/: include/pa_common.h, include/pa_types.h,
23705: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23706: connection caching fixed. request-pooled-url were stored into
23707: global connectioncache
23708:
23709: 2001-04-25 paf
23710:
23711: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23712: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23713:
23714: * src/: include/code.h, include/pa_common.h, main/compile.y,
23715: main/execute.C, main/pa_common.C: -d
23716:
23717: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23718: illegal call check a bit improved, but still under iis no mapping
23719: of dir with parser allowed!
23720:
23721: 2001-04-24 paf
23722:
23723: * src/targets/Makefile.am: apache module lib .am
23724:
23725: * src/main/pa_exec.C: windows32 buildCommand
23726:
23727: 2001-04-23 paf
23728:
23729: * src/targets/cgi/Makefile.am: win32 conditional
23730:
23731: * src/targets/cgi/Makefile.am: win32 conditional
23732:
23733: * src/targets/cgi/Makefile.am: liblink
23734:
23735: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23736: vfile fields return type
23737:
23738: * src/types/pa_vfile.h: vfile fields return type
23739:
23740: * src/include/pa_config_auto.h.in: .h.in
23741:
23742: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23743: types/Makefile: makefiles removed
23744:
23745: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23746: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23747:
23748: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23749: [tested: i & g ]
23750:
23751: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23752: @test noticed series in isapi, check how initialize_random_class
23753: is called! [must be called only once]
23754:
23755: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23756: would not be 'unknown column'
23757:
23758: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23759: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23760:
23761: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23762: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23763: [now doesnt]
23764:
23765: * src/targets/cgi/parser3.C: cgi cmdline ver
23766:
23767: * src/targets/cgi/parser3.C: cgi /// @test disable
23768: /cgi-bin/parser3/auto.p
23769:
23770: * src/main/untaint.C: untaint without charset
23771:
23772: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23773: main/pa_common.C: common: file_write /// @test mkdirs
23774: file_delete rmdirs
23775:
23776: * src/main/untaint.C: mail header only once to =?
23777:
23778: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23779: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23780: main/untaint.C: untaint - @test optimize whitespaces for
23781: all but 'html'
23782:
23783: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23784: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23785: main/untaint.C: untaint - @test mail-header
23786:
23787: 2001-04-20 paf
23788:
23789: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23790: include/pa_request.h, include/pa_string.h, main/compile.y,
23791: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23792: targets/cgi/parser3.C: $MAIN:LOCALE
23793:
23794: * src/main/untaint.C: z
23795:
23796: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23797:
23798: 2001-04-19 paf
23799:
23800: * src/main/compile_tools.h: $a$b bugfix
23801:
23802: * src/targets/cgi/parser3.C: z
23803:
23804: * src/classes/file.C: z
23805:
23806: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23807: done: header to $fields. waits for header '\' tricks
23808:
23809: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23810: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23811: changed urlencode here and in untaint.C to HTTP standard's " and
23812: \" mech
23813:
23814: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23815: http://alx/~paf/ doesnt load /auto.p
23816:
23817: 2001-04-18 paf
23818:
23819: * src/main/pa_request.C: 1
23820:
23821: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23822: linux @alx
23823:
23824: 2001-04-17 paf
23825:
23826: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23827: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23828: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23829: enabled
23830:
23831: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23832: classes/_exec.h, classes/_file.h, classes/_form.h,
23833: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23834: classes/_random.h, classes/_response.h, classes/_string.h,
23835: classes/_table.h, classes/_unknown.h, classes/file.C,
23836: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23837: include/pa_config_fixed.h, include/pa_config_includes.h,
23838: include/pa_hash.h, include/pa_sql_driver_manager.h,
23839: include/pa_version.h, main/Makefile.am, main/compile.y,
23840: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23841: main/pa_sql_driver_manager.C, sql/Makefile.am,
23842: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23843: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23844: types/pa_vform.C, types/pa_vimage.h: exec @jav
23845:
23846: * src/: include/pa_sql_driver_manager.h,
23847: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23848: types/pa_vimage.h: sql driver interface now has initialize(client
23849: .so)
23850:
23851: 2001-04-16 paf
23852:
23853: * src/Makefile.am: compile2 cygwin
23854:
23855: * src/: include/pa_config_includes.h, main/pa_exec.C,
23856: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23857:
23858: * src/targets/cgi/Makefile.am: compile0 jav
23859:
23860: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23861: classes/_exec.h, classes/_file.h, classes/_form.h,
23862: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23863: classes/_random.h, classes/_response.h, classes/_string.h,
23864: classes/_table.h, classes/_unknown.h, classes/image.C,
23865: classes/mail.C, classes/op.C, classes/random.C,
23866: include/pa_config_fixed.h, include/pa_config_includes.h,
23867: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23868: main/compile.y, main/pa_common.C, main/pa_exec.C,
23869: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23870: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23871: compile-1
23872:
23873: 2001-04-15 paf
23874:
23875: * src/classes/op.C: z
23876:
23877: * src/classes/table.C: table:empty +=process
23878:
23879: * src/types/pa_value.h: MethodParams !junction
23880:
23881: * src/: classes/_string.h, classes/double.C, classes/file.C,
23882: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23883: classes/random.C, classes/response.C, classes/string.C,
23884: classes/table.C, classes/unknown.C, main/pa_request.C:
23885: MethodParams everywhere
23886:
23887: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23888: types/pa_vmethod_frame.h: MethodParams in op.C
23889:
23890: 2001-04-12 paf
23891:
23892: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23893:
23894: * src/: classes/_unknown.h, classes/unknown.C,
23895: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23896: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23897:
23898: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23899:
23900: * src/classes/image.C: image:gif now does not have params
23901:
23902: * src/classes/image.C:
23903: image:line/fill/rectangle/bar/replace/polygon/polybar
23904:
23905: * src/: classes/image.C, classes/op.C, main/execute.C,
23906: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23907: for var now written not to r.wcontext, but to r.root cleared
23908: "entered_object" state
23909:
23910: 2001-04-11 paf
23911:
23912: * src/classes/image.C: image:create image:load
23913:
23914: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23915: just compiled
23916:
23917: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23918: todo: gif without file
23919:
23920: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23921: started porting to Pooled descendant
23922:
23923: * src/: classes/image.C, main/execute.C, main/main.dsp,
23924: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23925: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23926: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23927:
23928: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23929: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23930: end. switching to python imaging lib
23931:
23932: * src/main/main.dsp: gd+smtp made separate libs
23933:
23934: * src/: include/pa_globals.h, include/pa_string.h,
23935: main/pa_common.C, main/pa_request.C, main/untaint.C,
23936: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23937: length
23938:
23939: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23940: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23941: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23942: UL_FILE_NAME of posted file name
23943:
23944: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23945: post [broke when moved post read to core]
23946:
23947: 2001-04-10 paf
23948:
23949: * src/classes/image.C: image:html done
23950:
23951: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23952:
23953: * src/classes/image.C: z
23954:
23955: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23956: forgotten!
23957:
23958: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23959: main/pa_request.C, main/pa_string.C, main/untaint.C,
23960: types/pa_vimage.h: image:measure -90
23961:
23962: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23963: classes/_int.h, classes/_mail.h, classes/_op.h,
23964: classes/_random.h, classes/_response.h, classes/_string.h,
23965: classes/_table.h, classes/file.C, classes/mail.C,
23966: include/pa_common.h, include/pa_globals.h, main/execute.C,
23967: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23968: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23969: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23970: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23971: compiled
23972:
23973: * src/classes/mail.C: minor bug with unclear from/to
23974:
23975: * src/classes/mail.C: sendmail unix skipping defaults
23976:
23977: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23978: sendmail unix added defaults
23979:
23980: * src/classes/mail.C: unix sendmail compiled. todo:testing
23981:
23982: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23983:
23984: 2001-04-09 paf
23985:
23986: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23987: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23988: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23989: targets/isapi/parser3isapi.dsp: all targets exec
23990:
23991: * src/: include/pa_sapi.h, include/pa_string.h,
23992: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23993: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23994: args in apache:util.script
23995:
23996: * src/include/pa_string.h: written but not tested exec with env for
23997: unix
23998:
23999: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24000: targets/cgi/parser3.C: exec win32 env
24001:
24002: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24003: 0
24004:
24005: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24006: main/execute.C, main/main.dsp, main/pa_globals.C,
24007: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24008: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24009:
24010: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24011: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24012:
24013: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24014: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24015:
24016: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24017: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24018: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24019: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24020: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24021: exec class just compiled. moved post read to request core
24022:
24023: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24024: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24025: main/pa_globals.C, targets/cgi/parser3.C,
24026: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24027: are already read by vform
24028:
24029: 2001-04-08 paf
24030:
24031: * src/: classes/file.C, classes/mail.C, classes/string.C,
24032: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24033: uuencode. string<<
24034:
24035: 2001-04-07 paf
24036:
24037: * src/classes/mail.C: z
24038:
24039: * src/classes/mail.C: z
24040:
24041: * src/classes/mail.C: ^mail[$attach
24042:
24043: * src/classes/mail.C: ^attach dead end
24044:
24045: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24046: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24047: targets/isapi/parser3isapi.C: mail:send 1
24048:
24049: * src/: classes/mail.C, main/pa_request.C: z
24050:
24051: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24052: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24053: compiled
24054:
24055: * src/classes/mail.C: +=
24056:
24057: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24058: prepared
24059:
24060: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24061: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24062: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24063: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24064:
24065: 2001-04-06 paf
24066:
24067: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24068: main/pa_string.C: table:dir 1
24069:
24070: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24071: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24072:
24073: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24074: classes/root.C, include/pa_globals.h, include/pa_request.h,
24075: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24076: main/pa_request.C: renamed 'root' to 'op'
24077:
24078: * src/classes/: _op.h, op.C: renamed from 'root'
24079:
24080: * src/types/pa_valiased.C: another root inherititance skipped
24081:
24082: * src/main/: compile.C, compile.y, execute.C: operators are now not
24083: root methods of parent class. just 'ROOT' class
24084:
24085: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24086: @office
24087:
24088: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24089:
24090: 2001-04-05 paf
24091:
24092: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24093: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24094: constructor flag dropped at get_method_frame and remembered into
24095: method_frame
24096:
24097: * src/: classes/file.C, classes/root.C, classes/string.C,
24098: classes/table.C, main/pa_request.C: junction to code&expression
24099: in errors
24100:
24101: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24102: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24103: $LOCALE:ctype[Russian_Russia.1251]
24104:
24105: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24106: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24107: main/pa_table.C: hash now not thread-safe.
24108:
24109: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24110: main/untaint.C: z
24111:
24112: * src/: classes/random.C, classes/root.C, classes/table.C,
24113: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24114: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24115: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24116: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24117:
24118: * src/: classes/table.C, include/pa_sql_connection.h,
24119: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24120:
24121: * src/classes/table.C: select * from hren error contains statement
24122:
24123: * src/: classes/table.C, include/pa_sql_connection.h,
24124: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24125: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24126:
24127: * src/: classes/root.C, include/pa_sql_connection.h,
24128: include/pa_sql_driver.h, main/main.dsp,
24129: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24130: services for conv memory & error reporting
24131:
24132: 2001-04-04 paf
24133:
24134: * src/doc/doxygen.cfg: z
24135:
24136: * src/include/pa_sql_driver.h: mysql connect
24137:
24138: * src/include/pa_sql_driver.h: mysql info
24139:
24140: * src/: classes/root.C, include/pa_sql_driver.h,
24141: include/pa_sql_driver_manager.h, main/main.dsp,
24142: main/pa_sql_driver_manager.C: more manager&connection&driver
24143:
24144: * src/sql/Makefile.am: forgot to add mysql client
24145:
24146: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24147: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24148: [forgot to add libltdl, added]
24149:
24150: * src/: Makefile.am, classes/root.C, classes/string.C,
24151: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24152: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24153: include/pa_string.h, include/pa_table.h, main/main.dsp,
24154: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24155: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24156: -1000 just compiled
24157:
24158: * src/: classes/random.C, classes/root.C, classes/table.C,
24159: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24160: main/pa_request.C, types/pa_vclass.h: sql frame -10
24161:
24162: 2001-04-03 paf
24163:
24164: * src/types/pa_vform.C: z
24165:
24166: * src/: classes/string.C, types/pa_vform.C: string:match replace
24167: assigned lang
24168:
24169: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24170: {}[]< empty []
24171:
24172: * src/: classes/file.C, classes/string.C, classes/table.C,
24173: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24174: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24175:
24176: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24177: string:match replace strange matches
24178:
24179: * src/classes/string.C: string:match replace 0
24180:
24181: * src/: classes/string.C, main/pa_string.C: string:match replace
24182: prepared 2
24183:
24184: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24185: string:match replace prepared
24186:
24187: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24188: string:match replace -11
24189:
24190: * src/: classes/string.C, include/pa_globals.h,
24191: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24192: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24193:
24194: * src/: classes/string.C, include/pa_globals.h,
24195: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24196: main/pa_string.C: string:match [search] -1 just compiled
24197:
24198: * src/types/pa_vstring.C: z
24199:
24200: * src/: classes/double.C, classes/file.C, classes/form.C,
24201: classes/int.C, classes/response.C, classes/root.C,
24202: classes/string.C, classes/table.C, include/pa_string.h,
24203: main/pa_string.C: string:match -10 [frame]
24204:
24205: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24206: main/pa_request.C: z
24207:
24208: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24209: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24210: todo/tests
24211:
24212: * src/include/pa_common.h: z
24213:
24214: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24215: main/pa_request.C, targets/cgi/parser3.C,
24216: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24217: content-disposition
24218:
24219: * src/: include/pa_common.h, include/pa_globals.h,
24220: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24221: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24222:
24223: * src/: include/pa_common.h, include/pa_request.h,
24224: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24225: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24226: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24227: response:body
24228:
24229: * src/classes/table.C: table:append now uses string::split
24230:
24231: * src/classes/table.C: z
24232:
24233: * src/: classes/file.C, classes/root.C, classes/string.C,
24234: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24235: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24236: include/pa_string.h, main/execute.C, main/pa_string.C,
24237: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24238: string::pos & cmp & piece bugs fixed. string::split new
24239: table:load separated from set table:set implemented with clean \n
24240: \t searches
24241:
24242: 2001-04-02 paf
24243:
24244: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24245: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24246: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24247: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24248: it in table:set/load
24249:
24250: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24251: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24252:
24253: * src/classes/random.C: random:generate 1
24254:
24255: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24256: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24257: types/pa_value.h: random:generate
24258:
24259: 2001-03-30 paf
24260:
24261: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24262: todo: table flip and append. string::pos
24263:
24264: * src/: classes/double.C, classes/file.C, classes/int.C,
24265: classes/response.C, classes/root.C, classes/string.C,
24266: classes/table.C, main/compile.y, main/execute.C,
24267: types/pa_value.h, types/pa_vstateless_class.C,
24268: types/pa_vstateless_class.h: static|dynamic|any method
24269: registration
24270:
24271: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24272: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24273: table:flip
24274:
24275: 2001-03-29 paf
24276:
24277: * src/classes/string.C: string:xsplit forgot that they must result
24278: in 1 row N column [not vice versa]
24279:
24280: * src/classes/string.C: z
24281:
24282: * src/classes/string.C: string: rsplit
24283:
24284: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24285: string: lsplit
24286:
24287: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24288: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24289: lsplit -1
24290:
24291: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24292: string: pos
24293:
24294: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24295: string: pos -1
24296:
24297: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24298: main/compile.y, main/pa_request.C, main/pa_string.C,
24299: main/untaint.C: string: left right mid
24300:
24301: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24302: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24303: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24304: and [;] are different now.
24305:
24306: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24307: main/untaint.C: pool.request undone
24308:
24309: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24310: main/untaint.C: pool.request
24311:
24312: 2001-03-28 paf
24313:
24314: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24315: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24316: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24317: $request:browser [.type .version]; unknown.get_double now = 0.
24318:
24319: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24320: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24321: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24322: types/pa_vform.C: file:load autodetection of mime-type by
24323: user-file-name
24324:
24325: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24326: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24327: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24328:
24329: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24330: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24331: write. must be self.set
24332:
24333: * src/: classes/file.C, classes/root.C, classes/table.C,
24334: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24335:
24336: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24337: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24338: types/pa_vtable.h: table:locate just compiled
24339:
24340: 2001-03-27 paf
24341:
24342: * src/main/: execute.C, pa_common.C: fixed r/w context of
24343: code-params2, fixed ntfs hardlink slow dir update
24344:
24345: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24346: types/pa_wcontext.h: fixed r/w context of code-params
24347:
24348: * src/: classes/table.C, main/execute.C: about to change junction
24349: rcontext!!
24350:
24351: * src/: classes/double.C, classes/int.C, classes/root.C,
24352: classes/string.C, classes/table.C, main/compile_tools.C,
24353: main/execute.C, main/pa_request.C, main/untaint.C,
24354: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24355: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24356: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24357: types/pa_vunknown.h: sort 0
24358:
24359: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24360: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24361: renamed to are_static_calls_disabled
24362:
24363: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24364: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24365: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24366: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24367:
24368: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24369:
24370: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24371: started table:sort fixed minor bug in #...^{
24372:
24373: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24374: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24375: decided to have as it were. stepped back. grammar: added 'in'
24376: 'is' 'lt'&co follow-space check
24377:
24378: 2001-03-26 paf
24379:
24380: * src/: classes/file.C, classes/root.C, classes/table.C,
24381: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24382: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24383: main/pa_table.C: moved ::save to pa_table. disabled @auto
24384: invocation in ^process
24385:
24386: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24387:
24388: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24389: main/pa_array.C: table:record
24390:
24391: * src/: main/untaint.C, targets/cgi/parser3.C,
24392: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24393: targets/isapi/pool_storage.h, types/pa_valiased.h,
24394: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24395: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24396: types/pa_vtable.h: z
24397:
24398: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24399: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24400: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24401: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24402: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24403: method realisations on 'self' validity - they now can simply
24404: assume that 'self' is V{Proper} .
24405:
24406: 2001-03-25 paf
24407:
24408: * src/main/untaint.C: z
24409:
24410: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24411: lowlevel - it initialization could be skipped if failed in @auto.
24412: so that exception report would use some table
24413:
24414: * src/main/pa_request.C: table empty lines ignored. system-default
24415: content type assigned in output:result [can fail in main:auto and
24416: skipped normal defaults extraction]
24417:
24418: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24419: bug
24420:
24421: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24422: processing to table [except preliminary \r\n \r \n replacements
24423: to "\n"]
24424:
24425: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24426: move all the processing to table
24427:
24428: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24429: main/pa_table.C, main/untaint.C: returned table originating.
24430: useful for reporting typo table problems origin. think would be
24431: useful somewhere else
24432:
24433: * src/main/untaint.C: typo \r \r\n \n properly handled
24434:
24435: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24436: include/pa_table.h, main/compile.y, main/compile_tools.C,
24437: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24438: main/pa_string.C, main/pa_table.C, main/untaint.C,
24439: types/pa_vcookie.h: typo & typo-default
24440:
24441: 2001-03-24 paf
24442:
24443: * src/main/pa_common.C: z
24444:
24445: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
24446: targets/cgi/parser3.C: html-typo 2
24447:
24448: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
24449: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
24450: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
24451: main/execute.C, main/pa_array.C, main/pa_globals.C,
24452: main/pa_request.C, main/pa_string.C, main/untaint.C,
24453: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24454: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
24455: noticed double default content-type prob. run cgi.cmd tomorrow
24456: first html-typo sample. detected << problem: they become ltlt too
24457: fast
24458:
24459: * src/main/compile.y: z
24460:
24461: * src/main/: compile.y, compile_tools.h: #comment
24462:
24463: * src/: classes/file.C, classes/root.C, classes/table.C,
24464: include/pa_common.h, include/pa_request.h, main/compile.y,
24465: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24466: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
24467: stringified
24468:
24469: * src/types/pa_valiased.C: decided to String-ify file_read
24470:
24471: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
24472: isapi/parser3isapi.dsp: cgi: sapi::log
24473:
24474: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
24475: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
24476: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
24477: error log experiments failed - cgi under iis got no access to
24478: log. registereventsource simply failed with 5(illegal call) code,
24479: while worked OK as standalone executable. isapi: used
24480: HSE_APPEND_LOG_PARAMETER feature
24481:
24482: * src/: include/pa_common.h, include/pa_globals.h,
24483: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24484: targets/isapi/parser3isapi.C: fixed default content-type
24485: allocation storage
24486:
24487: * src/: include/pa_globals.h, include/pa_request.h,
24488: main/pa_globals.C, main/pa_request.C: z
24489:
24490: * src/: include/pa_array.h, include/pa_hash.h,
24491: include/pa_request.h, main/compile.y, main/pa_array.C,
24492: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24493: types/pa_vcookie.C: cyclic uses ignored. defaulted default
24494: content-type
24495:
24496: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
24497: sanity
24498:
24499: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
24500: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
24501: away freeze mech. no danger now for you can't do
24502: ^request:process[@new-method[] body] trick anymore. still
24503: remains $some_instance.process[@new-method[] possibility] but
24504: would leave it as a feature. see index for sample
24505:
24506: * src/: include/pa_common.h, main/pa_common.C,
24507: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
24508: monkey every target
24509:
24510: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24511: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
24512: types/pa_vform.C, types/pa_vform.h: auto.p monkey
24513:
24514: 2001-03-23 paf
24515:
24516: * src/: include/pa_pool.h, main/pa_request.C,
24517: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
24518: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24519: targets/isapi/pool_storage.h: isapi: dumb pool storage
24520:
24521: * src/targets/isapi/pa_pool.C: decided to continue with extension
24522:
24523: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
24524: it would be better to rewrite as filter then to deal with pool
24525:
24526: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
24527: now like in cgi, not from APPL_PHYSICAL_PATH
24528:
24529: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24530: include/pa_config_fixed.h, include/pa_config_includes.h,
24531: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
24532: include/pa_version.h, main/compile.y, main/execute.C,
24533: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24534: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24535: main/untaint.C, targets/cgi/parser3.C,
24536: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
24537: cgi: reinvent document_root and request_uri under iis. autoconf
24538: updated. introducing ap_config_includes
24539:
24540: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
24541:
24542: * src/targets/cgi/parser3.C: cgi: only one pool now
24543:
24544: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
24545: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24546: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24547: types/pa_venv.h, types/pa_vform.C: sapi made object
24548:
24549: * src/: include/pa_globals.h, main/pa_request.C,
24550: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24551: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24552: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
24553:
24554: * src/: main/pa_request.C, targets/cgi/parser3.C,
24555: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24556: isapi minor env beauty
24557:
24558: * src/: main/pa_request.C, targets/cgi/parser3.C,
24559: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24560: isapi document_root 0
24561:
24562: 2001-03-22 paf
24563:
24564: * src/targets/isapi/parser3isapi.C: isapi keep-alive
24565:
24566: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
24567: isapi/parser3isapi.C: z
24568:
24569: * src/: include/pa_pool.h, main/pa_request.C,
24570: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
24571:
24572: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
24573: kill.pl: isapi added utils
24574:
24575: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
24576: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24577: types/pa_vform.C: isapi 0
24578:
24579: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
24580: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24581: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
24582: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
24583: started isapi
24584:
24585: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
24586: some comments
24587:
24588: * src/: include/pa_globals.h, include/pa_request.h,
24589: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
24590: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
24591: parser_root_auto_path parser_site_auto_path
24592:
24593: * src/types/pa_vcookie.C: cookie attr decoded
24594:
24595: 2001-03-21 paf
24596:
24597: * src/targets/cgi/parser3.C: z
24598:
24599: * src/include/pa_globals.h: post. todo: config of auto.p path
24600:
24601: * src/: include/pa_globals.h, targets/cgi/parser3.C,
24602: types/pa_venv.h: in cookie & env. todo:post
24603:
24604: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
24605: classes/root.C, classes/table.C, include/pa_array.h,
24606: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
24607: include/pa_request.h, include/pa_string.h, main/Makefile.am,
24608: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
24609: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24610: main/pa_table.C, main/untaint.C, targets/Makefile.am,
24611: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24612: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
24613: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
24614: shifted apache branch on main trunc
24615:
24616: * src/: include/pa_common.h, include/pa_globals.h,
24617: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24618: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
24619: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
24620: starting mod_parser3
24621:
24622: * src/targets/cgi/parser3.C: starting mod_parser3
24623:
24624: 2001-03-20 paf
24625:
24626: * src/: main/pa_common.C, targets/cgi/Makefile.am,
24627: targets/cgi/parser3.C: automake compiled and works. todo:make
24628: win32 ifdefs work and add ifdef unistd
24629:
24630: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
24631: main/Makefile.am, main/pa_common.C, main/pa_request.C,
24632: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
24633: z
24634:
24635: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
24636: main/execute.C, main/pa_common.C, types/Makefile.am: removing
24637: locking
24638:
24639: * src/: classes/Makefile.am, types/Makefile.am: z
24640:
24641: * src/: Makefile.am, classes/file.C, classes/root.C,
24642: classes/table.C, include/pa_array.h, include/pa_request.h,
24643: include/pa_string.h, main/Makefile.am, main/execute.C,
24644: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24645: main/pa_string.C, main/untaint.C, targets/Makefile.am,
24646: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24647: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
24648:
24649: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24650: main/pa_request.C, types/pa_vfile.h: ^table:save
24651:
24652: * src/: classes/file.C, classes/table.C, include/pa_array.h,
24653: include/pa_common.h, include/pa_request.h, include/pa_string.h,
24654: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
24655: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
24656: types/pa_vform.h: z
24657:
24658: * src/include/pa_string.h: z
24659:
24660: * src/: classes/_request.h, classes/request.C, main/main.dsp,
24661: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
24662: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24663: :Value
24664:
24665: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
24666: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24667: :VStateless_object
24668:
24669: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
24670: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
24671: :VStateless_object
24672:
24673: * src/: main/main.dsp, targets/cgi/parser3.dsp,
24674: types/pa_valiased.C, types/pa_vform.h: commented VForm
24675:
24676: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
24677: types/pa_valiased.h, types/pa_value.h,
24678: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
24679: types/pa_vstateless_object.h: moved common get_element part from
24680: stateless object&class into VAliased
24681:
24682: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24683: classes/table.C, main/execute.C, main/main.dsp,
24684: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24685: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24686: now :Value
24687:
24688: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24689: main/execute.C, main/main.dsp, main/pa_globals.C,
24690: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24691:
24692: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24693: doxx
24694:
24695: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24696: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24697: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24698: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24699: and ^file:save
24700:
24701: 2001-03-19 paf
24702:
24703: * src/types/pa_vfile.C: z
24704:
24705: * src/: classes/file.C, classes/request.C, classes/table.C,
24706: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24707: main/pa_request.C, main/untaint.C, types/pa_value.h,
24708: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24709:
24710: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24711: include/pa_string.h, include/pa_table.h, main/main.dsp,
24712: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24713: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24714: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24715: classes/_file.h, classes/file.C, types/pa_vfile.C,
24716: types/pa_vfile.h: file class just compiled
24717:
24718: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24719: include/pa_table.h, include/pa_types.h, main/execute.C,
24720: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24721: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24722: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24723:
24724: * src/include/pa_pool.h: z
24725:
24726: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24727: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24728: Hash::Value to Val so to doxygen would finlly stop confusing
24729: those Value-s
24730:
24731: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24732: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24733: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24734: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24735: include/pa_types.h, main/compile.C, main/compile.y,
24736: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24737: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24738: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24739: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24740: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24741:
24742: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24743: derivates somehow unlinked. don't know why yet
24744:
24745: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24746: include/pa_string.h, include/pa_threads.h, main/compile.C,
24747: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24748: main/execute.C, main/pa_array.C, main/pa_common.C,
24749: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24750: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24751: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24752:
24753: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24754: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24755: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24756: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24757: types/pa_vrequest.h: doc: detected Value derivates prob
24758:
24759: * src/include/pa_globals.h: z
24760:
24761: * src/: classes/_request.h, classes/request.C, include/code.h,
24762: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24763: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24764: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24765: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24766: main/execute.C, main/pa_pool.C, main/pa_request.C,
24767: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24768: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24769:
24770: 2001-03-18 paf
24771:
24772: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24773: cookie: allowed access to hash-assigned
24774:
24775: * src/targets/cgi/parser3.C: z
24776:
24777: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24778: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24779: include/pa_types.h, main/main.dsp, main/pa_common.C,
24780: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24781: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24782: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24783: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24784: types/pa_vunknown.h: cookie class
24785:
24786: * src/main/pa_request.C: zero length output allowed
24787:
24788: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24789: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24790:
24791: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24792: lang switch
24793:
24794: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24795: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24796: types/pa_value.h, types/pa_vhash.h:
24797: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24798:
24799: * src/main/execute.C: z
24800:
24801: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24802: targets/cgi/parser3.C: taint[uri
24803:
24804: * src/: classes/request.C, classes/response.C, classes/root.C,
24805: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24806: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24807: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24808:
24809: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24810: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24811: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24812: types/pa_vstateless_class.C: convinient string(pool, char *src,
24813: bool tainted) ctor
24814:
24815: * src/: include/pa_hash.h, include/pa_request.h,
24816: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24817: main/pa_request.C, main/pa_string.C, main/untaint.C,
24818: targets/cgi/parser3.C: proper @exceptions params tainting
24819:
24820: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24821: response fields to header
24822:
24823: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24824: z
24825:
24826: * src/: classes/_response.h, classes/response.C,
24827: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24828: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24829: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24830: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24831: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24832: $response: 0 request::core exception rethrow
24833:
24834: 2001-03-16 paf
24835:
24836: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24837: types/pa_vrequest.h: native method' class call with less params
24838: then needed error reporting
24839:
24840: * src/: classes/_request.h, classes/request.C,
24841: include/pa_globals.h, include/pa_request.h, main/execute.C,
24842: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24843: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24844: types/pa_vrequest.h: $request : query :uri
24845:
24846: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24847: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24848: types/pa_wcontext.h: $result
24849:
24850: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24851:
24852: * src/: classes/double.C, include/code.h, main/compile.y,
24853: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24854: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24855:
24856: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24857: main/compile.y, main/execute.C, types/pa_value.h,
24858: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24859: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24860: wcontext conflict
24861:
24862: * src/: main/execute.C, types/pa_value.h,
24863: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24864: $string.field
24865:
24866: 2001-03-15 paf
24867:
24868: * src/main/pa_request.C: news sample
24869:
24870: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24871: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24872:
24873: * src/main/: compile.y, execute.C: z
24874:
24875: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24876: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24877: pre pre works
24878:
24879: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24880: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24881: fillfields just compiled
24882:
24883: 2001-03-14 paf
24884:
24885: * src/: include/pa_request.h, main/pa_request.C,
24886: targets/cgi/parser3.C: z
24887:
24888: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24889: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24890: types/pa_vstring.h: limits -1
24891:
24892: * src/: include/pa_globals.h, include/pa_request.h,
24893: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24894: main/pa_request.C, targets/cgi/parser3.C,
24895: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24896: request_info -1
24897:
24898: * src/: include/pa_globals.h, main/pa_globals.C,
24899: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24900: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24901: vform_fields_fill
24902:
24903: * src/targets/cgi/parser3.C: # if MSVC
24904:
24905: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24906: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24907:
24908: * src/targets/cgi/parser3.C: z
24909:
24910: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24911: include/pa_string.h, include/pa_types.h, main/compile.y,
24912: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24913: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24914: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24915: types/pa_vunknown.h: global handler, exceptions in parser3
24916:
24917: 2001-03-13 paf
24918:
24919: * src/: classes/form.C, main/compile.y, main/core.C,
24920: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24921: types/pa_vform.h, types/pa_vstateless_class.C,
24922: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24923: instead
24924:
24925: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24926: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24927: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24928: started cgi target
24929:
24930: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24931: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24932: before error show with parser
24933:
24934: * src/: classes/_form.h, classes/form.C, include/core.h,
24935: include/pa_request.h, main/core.C, main/pa_request.C,
24936: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24937:
24938: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24939:
24940: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24941: parser3.C: renamed targets/ parser to cgi
24942:
24943: * src/: classes/double.C, classes/env.C, classes/int.C,
24944: classes/root.C, classes/string.C, classes/table.C,
24945: include/pa_request.h, types/pa_vhash.h: z
24946:
24947: * src/: classes/_env.h, classes/env.C, classes/root.C,
24948: include/core.h, include/pa_pool.h, include/pa_request.h,
24949: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24950: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24951: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24952: [historical moment :)]
24953:
24954: * src/: include/code.h, include/pa_string.h, main/compile.y,
24955: main/execute.C, main/pa_string.C: 'value is type' expr operator
24956:
24957: * src/types/pa_venv.h: $ENV 1
24958:
24959: * src/main/execute.C: z
24960:
24961: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24962: future methods of ENV constructor if
24963:
24964: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24965: class
24966:
24967: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24968: classes/_root.h, classes/_string.h, classes/_table.h,
24969: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24970: classes/string.C, classes/table.C, include/pa_request.h,
24971: main/compile.C, main/compile_tools.h, main/core.C,
24972: main/execute.C, main/main.dsp, main/pa_request.C,
24973: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24974: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24975: types/pa_vobject.h, types/pa_vstateless_class.C,
24976: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24977: types/pa_wcontext.h: $ENV: re 0, stateless classes
24978:
24979: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24980: classes/_root.h, classes/_string.h, classes/_table.h,
24981: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24982: classes/string.C, classes/table.C, include/pa_request.h,
24983: main/compile.C, main/compile_tools.h, main/core.C,
24984: main/execute.C, main/main.dsp, main/pa_request.C,
24985: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24986: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24987: types/pa_vobject.h, types/pa_vstateless_class.C,
24988: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24989: types/pa_wcontext.h: $ENV: re 0, stateless classes
24990:
24991: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24992: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24993: yesterdays bad decision on execute_static_method
24994:
24995: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24996:
24997: * src/: classes/double.C, classes/int.C, classes/root.C,
24998: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24999:
25000: * src/main/pa_request.C: z
25001:
25002: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25003: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25004:
25005: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25006: include/pa_pool.h, main/pa_request.C:
25007: restructure_exceptions_dead_end
25008:
25009: * src/: classes/root.C, main/compile.y: ^if required junctions.
25010: allowed ; inside {} to break params
25011:
25012: * src/classes/root.C: ^eval
25013:
25014: * src/: classes/_string.h, classes/double.C, classes/int.C,
25015: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25016: string ^format
25017:
25018: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25019: 'bad' but not 'enough'
25020:
25021: * src/: classes/double.C, classes/root.C, classes/table.C,
25022: include/pa_common.h, include/pa_types.h, main/compile.y,
25023: main/pa_common.C, main/pa_request.C, main/untaint.C,
25024: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25025: types/pa_wwrapper.h: think constructing flag as is is bad
25026:
25027: * src/: classes/double.C, classes/int.C, classes/root.C,
25028: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25029: types/pa_vint.h: ^for
25030:
25031: 2001-03-12 paf
25032:
25033: * src/classes/table.C: table ^empty
25034:
25035: * src/: classes/table.C, include/pa_table.h: table ^menu
25036:
25037: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25038: ^offset ^line ^count
25039:
25040: * src/classes/root.C: ^round() ^floor() ^ceiling()
25041: ^abs() ^sign()
25042:
25043: * src/classes/: root.C, table.C: ^use
25044:
25045: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25046: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25047: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25048: ^while. switched off wcontext.constructing after write(value) or
25049: auto-vhash-constructing
25050:
25051: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25052: main/pa_request.C: fail_if_junction_ helper func
25053:
25054: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25055: include/pa_request.h, main/execute.C, main/main.dsp,
25056: main/pa_common.C, main/pa_request.C: ^process error point by
25057: actual method_name, not source. ^load
25058:
25059: * src/types/pa_vtable.h: table: no, better with string in cells...
25060:
25061: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25062: classes/_table.h, classes/table.C, main/untaint.C: z
25063:
25064: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25065: include/pa_table.h, main/core.C, main/execute.C,
25066: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25067: types/pa_value.h: table:set 0
25068:
25069: * src/: classes/root.C, include/core.h, include/pa_array.h,
25070: include/pa_request.h, include/pa_table.h, main/core.C,
25071: main/main.dsp, main/pa_request.C, main/pa_table.C,
25072: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25073: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25074: types/pa_vstring.h: freeze, ^table:create[] -1
25075:
25076: * src/: classes/root.C, types/pa_value.h: z
25077:
25078: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25079: get_method in couple places optimizing them
25080:
25081: * src/classes/root.C: z
25082:
25083: * src/: classes/root.C, types/pa_vclass.h: process temp main
25084: zeroing
25085:
25086: * src/: classes/double.C, classes/int.C, classes/root.C,
25087: classes/string.C, include/pa_common.h, include/pa_request.h,
25088: include/pa_string.h, include/pa_types.h, main/compile.C,
25089: main/compile.y, main/compile_tools.h, main/execute.C,
25090: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25091: types/pa_vmframe.h: ^process. actual names to store param and
25092: check_actual_numbered_params for better place diagnostics
25093:
25094: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25095: method-junctions bug fixed
25096:
25097: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25098: pa_vstateless_object.h, pa_vstring.h: stateless_object
25099:
25100: 2001-03-11 paf
25101:
25102: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25103: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25104: VDouble VInt base now VObject_base - without fields
25105:
25106: * src/: classes/root.C, include/core.h, main/core.C: z
25107:
25108: * src/: classes/double.C, classes/int.C, classes/root.C,
25109: classes/string.C, include/core.h, include/pa_hash.h,
25110: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25111: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25112:
25113: * src/: classes/double.C, classes/int.C, classes/root.C,
25114: include/pa_request.h, main/execute.C: intercept_string
25115:
25116: * src/: classes/double.C, classes/int.C, classes/root.C,
25117: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25118:
25119: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25120: ^inc-s(expr)
25121:
25122: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25123: classes/_root.h, classes/_string.h, classes/double.C,
25124: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25125: include/code.h, include/core.h, include/pa_array.h,
25126: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25127: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25128: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25129: include/pa_types.h, main/compile.C, main/compile.y,
25130: main/compile_tools.C, main/compile_tools.h, main/core.C,
25131: main/execute.C, main/pa_array.C, main/pa_common.C,
25132: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25133: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25134: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25135: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25136: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25137: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25138: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25139: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25140:
25141: * src/: main/pa_request.C, types/pa_vhash.h: z
25142:
25143: * src/: include/core.h, include/pa_request.h, main/core.C,
25144: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25145:
25146: * src/: include/pa_valiased.h, include/pa_value.h,
25147: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25148: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25149: include/pa_vjunction.h, include/pa_vmframe.h,
25150: include/pa_vobject.h, include/pa_vstring.h,
25151: include/pa_vunknown.h, include/pa_wcontext.h,
25152: include/pa_wwrapper.h, main/compile.y, main/core.C,
25153: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25154: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25155: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25156: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25157: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25158: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25159: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25160: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25161: include/
25162:
25163: 2001-03-10 paf
25164:
25165: * src/: include/core.h, include/pa_request.h, main/core.C,
25166: main/pa_request.C: run+auto=run
25167:
25168: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25169:
25170: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25171: classes/_root.h, classes/_string.h, classes/double.C,
25172: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25173: include/code.h, include/core.h, include/pa_array.h,
25174: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25175: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25176: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25177: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25178: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25179: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25180: include/pa_vjunction.h, include/pa_vmframe.h,
25181: include/pa_vobject.h, include/pa_vstring.h,
25182: include/pa_vunknown.h, include/pa_wcontext.h,
25183: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25184: main/compile_tools.C, main/compile_tools.h, main/core.C,
25185: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25186: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25187: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25188: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25189: main/pa_wcontext.C: sources header
25190:
25191: * src/main/pa_request.C: auto..
25192:
25193: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25194: main/pa_request.C: auto tree0
25195:
25196: * src/: include/core.h, include/pa_request.h, main/compile.y,
25197: main/core.C, main/pa_request.C: names to core.C
25198:
25199: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25200: include/pa_request.h, main/core.C, main/execute.C,
25201: main/pa_common.C, main/pa_request.C: root auto.p loaded
25202:
25203: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25204: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25205: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25206: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25207:
25208: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25209: @auto[] realised. auto.p scan togo
25210:
25211: * src/: include/pa_request.h, main/execute.C: autocalc
25212: code-junctions result now have names
25213:
25214: * src/: classes/double.C, classes/int.C, classes/root.C,
25215: classes/string.C, include/pa_request.h, include/pa_string.h,
25216: include/pa_wcontext.h, main/compile.y, main/execute.C,
25217: main/pa_string.C, main/pa_wcontext.C: tainting 0
25218:
25219: * src/classes/env.C: env:file/line
25220:
25221: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25222: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25223: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25224: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25225: main/compile_tools.C, main/compile_tools.h, main/core.C,
25226: main/execute.C, main/main.dsp, main/pa_cframe.C,
25227: main/pa_request.C, main/pa_wcontext.C: const fight finished
25228:
25229: * src/include/pa_vclass.h: const fight to go
25230:
25231: * src/: classes/_env.h, classes/env.C, classes/root.C,
25232: include/pa_request.h, include/pa_vclass.h, main/core.C,
25233: main/main.dsp: env0
25234:
25235: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25236: classes/_string.h, classes/double.C, classes/int.C,
25237: classes/root.C, classes/string.C, include/pa_request.h,
25238: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25239: include/pa_wcontext.h, main/core.C, main/main.dsp,
25240: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25241: main/pa_wcontext.C: ^lang prepare0
25242:
25243: 2001-03-09 paf
25244:
25245: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25246: construct proper naming
25247:
25248: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25249: classes/double.C, classes/int.C, classes/root.C,
25250: classes/string.C, include/code.h, include/pa_value.h,
25251: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25252: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25253: main/compile.y, main/compile_tools.C, main/core.C,
25254: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25255: and ^double[]. fixed expr type
25256:
25257: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25258: ^string.length[]
25259:
25260: 2001-03-08 paf
25261:
25262: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25263:
25264: * src/: include/pa_vclass.h, include/pa_vstring.h,
25265: include/pa_wcontext.h, main/compile.y, main/core.C,
25266: main/execute.C, main/main.dsp: dead end: vstring can't be
25267: derivated from vobject
25268:
25269: * src/: include/pa_vclass.h, include/pa_vhash.h,
25270: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25271:
25272: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25273: remained clone conseqs
25274:
25275: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25276:
25277: * src/main/pa_vclass.C: wow! vclass were out of vcs
25278:
25279: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25280: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25281: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25282: include/pa_vobject.h, include/pa_vstring.h,
25283: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25284: main/execute.C: withoud cloning. didn't need it actually, params
25285: got passed from out unnamed ewpool
25286:
25287: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25288: include/pa_vjunction.h, include/pa_vobject.h,
25289: include/pa_vunknown.h, main/compile.y: cloning dead end
25290:
25291: * src/: include/pa_bool.h, include/pa_double.h,
25292: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25293: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25294: include/pa_vjunction.h, include/pa_vmframe.h,
25295: include/pa_vobject.h, include/pa_vstring.h,
25296: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25297: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25298: to give params proper names
25299:
25300: * src/main/pa_wcontext.C: z
25301:
25302: * src/: include/pa_vmframe.h, main/execute.C: added names to
25303: unknown values in get_element and unfilled params. removed wrong
25304: name change in get_element
25305:
25306: * src/main/execute.C: z
25307:
25308: * src/main/execute.C: fixed problems calling operators in
25309: constructors
25310:
25311: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25312: detected problems calling operators in constructors
25313:
25314: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25315: autocalc def to string
25316:
25317: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25318: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25319:
25320: * src/classes/root.C: added root.c
25321:
25322: * src/: include/pa_request.h, include/pa_value.h,
25323: include/pa_vcframe.h, include/pa_vmframe.h,
25324: include/pa_wcontext.h, main/compile.C, main/compile.y,
25325: main/core.C, main/execute.C, main/pa_cframe.C,
25326: main/pa_wcontext.C: 'if' just compiled
25327:
25328: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25329: include/pa_vjunction.h, include/pa_vmframe.h,
25330: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25331: main/pa_wcontext.C: z
25332:
25333: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25334: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25335: with parameter names in operator methods
25336:
25337: * src/main/compile.y: minor renamings in .y
25338:
25339: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25340: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25341: @BASE. changed 'RUN' assignment mech
25342:
25343: * src/main/execute.C: z
25344:
25345: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25346: main/compile_tools.h, main/execute.C: made class: dynamic, not
25347: static. so to enable runtime ^use
25348:
25349: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25350:
25351: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25352: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25353:
25354: * src/main/execute.C: root root in code-junction
25355:
25356: 2001-03-07 paf
25357:
25358: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25359: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25360:
25361: * src/: include/pa_stack.h, include/pa_value.h,
25362: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25363: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25364: fixed rwcontext of {} params up
25365:
25366: * src/main/: compile.y, compile_tools.h: ^func(params)
25367:
25368: * src/main/compile.y: .y priorities syntax shaped up a bit
25369:
25370: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25371: include/pa_vunknown.h, main/compile.y, main/execute.C,
25372: main/pa_hash.C: expr def in -f
25373:
25374: * src/main/: compile.y, execute.C: expr calls
25375:
25376: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25377: fixed
25378:
25379: * src/main/compile.y: expr quoted code
25380:
25381: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25382: support0
25383:
25384: * src/main/compile.y: expr string comparisons 0
25385:
25386: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25387: main/pa_string.C: just compiled lt&co
25388:
25389: * src/main/execute.C: ^var.menu{$field} problem detected. that
25390: $field not a $var.field
25391:
25392: 2001-03-06 paf
25393:
25394: * src/main/compile.y: .y expr visible-shorter
25395:
25396: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25397: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25398: logical
25399:
25400: * src/: include/pa_vstring.h, main/compile.y: problems with
25401: skipping whitespace in yylex
25402:
25403: * src/include/pa_vbool.h: forgot this
25404:
25405: * src/: include/code.h, main/compile.y, main/execute.C: without
25406: string ops in expressions 0
25407:
25408: * src/: include/pa_value.h, include/pa_vdouble.h,
25409: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25410: main/execute.C, main/main.dsp: !~
25411:
25412: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25413: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25414: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25415: include/pa_vunknown.h, include/pa_wcontext.h,
25416: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25417: main/compile_tools.h, main/execute.C: +-*/
25418:
25419: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25420: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25421:
25422: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25423: main/execute.C: expr grammar-1 2*2=4.000000 :)
25424:
25425: * src/main/compile.y: expr grammar-1
25426:
25427: * src/main/compile.y: expr lexx1
25428:
25429: * src/main/: compile.y, execute.C, main.dsp: z
25430:
25431: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25432: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25433: main/execute.C: expr lex0 exec-1
25434:
25435: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25436:
25437: 2001-02-26 paf
25438:
25439: * src/main/compile.y: max_string in yyerror bug fix
25440:
25441: 2001-02-25 paf
25442:
25443: * src/: include/pa_value.h, include/pa_vmframe.h,
25444: include/pa_wcontext.h, main/execute.C: VAliased3
25445:
25446: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
25447:
25448: * src/main/execute.C: VAliased1
25449:
25450: * src/: include/pa_request.h, include/pa_value.h,
25451: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
25452: VAliased0
25453:
25454: * src/: include/pa_pool.h, include/pa_request.h,
25455: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
25456: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
25457: VAliased just compiled
25458:
25459: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
25460: include/pa_vobject.h, main/execute.C: alias dead end
25461:
25462: * src/: include/pa_value.h, include/pa_vclass.h,
25463: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25464: main/main.dsp: no not get fields into interm VFielded class.
25465: fields & staticfields 1
25466:
25467: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
25468: include/pa_vobject.h, include/pa_wcontext.h,
25469: include/pa_wwrapper.h, main/core.C, main/execute.C,
25470: main/main.dsp: would now get fields into interm VFielded class
25471:
25472: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25473: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25474: include/pa_wcontext.h, main/compile.y, main/core.C,
25475: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
25476: main/pa_wcontext.C: virtuals2
25477:
25478: * src/main/compile.y: : 1
25479:
25480: * src/main/compile.y: rethought to $class:static.field.subfield
25481:
25482: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
25483: $class:element
25484:
25485: * src/: include/pa_value.h, include/pa_vmframe.h,
25486: include/pa_wwrapper.h, main/compile.y, main/execute.C,
25487: main/pa_wcontext.C: before execute class calls rewrite
25488:
25489: * src/: include/pa_request.h, main/compile.C, main/core.C: default
25490: name RUN, also alias
25491:
25492: * src/main/compile.y: escaping bug
25493:
25494: * src/: include/pa_request.h, include/pa_value.h,
25495: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
25496: main/core.C, main/execute.C, main/pa_common.C: vobject1
25497:
25498: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25499: include/pa_vmframe.h, include/pa_vobject.h,
25500: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25501: main/compile_tools.h, main/execute.C: ^class:method() just
25502: compiled
25503:
25504: 2001-02-24 paf
25505:
25506: * src/main/main.dsp: no bison -d
25507:
25508: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
25509: class' err msg wrong
25510:
25511: * src/main/compile.y: z
25512:
25513: * src/main/: compile.y, core.C: yylex need some @special lines adj
25514:
25515: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
25516: main/compile.y, main/compile_tools.h, main/core.C: modules0
25517:
25518: * src/: include/pa_vclass.h, main/core.C: z
25519:
25520: * src/: include/pa_value.h, include/pa_vclass.h,
25521: include/pa_vobject.h, main/main.dsp: vobject00
25522:
25523: * src/main/pa_array.C: minor bug in expanding very small arrays.
25524: 60% from 1 were 0
25525:
25526: * src/: include/pa_value.h, include/pa_wcontext.h,
25527: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
25528: as bad as you've named it: wcontext.value() was not a perfect
25529: idea
25530:
25531: * src/main/execute.C: codeframe1
25532:
25533: * src/: include/pa_value.h, include/pa_vcframe.h,
25534: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
25535: include/pa_vjunction.h, include/pa_vmframe.h,
25536: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25537: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
25538: just compiled
25539:
25540: * src/: include/pa_vframe.h, main/compile.y: found junction
25541: ideology @: ^x{$a()) must construct current wcontext element, so
25542: smart wcontext handling needed
25543:
25544: * src/main/compile.y: fixed grammar bugs in constructor/params
25545: klinch
25546:
25547: * src/main/: compile.y, execute.C: fixed empty constructor
25548: optimized empty case. failed on calls - produced empty string
25549: param
25550:
25551: * src/main/compile.y: fixed last \n macrotemplate strip bug
25552:
25553: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
25554: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
25555: main/compile_tools.C, main/compile_tools.h, main/core.C,
25556: main/execute.C: code junctions0. something wrong with last \n
25557: macrotemplate strip
25558:
25559: * src/: include/pa_value.h, main/compile.C, main/core.C,
25560: main/pa_value.C: minor error reporting format beautifyings
25561:
25562: * src/: include/pa_value.h, include/pa_vclass.h,
25563: include/pa_vframe.h, main/core.C, main/execute.C,
25564: main/pa_value.C: get_method RIP. junctions everywhere. call with
25565: junctions0
25566:
25567: 2001-02-23 paf
25568:
25569: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
25570: pa_wwrapper.h: lara came, can't work, sorry :(
25571:
25572: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
25573: junction
25574:
25575: * src/: include/pa_vframe.h, include/pa_vunknown.h,
25576: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
25577: main/execute.C, main/main.dsp, main/pa_value.C: call0
25578:
25579: * src/: include/pa_hash.h, include/pa_value.h,
25580: include/pa_wcontext.h, main/core.C, main/execute.C,
25581: main/main.dsp, main/pa_hash.C: started call. store param, vframe
25582: done
25583:
25584: * src/include/pa_wcontext.h: z
25585:
25586: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
25587: wrong grammar in complex constructor case
25588:
25589: * src/main/: compile.y, execute.C: empty constructor bug fixed
25590:
25591: * src/main/execute.C: with result rwpool
25592:
25593: * src/: include/pa_value.h, main/core.C, main/execute.C,
25594: main/main.dsp: value named
25595:
25596: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
25597: strign 2 value in 2 places in execute
25598:
25599: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
25600: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
25601: wcontext.put_element when wcontext fvalue==0
25602:
25603: 2001-02-22 paf
25604:
25605: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25606: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
25607: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
25608:
25609: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
25610: erroreos checkout
25611:
25612: * src/: include/pa_request.h, main/compile.y: $self.put(val)
25613:
25614: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
25615: main/compile_tools.h, main/pa_array.C: $self.get
25616:
25617: * src/main/: compile.C, compile.y, compile_tools.C: z
25618:
25619: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
25620: bit. finished now.
25621:
25622: * src/main/compile.y: $: finished
25623:
25624: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
25625:
25626: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
25627: main/execute.C: OP_STRING better then some xxx _VALUE
25628:
25629: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
25630: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25631: string to vstring it .y all
25632:
25633: * src/: include/pa_request.h, include/pa_stack.h,
25634: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
25635: all
25636:
25637: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
25638: precise parse error line:col
25639:
25640: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
25641: main/pa_hash.C, main/pa_pool.C: TRY...
25642:
25643: * src/: include/pa_exception.h, include/pa_pool.h,
25644: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
25645: main/compile.C, main/compile.y, main/compile_tools.C,
25646: main/core.C, main/pa_array.C, main/pa_exception.C,
25647: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
25648: main/pa_table.C: removed exception from request
25649:
25650: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
25651: some forgotten
25652:
25653: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25654: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
25655: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
25656: get/put simple vars to VClass works0
25657:
25658: * src/: include/pa_array.h, include/pa_wcontext.h,
25659: main/pa_string.C: in process, but found that exceptions are too
25660: global
25661:
25662: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
25663: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
25664: main/execute.C, main/pa_string.C: write_value write_string 0 it
25665: seems wcontext must write strings regardles of fvalue!=0
25666:
25667: 2001-02-21 paf
25668:
25669: * src/main/execute.C: tired :)
25670:
25671: * src/main/: compile.C, compile.y, execute.C: store0
25672:
25673: * src/: include/compile.h, include/execute.h, include/pa_array.h,
25674: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
25675: include/pa_wcontext.h, main/compile.C, main/compile.y,
25676: main/execute.C, main/main.dsp, main/pa_array.C,
25677: main/pa_request.C: get put -1 [just compiled]
25678:
25679: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
25680: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
25681: main/main.dsp, main/pa_request.C: request core methods0
25682:
25683: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25684: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25685: execute
25686:
25687: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25688: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25689: methods and one_big_piece. now compile returns array<method*>
25690:
25691: * src/main/compile.y: more straightforward yylex[end]
25692:
25693: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25694: string.operator==(char*)
25695:
25696: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25697: main/execute.C, main/pa_array.C: after array.const get wonders
25698:
25699: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25700: pa_string.h, pa_value.h: struck with const array.gets
25701:
25702: * src/main/: execute.C: z
25703:
25704: * src/main/: compile.y, execute.C: z
25705:
25706: * src/main/: compile.C, compile.y, compile_tools.h: error
25707: processing in eval & yyerror so it wouldn't cause memleaks.
25708:
25709: * src/main/: compile.C, compile.y: failed to add absolute precies
25710: parse error positions. leaving RIGHTMOST position as
25711: @file[line:col]
25712:
25713: * src/: include/compile.h, main/compile.C, main/compile.y,
25714: main/compile_tools.h: line numbers needed. would add them to .y
25715: now internally. externally it's not as precise as needed
25716:
25717: * src/: include/code.h, include/pa_types.h, main/compile.C,
25718: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25719: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25720: compiler works ok
25721:
25722: 2001-02-20 paf
25723:
25724: * src/main/: compile.C, compile.y, compile_tools.C,
25725: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25726: not perfect
25727:
25728: * src/: include/code.h, include/compile.h, include/execute.h,
25729: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25730: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25731: main/compile.C, main/compile.y, main/compile_tools.C,
25732: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25733: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25734: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25735: compiled. execute=dump for now
25736:
25737: * src/main/core.C: core rewrite using yacc investigations now will
25738: be compile[yacc]/execute[opcodes]
25739:
25740: 2001-02-15 paf
25741:
25742: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25743: rewrite as turing machine? for it seems it would be it's too many
25744: ifs with this syntax now
25745:
25746: 2001-02-14 paf
25747:
25748: * src/main/core.C: get_params 1
25749:
25750: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25751: :( ]
25752:
25753: * src/main/core.C: varios breaks
25754:
25755: * src/main/core.C: get names 3
25756:
25757: * src/main/core.C: get names 2
25758:
25759: * src/main/core.C: get names 1
25760:
25761: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25762: names 0
25763:
25764: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25765: text repassing2 operator static vars
25766:
25767: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25768: main/pa_string.C: process text repassing
25769:
25770: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25771: module:calls changes
25772:
25773: 2001-02-13 paf
25774:
25775: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25776: ^class:calls[] started
25777:
25778: * src/: include/pa_value.h, main/core.C: z
25779:
25780: * src/main/core.C: operators : and self. prefixes
25781:
25782: * src/main/core.C: z
25783:
25784: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25785: tested
25786:
25787: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25788: optimized
25789:
25790: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25791: would change privates to better support optimization
25792:
25793: * src/: include/pa_string.h, main/pa_string.C:
25794: String_iterator::skip_to todo:optimize
25795:
25796: 2001-02-12 paf
25797:
25798: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25799: String_iterator
25800:
25801: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25802: comments
25803:
25804: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25805: self/methodref joined
25806:
25807: 2001-02-11 paf
25808:
25809: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25810: main/main.dsp: core started. core.C, context&value .h
25811:
25812: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25813: include/pa_string.h, main/main.dsp, main/pa_array.C,
25814: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25815:
25816: 2001-01-30 paf
25817:
25818: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25819: comments
25820:
25821: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25822: main/pa_pool.C: moved pa_pool.C to be target specific
25823:
25824: * src/: include/pa_exception.h, include/pa_pool.h,
25825: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25826: to & changes
25827:
25828: * src/: include/pa_exception.h, include/pa_pool.h,
25829: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25830: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25831: re-associated. that's much better even removed 'die' necessety
25832:
25833: * src/: include/pa_error.h, include/pa_exception.h,
25834: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25835: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25836: targets/Makefile.am: lowered targets/parser into subdir, added
25837: parser_Pool(Pool) failed to add. would think..
25838:
25839: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25840: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25841: main/pa_string.C, main/pa_table.C: Table more like C++ style
25842: hence lots of 'const'
25843:
25844: * src/: include/pa_error.h, include/pa_request.h,
25845: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25846: main/pa_table.C: Error fixed
25847:
25848: 2001-01-29 paf
25849:
25850: * src/: include/pa_array.h, include/pa_common.h,
25851: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25852: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25853: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25854: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25855:
25856: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25857: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25858: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25859: main/pa_string.C, main/pa_table.C: Request Error Table
25860:
25861: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25862: templates"
25863:
25864: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25865: main/main.dsp, main/pa_array.C: templates failed no template
25866: specializations [VC6], no library auto instantation [VC6, GNU c++
25867: 2.95.2-6 from latest cygwin]
25868:
25869: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25870: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25871: main/main.dsp, main/pa_array.C, main/pa_string.C,
25872: main/pa_table.C: Table started would test template Array now
25873:
25874: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25875: String originating
25876:
25877: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25878: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25879: SYNCHRONIZED(thread_safe)
25880:
25881: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25882: parts to top
25883:
25884: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25885: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25886: see: needed only in global Hash now, made Hash:: put/get
25887: SYNCHRONIZED
25888:
25889: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25890: main/pa_threads.C: added pa_threads
25891:
25892: Mutex
25893:
25894: * src/include/pa_hash.h: some comments
25895:
25896: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25897: Array& operator += (Array& src)
25898:
25899: * src/main/pa_array.C: expand not convinient, would rewrite
25900:
25901: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25902: (Array& src)
25903:
25904: rethought, would change now
25905:
25906: 2001-01-27 paf
25907:
25908: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25909: caching
25910:
25911: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25912: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25913: cache rethought to chunk caching
25914:
25915: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25916: include/pa_string.h, main/main.dsp, main/pa_array.C,
25917: main/pa_hash.C, main/pa_string.C: Array 0
25918:
25919: * src/main/pa_string.C: String::operator ==
25920:
25921: * src/main/pa_hash.C: String(&String)
25922:
25923: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25924:
25925: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25926: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25927: pa_hash[forgotten]
25928:
25929: 2001-01-26 paf
25930:
25931: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25932: removed templates [vc++ suxx]
25933:
25934: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25935: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25936:
25937: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25938:
1.119 moko 25939: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25940:
1.119 moko 25941: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25942: check
25943:
25944: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25945: dynamic row_count
25946:
25947: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25948: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25949: targets/Makefile.am: Initial revision
25950:
25951: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25952: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25953: targets/Makefile.am: creating parser3 module
25954:
E-mail: