Annotation of parser3/ChangeLog, revision 1.115
1.115 ! moko 1: 2017-05-29 moko
! 2:
! 3: * src/types/pa_vmail.C: mail headers are now correctly truncated -
! 4: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
! 5: added to avoid cutting of UTF-8 chars (fixed bug #123)
! 6:
! 7: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
! 8: ignored, =?UTF-8?Q?= should start in case of leading space
! 9: (related to bug #123)
! 10:
! 11: * buildall: echo -n -> printf for OS X. :)
! 12:
! 13: 2017-05-25 moko
! 14:
! 15: * tests/: 288.html, results/288.processed: test updated afted
! 16: setting $o.prop without setter exception removed (related to
! 17: feature #1157)
! 18:
! 19: * src/types/pa_vclass.C: no more "this property has no setter
! 20: method" when setting $o.prop without setter (implements feature
! 21: #1157)
! 22:
! 23: * buildall: echo \c -> echo -n for FreeBSD
! 24:
! 25: * configure, configure.ac, src/include/pa_config_auto.h.in,
! 26: src/types/pa_vdouble.h: isfinite now checked in configure
! 27:
! 28: * compile, config.guess, config.sub, depcomp, install-sh, missing:
! 29: upgraded to automake 1.15
! 30:
! 31: 2017-05-23 moko
! 32:
! 33: * src/types/pa_vdouble.h: finite returned where isfinite not
! 34: defined
! 35:
! 36: 2017-05-22 moko
! 37:
! 38: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
! 39:
! 40: * buildall: extern CFLAGS setting support
! 41:
! 42: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
! 43:
! 44: * buildall: http -> https
! 45:
! 46: * buildall: gc-7.2f -> gc-7.6.0
! 47:
! 48: 2017-05-20 moko
! 49:
! 50: * buildall: https, pcre, xml, xslt updated to current versions
! 51: (related to feature #1136)
! 52:
! 53: 2017-05-19 moko
! 54:
! 55: * tests/097.html: after parser.ru moved to https
! 56:
! 57: 2017-05-17 moko
! 58:
! 59: * tests/results/: 175.processed, 372.processed: tests resuls
! 60: updated after lintian spelling typos fixed (related to bug #1156)
! 61:
! 62: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
! 63: classes/string.C, classes/table.C, main/pa_charset.C,
! 64: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
! 65: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
! 66: lintian reported by Sergey B Kirpichev (fixes bug #1156)
! 67:
! 68: * tests/results/096.processed: +XMP
! 69:
! 70: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
! 71: $.xmp(true) options tested (test for feature #1154)
! 72:
! 73: * src/classes/image.C: ^image:measure[] options $.exif(false)
! 74: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
! 75: fetched by default! (implements feature #1154)
! 76:
! 77: 2017-05-16 moko
! 78:
! 79: * tests/: 256.html, results/256.processed: ^json:string[$image] now
! 80: allowed (related to feature #1154)
! 81:
! 82: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
! 83: initial XMP implementation - without options and transcode
! 84: (related to feature #1154)
! 85:
! 86: 2017-05-12 moko
! 87:
! 88: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
! 89: image: exif moved to ffields, skipped in ^image.html[] where
! 90: iterators now used (preparation for feature #1154)
! 91:
! 92: 2017-05-05 moko
! 93:
! 94: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
! 95: results/387.processed: test for circular class inheritance check
! 96: added (related to bug #1150)
! 97:
! 98: * src/types/pa_vstateless_class.C: circular class inheritance check
! 99: added (fixes endless add_derived bug #1150)
! 100:
! 101: 2017-05-04 moko
! 102:
! 103: * tests/: 386.html, results/386.processed: test for
! 104: $table.value(number) added (related to feature #1152)
! 105:
! 106: * src/types/pa_vtable.C: table put_element: column value must be
! 107: string - > column value must be string compatible to allow
! 108: $t.value(1) (implements feature #1152)
! 109:
! 110: 2017-05-03 moko
! 111:
! 112: * src/main/pa_request.C: $use[$method] is not possible, reverting
! 113: (related to feature #1151)
! 114:
! 115: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
! 116: not possible, removing test (related to feature #1151)
! 117:
! 118: * src/: main/pa_request.C, types/pa_vstateless_class.h:
! 119: get_element_method added and used to allow $use[$method] and
! 120: $autouse[$method] (implements feature 1151)
! 121:
! 122: * tests/: 386.html, 386.p, results/386.processed: test for @use in
! 123: variable added (related to feature #1151)
! 124:
! 125: * tests/results/226.processed: actualized after ^try-catch used
! 126:
! 127: * tests/: 226.html, 385.html, results/385.processed: test for
! 128: @autouse in variable added
! 129:
! 130: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
! 131:
1.114 moko 132: 2017-02-27 moko
133:
134: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
135:
1.113 moko 136: 2017-02-20 moko
137:
138: * operators.txt: actualization + beauty
139:
140: 2017-02-16 moko
141:
142: * tests/: 384.html, results/384.processed: test for
143: ^reflection:mixin[; $.name[] ] option added (related to feature
144: #1089)
145:
146: * tests/: 384.html, results/384.processed: test for
147: ^reflection:mixin[] added (related to feature #1089)
148:
149: * src/types/pa_value.h: warning war: virtual ~Value() added
150:
1.112 moko 151: 2017-02-15 moko
152:
153: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
154: fixed
155:
156: * tests/: 320.html, results/320.processed: $.reverse(true/false)
157: test added (related to feature #1069)
158:
159: * src/: classes/reflection.C, types/pa_vstateless_class.h:
160: compilation without HASH_ORDER fixed
161:
162: * src/: classes/reflection.C, include/pa_hash.h:
163: $.reverse(true/false) added to ^reflection:methods[] (related to
164: feature #1069)
165:
166: 2017-02-14 moko
167:
168: * tests/: 152.html, results/152.processed: test for $._default hash
169: added (related to bug #1131)
170:
171: * tests/: 277.html, results/277.processed: test for hash with only
172: $._default is now defined (related to bug #1131)
173:
174: * src/types/pa_vhash.h: hash with only $._default is now defined
175: (fixed bug #1131)
176:
177: 2017-02-13 moko
178:
179: * tests/cat-windows.sh: cat-windows added (cygwin required)
180:
181: * tests/: 171.html, 264.html, 286.html, 370.html,
182: results/320.processed, results/375.processed, results/auto.p:
183: cat-windows.sh support added
184:
185: * tests/375.html: Windows support
186:
187: * tests/270.html: documented
188:
189: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
190: (not backslashes) even under Windows (broke test 270)
191:
192: 2017-02-12 moko
193:
194: * tests/: descript.ion, todo.txt: cleanup
195:
196: 2017-02-09 moko
197:
198: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
199: run_tests.cmd: Windows compatibility
200:
201: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
202: incorrectly (GMT) if parser is called from cygwin
203:
1.111 moko 204: 2017-02-08 moko
205:
1.112 moko 206: * operators.txt: actualization 15% completed
207:
208: * operators.txt: cp1251 -> utf-8
209:
210: * NEWS, README: minor update
211:
212: * src/include/pa_config_includes.h: warning war continues
213:
214: * src/: include/pa_config_includes.h, include/pa_memory.h,
215: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
216: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
217: gcc 6.x issues fixed
218:
1.111 moko 219: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
220: classes/classes.h, classes/curl.C, classes/date.C,
221: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
222: classes/hashfile.C, classes/image.C, classes/inet.C,
223: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
224: classes/memcached.C, classes/memory.C, classes/op.C,
225: classes/reflection.C, classes/regex.C, classes/response.C,
226: classes/string.C, classes/table.C, classes/void.C,
227: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
228: include/pa_array.h, include/pa_cache_managers.h,
229: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
230: include/pa_config_fixed.h, include/pa_config_includes.h,
231: include/pa_dictionary.h, include/pa_dir.h,
232: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
233: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
234: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
235: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
236: include/pa_request_charsets.h, include/pa_request_info.h,
237: include/pa_sapi.h, include/pa_socks.h,
238: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
239: include/pa_stack.h, include/pa_string.h,
240: include/pa_stylesheet_connection.h,
241: include/pa_stylesheet_manager.h, include/pa_symbols.h,
242: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
243: include/pa_uue.h, include/pa_xml_exception.h,
244: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
245: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
246: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
247: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
248: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
249: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
250: main/compile.tab.C, main/compile.y, main/compile_tools.C,
251: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
252: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
253: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
254: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
255: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
256: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
257: main/pa_string.C, main/pa_stylesheet_connection.C,
258: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
259: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
260: main/untaint.C, sql/pa_sql_driver.h,
261: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
262: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
263: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
264: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
265: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
266: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
267: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
268: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
269: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
270: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
271: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
272: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
273: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
274: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
275: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
276: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
277: types/pa_vmemcached.h, types/pa_vmemory.h,
278: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
279: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
280: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
281: types/pa_vresponse.C, types/pa_vresponse.h,
282: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
283: types/pa_vstateless_object.h, types/pa_vstatus.C,
284: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
285: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
286: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
287: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
288: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
289: 2015->2017
290:
1.110 moko 291: 2017-02-07 moko
292:
293: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
294:
295: 2017-02-06 moko
296:
297: * src/main/pa_common.C: minor fixes, whitespace
298:
299: * src/: classes/curl.C, classes/file.C, classes/image.C,
300: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
301: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
302: now used (implements feature #1081)
303:
304: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
305:
306: 2017-02-01 moko
307:
308: * src/include/pa_request.h: cleanup
309:
310: 2017-01-30 moko
311:
312: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
313:
314: 2017-01-29 moko
315:
316: * tests/: 383.html, results/383.processed: test for
317: ^reflection:stack[] added (related to feature #1052)
318:
319: * src/classes/reflection.C: else added
320:
321: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
322: $.max_file_lock_wait added (implements feature #1128)
323:
324: 2017-01-28 moko
325:
326: * tests/: 379-curl.html, results/379-curl.processed: curl empty
327: body and other cases tests added (related to featue #1014)
328:
329: * src/classes/curl.C: bug if response is empty fixed (related to
330: feature #1014)
331:
332: 2017-01-27 moko
333:
334: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
335: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
336: added (implements feature #1052)
337:
338: 2017-01-25 moko
339:
340: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
341: method test added
342:
343: 2017-01-23 moko
344:
345: * src/classes/reflection.C: optimization: options->get replaced by
346: hash iterator
347:
348: * tests/: 381.html, results/381.processed: now -> fixed date
349:
350: * src/main/pa_request.C: warning war
351:
352: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
353: 5Mb (fixes bug #1058)
354:
355: * src/classes/curl.C: warning war
356:
357: * tests/: 381.html, results/381.processed: tests for ^json:string
358: $.one-line(true) option added (related to feature #1124)
359:
360: * src/: classes/json.C, types/pa_value.h: $json-string
361: $.one-line(true|false) options is now supported (implements
362: feature #1124)
363:
364: * tests/: 380.html, results/380.processed: test for modified
365: $.max_file_size added (related to bug #1014)
366:
367: * tests/: 379.html, results/auto.p: tests for rewritten http file
368: load added (related to bug #1014)
369:
370: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
371: main/pa_common.C, main/pa_http.C: check_file_size added and used
372: in curl / file load from disk and http, http file load rewritten
373: (related to bug #1014)
374:
375: 2017-01-18 moko
376:
377: * tests/: 378.html, results/378.processed: tests for ^result[]
378: added (related to feature #66)
379:
380: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
381: Method::CO_WITHOUT_FRAME as frame still added in expression
382: (related to feature #66)
383:
384: 2017-01-17 moko
385:
386: * tests/: 377.html, results/377.processed: test for different
387: combinations of breaks in body and delimiter (related to bug
388: #1077)
389:
390: * tests/: 376.html, results/376.processed: many ^break[] tests
391: added (related to bug #1077)
392:
393: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
394: passed to native method" exception added to avoid bugs due to
395: WRITE_EXPR_RESULT skipped and native methods execution continues
396: after ^break[] (related to bug #1077)
397:
398: 2017-01-14 moko
399:
400: * tests/: 330.html, results/330.processed: test results updated
401: after ^break[] bugs where fixed (related to bug #1077)
402:
403: * tests/: 329.html, results/329.processed: test results updated
404: after ^break[] bugs where fixed (related to bug #1077)
405:
406: * tests/results/320.processed: ^return[] added
407:
408: 2017-01-13 moko
409:
410: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
411: classes/table.C, include/pa_request.h, main/execute.C,
412: main/pa_request.C, targets/cgi/parser3.C,
413: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
414: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
415: checked after each possible process/execute call (fixes bug
416: #1077)
417:
418: 2016-12-29 moko
419:
420: * src/main/pa_common.C: warning war
421:
422: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
423: include/pa_types.h, main/pa_request.C, main/pa_string.C:
424: pa_file_size_limit added, ^math:random fixed for upper limit and
425: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
426: (related to feature #1014)
427:
428: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
429: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
430: (related to feature #1014)
431:
432: 2016-12-28 moko
433:
434: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
435: warning war
436:
437: 2016-12-26 moko
438:
439: * tests/: 341.html, results/341.processed: test for
440: ^table.hash[id;;$.type[string]] added (related to feature #1057)
441:
442: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
443: (related to feature #1057)
444:
445: * src/types/pa_vdate.C: warning war continues...
446:
447: * src/: classes/date.C, classes/image.C, classes/table.C,
448: include/pa_config_includes.h, types/pa_vfile.C: warning war
449:
450: * src/lib/gd/gifio.C: warning war / cleanup
451:
452: * src/lib/json/pa_json.C: warning war
453:
454: * src/classes/hash.C: warning war
455:
456: * src/types/pa_vfile.C: warning war
457:
458: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
459: -Wall warning war continues
460:
461: * configure.ac: --with-build-warnings actualized
462:
463: 2016-12-25 moko
464:
465: * src/main/pa_exec.C: -wAll warning war
466:
467: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
468: -wAll warning war
469:
470: * src/: include/pa_common.h, include/pa_sapi.h,
471: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
472: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
473: -wAll warning war
474:
475: 2016-12-23 moko
476:
1.115 ! moko 477: * src/lib/ltdl/Makefile.in: extra dist fixed
! 478:
1.110 moko 479: * src/lib/ltdl/Makefile.am: extra dist added
480:
481: * tests/results/344.processed: test result updated after $file.text
482: prefetched in ^hash::create[$file] (related to feature #1075)
483:
484: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
485: ^hash::create[$file] (related to feature #1075)
486:
487: 2016-12-22 moko
488:
489: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
490: main/pa_request.C, main/pa_stylesheet_connection.C,
491: types/pa_vfile.C: file_stat now return 64-bit size (implements
492: #1014 under 32-bit unix versions)
493:
494: 2016-12-21 moko
495:
496: * tests/: 375.html, results/375.processed: test for exec returning
497: stated file added (related to feature #1119)
498:
499: * src/classes/file.C: load should not return file with null body
500: (fixes bug #1119)
501:
502: 2016-12-14 moko
503:
504: * tests/: 374.html, results/374.processed: test for $method.name
505: added (related to feature #1117) plus method returning junction
506: test
507:
508: 2016-12-13 moko
509:
510: * src/: include/pa_symbols.h, main/pa_symbols.C,
511: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
512: (implements feature #1117)
513:
514: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
515: HEAD and TRACE can't have body (implements feature #1116)
516:
517: 2016-12-09 moko
518:
519: * tests/: 373.html, results/373.processed: tests for
520: ^reflection:tainting added (related to feature #1098)
521:
522: * src/classes/reflection.C: ^reflection:tainting arguments order
523: change (related to feature #1098)
524:
525: 2016-12-06 moko
526:
527: * src/: classes/reflection.C, include/pa_string.h,
528: main/pa_string.C: ^reflection:tainting[$string] added (implements
529: feature #1098)
530:
531: 2016-12-05 moko
532:
533: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
534: (fixes bug #1114)
535:
536: 2016-12-04 moko
537:
538: * tests/: 206.html, results/206.processed: negative zero (0/-1)
539: check added
540:
541: 2016-12-03 moko
542:
543: * tests/: 346-curl.html, results/346-curl.processed: test modified
544: to test value.as_hash() usage
545:
546: * src/classes/curl.C: value.as_hash() used for correct hash
547: processing
548:
549: * src/classes/reflection.C: exceptions texts fixes
550:
551: 2016-12-02 moko
552:
553: * tests/: 372.html, results/372.processed: tests for
554: ^reflection:create[ $.class[name] $.constructor[name]
555: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
556: feature #1094)
557:
558: * src/types/pa_vmethod_frame.h: comment added: params should be
559: declared outside of *_FRAME_ACTION as MethodParams destructor
560: will be called in ~VNativeMethodFrame
561:
562: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
563: ] minor fix
564:
565: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
566: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
567: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
568: now supported (implements feature #1094) value::as_hash added
569: (and should be used everywhere)
570:
571: * src/classes/reflection.C: cleanup
572:
573: 2016-12-01 moko
574:
575: * tests/: 356.html, results/356.processed: test for method
576: junctions class name added to the resulting hash added (related
577: to feature #1068)
578:
579: * src/classes/reflection.C: for method junctions class name added
580: to the resulting hash (related to feature #1068)
581:
582: 2016-11-30 moko
583:
584: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
585: exception (related to bug #1113)
586:
587: * src/types/pa_vhashfile.C: whitespace
588:
589: * src/main/pa_os.C: errno now returned as it should (fixes bug
590: #1113)
591:
592: * tests/results/: 175.processed, 192.processed, 224.processed,
593: 229.processed, 239.processed, 244.processed, 246.processed,
594: 314.processed, 352.processed: tests results updated after method
595: call exceptions improved as method now keeps its name
596:
597: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
598: types/pa_vmethod_frame.h: method call exceptions improved as
599: method now keeps its name
600:
601: * tests/: 224.html, 239.html, results/224.processed,
602: results/239.processed: tests and tests results updated after
603: Request::construct exception changed
604:
605: * src/: classes/reflection.C, main/execute.C: Request::construct
606: exception optimized
607:
608: * tests/: 371.html, results/371.processed: test for
609: WWrapper.get_element call in $.name.key[value] code added
610: (related to feature #1091)
611:
612: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
613: in $.name.key[value] code (related to feature #1091)
614:
615: 2016-11-29 moko
616:
617: * src/classes/op.C: VS warning war
618:
619: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
620: C4239: nonstandard extension used : 'return' : conversion from
621: 'Value' to 'Value &' (related to feature #1020)
622:
623: * src/: main/execute.C, types/pa_vmethod_frame.h,
624: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
625: used : 'return' : conversion from 'Value' to 'Value &' (related
626: to feature #1020)
627:
628: * src/main/execute.C: VS warning war
629:
630: * src/targets/cgi/parser3.C: VS compatibility fix
631:
632: * src/include/pa_request.h: VS warning war
633:
634: * tests/: 370.html, results/370.processed: test for ^file::exec[
635: ... $.stdin[$binary_file] ] added (related to bug #1044)
636:
637: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
638: include/pa_string.h, main/pa_exec.C: pa_exec now supports
639: $.stdin[$binary_file] (fixes bug #1044)
640:
641: 2016-11-28 moko
642:
643: * src/main/pa_exec.C: whitespace
644:
645: * src/main/pa_request.C: whitespace
646:
647: * tests/: 369.html, results/369.processed: test for
648: $response:status usage added (related to feature #1099)
649:
650: * src/targets/cgi/parser3.C: HTTP response code used as exit status
651: if < 100 (implements feature #1099)
652:
653: * src/targets/cgi/parser3.C: whitespace
654:
655: * src/targets/cgi/parser3.C: whitespace
656:
657: * tests/: 368.html, results/368.processed: test updated after
658: ^reflection:filename[$method] added (related to feature #1053)
659:
660: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
661: main/compile.y, main/execute.C, main/pa_request.C,
662: types/pa_vclass.h: filename -> filespec,
663: ^reflection:filename[$method] added (related to feature #1053)
664:
665: 2016-11-27 moko
666:
667: * tests/: 368.html, results/368.processed: test for
668: reflection:filename[$class or object] added (related to feature
669: #1053)
670:
671: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
672: types/pa_vstateless_class.h: ^reflection:filename[$class or
673: object] added (implements feature #1053)
674:
675: 2016-11-26 moko
676:
677: * src/: include/pa_request_info.h,
678: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
679: remove_absolute_uri -> strip_absolute_uri
680:
681: 2016-11-25 moko
682:
683: * src/: include/pa_request_info.h,
684: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
685: request_info.remove_absolute_uri added to remove possible
686: http://site.name/ from $request:uri (implements feature #1112)
687:
688: 2016-11-24 moko
689:
690: * tests/: 367-curl.html, results/367-curl.processed: test for
691: previous request headers clearing after redirect added (related
692: to bug #1109)
693:
694: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
695: response headers from previous requests are now cleared, only
696: last request headers are collected (fixes bug #1109)
697:
698: * tests/results/: 266.processed, 321.processed, 356.processed:
699: tests results updated as method name now added to the resulting
700: hash for new syntax only (Imp1 compatimility fixed, related to
701: feature #1068)
702:
703: * src/classes/reflection.C: method name now added to the resulting
704: hash for new syntax only (Imp1 compatimility fixed, related to
705: feature #1068)
706:
707: * tests/results/366.processed: test for native and parser
708: implementation of ^use[] logic (related to feature #1074)
709:
710: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
711: for native and parser implementation of ^use[] logic (related to
712: feature #1074)
713:
714: 2016-11-23 moko
715:
716: * src/: classes/op.C, include/pa_request.h, main/compile.y,
717: main/pa_request.C: @USE file now implemented as ^use[file;
718: $.origin[origin_file] ] (implements feature #1074)
719:
1.109 moko 720: 2016-11-21 moko
721:
1.110 moko 722: * tests/: 365.html, results/365.processed: test for $caller bugs in
723: 3.4.4 and $caller.method now tested (related to feature #1110)
724:
725: * tests/: 364.html, results/364.processed: $caller usage in
726: different contexts now tested (related to feature #1110)
727:
728: * src/types/types.vcproj: +pa_vcaller_wrapper.h
729:
730: * src/types/Makefile.am: pa_vcaller_wrapper.h added
731:
1.109 moko 732: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
733: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
734: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
735: used (implements feature #1110)
736:
737: 2016-11-20 moko
738:
739: * src/types/pa_vdouble.h: whitespace
740:
741: 2016-11-11 moko
742:
743: * tests/: 363.html, results/363.processed: more tests for feature
744: #1091 (how parser methods work in expression context)
745:
746: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
747: expressions strings are now written as strings, not values by
748: write_as_string (related to feature #1091)
749:
750: * src/classes/op.C: to make more correct behavour in expression
751: context
752:
753: 2016-11-07 moko
754:
755: * tests/: 362.html, results/362.processed: test for
756: xsltParseStylesheetDoc caching as xsl modification after it added
757: (related to bug #1108)
758:
759: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
760: result now cached as xdoc is modified after it (fixes bug #1108)
761:
762: 2016-11-06 moko
763:
764: * src/types/pa_vxdoc.h: whitespace
765:
766: 2016-11-05 moko
767:
768: * src/types/pa_vmethod_frame.h: cleanup
769:
770: 2016-11-03 moko
771:
772: * tests/results/244.processed: more correct exception after method
773: frames separation
774:
775: * src/types/pa_vmethod_frame.h: minor optimizaion
776:
777: * src/types/pa_method.h: optimization: params_count added
778:
779: * src/: classes/json.C, classes/op.C, classes/reflection.C,
780: include/pa_request.h, main/execute.C, main/pa_request.C,
781: types/pa_value.C, types/pa_vmethod_frame.C,
782: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
783: VMethodFrame now divided into VNativeMethodFrame,
784: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
785: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
786: and used (related to feature #1104)
787:
788: 2016-11-02 moko
789:
790: * src/: classes/bool.C, classes/curl.C, classes/date.C,
791: classes/double.C, classes/file.C, classes/hash.C,
792: classes/hashfile.C, classes/image.C, classes/inet.C,
793: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
794: classes/memcached.C, classes/op.C, classes/reflection.C,
795: classes/regex.C, classes/string.C, classes/table.C,
796: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
797: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
798: r.write (implements feature #1091)
799:
800: * src/main/execute.C: cleanup (related to feature #1104)
801:
802: * src/: include/pa_request.h, main/execute.C,
803: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
804: added, in_expression removed (implements feature #1104)
805:
806: 2016-10-31 moko
807:
808: * src/types/pa_value.C: whitespace
809:
810: 2016-10-28 moko
811:
812: * tests/results/244.processed: updated after error reporting fixed
813: in pa_wcontext.C
814:
815: * src/types/pa_wcontext.C: error reporting fixed
816:
817: * src/types/pa_wcontext.h: whitespace
818:
819: * src/classes/image.C: not fully readed entries are no longer
820: processed (fixes bug #1106)
821:
822: 2016-10-26 moko
823:
824: * src/classes/image.C: whitespace
825:
826: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
827: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
828: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
829: longer required (related to feature #1091)
830:
831: * tests/results/: 264.processed, 350.processed: test results update
832: reverted (whitespace optimization) after write_no_lang removed :)
833: (related to feature #1091)
834:
835: * src/: classes/file.C, classes/hash.C, classes/op.C,
836: classes/string.C, classes/table.C, classes/void.C,
837: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
838: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
839: equal write_pass_lang (related to feature #1091)
840:
841: * tests/results/: 264.processed, 350.processed: test results
842: updated (whitespace optimization) after write_assign_lang removed
843: (related to feature #1091)
844:
845: * tests/: 361.html, results/361.processed: test for non-string
846: ^untaint added (related to feature #1091)
847:
848: * src/: classes/curl.C, classes/date.C, classes/file.C,
849: classes/hash.C, classes/op.C, classes/string.C,
850: include/pa_request.h, main/execute.C: optimization:
851: write_assign_lang removed as not required (first part of feature
852: #1091 implementation)
853:
1.108 moko 854: 2016-10-12 moko
855:
856: * tests/: 360.html, results/360.processed: more test code (related
857: to feature #1104)
858:
859: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
860: include/pa_request.h, main/compile.y, main/execute.C: opcode
861: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
862: WContext is next task (implements feature #1104)
863:
864: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
865: / CO_WITHOUT_WCONTEXT
866:
867: * tests/: 360.html, results/360.processed: test for in expression
868: state (related to feature #1104)
869:
870: 2016-10-11 moko
871:
872: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
873:
874: * src/classes/op.C: default value removed from initializer
875:
876: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
877:
878: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
879:
880: 2016-10-10 moko
881:
882: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
883: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
884: to feature #42)
885:
886: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
887: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
888:
889: 2016-10-08 moko
890:
891: * src/classes/double.C: whitespace
892:
893: 2016-10-07 moko
894:
895: * src/types/pa_vmethod_frame.h: reorder
896:
897: 2016-10-06 moko
898:
899: * src/classes/date.C: typo
900:
901: * src/types/pa_vmethod_frame.h: whitespace + cleanup
902:
903: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
904: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
905: types/pa_vmethod_frame.h: params.get now returns Value&, not
906: Value*
907:
908: * src/types/pa_vmethod_frame.C: params.get should return Value&.
909:
910: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
911: removed; first as_* code rewrite
912:
913: 2016-10-05 moko
914:
915: * src/include/pa_request.h: whitespace
916:
917: * tests/: 359.html, results/359.processed: test for VCodeFrame and
918: intercept_string added (related to feature #1097)
919:
920: * src/: classes/image.C, classes/op.C, classes/table.C,
921: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
922: optimization: intercept_string removed (implements feature #1097)
923:
924: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
925:
926: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
927: from VCodeFrame and WWrapper as not required
928:
929: 2016-10-04 moko
930:
931: * src/: classes/curl.C, classes/date.C, classes/double.C,
932: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
933: classes/int.C, classes/json.C, classes/op.C,
934: classes/reflection.C, classes/string.C, classes/table.C,
935: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
936: proces_to_value -> process after StringOrValue removed (related
937: to feature #1020)
938:
939: * src/classes/form.C: whitespace
940:
941: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
942:
943: * tests/: 357.html, 358.html, results/357.processed,
944: results/358.processed, results/auto.p: test for @conf
945: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
946:
947: 2016-10-03 moko
948:
949: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
950: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
951: supported (implements feature #42)
952:
953: * src/types/pa_vregex.h: no reason for VRegex to be
954: is_evaluated_expr
955:
956: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
957: (implements feature #1095)
958:
959: 2016-10-01 moko
960:
961: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
962: false by default (related to feature #1089)
963:
964: 2016-09-30 moko
965:
966: * src/types/pa_wcontext.h: cleanup
967:
968: 2016-09-29 moko
969:
970: * src/main/execute.C: whitespace
971:
972: * src/include/pa_request.h: whitespace
973:
974: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
975: classes/op.C, classes/table.C, include/pa_request.h,
976: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
977: types/pa_vobject.C, types/pa_wcontext.h: optimization:
978: StringOrValue removed as it just slows down and adds complexity
979: (implements feature #1020)
980:
981: 2016-09-28 moko
982:
983: * tests/: 356.html, results/266.processed, results/321.processed,
984: results/356.processed: tests updated after name was added to
985: method_info hash, test for ^reflection:method_info[junction]
986: added (related to feature #1068)
987:
988: * src/classes/reflection.C: ^reflection:method_info[junction] now
989: supported, method name added to the resulting hash (implements
990: feature #1068)
991:
992: * tests/: 276.html, results/276.processed: more tests for
993: ^reflection:delete[]
994:
995: * src/classes/reflection.C: fixed bug then ^reflection:delete
996: didn't work on class and could damage native objects (like file)
997:
998: 2016-09-26 moko
999:
1000: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1001: results/345.processed, results/346-curl.processed,
1002: results/347-curl.processed, results/348.processed: numbers added
1003: to simplify diff analysis
1004:
1005: * tests/: 352.html, results/352.processed: test result updated as
1006: method name used
1007:
1008: * src/classes/reflection.C: method name used
1009:
1010: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1011: its name
1012:
1013: * src/types/pa_method.h: whitespace
1014:
1015: * src/classes/reflection.C: both method and field with one name can
1016: exist.
1017:
1018: * src/classes/reflection.C: ^reflection:mixin added (implements
1019: feature #1089)
1020:
1021: * tests/: 355.html, results/355.processed: property appears in
1022: derived class if added in base test added
1023:
1024: * src/types/pa_vstateless_class.h: get_method declaration +
1025: whitespace
1026:
1027: * tests/: 354.html, results/354.processed: nice test from method
1028: and property with one name in class added
1029:
1030: 2016-09-23 moko
1031:
1032: * src/classes/reflection.C: ^reflection:method usage documented
1033:
1034: 2016-09-22 moko
1035:
1036: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1037: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1038: compile warning and GPF occures on VS2003 (related to feature
1039: #1087)
1040:
1041: * tests/: 350.html, results/350.processed: test added for
1042: $.encloser[] support in ^table::create (related to feature #11)
1043:
1044: * src/classes/table.C: another minor fix (related to feature #11)
1045:
1.107 moko 1046: 2016-09-21 moko
1047:
1048: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1049:
1050: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1051: classes/json.C, classes/string.C, classes/table.C,
1052: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1053: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1054: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1055: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1056: pa_charsets, vs2015 warning war
1057:
1058: * src/classes/table.C: vs2015 warning war
1059:
1060: * src/types/pa_vdate.C: vs2015 warning war
1061:
1062: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1063:
1064: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1065: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1066:
1067: * src/main/pa_common.C: vs2015 compilation fixes
1068:
1069: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1070: vs2015 compilation fixes
1071:
1072: * src/main/pa_charset.C: vs2015 warning war
1073:
1074: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1075:
1076: * src/main/pa_charset.C: vs2015 warning war
1077:
1078: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1079:
1080: * src/types/pa_vdate.C: vs2015 compilation fix
1081:
1082: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1083:
1084: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1085: VS2015 compilation fixes
1086:
1087: * src/classes/table.C: minor fix (related to feature #11)
1088:
1089: * tests/results/282.processed: no longer skipping extra enclosers
1090: (related to feature #11)
1091:
1092: * src/classes/table.C: minor fix + no longer skipping extra
1093: enclosers (related to feature #11)
1094:
1095: * src/classes/table.C: minor optimization (related to feature #11)
1096:
1097: * src/classes/table.C: minor fix and optimization (related to
1098: feature #11)
1099:
1100: 2016-09-20 moko
1101:
1102: * tests/: 353.html, results/353.processed: test for
1103: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1104: added (related to bug #1090)
1105:
1106: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1107: one_big_piece (fixes bug #1090)
1108:
1109: * tests/: 229.html, results/229.processed: code coverage tests
1110:
1111: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1112: body) was called
1113:
1114: * src/classes/op.C: whitespace
1115:
1116: * tests/: 323.html, results/323.processed: test for code junction
1117: should not be returned by ^reflection:class, ^reflection:base
1118:
1119: * src/classes/reflection.C: bugfix: code junction should not be
1120: returned by ^reflection:class, ^reflection:base
1121:
1122: * tests/: 323.html, 352.html, results/352.processed: no more
1123: exception for ^reflection:method[class;no-such-method] (related
1124: to feature #1087)
1125:
1126: * src/classes/reflection.C:
1127: ^reflection:method[class;no-such-method] : exception -> void
1128: (related to feature #1087)
1129:
1130: * src/include/pa_request.h: request::write_value added to allow
1131: write value without convertion (related to issue #1091)
1132:
1133: 2016-09-19 moko
1134:
1135: * src/main/pa_random.C: windows build fix
1136:
1137: * src/types/pa_vhash.h: warning war
1138:
1139: 2016-09-14 moko
1140:
1141: * tests/: 352.html, 552.html, results/352.processed,
1142: results/552.processed: test for ^reflection:method[] extension
1143: added (related to feature #1087)
1144:
1145: * tests/: 552.html, results/552.processed: test for
1146: ^reflection:method[] extension added (related to feature #1087)
1147:
1148: * src/classes/reflection.C: compatibility issue fixed, VClass
1149: dynamic_cast check added (related to feature #1087)
1150:
1151: * tests/: 351.html, results/351.processed: test for @auto[]
1152: inheritance bug diring ^process[] added (related to bug #1088)
1153:
1154: * src/: classes/op.C, main/pa_request.C,
1155: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1156: disable it inheritance during ^process (fixes bug #1088)
1157:
1158: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1159: added (implements feature #1087)
1160:
1161: 2016-09-13 moko
1162:
1163: * tests/: 349.html, results/auto.p: test for objects prototyping
1164: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1165: to feature #1086)
1166:
1167: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1168: types/pa_vobject.C: objects now are not class instances, but have
1169: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1170: in @conf (implements feature #1086)
1171:
1172: 2016-09-08 moko
1173:
1174: * src/: classes/file.C, classes/mail.C, classes/string.C,
1175: classes/table.C, main/pa_http.C, main/pa_string.C,
1176: include/pa_string.h: cleanup: string::split limit argument
1177: removed as no longer required, pos_after no longer reference
1178: (related to feature #11)
1179:
1180: * src/classes/table.C, tests/results/348.processed: now exception
1181: is rised when invalid option is passed to ^table::create[]
1182:
1183: * tests/: 282.cfg, 282.html, results/282.processed: more code
1184: coverage tests
1185:
1186: * tests/: 348.html, results/348.processed: code coverage tests
1187: added
1188:
1189: * tests/: 348.html, results/348.processed: generic ^table::create[]
1190: tests
1191:
1192: * tests/: 035.html, results/035.processed, results/272.processed:
1193: tests updated after $.encloser[] support for ^table::create
1194: implementation (related to feature #11)
1195:
1196: * src/classes/table.C: $.encloser[] support for ^table::create
1197: finally added (implements feature #11)
1198:
1199: 2016-09-07 moko
1200:
1201: * src/include/pa_string.h: added StringSplitHelper as friend
1202: (related to feature #11)
1203:
1204: * src/include/pa_string.h: body and langs now protected, not
1205: private to allow inheritance (related to feature #11)
1206:
1207: * src/classes/table.C: lsplit optimized before cloning for
1208: ^table::create with $.encloser[] (related to feature #11)
1209:
1210: * src/classes/table.C: optimizaion: TableControlChars.separators
1211: added and used (related to feature #11)
1212:
1213: * src/classes/table.C: spelling:
1214:
1215: TableSeparators -> TableControlChars column -> separator
1216: separators -> control_chars
1217:
1218: 2016-09-06 moko
1219:
1220: * src/main/pa_string.C: whitespace
1221:
1222: * src/main/pa_string.C: whitespace
1223:
1224: 2016-09-01 moko
1225:
1226: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1227: results OS-independent
1228:
1229: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1230: compiler (related to feature #1042)
1231:
1232: 2016-08-15 moko
1233:
1234: * src/include/pa_string.h: whitespace
1235:
1236: * src/classes/table.C: whitespace
1237:
1.106 moko 1238: 2016-08-05 moko
1239:
1240: * tests/: 344.html, results/344.processed: test for
1241: ^hash::create[$file] added (related to feature #1075)
1242:
1243: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1244: supported (implements feature #1075)
1245:
1246: 2016-08-04 moko
1247:
1248: * tests/: 341.html, results/341.processed: more code coverage tests
1249:
1250: * tests/: 346-curl.html, results/346-curl.processed: more code
1251: coverage tests for curl
1252:
1253: * tests/: 346-curl.html, results/346-curl.processed: more code
1254: coverage tests for curl
1255:
1256: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1257: results/223.processed: code coverage tests: $.form[ $.table[] ]
1258: test added
1259:
1260: * tests/: 223-curl.html, results/223-curl.processed: more code
1261: coverage tests for curl
1262:
1263: 2016-08-03 moko
1264:
1265: * src/classes/curl.C: dlink(curl_library) now called not once, but
1266: until it will be loaded, allowing to find existing library.
1267:
1268: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1269: results/347-curl.processed: more code coverage tests for curl
1270:
1271: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1272: results/339-curl.processed, results/346-curl.processed: curl
1273: functionality tests
1274:
1275: 2016-08-02 moko
1276:
1277: * tests/: 339.html, results/339.processed: test for tables in
1278: ^file:load[] and ^curl:load[] (commented) added (related to
1279: feature #1042)
1280:
1281: * tests/: 345.html, results/345.processed: code coverage tests for
1282: file class
1283:
1284: * tests/: 344.html, results/344.processed: code coverage tests
1285:
1286: * tests/: 344.html, results/344.processed: mdate removed from
1287: output
1288:
1289: * src/classes/file.C: minor bugfix: is_text should be taked from
1290: fcontent.is_text_mode() if not set (related to feature #1061)
1291:
1292: * tests/: 344.html, results/344.processed: more tests
1293:
1294: * tests/: 343.html, 344.html, results/343.processed,
1295: results/344.processed: tests for ^file::create[ $.from-charset
1296: and $.to-charset ] (related to feature #1061)
1297:
1298: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1299: aset_text_mode argument optimized
1300:
1301: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1302: checkBOM now used in detect_binary_content (related to feature
1303: #1061)
1304:
1305: * src/main/pa_request.C: load_charset no longer required to_upper
1306:
1307: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1308: preserves original file mode (if no $.mode specified)
1309:
1310: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1311: ^file::create now supports $.from-charset[] and $.to-charset
1312: options (implements feature #1061), automatic transcode is done
1313: if text file is created from binary file and charset is detected.
1314:
1315: 2016-07-30 moko
1316:
1317: * src/classes/table.C: ^t.hash[..;] now supported (related to
1318: feature #1057)
1319:
1320: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1321: added (related to feature #1057)
1322:
1323: * tests/: 286.html, results/286.processed: code tests coverage
1324:
1325: 2016-07-29 moko
1326:
1327: * src/classes/table.C: table size should be checked inside menu and
1328: foreach (related to feature #858)
1329:
1330: * src/: classes/curl.C, classes/file.C, classes/string.C,
1331: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1332: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1333: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1334: charsets.get now does str_upper inside (related to feature #1061)
1335:
1336: * tests/: 342.html, results/342.processed: more code coverage tests
1337:
1338: * tests/: 342.html, outputs/342.processed: table menu code coverage
1339: + foreach test added (related to feature #858)
1340:
1341: * tests/: 341.html, results/341.processed: tests for
1342: ^table.hash[]{code} added + code coverage tests (related to
1343: feature #1057)
1344:
1345: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1346: value} support (implements feature #1057)
1347:
1348: * src/classes/table.C: whitespace
1349:
1350: 2016-07-28 moko
1351:
1352: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1353: from URL, if not specified query string removed from url-based
1354: filenames in ^curl:load[] and ^file::load[] (related to feature
1355: #1042)
1356:
1357: 2016-07-27 moko
1358:
1359: * tests/: 340.html, results/340.processed: test for
1360: transcode_text_result=false added (related to issue #1042)
1361:
1362: 2016-07-26 moko
1363:
1364: * src/types/pa_vfile.C: file name should not be empty (if file path
1365: is folder and ends with /) (related to feature #1042)
1366:
1367: * src/main/pa_http.C: whitespace optimizaion
1368:
1369: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1370: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1371: multiple headers, ^file::load supports headers transcoding
1372: (implements feature #1042)
1373:
1374: 2016-07-25 moko
1375:
1376: * src/include/pa_common.h: PA_DEFAULT added
1377:
1378: 2016-07-22 moko
1379:
1380: * tests/: 338.html, results/338.processed: test for
1381: $date.field(value) added (related to feature #1066)
1382:
1383: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1384: $date.field(value) now supported for y/m/d/h/m/s (implements
1385: feature #1066)
1386:
1.105 moko 1387: 2016-07-21 moko
1388:
1389: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1390: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1391: arguments removed; image.C - absolute path shown in exception
1392: (implements feature #1071)
1393:
1394: * tests/: 235.html, results/235.processed: test and test result
1395: updated after static boundary in mail and Errors-To: mail header
1396: removed (related to feature #1047)
1397:
1398: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1399: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1400: used, static boundary in mail removed, Errors-To: mail header
1401: removed (implements feature #1047)
1402:
1403: 2016-07-20 moko
1404:
1405: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1406: equest.classes(): Value -> VStateless_class, part 3 (related to
1407: issue #1051)
1408:
1409: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1410: request.classes(): Value -> VStateless_class, part 2 (related to
1411: issue #1051)
1412:
1413: * tests/results/: 224.processed, 323.processed: classes without
1414: methods should not be methoded (related to issue #1051)
1415:
1416: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1417: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1418: -> VStateless_class, part 1 (related to issue #1051)
1419:
1420: * tests/: 337.html, results/337.processed: test for
1421: ^reflection:fields_reference[] and VHashReference class added
1422: (related to feature #1072)
1423:
1424: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1425: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1426: and VHashReference added, allowing ^reflection:fields_reference[]
1427: implementation (closes feature #1072)
1428:
1429: 2016-07-19 moko
1430:
1431: * tests/: 323.html, results/323.processed: we want to see
1432: "methoded"
1433:
1434: * tests/: 336.html, results/336.processed: test for $BASE:property
1435: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1436: #1059)
1437:
1438: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1439: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1440: somebody_entered_some_class, $BASE:property works again,
1441: ^BASE:method[] bugs fixed (fixes bug #1059)
1442:
1443: 2016-07-14 moko
1444:
1445: * tests/: 335.html, results/335.processed: test for feature #1055
1446: added
1447:
1448: * src/classes/hash.C: bugfix: $._default was not copied if empty
1449: feature: ^hash.contains[_default] added (implements feature
1450: #1055)
1451:
1452: 2016-07-13 moko
1453:
1454: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1455: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1456:
1457: 2016-07-05 moko
1458:
1459: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1460: in ^hash.foreach (related to feature #1073)
1461:
1462: 2016-07-04 moko
1463:
1464: * tests/: 134.html, 281.html, results/134.processed,
1465: results/281.processed: tests updated after hash blocking removed
1466: (related to feature #1073)
1467:
1468: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1469: no longer blocks on change during foreach (implements feature
1470: #1073)
1471:
1472: 2016-06-17 moko
1473:
1474: * tests/: 330.html, results/330.processed: try exception source
1475: test added (related to bug in #1062)
1476:
1477: * tests/: 334.html, results/334.processed: Exception stack trace
1478: test added (related to bug in $1062)
1479:
1480: * src/classes/op.C: Exception trace now correctly restored and
1481: errors reported (related to bug #1062)
1482:
1.104 moko 1483: 2016-05-25 moko
1484:
1485: * src/main/compile.y: minor cleanup + beauty
1486:
1487: 2016-05-24 moko
1488:
1489: * tests/: 333.html, results/333.processed: more exceptions testing
1490:
1491: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1492: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1493: features #1056, #1026)
1494:
1495: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1496: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1497: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1498: (implements feature #1056)
1499:
1500: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1501: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1502: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1503: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1504: feature #1026)
1505:
1506: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1507: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1508: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1509: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1510: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1511: feature #1026)
1512:
1513: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1514: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1515: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1516: SYMBOLS_CACHING define implemented (related to feature #1026)
1517:
1518: * src/main/main.vcproj: + ps_symbols
1519:
1520: * src/: include/Makefile.am, include/pa_string.h,
1521: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1522: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1523: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1524: types/pa_vstateless_class.C: initial implementation for symbols
1525: cache (related to feature #1026)
1526:
1527: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1528:
1529: * src/main/pa_globals.C: minor cleanup
1530:
1531: 2016-05-19 moko
1532:
1533: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1534: (related to feature #1046)
1535:
1536: * tests/: 331.html, results/331.processed: test for
1537: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1538: (related to feature #1051)
1539:
1540: * src/main/compile.y:
1541: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1542: (implements feature #1054)
1543:
1544: 2016-05-18 moko
1545:
1546: * src/types/pa_vtable.C, tests/results/324.processed: no more
1547: "column not found" exception for ^table.no-such-method[] (related
1548: to feature #1046)
1549:
1550: * tests/: 261.html, results/261.processed: test added and updated
1551: after feature #1046 implementation
1552:
1553: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1554: types/pa_vvoid.h: $string.anything works for whitespace strings,
1555: ^string.contains added for hash compatibility, $string.method no
1556: longer returns stting method (implements feature #1046)
1557:
1558: 2016-05-12 moko
1559:
1560: * src/classes/curl.C: content-type response header no longer
1561: ignored (fixes issue #1045)
1562:
1563: * tests/: 330.html, results/330.processed: test for incomplete
1564: finally execution when break occures added (related to issue
1565: #1077)
1566:
1567: * src/classes/op.C: bugfix: Request::skip reset is called before
1568: executing catch and finally code (fixes issue #1062)
1569:
1570: 2016-05-11 moko
1571:
1572: * tests/: 329.html, results/329.processed: test for invalid
1573: ^break[] behavour added (bug #1077)
1574:
1575: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
1576:
1577: 2016-04-24 moko
1578:
1579: * src/types/pa_vstateless_class.h: warning war
1580:
1581: 2016-04-17 moko
1582:
1583: * tests/: 328.html, results/328.processed: test for
1584: ^break(condition) and ^continue(condition) (related to feature
1585: #1063)
1586:
1587: * src/classes/op.C: ^break(condition) and ^continue(condition)
1588: implemented (feature #1063)
1589:
1590: 2016-04-12 moko
1591:
1592: * tests/results/280.processed: ordered hash now used for class
1593: methods and properties (test results updated for feature #1069)
1594:
1595: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
1596: to xdoc.C as under FreeBSD it was inited after and inheritance
1597: failed (related to issue #1051)
1598:
1599: * tests/: 320.html, results/320.processed: xdoc and xnode methods
1600: are printed to check inheritance (related to feature #1051)
1601:
1.103 moko 1602: 2016-04-09 moko
1603:
1604: * tests/results/320.processed: ordered hash now used for class
1605: methods and properties (test results updated for feature #1069)
1606:
1607: * src/types/pa_vstateless_class.h: ordered hash now used for class
1608: methods and properties (implements feature #1069)
1609:
1610: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
1611: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
1612: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
1613: feature #1051)
1614:
1615: 2016-04-07 moko
1616:
1617: * src/main/execute.C: returned Value in .CLASS case for VJunction
1618: (related to feature #1051)
1619:
1620: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
1621: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
1622: string constants deduplication (related to feature #1051)
1623:
1624: * tests/results/224.processed: test result updated (related to
1625: feature #1051)
1626:
1627: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
1628: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
1629: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
1630: types/pa_vstatus.h: classes hash now contains only
1631: VStateless_class derived objects, .CLASS is also allways
1632: VStateless_class derived object (related to feature #1051).
1633:
1634: 2016-04-06 moko
1635:
1636: * tests/results/323.processed: test result updated after feature
1637: #1051 implementation
1638:
1639: * src/: classes/classes.h, classes/op.C, classes/response.C,
1640: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1641: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
1642: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
1643: types/pa_vresponse.C, types/pa_vresponse.h,
1644: types/pa_vstateless_class.h: base -> methoded_donor for static
1645: classes, type() moved from VStateless_class to VClass and
1646: Methoded (implements feature #1051)
1647:
1648: 2016-04-04 moko
1649:
1650: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
1651: beauty: put_class added (related to feature #1051)
1652:
1653: 2016-04-01 moko
1654:
1655: * tests/results/: 175.processed, 192.processed, 224.processed,
1656: 229.processed, 244.processed, 246.processed, 316.processed: test
1657: results updated as class.type() removed from error messages, only
1658: type() left (related to feature #1051)
1659:
1660: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
1661: classes/op.C, classes/reflection.C, main/compile.y,
1662: main/compile_tools.h, main/execute.C, main/pa_request.C,
1663: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
1664: types/pa_vmethod_frame.h, types/pa_vobject.h,
1665: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
1666: from VStateless_class, type() is used instead (related to feature
1667: #1051)
1668:
1669: * src/classes/mail.C: old logic restored.
1670:
1671: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1672: classes/classes.h, classes/curl.C, classes/date.C,
1673: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1674: classes/hashfile.C, classes/image.C, classes/inet.C,
1675: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1676: classes/memcached.C, classes/memory.C, classes/reflection.C,
1677: classes/regex.C, classes/response.C, classes/string.C,
1678: classes/table.C, classes/xdoc.C, classes/xnode.C,
1679: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
1680: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
1681: feature #1051)
1682:
1683: 2016-03-30 moko
1684:
1685: * tests/: 327.html, results/224.processed, results/327.processed:
1686: test for TZ specification in ^date::create[], TZ is kept during
1687: ^date::create[$dt] (related to feature #1048)
1688:
1689: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
1690: ^date::create[], TZ is kept during ^date::create[$dt] (implements
1691: feature #1048)
1692:
1693: 2016-03-29 moko
1694:
1695: * tests/: 315.html, results/315.processed: test for timezone format
1696: +HHmm added (related to feature #1065)
1697:
1698: * src/classes/date.C: timezone format +HHmm now supported
1699: (implements feature #1065)
1700:
1701: 2016-03-28 moko
1702:
1703: * tests/: 202.html, results/131.processed, results/202.processed,
1704: results/224.processed, results/256.processed,
1705: results/315.processed: test results updated after %.2d now
1706: default for hours offset in iso-string (was %2d), test for
1707: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1708: added (related to feature #1065)
1709:
1710: 2016-03-27 moko
1711:
1712: * src/types/pa_vdate.C: '+' sign for zero offset (related to
1713: feature #1065)
1714:
1715: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1716: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1717: added (implements feature #1065)
1718:
1719: 2016-03-24 moko
1720:
1721: * tests/: 202.html, results/202.processed: test $date.week added
1722: (related to bug #1067)
1723:
1724: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
1725: date (fix for bug #1067)
1726:
1727: 2016-03-10 moko
1728:
1729: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
1730:
1.102 moko 1731: 2015-12-07 moko
1732:
1733: * tests/: 326.html, results/326.processed: test for .CLASS &
1734: .CLASS_NAME optimization added (related to feature #844)
1735:
1736: 2015-11-17 moko
1737:
1738: * tests/: 323.html, results/323.processed: order added
1739:
1740: * tests/: 325.html, results/325.processed: double range test added
1741: (related to bug #1049)
1742:
1743: 2015-11-16 moko
1744:
1745: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
1746: added to disallow NaN and Infinity (fixes bug #1049)
1747:
1748: 2015-11-11 moko
1749:
1750: * tests/324.html: parser 3.4.3 execution support added (related to
1751: feature #1017)
1752:
1753: * tests/: 324.html, results/324.processed: test for
1754: GET_ELEMENT4CALL feature added (feature #1017)
1755:
1.101 moko 1756: 2015-10-29 moko
1757:
1758: * operators.txt: updated for 3.4.4
1759:
1760: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
1761:
1762: * src/main/pa_exec.C: get_exit_status implemented for Windows
1763: (related to bug #1043)
1764:
1765: 2015-10-28 moko
1766:
1767: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
1768: hangup during ^file::exec (fixes bug #1043)
1769:
1.100 moko 1770: 2015-10-27 moko
1771:
1772: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
1773:
1.99 moko 1774: 2015-10-26 moko
1775:
1.100 moko 1776: * tests/322.html, src/classes/reflection.C: arguments reorder
1777: (related to issue #1041)
1778:
1779: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
1780: Copyright year updated
1781:
1.99 moko 1782: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
1783: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
1784: classes/form.C, classes/hash.C, classes/hashfile.C,
1785: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
1786: classes/mail.C, classes/math.C, classes/memcached.C,
1787: classes/memory.C, classes/op.C, classes/reflection.C,
1788: classes/regex.C, classes/response.C, classes/string.C,
1789: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1790: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
1791: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1792: include/pa_config_fixed.h, include/pa_config_includes.h,
1793: include/pa_dictionary.h, include/pa_dir.h,
1794: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1795: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1796: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1797: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1798: include/pa_request_charsets.h, include/pa_request_info.h,
1799: include/pa_sapi.h, include/pa_socks.h,
1800: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1801: include/pa_stack.h, include/pa_string.h,
1802: include/pa_stylesheet_connection.h,
1803: include/pa_stylesheet_manager.h, include/pa_table.h,
1804: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
1805: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
1806: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
1807: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
1808: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
1809: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
1810: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
1811: main/compile.y, main/compile_tools.C, main/compile_tools.h,
1812: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
1813: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
1814: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
1815: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
1816: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1817: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1818: main/pa_string.C, main/pa_stylesheet_connection.C,
1819: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1820: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1821: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
1822: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
1823: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
1824: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
1825: targets/isapi/parser3isapi.C, types/pa_junction.h,
1826: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1827: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
1828: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1829: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1830: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1831: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1832: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1833: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1834: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1835: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1836: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1837: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1838: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1839: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1840: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1841: types/pa_vresponse.C, types/pa_vresponse.h,
1842: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1843: types/pa_vstateless_object.h, types/pa_vstatus.C,
1844: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1845: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1846: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1847: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1848: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1849:
1850: * src/targets/cgi/parser3.C: year updated
1851:
1852: * src/classes/reflection.C: VS2003 compatibility fixed (related to
1853: issue #1041)
1854:
1855: * tests/: 323.html, results/323.processed: test for base classes
1856: added
1857:
1858: * tests/: 261.html, results/261.processed: updated after better
1859: error reporting done for $string.key exception
1860:
1861: * src/types/pa_vstring.h: better error report for $string.key
1862: exception
1863:
1864: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
1865: copied as VObject::get_element4call to remove extra virtual call
1866:
1867: * tests/: 322.html, results/322.processed: test for
1868: ^reflection:is[] added (related to feature #1041)
1869:
1870: * src/classes/reflection.C: ^reflection:is empty value is void
1871: (related to feature #1041)
1872:
1873: * src/classes/reflection.C:
1874: ^reflection:is[class_name|code|method;[context;]element_name]
1875: added (implements feature #1041)
1876:
1877: 2015-10-24 moko
1878:
1879: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
1880:
1.98 moko 1881: 2015-10-22 moko
1882:
1883: * tests/: 321.html, results/321.processed: test for
1884: ^reflection:method_info[] file detection added
1885:
1886: * tests/: 320.html, results/320.processed: test for
1887: ^reflection:class_by_name[class_name] added (related to feature
1888: #993)
1889:
1890: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
1891: added (implements feature #993)
1892:
1893: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
1894: (related to feature #1017)
1895:
1896: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
1897: added (related to issue #1039)
1898:
1899: * src/main/pa_request.C: ^throw origin fixed (related to feature
1900: #1039)
1901:
1902: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
1903: for VDate
1904:
1905: * tests/results/182.processed: updated after feature #1038
1906: implemented
1907:
1908: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
1909: compile-time exception origin added (test for feature #1039)
1910:
1911: * src/: include/pa_request.h, main/compile.C, main/compile.y,
1912: main/pa_request.C: exception unification: compile-time exceptions
1913: now have origin, @USE origins also tracked (implements feature
1914: #1039)
1915:
1916: 2015-10-20 moko
1917:
1918: * src/main/pa_request.C: cleanup
1919:
1920: 2015-10-15 moko
1921:
1922: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
1923:
1924: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
1925: types/pa_vtable.C: new feature: no more $table.method and
1926: $hash.method, aliases for _at, _count, _key (related to feature
1927: #1017)
1928:
1.97 moko 1929: 2015-10-14 moko
1930:
1.98 moko 1931: * tests/: 317.html, results/317.processed: test for
1932: ^string.unescape[] added (related to feature #120)
1933:
1.97 moko 1934: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
1935: defined" bug (described in issue #1036)
1936:
1937: * tests/: 247.html, results/247.processed: test for checkBOM added
1938: (test for bug #1037)
1939:
1940: * src/: include/pa_charsets.h, main/pa_charsets.C,
1941: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
1942: it's not enforced, skips BOM signature if it complies charset
1943: (fixes bug #1037)
1944:
1945: 2015-10-13 moko
1946:
1947: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
1948: linking
1949:
1950: * src/classes/inet.C: vs2003 compilation fix
1951:
1952: * src/classes/math.C: warning war
1953:
1954: * src/lib/punycode/pa_punycode.c: warning war
1955:
1956: 2015-10-12 moko
1957:
1958: * src/lib/punycode/pa_punycode.c: warning war
1959:
1960: * parser3.sln: moved parser3 first, to make it default startup
1961: project
1962:
1963: * buildall: parser "mirror" now used for external libs sources
1964: (implements feature #1036)
1965:
1966: * buildall: most external libs are updated to their current
1967: versions (related to feature #1036)
1968:
1969: * src/classes/image.C: more tags added
1970:
1971: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
1972:
1973: 2015-10-11 moko
1974:
1975: * src/classes/curl.C: minor optimization (related to feature #1035)
1976:
1977: 2015-10-09 moko
1978:
1979: * src/classes/curl.C: pa_strdup added for strings from curl
1980: (related to feature #1035)
1981:
1982: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
1983: ULLONG_MAX definition
1984:
1985: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
1986: (implements feature #1035)
1987:
1988: * src/main/pa_charset.C: String::Body(String::C) used
1989:
1990: * src/main/pa_charset.C: exceptions unified
1991:
1992: * src/: include/pa_charset.h, main/pa_charset.C: declarations
1993: unified
1994:
1995: * src/: classes/file.C, classes/image.C, classes/mail.C,
1996: classes/op.C, classes/xdoc.C, classes/xnode.C,
1997: include/pa_string.h, main/pa_request.C, main/pa_string.C,
1998: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
1999: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2000: String::Body(String::C) constructor added (related to bug #957)
2001:
2002: * src/classes/file.C: minor optimization
2003:
2004: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2005: Cord(char*) autocreation (related to bug #957)
2006:
2007: * src/: classes/string.C, main/untaint.C: minor optimizations
2008:
2009: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2010: String(char*, Lang, length) removed, String(C(), Lang) used
2011: instead (related to bug #957)
2012:
2013: 2015-10-08 moko
2014:
2015: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2016: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2017: main/untaint.C: Now char * is converted to CORD only using
2018: AS_CORD() to check for empty cord bug (fixes bug #957)
2019:
2020: * src/include/pa_hash.h: fixed compilation without
2021: HASH_CODE_CACHING
2022:
2023: * src/classes/string.C:
2024: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2025: feature #120)
2026:
2027: * src/main/pa_common.C: reduce js flags checks count (related to
2028: feature #120)
2029:
1.96 moko 2030: 2015-10-07 moko
2031:
2032: * tests/: 275.html, results/275.processed: test modified after
2033: unsigned long long int support implemented (feature #1034)
2034:
2035: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2036: pa_atoul added for unsigned long long int support
2037:
2038: 2015-10-06 moko
2039:
2040: * src/types/pa_vdate.C: INT_MAX used
2041:
2042: 2015-10-03 moko
2043:
2044: * tests/: 302.html, results/302.processed: test for bug #1023
2045: (\u2028, \u2029 escaping) added
2046:
2047: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2048: json:string[] (fixes bug #1023)
2049:
2050: 2015-09-29 moko
2051:
2052: * tests/305.html: try-catch added for OS without ipv6 support
2053:
2054: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2055: compilation
2056:
2057: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2058: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2059: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2060: implemented to distinguish ^hash.method from $hash.field
2061: (implements feature #1017)
2062:
2063: * src/lib/punycode/pa_punycode.c: warning war
2064:
2065: * src/include/pa_config_includes.h: warning war
2066:
2067: * src/include/pa_config_includes.h: pragma warning actualized a bit
2068:
2069: * src/include/pa_config_includes.h: warning war
2070:
2071: * src/include/pa_hash.h: clang compilation fix
2072:
2073: 2015-09-27 moko
2074:
2075: * src/main/compile.tab.C: Bison 3 is now default
2076:
2077: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2078:
2079: 2015-09-25 moko
2080:
2081: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2082: works with undefined HASH_ORDER (related to feature #196)
2083:
2084: 2015-09-24 moko
2085:
2086: * tests/: 027.html, results/027.processed: test modified to test
2087: ^hash.sort (feature #196)
2088:
2089: * src/: classes/hash.C, include/pa_hash.h:
2090: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2091: added (implements feature #196)
2092:
2093: * tests/: 316.html, results/316.processed: Added test for bug #1025
2094: (exception handling in non-cached ^cache), plus for "it does not
2095: have logical value" and "$exception.handled value must be either
2096: boolean or string 'cache'" exceptions.
2097:
2098: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2099: code (fixes bug #1025)
2100:
1.95 moko 2101: 2015-09-23 moko
2102:
2103: * src/classes/table.C: warning war
2104:
2105: * src/: classes/math.C, types/pa_vcookie.C: warning war
2106:
2107: * src/classes/file.C: warning war
2108:
2109: * src/: include/pa_table.h, main/pa_table.C: warning war
2110:
2111: * src/: main/pa_request.C, classes/date.C: warning war
2112:
2113: * src/: types/pa_vdate.C, classes/op.C: warning war
2114:
2115: * tests/: 122.html, results/122.processed: win sync: to remove
2116: differences with OS that doesn't keep timezone change history
2117:
2118: * src/types/pa_vdate.C: tzset() should be called in Windows after
2119: TZ change (related to feature #36)
2120:
2121: * tests/: 075.html, results/075.processed: win sync: to remove
2122: differences with OS that doesn't keep timezone change history
2123:
2124: * tests/: 315.html, results/315.processed: win sync: to remove
2125: differences with OS that doesn't keep timezone change history
2126:
2127: * tests/: 256.html, results/256.processed: win sync: to remove
2128: differences with OS that doesn't keep timezone change history
2129:
2130: * tests/: 124.html, results/124.processed: win results sync: to
2131: avoid hitting time change hole.
2132:
2133: * src/types/pa_vdate.C: static returned. :)
2134:
2135: 2015-09-22 moko
2136:
2137: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2138:
2139: * tests/results/131.processed: more tests for feature #1032
2140:
2141: * src/classes/date.C: minor fix related to feature #1032
2142:
2143: * operators.txt: ISO date creation documented (related to feature
2144: #1032)
2145:
2146: * operators.txt: iso-string documented (related to feature #1032)
2147:
2148: * tests/: 315.html, results/315.processed: more tests added
2149: (related to feature #1032)
2150:
2151: * tests/: 131.html, results/131.processed: date range checks
2152: updated (related to feature #36)
2153:
2154: * tests/: 315.html, results/057.processed, results/315.processed:
2155: test added for ISO date support (related to issue #315)
2156:
2157: * src/classes/date.C: more readable exceptions in date creation
2158: (related to ticket #1032)
2159:
2160: 2015-09-18 moko
2161:
2162: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2163: added (related to issue #1032)
2164:
2165: * tests/results/256.processed, src/classes/json.C: iso-string
2166: documented (related to issue #1032)
2167:
2168: * tests/: 256.html, results/256.processed: ISO date check added
2169: (related to issue #1032)
2170:
2171: * tests/: 057.html, results/057.processed, results/224.processed:
2172: tests results updated after ISO date support implemented (related
2173: to feature #1032)
2174:
2175: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2176: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2177: ^date::create[string] constructor formalized, ^date.iso-string[]
2178: added (implements feature #1032)
2179:
2180: 2015-09-05 moko
2181:
2182: * operators.txt: actualized
2183:
2184: * operators.txt: date changes documented (related to ticket #36)
2185:
2186: 2015-09-04 moko
2187:
2188: * src/types/pa_vdate.C: warning war
2189:
2190: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2191:
2192: 2015-09-03 moko
2193:
2194: * tests/results/096.processed: test result updated for 0..9999 year
2195: date range support (related to feature #36)
2196:
2197: * tests/: 314.html, results/314.processed: test for
2198: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2199: bug #1031)
2200:
2201: * src/classes/string.C: Static calls fixed for ^string:base64[],
2202: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2203:
1.115 ! moko 2204: * Makefile.am, Makefile.in, acsite.m4, configure.ac, configure.in:
! 2205: Warning war: configure.in -> configure.ac
1.95 moko 2206:
1.115 ! moko 2207: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 2208: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 2209: src/Makefile.in, src/classes/Makefile.in,
! 2210: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 2211: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 2212: src/lib/cord/include/Makefile.in,
! 2213: src/lib/cord/include/private/Makefile.in,
! 2214: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
! 2215: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 2216: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
! 2217: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
! 2218: src/lib/punycode/Makefile.in, src/lib/sdbm/Makefile.in,
! 2219: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
! 2220: src/main/Makefile.in, src/sql/Makefile.in,
! 2221: src/targets/Makefile.in, src/targets/apache/Makefile.in,
! 2222: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 2223: src/types/Makefile.in: more correct timezone check for FreeBSD
! 2224: Warning war: configure.in -> configure.ac
1.95 moko 2225:
2226: * configure, configure.in, src/classes/Makefile.am,
1.115 ! moko 2227: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
! 2228: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
! 2229: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
! 2230: src/lib/json/Makefile.am, src/lib/json/Makefile.in,
! 2231: src/lib/memcached/Makefile.am, src/lib/memcached/Makefile.in,
! 2232: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
! 2233: src/lib/sdbm/Makefile.am, src/lib/sdbm/Makefile.in,
! 2234: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
! 2235: src/main/Makefile.am, src/main/Makefile.in,
! 2236: src/targets/apache/Makefile.am, src/targets/apache/Makefile.in,
! 2237: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 2238: src/types/Makefile.am, src/types/Makefile.in: INCLUDES ->
1.95 moko 2239: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2240: check added
2241:
2242: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2243:
2244: * tests/results/: 124.processed, 224.processed: test resuls updated
2245: for new date implementation (related to feature #36)
2246:
2247: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2248: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2249: types/pa_vdate.h: new double date implementation with internal
2250: support for extended 0..9999 year range, default timezone support
2251: (related to feature #36)
2252:
2253: 2015-08-28 moko
2254:
2255: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2256: (fixes bug #1030)
2257:
2258: 2015-08-21 moko
2259:
2260: * src/classes/inet.C: snprintf size "bug" commented
2261:
2262: * src/main/pa_common.C: snprintf comments updated
2263:
2264: 2015-08-16 moko
2265:
2266: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2267:
2268: 2015-08-11 moko
2269:
2270: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2271: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2272: can be null (fixes bug #1029)
2273:
2274: 2015-08-06 moko
2275:
1.115 ! moko 2276: * src/types/: Makefile.am, Makefile.in, pa_vdate.C, pa_vdate.h,
! 2277: types.vcproj: pa_vdate.C added
1.95 moko 2278:
2279: 2015-08-05 moko
2280:
2281: * tests/: 313.html, results/313.processed: test for
2282: ^table.count[columns] and ^table.flip[] with nameless tables
2283: (feature #1003)
2284:
2285: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2286: max_cell added, now ^table.count[columns] and ^table.flip[] works
2287: correctly for nameless tables (implements feature #1003)
2288:
2289: 2015-08-03 moko
2290:
2291: * tests/312.html: test for ^table.append[$hash] and
2292: ^table.insert[$hash] added (related to feature #1028)
2293:
2294: * src/classes/table.C: ^table.append[$hash] and
2295: ^table.insert[$hash] now supported (implements feature #1028)
2296:
2297: * tests/: 312.html, results/312.processed: test row copy in
2298: ^table.hash[; $.type[table] ] added (related to feature #1016)
2299:
2300: * src/classes/table.C: row copy now created in ^table.hash[;
2301: $.type[table] ] (related to feature #1016)
2302:
2303: 2015-07-29 moko
2304:
2305: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2306: added (related to feature #1016)
2307:
2308: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2309: ^table.delete[] added to delete current row (related to feature
2310: 1016)
2311:
2312: 2015-07-28 moko
2313:
2314: * tests/: 312.html, results/312.processed: test for
2315: $table.column[value] and ^table.insert{row} (related to feature
2316: #1016)
2317:
2318: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2319: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2320: ^table.insert{row} are now implemented (feature #1016)
2321:
2322: * src/include/pa_array.h: Optimization: bool reverse removed from
2323: append(), insert() added, memmove arguments order in remove()
2324: fixed (related to feature #1016)
2325:
2326: 2015-07-23 moko
2327:
2328: * src/classes/json.C: tainted json and empty json exception added
2329: (implements feature #1015)
2330:
2331: * tests/: 311.html, results/311.processed: empty json and tainted
2332: json exception test added (related to issue #1015)
2333:
2334: 2015-07-22 moko
2335:
2336: * tests/: 311.html, results/311.processed: test for UTF-8
2337: processing added
2338:
2339: * tests/: 311.html, results/311.processed: test for
2340: json_exception_with_source added (related to issue #394)
2341:
2342: * src/classes/json.C: json_exception_with_source added (implements
2343: feature #394)
2344:
2345: 2015-06-29 moko
2346:
2347: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2348: directories are now correctly determined if _d_type == DT_UNKNOWN
2349: (closes bug #1027)
2350:
2351: 2015-06-10 moko
2352:
2353: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2354: error if libxml has LIBXML_ICU_ENABLED.
2355:
2356: 2015-06-04 moko
2357:
2358: * tests/099.html: ups, reverting
2359:
2360: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2361: results/310.processed: tests for $response:body[ $.file[] ] and
2362: $response:last-modified added
2363:
2364: * src/main/pa_request.C: last-modified check fixed
2365:
2366: 2015-06-03 moko
2367:
2368: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2369: results/205.processed, results/293.processed: $response:headers
2370: logging added (tests for feature #1007)
2371:
2372: * src/: include/pa_common.h, include/pa_request.h,
2373: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2374: $response:headers are now in uppercase (closes feature #1007)
2375:
2376: 2015-06-02 moko
2377:
2378: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2379: build errors reverted for clang compatibility
2380:
2381: 2015-06-01 moko
2382:
2383: * src/include/pa_memory.h: -pedantic build errors fixed
2384:
2385: * src/classes/math.C: -pedantic build error fixed
2386:
2387: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2388:
2389: 2015-05-31 moko
2390:
2391: * src/classes/table.C: USE_STRINGSTREAM optimized
2392:
2393: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2394: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2395: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2396: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2397: types/pa_vxnode.h: warning war (-pedantic flag)
2398:
2399: 2015-05-28 moko
2400:
2401: * tests/: 308.html, results/308.processed: test for
2402: ^table::create[$t;], etc work added (related to bug #975)
2403:
2404: * src/classes/table.C: check_option_param removed,
2405: ^table::create[$t;], etc now works (fixes bug #975)
2406:
2407: 2015-05-27 moko
2408:
2409: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2410: (Debian jessie) fixed (closes issue #1024)
2411:
2412: * tests/Makefile: sort added as in Debian jessie list become
2413: unsorted
2414:
2415: 2015-05-18 moko
2416:
2417: * tests/: 201.html, results/201.processed: test for
2418: ^string.trim[what] feature #1022
2419:
2420: * src/classes/string.C: ^string.trim[what] now supported,
2421: implements feature #1022
2422:
2423: 2015-05-17 moko
2424:
2425: * tests/results/185.processed: test result updated as feature #1021
2426: implemented (left/right accept negative parameter)
2427:
2428: * src/classes/string.C: left/right now accept negative parameter
2429: (implements feature #1021)
2430:
2431: 2015-05-08 moko
2432:
2433: * src/classes/math.C: isalnum -> pa_isalnum
2434:
2435: * src/main/execute.C: optimization in getter-junction processing
2436: (related to issue #997)
2437:
2438: 2015-05-07 moko
2439:
2440: * tests/: 307.html, results/307.processed: test for issue #997
2441: added
2442:
2443: * src/main/execute.C: process_getter result now checked if junction
2444: returned (closes issue #997)
2445:
2446: * tests/: 305.html, results/305.processed: sort added to ignore
2447: different order
2448:
2449: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2450: assignment (closes issue #994)
2451:
2452: * tests/: 306.html, results/306.processed: test for issue #994
2453: added
2454:
2455: * tests/: 303.html, results/303.processed: two more errors tested
2456:
2457: 2015-05-06 moko
2458:
2459: * tests/: 305.html, results/305.processed: test for name2ip &
2460: ip2name added (related to feature #992)
2461:
2462: * tests/: 303.html, 304.html, results/303.processed,
2463: results/304.processed: tests for idna conversion added (related
2464: to issue #849)
2465:
2466: 2015-05-02 moko
2467:
2468: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2469: implemented
2470:
2471: 2015-04-30 moko
2472:
2473: * src/main/pa_http.C: idna_host added, related to issue #849
2474:
2475: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2476: (related to issue #849)
2477:
2478: 2015-04-24 moko
2479:
2480: * src/types/pa_vjunction.C: warning war
2481:
2482: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2483: unification
2484:
2485: * src/lib/punycode/pa_idna.c: warning war
2486:
2487: 2015-04-22 moko
2488:
2489: * src/main/main.vcproj: punycode include path added
2490:
2491: * src/lib/punycode/pa_idna.c: windows compile error fixed
2492:
2493: * src/lib/punycode/pa_idna.c: warning war
2494:
2495: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2496: project file added
2497:
2498: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2499:
2500: * src/include/pa_memory.h: warning war
2501:
2502: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2503: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2504: implemented (related to feature #849)
2505:
2506: * configure.in, src/main/Makefile.am,
2507: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2508: libpunycode added in Unix
2509:
2510: 2015-04-21 moko
2511:
2512: * configure.in: large files support
2513:
2514: 2015-04-15 moko
2515:
2516: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2517: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2518: pa_punycode.h: initial version for punycode/idna support library
2519: (ticket #849)
2520:
2521: 2015-04-08 moko
2522:
2523: * src/: classes/curl.C, classes/date.C, classes/file.C,
2524: classes/image.C, classes/mail.C, classes/reflection.C,
2525: classes/string.C, classes/xnode.C, include/pa_request.h,
2526: include/pa_string.h, include/pa_stylesheet_connection.h,
2527: main/compile.y, main/compile_tools.h, main/execute.C,
2528: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2529: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2530: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2531: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2532: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2533: clang compiler warnings (closes issue #1018)
2534:
2535: * src/include/pa_string.h: String::Body comparation operators with
2536: char * added (related to issue #958)
2537:
2538: 2015-04-07 moko
2539:
2540: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2541: pa_malloc/pa_free to remove system malloc/free usage (related to
2542: issue #1018)
2543:
2544: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2545: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2546: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2547: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2548: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2549: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2550: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2551: malloc/strdup/free replaced with pa_ version and checks for
2552: accidental use of non-pa_ version added (related to issue #1018)
2553:
2554: 2015-04-03 moko
2555:
2556: * buildall: pcre-8.33 -> pcre-8.36
2557:
2558: * src/: main/compile.y, classes/form.C, classes/mail.C,
2559: classes/op.C, classes/string.C, main/compile.tab.C,
2560: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2561: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2562: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2563: ticket #958)
2564:
2565: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2566: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2567: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2568: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2569: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2570: $request:headers, $request:method added (implements feature
2571: #1007)
2572:
2573: 2015-03-17 misha
2574:
2575: * tests/302.html: - test for
2576: ^json:string[...;$._default[method-name]]
2577:
2578: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2579: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2580: option $._default[method-name] is specified in ^json:string[], a
2581: method with specified name will be called for classes/objects
2582: serialization ( new feature: #982 )
2583:
2584: 2015-03-16 misha
2585:
2586: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2587: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2588: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2589: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
2590: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
2591: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
2592: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2593: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
2594: types/pa_vrequest.h, types/pa_vstateless_class.C,
2595: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2596: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
2597: $var.CLASS_NAME now have special opcodes. This can be switched
2598: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
2599: on pa_opcode.h ( new feature: #844 )
2600:
2601: 2015-03-15 misha
2602:
2603: * tests/075.html: - test for $response:header[]
2604:
2605: * src/types/pa_vresponse.C: - $response:header[] deletes header
2606: that was set earlie ( new feature: #1001 )
2607:
2608: 2015-03-12 misha
2609:
2610: * tests/246.html: - more tests for ^hash._at[]
2611:
2612: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
2613: accepts second param [key|value|hash] ( new feature: #1012 )
2614:
2615: 2015-03-09 moko
2616:
2617: * src/types/pa_vmail.C: exception for everything but
2618: $mail:received, closes issue #1011
2619:
2620: 2015-02-20 moko
2621:
2622: * tests/: 275.html, results/275.processed: hex detection in
2623: pa_atoui fix test (closes issue #1010)
2624:
2625: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
2626: issue #1010)
2627:
2628: 2015-02-17 moko
2629:
2630: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
2631: tainted.
2632:
2633: 2015-02-03 misha
2634:
2635: * tests/301.html: - test for ^json:string($double) causes
2636: exception. bugfix: #1008
2637:
2638: * src/classes/json.C: - ^json:string($double) causes exception.
2639: bugfix: #1008
2640:
2641: * tests/014.html: - updated for work with ^hash.delete[]
2642:
2643: 2015-01-12 misha
2644:
2645: * src/: classes/form.C, include/pa_common.h,
2646: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
2647: types/pa_vform.h: - supports body with PUT method as well ( new
2648: feature: #1006 )
2649:
2650: * src/classes/file.C: - warnings war
2651:
2652: 2015-01-11 misha
2653:
2654: * tests/300.html: - test for ^hash.delete[] is added
2655:
2656: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
2657: feature: #989 ) - tiny optimization in intersects
2658:
2659: 2015-01-06 moko
2660:
2661: * src/types/pa_vmail.C: file names transcode added, to and cc added
2662: with transcode, attachments detection fixed
2663:
2664: * src/main/pa_request.C: filling mail received after cgi/auto.p
2665: load to allow charset switch (related to issue #996)
2666:
2667: 2014-12-31 moko
2668:
2669: * src/types/pa_vmail.C: from and subject now transcoded if not
2670: UTF-8 source charset (fixes issue 996)
2671:
2672: * src/main/pa_exception.C: fixed string from stack bug (closes
2673: issue #1000)
2674:
2675: 2014-12-11 misha
2676:
2677: * src/types/pa_vhashfile.C: - check if key is not empty before
2678: access ( bug fix: #1005 )
2679:
2680: 2014-11-13 misha
2681:
2682: * src/main/compile.y: - PC.append does not reset to false while
2683: creating a new class. bugfix: #990
2684:
2685: * tests/299.html: - test for creation class after working with
2686: partial class (create+append)
2687:
2688: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
2689: #995
2690:
2691: * tests/232.html: - test for @get[def] added
2692:
2693: 2014-10-12 moko
2694:
2695: * src/lib/pcre/pcre_internal.vcproj: correct path
2696:
2697: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2698: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
2699: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
2700: targets/apache/ApacheModuleParser3.vcproj,
2701: targets/apache/ApacheModuleParser3Core.vcproj,
2702: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2703: types/types.vcproj: project GUID inserted in *.vcproj for correct
2704: conversion in newer VS versions
2705:
2706: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
2707: pcre_internal.vcproj added
2708:
2709: 2014-08-28 moko
2710:
2711: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
2712: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
2713: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
2714:
2715: 2014-06-30 misha
2716:
2717: * tests/298.html: - tests for ^reflection:def[class;className]
2718: added
2719:
2720: * src/classes/reflection.C: - ^reflection:def[class;className]
2721: added ( new feature: #918 )
2722:
2723: 2014-06-29 misha
2724:
2725: * src/classes/table.C: - ^table::create[unsupported data] -
2726: exception comment changed to "body must be table or code" ( bug
2727: fix: #951 )
2728:
2729: * tests/: 261.html, results/261.processed: - tests for
2730: ^json:string[...;$.void[null|string]] added
2731:
2732: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
2733: option $.void[string|null] added to ^json:string[...] ( new
2734: feature: #952 )
2735:
2736: 2014-06-28 moko
2737:
2738: * src/classes/curl.C: $.charset now processed before other curl
2739: options (closes issue #980)
2740:
2741: 2014-05-23 misha
2742:
2743: * src/classes/json.C: - bug fix: #987
2744:
2745: 2014-05-04 misha
2746:
2747: * tests/: 253.html, 253_json.txt: - test for
2748: ^json:parse[$.int(false)] is added
2749:
2750: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
2751: default true). The option is similar to $.double(bool) but for
2752: integers.
2753:
2754: 2014-05-01 moko
2755:
2756: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
2757: #12 )
2758:
2759: 2014-04-16 moko
2760:
2761: * src/main/pa_http.C: response-charset option should finally work
2762: now (fix for issue #867)
2763:
2764: * src/main/pa_http.C: response-charset option should work now (fix
2765: for issue #867)
2766:
2767: 2014-03-07 moko
2768:
2769: * buildall: libgc moved
2770:
2771: * buildall: libgc moved
2772:
2773: 2013-12-29 moko
2774:
2775: * src/classes/string.C: ^string:js-unescape result now tainted,
2776: closes issue #966
2777:
2778: * tests/: 186.html, results/186.processed: ^string:js-unescape
2779: result now tainted, issue #966
2780:
2781: 2013-12-03 moko
2782:
2783: * src/: classes/memcached.C, types/pa_vmemcached.C,
2784: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
2785: option was added for http://www.parser.ru/forum/?id=79343
2786:
2787: * src/classes/file.C: bugfix for
2788: http://www.parser.ru/forum/?id=79337
2789:
2790: 2013-11-05 moko
2791:
2792: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
2793:
2794: * src/main/pa_globals.C: spelling fixed
2795:
2796: 2013-10-29 moko
2797:
2798: * src/lib/json/json.vcproj: json.c -> pa_json.C
2799:
2800: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
2801: #892
2802:
2803: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
2804: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
2805: exceptions to be thrown thougth json library), related to issue
2806: #892
2807:
2808: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
2809: related to issue #896
2810:
2811: 2013-10-24 moko
2812:
2813: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
2814:
2815: 2013-10-23 moko
2816:
2817: * README: actualization
2818:
2819: 2013-10-22 moko
2820:
2821: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
2822: compatibility patch from Sergey Kirpichev
2823:
2824: * tests/: 297.html, results/297.processed: non-working getter fix
2825: test for issue #948
2826:
2827: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
2828: called when saving value of $match variable in ^string.match[] to
2829: increase compatibility (related to issue #948).
2830:
2831: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
2832: usage optimization
2833:
2834: 2013-10-21 moko
2835:
2836: * tests/: 182.html, results/182.processed: local path removed for
2837: compatibility
2838:
2839: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
2840: results/244.processed, results/253.processed,
2841: results/254.processed, results/275.processed,
2842: results/281.processed: try_catch -> try-catch
2843:
2844: * tests/: 288.html, 294.html, 296.html, results/288.processed,
2845: results/294.processed, results/296.processed: try_catch ->
2846: try-catch
2847:
2848: 2013-10-20 moko
2849:
2850: * tests/: 296.html, results/296.processed: test for xsl exception
2851: for issue #938 added.
2852:
2853: * src/: include/pa_xml_exception.h,
2854: main/pa_stylesheet_connection.C: forgotten to be replaced
2855: XmlException is now replaced (once again closes issue #938)
2856:
2857: 2013-10-19 misha
2858:
2859: * bin/auto.p.dist.in: - more mime-types are added
2860:
2861: 2013-10-18 moko
2862:
2863: * buildall: disable clock_gettime detection to avoid librt linking
2864: (which in turn depends on libpthread), related to issue #943
2865:
2866: 2013-10-18 misha
2867:
2868: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
2869: lib/smtp/smtp.vcproj, main/main.vcproj,
2870: targets/apache/ApacheModuleParser3Core.vcproj,
2871: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2872: types/types.vcproj: - new locations for libxml2 includes where
2873: added to vcproj files
2874:
2875: 2013-10-18 moko
2876:
2877: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
2878: fix
2879:
2880: * tests/: 295.html, results/295.processed: test for issue #948
2881: updated
2882:
2883: * src/classes/table.C: hopefully last lost part for issue #948 fix.
2884: :)
2885:
2886: * tests/: 295.html, results/295.processed: test for issue #948
2887: added
2888:
2889: * src/: classes/hash.C, classes/string.C, classes/table.C,
2890: include/pa_request.h, types/pa_method.h: for getters and setters
2891: to be executed request.put_element should be called, not
2892: context.put_element (fixes issue #948)
2893:
2894: 2013-10-17 moko
2895:
2896: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
2897: LIBXML2_NEW_BUFFER check (closes issue #943)
2898:
2899: * buildall: libxml 2.9.1 build is broken --without-reader.
2900:
2901: 2013-10-16 moko
2902:
2903: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
2904:
2905: * tests/: 294.html, results/294.processed: test for issue #938
2906:
2907: * src/: classes/xdoc.C, classes/xnode.C,
2908: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
2909: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
2910:
2911: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
2912: libxslt-1.1.26 -> libxslt-1.1.28
2913:
2914: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
2915: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
2916: to '?', related to issue #938
2917:
2918: 2013-10-15 moko
2919:
2920: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
2921: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
2922: minor optimizations (closes issue #896)
2923:
2924: * tests/results/: 292.processed, 293.processed: results updated to
2925: comply with issue #896
2926:
2927: * tests/: 292.html, 293.html, results/292.processed,
2928: results/293.processed: tests for json escaping
2929:
2930: 2013-10-14 moko
2931:
2932: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
2933: and cleanup, code moved from .h to .C, no changes in code
2934:
2935: 2013-10-12 moko
2936:
2937: * tests/results/119.processed: updated test result commited
2938:
2939: * tests/: 291.html, results/291.processed: test for issue #894
2940: added
2941:
2942: * src/types/pa_wcontext.h: base methods call support function
2943: get_somebody_entered_some_class should not be true forever, as
2944: wcontext can have many get_elements calls (fixes issue #894)
2945:
2946: 2013-10-11 moko
2947:
2948: * tests/: 290.html, results/290.processed: test for junction GPF
2949: issue #942 added
2950:
2951: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
2952: to native method fixed (closes issue #942)
2953:
2954: * tests/: 158.html, results/158.processed: test for csv-string[]
2955: added
2956:
2957: * src/classes/table.C: minor fixes for table.csv-string[] (closes
2958: feature #907)
2959:
2960: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
2961: feature #907)
2962:
2963: 2013-10-09 moko
2964:
2965: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
2966: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
2967: types/pa_vstateless_class.C: GET_default, SET_default now works
2968: properly not only in objects, but in classes as well (closes
2969: issue #903)
2970:
2971: * tests/: 289.html, results/289.processed: GET/SET_default now
2972: works in classes, not only objects, test case added, related to
2973: issue #903
2974:
2975: * tests/: 288.html, results/288.processed: test for endless
2976: recursion bug added (related to issue #903)
2977:
2978: 2013-10-05 moko
2979:
2980: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2981: classes/table.C, main/execute.C, types/pa_method.h,
2982: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
2983: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2984: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
2985: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
2986: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
2987: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
2988: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2989: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2990: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
2991: optimization: put_element no longer has "bool areplace" argument,
2992: related to issue #903
2993:
2994: 2013-10-03 moko
2995:
2996: * tests/results/182.processed: result for $.replace(false) test
2997: commited
2998:
2999: * src/classes/date.C: ^date::create(number) processed correctly
3000: (fixes issue #901)
3001:
3002: * src/classes/image.C: as_no_junction removed, as param can be
3003: expression (closes issue #931)
3004:
3005: * tests/233.html: test for issue #931 added
3006:
3007: 2013-10-02 moko
3008:
3009: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3010: modified, test for $.replace(false) added
3011:
3012: * src/main/compile_tools.h: forgotten class replace returned. :)
3013:
3014: 2013-09-30 moko
3015:
3016: * tests/: 141.html, results/141.processed: md5 tainting test added
3017:
3018: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3019: main/compile_tools.h, main/pa_request.C: allow_class_replace
3020: implemented; $.replace option added to ^process and ^use
3021:
3022: 2013-08-27 moko
3023:
3024: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3025: cstr_to_string_body_untaint should be called with charsets for
3026: possible uri language and connection for possible sql language.
3027: related to issue #857
3028:
3029: * buildall: and -> or fixed
3030:
3031: 2013-08-26 moko
3032:
3033: * buildall: prepare_ functions logic changed to support
3034: gc-7.2d.tar.gz extracting to gc-7.2 directory
3035:
3036: 2013-08-23 moko
3037:
3038: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3039: statically
3040:
3041: 2013-08-22 moko
3042:
3043: * src/classes/string.C: String::Empty used (related to issue #912)
3044: append_know_length removed (related to old GPF bug)
3045:
3046: 2013-08-21 moko
3047:
3048: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3049:
3050: * src/classes/math.C: ^math:digest[...;$file] support added
3051: (related to ticket #857
3052:
3053: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3054: implemented
3055:
3056: * src/types/pa_vhashfile.h: warning war
3057:
3058: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3059: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3060: anti_endless_json_string_recoursion removed from request;
3061: json_string_recoursion added to json_options; $.indent[indent
3062: value] now supported and passed within recoursion closes feature
3063: #937
3064:
3065: * tests/: 287.html, results/287.processed: test for feature #937
3066:
3067: 2013-07-31 moko
3068:
3069: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3070: compilation having #define _S
3071:
3072: * src/main/pa_globals.C: cleanup
3073:
3074: 2013-07-30 moko
3075:
3076: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3077: main/pa_common.C: vs2003 warning war
3078:
3079: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3080:
3081: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3082:
3083: * src/lib/md5/pa_sha2.c: warning war
3084:
3085: 2013-07-29 moko
3086:
3087: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3088: patches from github
3089:
3090: * src/: classes/bool.C, classes/double.C, classes/int.C,
3091: classes/memcached.C, include/pa_config_includes.h,
3092: types/pa_vfile.C, types/pa_vfile.h: warning war
3093:
3094: * src/lib/json/json.vcproj: C++ -> C
3095:
3096: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3097:
3098: * src/lib/json/: json.c, pa_json.C: windows compatibility
3099:
3100: * src/lib/json/: json.c, pa_json.C: windows compatibility
3101:
3102: * src/lib/json/: json.c, pa_json.C: warning war
3103:
3104: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3105:
3106: * src/include/pa_config_fixed.h: uint16_t added
3107:
3108: * configure.in: uint16_t check added
3109:
3110: * src/: classes/json.C, lib/json/JSON_parser.C,
1.115 ! moko 3111: lib/json/JSON_parser.h, lib/json/Makefile.am,
! 3112: lib/json/Makefile.in, lib/json/json.c, lib/json/json.h,
! 3113: lib/json/json.vcproj, lib/json/pa_json.C, lib/json/pa_json.h:
! 3114: JSON_parser with non-free licence is replaced with similar GPL
! 3115: licenced libjson (fixes issue #892)
1.95 moko 3116:
3117: 2013-07-25 moko
3118:
3119: * parser3.sln: dependencies added
3120:
3121: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3122: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3123: module support
3124:
3125: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3126:
3127: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3128:
3129: 2013-07-23 moko
3130:
3131: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3132: PA_DEBUG_GC_MEMORY removed
3133:
3134: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3135: PA_DEBUG_DISABLE_GC compilation fix
3136:
3137: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3138: main/pa_request.C: outdated RESOURCES_DEBUG removed
3139:
3140: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3141: garbage cleanup
3142:
3143: * src/main/pa_common.C: warning war
3144:
3145: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3146:
3147: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3148: minor cleanup
3149:
3150: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3151: uses cygwin, not WIN32 implementation
3152:
3153: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3154: able to exec shell scripts
3155:
3156: * src/classes/math.C: ifdef WIN32 cleanup
3157:
3158: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3159:
3160: * bin/auto.p.dist.in: libpq.so -> libpq.
3161:
3162: * src/classes/curl.C: LT_MODULE_EXT used
3163:
3164: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3165:
3166: 2013-07-22 moko
3167:
3168: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3169: includes fix
3170:
3171: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3172:
3173: * configure.in, src/include/pa_config_includes.h,
3174: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3175: src/main/pa_exec.C: includes cleanup
3176:
3177: * src/targets/cgi/parser3.C: 2012->2013
3178:
3179: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3180:
3181: * configure.in, src/include/pa_config_includes.h,
3182: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3183: src/main/pa_random.C, src/main/pa_socks.C,
3184: src/types/pa_vstatus.C: cygwin support cleanup
3185:
3186: * configure.in: dirent.h check added
3187:
3188: * src/: include/pa_config_includes.h, include/pa_dir.h,
3189: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3190: not copied
3191:
3192: 2013-07-21 moko
3193:
3194: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3195:
3196: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3197: parser3.vcproj: unused getopt.h / getopt.c removed
3198:
3199: * operators.txt, src/classes/file.C, tests/022.html,
3200: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3201: $.stat(true)] usage commented
3202:
3203: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3204: src/main/pa_dir.C: ^file:list[] now has dir column and when
3205: $.stat(true) it has size/*date columns modified patch from misha@
3206: that closes issue #914.
3207:
3208: * src/: include/pa_config_includes.h, main/pa_globals.C:
3209: PA_RELEASE_ASSERTS removed
3210:
3211: * src/lib/md5/pa_md5c.c: minor cleanup
3212:
3213: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3214: localeconv()->decimal_point usage remoed (related to issue #934)
3215:
3216: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3217: cordprnt.c removed
3218:
3219: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3220: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3221: pa-include/pa_strings.h: includes cleanup
3222:
3223: * src/lib/md5/pa_md5c.c: headers cleanup
3224:
3225: 2013-07-20 moko
3226:
3227: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3228: cleanup
3229:
3230: 2013-07-19 moko
3231:
3232: * src/classes/math.C: extern "C" added for crypt
3233:
3234: 2013-07-18 moko
3235:
3236: * src/classes/math.C: fix redhat7.2 build
3237:
3238: 2013-07-17 moko
3239:
3240: * configure.in, src/include/pa_config_includes.h,
3241: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3242: added for uint8/32/64_t)
3243:
3244: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3245: pa_config_includes.h used for uint32/64_t
3246:
3247: 2013-07-16 moko
3248:
3249: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3250: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3251: war
3252:
3253: * src/main/compile.tab.C: compile.y was updated
3254:
3255: * src/main/compile.y: warning war
3256:
3257: * src/: include/pa_exception.h, main/pa_exception.C,
3258: main/pa_xml_exception.C: warning war
3259:
3260: * src/: include/pa_common.h, main/pa_common.C: warning war
3261:
3262: * configure.in: beauty :)
3263:
3264: * tests/: 141.html, results/141.processed: sha256/512 added
3265:
3266: 2013-07-13 moko
3267:
3268: * src/lib/md5/md5.vcproj: sha2 added
3269:
1.115 ! moko 3270: * src/lib/md5/Makefile.in: sha2 support
! 3271:
1.95 moko 3272: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3273: classes/math.C: sha2 support (sha256/sha512 digest)
3274:
3275: 2013-07-08 moko
3276:
3277: * src/classes/image.C: directory read or other read problem message
3278: fixed (related to issue #933)
3279:
3280: 2013-07-07 moko
3281:
3282: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3283: dependense from $charsetsdir directory existance and content (and
3284: UTF-8 is default allready)
3285:
3286: * AUTHORS: + misha + moko. :)
3287:
3288: 2013-07-06 moko
3289:
3290: * src/: classes/curl.C, include/pa_globals.h,
3291: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3292: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3293: for lt_dlinit to be called once and lt_dlexit called at right
3294: place (related to issue #925)
3295:
3296: 2013-07-04 moko
3297:
3298: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3299: VString::as_vfile now uses vfile.set_binary_string to avoid
3300: content-type to be set, as it brokes badly designed logic in
3301: response output. This hopefully finishes issue #928.
3302:
3303: * tests/results/: 256.processed, 286.processed: file now displayed
3304: as name, size, mode, content-type
3305:
3306: * src/main/pa_common.C: read error now reported cottectly (fixes
3307: issue #933
3308:
3309: 2013-06-28 moko
3310:
3311: * tests/: 286.html, results/286.processed: test extended
3312:
3313: * tests/: 286.html, results/286.processed: Test for issue #928
3314: added. it tests default content-type change.
3315:
3316: * src/types/pa_vfile.C: closes issue #928 - default content-type
3317: now updated
3318:
3319: 2013-06-25 moko
3320:
3321: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3322: content-type for text/binary files without name added;
3323: ^file::create[$f;...] options now works properly and $f
3324: properties are default (fixes issue #928)
3325:
3326: 2013-05-16 misha
3327:
3328: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3329: added
3330:
3331: * src/main/pa_table.C: - a tiny memory optimisation while creating
3332: table if specified limit is bigger than source rows count
3333:
3334: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3335: added ( new feature: #858 )
3336:
3337: 2013-04-29 moko
3338:
3339: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3340: $.ipresolve(0|1|2) added (closes issue #891)
3341:
3342: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3343:
3344: 2013-04-24 moko
3345:
3346: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3347: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3348: types/pa_vmemcached.h: ^memcache.release[] added, calls
3349: memcached_quit (refs #893)
3350:
3351: 2013-04-22 moko
3352:
3353: * src/: include/pa_string.h, main/pa_common.C: no more double
3354: slashes in file path (fixes bug #872)
3355:
3356: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3357: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3358: #739)
3359:
3360: * tests/results/266.processed: $.max_params added (feature #915)
3361:
3362: * src/: include/pa_common.h, main/pa_http.C: response-charset
3363: option added to file::load (closes issue #867)
3364:
3365: 2013-04-20 misha
3366:
3367: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3368: commited
3369:
3370: 2013-03-15 misha
3371:
3372: * src/classes/: hash.C, table.C: - Optimisation: do not create
3373: multiple empty strings while ::sql. uae String::Empty instead
3374:
3375: 2013-03-14 misha
3376:
3377: * src/classes/reflection.C: - for user classes
3378: ^reflection:method_info[] returns $.max_params and $.extra_param
3379: with $.call_type if they available ( new feature: #915 )
3380:
3381: * src/classes/file.C: - ^file:delete[] now supports an option
3382: $.exception(false) that suppress any exception while deleting
3383: file ( new feature: #916 )
3384:
3385: * src/classes/curl.C: - parsing cookies after curl:load now should
3386: work :)
3387:
3388: 2013-03-12 misha
3389:
3390: * src/types/pa_vfile.C: - if specified file_name is empty string
3391: set default name for the file
3392:
3393: 2013-03-11 misha
3394:
3395: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3396: also available in $f.cookies
3397:
3398: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3399: moved to a separate method
3400:
3401: 2013-03-10 moko
3402:
3403: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3404: added
3405:
3406: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3407: removed (declared by autoconf)
3408:
3409: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3410: uint32_t define
3411:
3412: 2013-03-10 misha
3413:
3414: * src/classes/file.C: ^file:delete and ^file:move now support
3415: option $.keep-empty-dirs(true) ( new feature: #884 )
3416:
3417: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3418: empty dirs is added
3419:
3420: 2013-03-10 moko
3421:
3422: * src/classes/: bool.C, double.C, int.C: default can be present,
3423: but default check removed from ^int/double/bool.int/double/bool
3424: for string.int/double/bool compatibility (related to issue #913)
3425:
3426: * src/classes/string.C: ^string.int/dobule/bool no longer
3427: internally throws exception if default is present (closes issue
3428: #913)
3429:
3430: 2013-03-09 misha
3431:
3432: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3433: optimisations ( #845 )
3434:
3435: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3436:
3437: 2013-03-08 moko
3438:
3439: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3440: creates correct table (fixes issue #910)
3441:
3442: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3443: use outside of 'connect' operator (fixes issue #911)
3444:
3445: * tests/results/: 096.processed, 122.processed: test results
3446: updated as doubles now printed with 15 significant digits, not 5
3447: (fixes issue #882)
3448:
3449: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3450: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3451:
3452: 2013-02-21 moko
3453:
3454: * src/classes/table.C: _locate_name_value does not check arguments
3455: count, so we check it in advance (fixes issue #905)
3456:
3457: 2012-10-23 moko
3458:
3459: * buildall: old shell for and echo compatibility (for six)
3460:
3461: 2012-10-19 moko
3462:
3463: * buildall: --strip added --disable-safe-mode listed in usage
3464:
3465: 2012-10-17 misha
3466:
3467: * src/classes/op.C: - apply-taint should not throw "outside
3468: connect" exception with sql lang now
3469:
3470: 2012-10-17 moko
3471:
3472: * src/main/pa_request.C: bugfix: safe mode should be inited for
3473: each request (for apache module)
3474:
3475: 2012-09-26 moko
3476:
3477: * src/doc/doxygen.cfg: png -> svg
3478:
3479: 2012-09-25 moko
3480:
3481: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3482: test added
3483:
3484: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3485: double use when key is long
3486:
3487: 2012-09-16 moko
3488:
3489: * src/classes/math.C: Format -> Method Encode -> Format
3490:
3491: * tests/: 141.html, results/141.processed: math:digest hmac test
3492: added
3493:
3494: 2012-09-14 moko
3495:
3496: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3497: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3498: implementation added
3499:
3500: 2012-09-12 moko
3501:
3502: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3503: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3504: targets.dox and string.dox slightly actualized
3505:
3506: 2012-08-31 moko
3507:
3508: * ChangeLog: now generated with patched cvs2cl.pl
3509:
3510: 2012-07-29 moko
3511:
3512: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3513: result should be pushed after VMethodFrame destructor is called,
3514: as it deletes junctions from stack params (fixes issue #868)
3515:
3516: 2012-07-23 moko
3517:
3518: * INSTALL, README: buildall script usage documented, other outdated
3519: info updated.
3520:
3521: * buildall-with-xml, buildall-without-xml: replaced by buildall
3522:
3523: 2012-07-21 moko
3524:
3525: * buildall: glib does not compile when threads are disabled...
3526:
3527: * src/types/pa_vmail.C: g_assertion fixes for empty input
3528:
3529: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3530: unref, can't unref nested objects)
3531:
3532: * src/types/pa_vmail.C: another check added
3533:
3534: 2012-07-19 moko
3535:
3536: * buildall: usage added
3537:
3538: * buildall: new buildall script that unites buildall-with-xml,
3539: buildall-without-xml, --with-apache and --with-mailreceive
3540:
3541: * configure.in: support for static gmime and dynamic glib linking.
3542: fixes for FreeBSD
3543:
3544: 2012-07-17 moko
3545:
3546: * configure.in: --with-mailreceive replaced
3547: --with-static-mailreceive and --with-shared-mailreceive pathlink
3548: removed
3549:
3550: 2012-07-16 moko
3551:
3552: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3553: capitalized, content now decoded and text content converted to
3554: $request:charset. all properties are accessed by functions, this
3555: ready for dynamic load.
3556:
3557: 2012-06-28 moko
3558:
1.115 ! moko 3559: * src/targets/apache/: Makefile.am, Makefile.in: fix for apache
! 3560: cflags for Linux 32 bit
1.95 moko 3561:
3562: 2012-06-27 moko
3563:
3564: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3565: passive ftp
3566:
3567: * src/lib/ltdl/ltdl.vcproj: release build fixed
3568:
3569: * configure.in: 3.4.2 RC -> 3.4.2
3570:
3571: 2012-06-22 moko
3572:
3573: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3574: #815)
3575:
3576: * tests/: 284.html, results/284.processed: output options test
3577: (feature #265)
3578:
3579: 2012-06-22 misha
3580:
3581: * tests/215.html: - little changes
3582:
3583: 2012-06-21 moko
3584:
3585: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3586: types/pa_vxdoc.h: output_options returned and used (bugfix for
3587: feature #265)
3588:
3589: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3590: breaks long .*, default 10M restored. (issue #216)
3591:
3592: * tests/: 283.html, results/283.processed: test for issue #815
3593: added
3594:
3595: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
3596: again, cstrm not required.
3597:
3598: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
3599: Win32 and broken FreeBSD (issue #45)
3600:
3601: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
3602:
3603: * src/main/pa_string.C: warnings war
3604:
3605: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
3606: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
3607: main/pa_socks.C, targets/apache/pa_threads.C,
3608: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3609: types/pa_vstatus.C: compilation under cygwin fixed
3610:
3611: 2012-06-19 moko
3612:
3613: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
3614: Windows fixed
3615:
3616: * parser3.sln: removed antique pcre_ctype
3617:
3618: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
3619:
3620: * src/include/pa_config_fixed.h: undefined reference to
3621: __imp__pcre_* fix for Windows
3622:
3623: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.115 ! moko 3624: lib/pcre/Makefile.in, lib/pcre/pa_pcre_internal.h,
! 3625: lib/pcre/pcre_internal.h: pcre_internal.h -> pa_pcre_internal.h
! 3626: for Windows compatibility (win32/pcre has own copy of
! 3627: pcre_internal.h _pcre_default_tables define fixed
1.95 moko 3628:
3629: 2012-06-18 moko
3630:
3631: * src/classes/memcached.C: flush -> clear
3632:
3633: * src/classes/memcached.C: memcached does not support quotes even
3634: in server name
3635:
3636: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3637: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
3638: called on open to check servers existance. $.key(true) syntax
3639: now supported
3640:
3641: 2012-06-17 moko
3642:
3643: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
3644: cleanup
3645:
3646: * src/classes/table.C, tests/282.cfg, tests/282.html,
3647: tests/results/282.processed: encloser at the EOF bug fixed,
3648: incorrectly enclosed data now processed more logicaly (fixes
3649: #339)
3650:
3651: 2012-06-15 moko
3652:
3653: * buildall-without-xml: sync with buildall-with-xml
3654:
3655: * buildall-with-xml: download auto-detected between fetch and curl
3656:
3657: * configure.in: --with-gc and --with-pcre now also processed
3658: correctly
3659:
1.115 ! moko 3660: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
! 3661: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 3662: src/Makefile.in, src/classes/Makefile.in,
! 3663: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 3664: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 3665: src/lib/cord/include/Makefile.in,
! 3666: src/lib/cord/include/private/Makefile.in,
! 3667: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
! 3668: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 3669: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
! 3670: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
! 3671: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
! 3672: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 3673: src/sql/Makefile.in, src/targets/Makefile.in,
! 3674: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
! 3675: src/targets/isapi/Makefile.in, src/types/Makefile.in: now aclocal
! 3676: -I src/lib/ltdl/m4/ && autoheader && automake && autoconf should
! 3677: be run on rol1 using automake / aclocal (GNU automake) 1.11.1
! 3678: autoconf (GNU Autoconf) 2.68
1.95 moko 3679:
3680: * configure.in: new PARSER_VERSION logic
3681:
3682: * src/include/pa_version.h: new pa_version.h logic
3683:
3684: * src/: classes/curl.C, classes/file.C, classes/image.C,
3685: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3686: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
3687: feols_normalized -> fis_text_content set_binary added
3688:
3689: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
3690:
3691: 2012-06-15 misha
3692:
3693: * src/: classes/curl.C, classes/file.C, classes/image.C,
3694: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3695: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
3696: ^file::create[text;content] EOLs in content now is normalized. (
3697: new feature: #815 )
3698:
3699: 2012-06-15 moko
3700:
3701: * configure.in: --disable-version-update added to disable version
3702: update with host information (for debian package) whitespace
3703: optimized
3704:
3705: * configure.in: version changed to 3.4.2 RC no-pic added for
3706: libtool
3707:
3708: * src/include/pa_version.h: Nice pa_version.h default. Please keep
3709: it.
3710:
3711: 2012-06-14 moko
3712:
3713: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
3714: tests/results/281.processed: "hash flocked" error removed for
3715: safe operations like ^h._count[] ( new feature: #335 )
3716:
1.115 ! moko 3717: * src/targets/apache/: Makefile.am, Makefile.in: libmod_parser3 ->
! 3718: mod_parser3
1.95 moko 3719:
3720: * buildall-with-xml, buildall-without-xml: --with-static -> --with
3721:
3722: * configure.in: --with-static/shared xml replaced with --with-xml,
3723: xml compilation check added
3724:
3725: * configure.in: --with-static/shared-gc, --with-static-pcre are
3726: replaced with --with-gc and --with-pcre test for pcre linking
3727: added
3728:
3729: 2012-06-13 moko
3730:
3731: * configure.in: apxs2 check optimized
3732:
3733: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
3734: .la, includes optimized
3735:
3736: * buildall-with-xml: --with-pic looks better for -fPIC
3737:
3738: * configure.in: switched to convenience library in static linking
3739:
3740: * src/targets/apache/Makefile.am: switched to convenience library
3741: usage to avoid libtool warnings
3742:
3743: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
3744: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
3745: smtp/Makefile.am: switched to convenience library usage
3746:
3747: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
3748:
3749: * src/targets/apache/Makefile.am: updated for libtool usage
3750:
3751: * bin/auto.p.dist.in: .cfg removed from charset names.
3752:
3753: * buildall-without-xml: --with-included-ltdl added
3754:
3755: * buildall-without-xml: sync with buildall-with-xml
3756:
3757: * buildall-with-xml: --with-included-ltdl added $cflags added for
3758: -fPIC for x64 $download added for wget success check added
3759:
3760: * buildall-without-xml: --with-dynamic-stdcpp removed
3761:
3762: * configure.in: disable-static returned
3763:
3764: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
3765: LIBTOOLFLAGS
3766:
3767: 2012-06-12 moko
3768:
3769: * configure.in, src/targets/cgi/Makefile.am: disable-static not
3770: compatible with LIBTOOLFLAGS for unknown reasons
3771:
3772: * buildall-with-xml: --with-dynamic-stdcpp removed
3773:
3774: * configure.in: static/dynamic -lstdc++ linking option removed
3775: apxs2 check added
3776:
3777: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
3778: option removed
3779:
3780: 2012-06-10 moko
3781:
3782: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
3783: added
3784:
3785: * src/targets/cgi/pp3.cmd: old PAF stuff
3786:
1.115 ! moko 3787: * Makefile.am, Makefile.in: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
! 3788: added and some beauty
1.95 moko 3789:
3790: * depcomp: from libtool 2.4.2
3791:
3792: * configure.in: ltdl directory removed, it has correct Makefile.in
3793:
1.115 ! moko 3794: * src/lib/ltdl/Makefile.in: correct Makefile.in from libtoolize
! 3795:
1.95 moko 3796: 2012-06-09 moko
3797:
1.115 ! moko 3798: * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
! 3799: configure, install-sh, ltmain.sh, missing, bin/Makefile.in,
! 3800: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 3801: src/Makefile.in, src/classes/Makefile.in,
! 3802: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 3803: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 3804: src/lib/cord/include/Makefile.in,
! 3805: src/lib/cord/include/private/Makefile.in,
! 3806: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
! 3807: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 3808: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
! 3809: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
! 3810: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
! 3811: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 3812: src/sql/Makefile.in, src/targets/Makefile.in,
! 3813: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
! 3814: src/targets/isapi/Makefile.in, src/types/Makefile.in:
1.95 moko 3815: autogenerated files updated after libtool update
3816:
1.115 ! moko 3817: * src/lib/ltdl/: COPYING.LIB, Makefile.am, Makefile.in, README,
! 3818: acinclude.m4, aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 3819: config_auto.h.in, config_fixed.h, configure, configure.ac,
3820: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
3821: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
3822: config/compile, config/config.guess, config/config.sub,
3823: config/depcomp, config/install-sh, config/ltmain.sh,
3824: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
3825: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
3826: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
3827: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
3828: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
3829: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
3830: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
3831: m4/lt~obsolete.m4: libtool updated to version 2.4.2
3832:
3833: * configure.in: preparation for new libtool
3834:
3835: * configure.in: Some beauty added :)
3836:
3837: * src/targets/apache/Makefile.am: := -> =
3838:
3839: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
3840: again. :)
3841:
3842: * src/include/pa_config_includes.h, configure.in: limits.h added,
3843: previously was taken from pcre_internal.h. :)
3844:
3845: * src/lib/pcre/Makefile.am: config.h returned
3846:
3847: * src/lib/pcre/config.h: still need this. :)
3848:
3849: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
3850:
3851: * configure.in: --with-charsets removed; --with-mysql-client & co
3852: removed
3853:
3854: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
3855: now in parser tree, no need to copy
3856:
3857: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
3858: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
3859: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
3860: debian/patches/101_pcre.patch - local copy of pcre_internal.h
3861: extracts now used old trash removed
3862:
3863: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
3864: rare charsets/drivers are commented, sql driver quessing removed
3865: (debian/patches/103_auto_p.patch)
3866:
3867: * etc/parser3.charsets/Makefile.am: charsets now in share
3868: (debian/patches/104_automake.patch) + all charsets are copied
3869:
3870: * buildall-with-xml, buildall-without-xml: curl option removed +
3871: extra arguments now supported
3872:
3873: 2012-06-08 misha
3874:
3875: * src/classes/table.C: - one params.as_hash usage was rolled back:
3876: the 2nd option in ^table.hash[] could be hash or table so
3877: .as_hash will throw an exception when table option is specified
3878:
3879: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3880: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
3881: classes/table.C, classes/void.C, classes/xdoc.C,
3882: include/pa_exception.h, types/pa_vmethod_frame.C,
3883: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
3884: and improved (whitespaces are allowed as empty options) -
3885: MethodParams::as_table is added - above methods are used for
3886: parsing methods' options ( new feature: #9 )
3887:
3888: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
3889: to vclass. now class fields can be accessible as a hash:
3890: $h[^hash::create[$asd:CLASS]]
3891:
3892: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
3893: have get_fields method so their fields can be accessed with
3894: ^reflection:fields[...] & ^reflection:field[...]
3895:
3896: 2012-06-06 misha
3897:
3898: * tests/280.html: - tests for
3899: ^reflection:method[obj-or-class;method],
3900: ^reflection:field[obj-or-class;field] and
3901: ^reflection:fields[obj-or-class] are added
3902:
3903: 2012-06-05 misha
3904:
3905: * src/classes/reflection.C: - ^reflection:method[class or
3906: object;method name] and ^reflection:field[class or object;field
3907: name] are added
3908:
3909: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
3910: is used
3911:
3912: * src/types/pa_method.h: - Method::as_vjunction method is added
3913:
3914: 2012-06-05 moko
3915:
1.115 ! moko 3916: * src/targets/: Makefile.am, Makefile.in: cgi now build with apache
! 3917: module
1.95 moko 3918:
3919: * src/classes/memcached.C: flish ttl fixed
3920:
3921: 2012-06-04 moko
3922:
3923: * src/classes/json.C, src/classes/op.C, tests/279.html,
3924: tests/results/279.processed: ^json:parse[] now supports $.taint
3925: option (new feature #833)
3926:
3927: 2012-06-04 misha
3928:
3929: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
3930: - search_stop method was moved from pa_vcookie.C to pa_common.C
3931:
3932: 2012-06-03 misha
3933:
3934: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
3935: cookies are parced and stored into $.cookies ( new feature: #31 )
3936:
3937: 2012-05-30 misha
3938:
3939: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
3940: incomplete class into a scope while @USE is found
3941:
3942: * src/main/compile.y: - add incomplete class into a scope while
3943: @USE and @CLASS instructions are found ( bugfix: #838 )
3944:
3945: 2012-05-30 moko
3946:
3947: * src/types/pa_vclass.C, tests/278.html,
3948: tests/results/278.processed: removed "property has no getter
3949: method" exception when GET_DEFAULT present (fixes #269)
3950:
3951: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
3952: $._default
3953:
3954: 2012-05-29 moko
3955:
3956: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
3957: uninitialized values usage (new feature: #154)
3958:
3959: 2012-05-28 moko
3960:
3961: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
3962: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
3963: src/types/pa_vdate.h, src/types/pa_vdouble.h,
3964: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
3965: src/types/pa_vobject.C, src/types/pa_vobject.h,
3966: src/types/pa_vstring.h, src/types/pa_vtable.C,
3967: tests/results/277.processed, src/types/pa_vtable.h,
3968: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
3969: ^json:string[$o; $.default[$method]] implemented for VObject (new
3970: feature #803)
3971:
3972: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
3973: tests/results/277.processed: json numbers are now treated as
3974: double ( new feature: #834 )
3975:
3976: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
3977: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
3978: added for out of range checks, zero division in vint/vdouble
3979: check added ( fixes #832 )
3980:
3981: * tests/: 275.html, results/275.processed: tests for pa_atoui added
3982: ( fixes #832 )
3983:
3984: 2012-05-28 misha
3985:
3986: * buildall-with-xml: - --without-lzma option is added to libxml2
3987: configure
3988:
3989: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
3990: added - tests for unsupported values for options $.file, $.table
3991: and $.date are added
3992:
3993: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
3994: accepts "stat" $.file[] option's value in addition to existed
3995: "text" and "base64" ( new feature: #835 )
3996:
3997: * tests/276.html: - test for
3998: ^reflection:delete[$object-or-class;field-name]
3999:
4000: * src/classes/reflection.C: -
4001: ^reflection:delete[$object-or-class;field-name] is added ( new
4002: feature: #268 )
4003:
4004: 2012-05-27 misha
4005:
4006: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4007:
4008: 2012-05-24 misha
4009:
4010: * src/include/pa_common.h: - method lastposafter was removed
4011:
4012: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4013: lastposafter - ^file:dirname[] & Co proper handle windows file
4014: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4015: work as *nix commands
4016:
4017: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4018:
4019: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4020: rskipchars were added
4021:
4022: * tests/270.html: - more tests for ^file:find[]
4023:
4024: * tests/065.html: - more tests for ^file:dirname[] & Co
4025:
4026: * src/include/pa_version.h: - must be "win32" here. it is
4027: auto-generated on *nix
4028:
4029: 2012-05-24 moko
4030:
4031: * src/classes/math.C: ^math:convert[] now supports uint32 and
4032: throws overflow exception ( new feature: #830 )
4033:
4034: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4035: uint32 support and overflow added ( new feature: #830 )
4036:
4037: 2012-05-23 moko
4038:
4039: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4040: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4041: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4042: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4043: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4044: types/pa_vregex.h, types/pa_vstateless_class.C,
4045: types/pa_vstateless_class.h, types/pa_vstring.h,
4046: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4047: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4048: "return string as-is" removed from as_expr_result. ( new feature:
4049: #831 )
4050:
4051: * tests/results/244.processed: test changed after bug #782 fix
4052: commited
4053:
4054: * tests/results/229.processed: test results for bug #782 commited
4055:
4056: * tests/: 254.html, results/254.processed: uid now just compared,
4057: not printed. :)
4058:
4059: 2012-05-20 moko
4060:
4061: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4062: feature: #341 )
4063:
4064: * tests/: 254.html, results/254.processed: test for
4065: ^reflection:uid[] added
4066:
4067: * tests/: 254.html, results/254.processed: test for
4068: ^reflection:uid[$obj] added
4069:
4070: 2012-05-17 misha
4071:
4072: * src/main/untaint.C: - do not replace ' char by _26 while
4073: exploding filespec-tainting ( new feature: #829 )
4074:
4075: 2012-05-12 moko
4076:
4077: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4078: not.
4079:
4080: 2012-05-08 moko
4081:
4082: * src/types/pa_vmethod_frame.h: bug #782 fixed
4083:
4084: * tests/229.html: test for bug #782
4085:
4086: * tests/results/259.processed, src/main/pa_request.C,
4087: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4088: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4089: src/types/pa_vvoid.h: feature #154 - first empty param now
4090: string; defined locals are empty strings; $STRICT-VARS(true)
4091: added
4092:
4093: 2012-04-27 moko
4094:
1.115 ! moko 4095: * src/targets/apache/: Makefile.am, Makefile.in:
1.95 moko 4096: ../../lib/memcached/libmemcached.a added
4097:
4098: 2012-04-27 misha
4099:
4100: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4101: ( #827 )
4102:
4103: 2012-04-25 moko
4104:
4105: * src/: classes/json.C, classes/memcached.C,
4106: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4107: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4108: implemented.
4109:
4110: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4111:
4112: 2012-04-23 moko
4113:
4114: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4115: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4116: types/pa_vmemcached.h: open allows options hash for new
4117: memcached(options) function
4118:
4119: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4120: not appended
4121:
4122: 2012-04-21 moko
4123:
4124: * src/classes/curl.C: '' added. :)
4125:
4126: * src/classes/classes.vcproj: new curl.h location
4127:
4128: * src/classes/curl.C: verbose output redirection from stderr to
4129: file curl option added
4130:
4131: 2012-04-20 moko
4132:
4133: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4134: contains what we need from curl, #ifdef HAVE_CURL removed
4135:
1.115 ! moko 4136: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 4137: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 4138: src/Makefile.in, src/classes/Makefile.am,
! 4139: src/classes/Makefile.in, src/include/Makefile.in,
1.95 moko 4140: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.115 ! moko 4141: src/lib/Makefile.am, src/lib/Makefile.in,
! 4142: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
! 4143: src/lib/cord/include/private/Makefile.in,
! 4144: src/lib/curl/Makefile.am, src/lib/curl/Makefile.in,
! 4145: src/lib/curl/curl.h, src/lib/gc/Makefile.in,
! 4146: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 4147: src/lib/json/Makefile.in, src/lib/ltdl/Makefile.in,
! 4148: src/lib/md5/Makefile.in, src/lib/memcached/Makefile.in,
! 4149: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 4150: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
! 4151: src/main/Makefile.in, src/sql/Makefile.in,
! 4152: src/targets/Makefile.in, src/targets/apache/Makefile.in,
! 4153: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 4154: src/types/Makefile.in: curl.h header now in src/lib/curl, not
1.95 moko 4155: configure option
4156:
4157: 2012-04-19 moko
4158:
4159: * src/: classes/double.C, classes/inet.C, classes/int.C,
4160: classes/string.C, lib/gc/include/gc_allocator.h,
4161: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4162: options from sql_result_string removed. (closes issue #468)
4163:
4164: * src/types/pa_vmemcached.C: empty string fix
4165:
4166: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4167: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4168: pa_vmemcached.C
4169:
4170: 2012-04-18 moko
4171:
4172: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4173: apache2-mpm-prefork" error displayed in threaded mpm.
4174:
4175: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4176: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4177: installed (issue #354)
4178:
4179: 2012-04-16 moko
4180:
4181: * src/types/pa_vmemcached.C: call to memcached_result_create and
4182: memcached_result_free removed
4183:
4184: 2012-04-14 moko
4185:
4186: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4187:
4188: * src/types/pa_vmemcached.C: check_key added and used
4189:
4190: 2012-04-13 moko
4191:
4192: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4193: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4194: Serialization_data now added and used, VString now serialized
4195: with languages into memcached.
4196:
4197: 2012-03-28 moko
4198:
4199: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4200: lib/memcached/pa_memcached.h: result lengths added
4201:
4202: 2012-03-27 moko
4203:
4204: * src/types/pa_vmemcached.C: strdup added
4205:
4206: 2012-03-24 moko
4207:
4208: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4209: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4210: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4211:
4212: 2012-03-20 moko
4213:
1.115 ! moko 4214: * configure, configure.in, src/classes/Makefile.in,
! 4215: src/lib/Makefile.in, src/lib/memcached/Makefile.in,
! 4216: src/targets/cgi/Makefile.in, src/types/Makefile.in: Makefiles.in
! 4217: updated for memcached
1.95 moko 4218:
4219: * src/targets/cgi/Makefile.am: cleanup
4220:
4221: * src/: types/Makefile.am, types/pa_vmemcached.C,
4222: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4223:
4224: * src/: classes/Makefile.am, classes/memcached.C,
4225: lib/memcached/Makefile.am, lib/memcached/constants.h,
4226: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4227: lib/memcached/types.h, lib/Makefile.am: memcached initial
4228:
4229: 2012-03-16 moko
4230:
4231: * src/main/execute.C: ident now works under Linux + ident displays
4232: filenames (closes issue #818)
4233:
1.115 ! moko 4234: * src/types/: Makefile.am, Makefile.in, pa_vmethod_frame_global.h,
1.95 moko 4235: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4236: pa_vmethod_frame_local.h removed
4237:
4238: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4239: classes/classes.h, classes/curl.C, classes/date.C,
4240: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4241: classes/hashfile.C, classes/image.C, classes/inet.C,
4242: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4243: classes/memory.C, classes/op.C, classes/reflection.C,
4244: classes/regex.C, classes/response.C, classes/string.C,
4245: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4246: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4247: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4248: include/pa_config_fixed.h, include/pa_config_includes.h,
4249: include/pa_dictionary.h, include/pa_dir.h,
4250: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4251: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4252: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4253: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4254: include/pa_request_charsets.h, include/pa_request_info.h,
4255: include/pa_sapi.h, include/pa_socks.h,
4256: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4257: include/pa_stack.h, include/pa_string.h,
4258: include/pa_stylesheet_connection.h,
4259: include/pa_stylesheet_manager.h, include/pa_table.h,
4260: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4261: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4262: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4263: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4264: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4265: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4266: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4267: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4268: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4269: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4270: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4271: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4272: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4273: main/pa_string.C, main/pa_stylesheet_connection.C,
4274: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4275: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4276: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4277: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4278: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4279: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4280: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4281: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4282: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4283: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4284: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4285: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4286: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4287: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4288: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4289: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4290: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4291: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4292: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4293: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4294: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4295: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4296: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4297: types/pa_vresponse.h, types/pa_vstateless_class.C,
4298: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4299: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4300: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4301: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4302: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4303: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4304: ident now works under Linux + ident displays filenames (closes
4305: issue #818) Copyright updated
4306:
4307: 2012-03-13 moko
4308:
4309: * src/main/pa_string.C: compilation fix for feature #741
4310:
4311: 2012-03-09 misha
4312:
4313: * tests/193.html: - tests for ^string:base64[encoded] are updated
4314:
4315: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4316: now detects invalid base64 chars in the middle of encoded stricg
4317: ( new feature: #55 )
4318:
4319: * src/include/pa_exception.h: - new exception type for base64
4320: decoding is added
4321:
4322: 2012-03-06 misha
4323:
4324: * tests/274.html: - tests for ^date::today[] and
4325: ^date.sql-string[datetime|date|time] are added
4326:
4327: * src/classes/date.C: - constructor ^date::today[] is added ( new
4328: feature: #811 ) - ^date.sql-string[] now can accept one param --
4329: strings "datetime", "date" or "time" - comments tidying up
4330:
4331: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4332: date and time
4333:
4334: 2012-03-03 misha
4335:
4336: * tests/193.html: - tests for
4337: ^string:base64[encoded;$.strict(true)] are added
4338:
4339: * tests/results/auto.p: - try-catch operator is added
4340:
4341: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4342: main/pa_common.C: - $.strict(true|false) option is added to
4343: base64 decode methods ( new feature: #55 )
4344:
4345: * src/main/pa_common.C: - base64 decode memory usage was decreased
4346: ( new feature: #819 )
4347:
4348: 2012-02-28 moko
4349:
4350: * src/classes/hash.C: ident test
4351:
4352: 2012-02-27 misha
4353:
4354: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4355:
4356: 2012-01-08 misha
4357:
4358: * tests/273.html: - tests for ^string.replace[from;to] are added
4359:
4360: * src/: classes/string.C, include/pa_dictionary.h,
4361: main/pa_dictionary.C, main/pa_string.C: -
4362: ^string.replace[from;to] is added ( new feature: #741 ) -
4363: ^string.replace[one subst here] is slightly optimized
4364:
4365: 2011-12-07 misha
4366:
4367: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4368: named table with one empty column ( bugfix: #63 )
4369:
4370: 2011-11-30 misha
4371:
4372: * src/classes/json.C: - it's possible to set user's method for
4373: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4374: #763 )
4375:
4376: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4377:
4378: 2011-11-23 misha
4379:
4380: * src/: classes/curl.C, classes/file.C, classes/image.C,
4381: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4382: types/pa_vfile.h, types/pa_vform.C: - constructor
4383: ^file::create[mode;filename;content[;options]] now accepts binary
4384: mode and file-content - new constructor's format:
4385: ^file::create[string-or-file-content[;$.name[filename]
4386: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4387: feature: #65 )
4388:
4389: * src/: include/pa_request.h, main/pa_request.C: - new method
4390: mime_type_of(const String*) is added
4391:
4392: * src/include/pa_exception.h: - new exception constant
4393: FILE_NAME_MUST_BE_SPECIFIED is added
4394:
4395: * src/classes/table.C: - bug with negative offset transformed into
4396: a feature. it means pointing to a row from the end of the table (
4397: new feature: #810 )
4398:
4399: 2011-11-19 misha
4400:
4401: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4402: â ìåòîäå _select ( new feature: #810 )
4403:
4404: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4405: options were specified together is simplified
4406:
4407: 2011-11-12 misha
4408:
4409: * src/main/pa_request.C: - forgotten fix for escaping filename in
4410: HTTP content-disposition header (a part of bug #361 )
4411:
4412: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4413: checks for ancestors' classes as well ( new feature: #456 )
4414:
4415: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4416: "without cycle" now have types "parser.break" and
4417: "parser.continue" instead of "parser.runtime" ( new feature: #799
4418: )
4419:
4420: 2011-11-11 misha
4421:
4422: * tests/results/: 099.processed, 100.processed, 205.processed,
4423: 237.processed: - since bug #361 was fixed the content of filename
4424: in HTTP headers is quoted
4425:
4426: * tests/results/270.processed: - result for test 270
4427:
4428: * tests/: 065.html, results/065.processed: - more tests for
4429: ^file:basename[] & Co were added
4430:
4431: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4432:
4433: * tests/270.html: - tests for ^file:find[] are added
4434:
4435: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4436: using option $.charset. option $.engoding is still supported but
4437: these options can not be specified together
4438:
4439: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4440: comparation charset name with string "UTF-8" ( bugfix: #759 )
4441:
4442: 2011-10-11 misha
4443:
4444: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4445: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4446: #622)
4447:
4448: 2011-09-30 misha
4449:
4450: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4451: exception "saving stat-ed file" ( bugfix: #395 )
4452:
4453: 2011-05-30 misha
4454:
4455: * src/classes/string.C: - fixed bug which was added with
4456: params.as_hash into string:sql
4457:
4458: 2011-05-29 misha
4459:
4460: * src/types/pa_value.C: - filename in content-disposition header
4461: must be quoted ( bugfix: #361 )
4462:
4463: 2011-05-27 misha
4464:
4465: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4466: created file
4467:
4468: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4469: usage
4470:
4471: * src/include/pa_exception.h: - one more string for exception was
4472: added
4473:
4474: 2011-05-25 misha
4475:
4476: * tests/269.html: - tests for checking input params in some dom
4477: methods
4478:
4479: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4480: was added. it isn't possible not wo create xdoc with invalid
4481: tagName. ( bugfix: #160 )
4482:
4483: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4484: string "data must be string" was mover from pa_exception.h to
4485: pa_xml_exception.h
4486:
4487: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4488: as_xmlncname, as_xmlname and as_xmlnsuri were added
4489:
4490: * src/main/pa_xml_exception.C: - XmlException accepts more options
4491:
4492: * src/include/pa_xml_exception.h: - XmlException accepts more
4493: options - XML-related exception's strings were added
4494:
4495: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4496: output_options were removed)
4497:
4498: 2011-05-19 misha
4499:
4500: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4501: params.as_hash is used more while parsing methods hash-options
4502:
4503: 2011-05-18 misha
4504:
4505: * operators.txt: - info about json-serialization of xdoc was added
4506:
4507: * tests/256.html: - tests for json-serialization xdoc were added
4508:
4509: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4510:
4511: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4512: classes/json.C, classes/xdoc.C: - now json:string can serialize
4513: xdoc-objects. options (the same as ^xdoc.string[]) could be
4514: specified in $.xdoc[] ( new feature: #265 )
4515:
4516: 2011-05-15 misha
4517:
4518: * tests/268.html: - tests for ^table.count[with options] were added
4519:
4520: * src/classes/table.C: - method ^table.count[] now can accept
4521: options ( new feature: #93 ): ^table.count[column] returns number
4522: of columns for named table; ^table.count[cells] returns number of
4523: cells in the current row; ^table.count[] & ^table.count[rows]
4524: return number of rows in a table.
4525:
4526: * tests/267.html: - test for checking switch/case in boolean mode
4527: was added
4528:
4529: * src/classes/op.C: - if switch's or case's value is bool, they are
4530: compared as bool values, not as double values: new feature: #351
4531:
4532: 2011-05-06 misha
4533:
4534: * tests/242.html: - EOL before EOF was added
4535:
4536: * tests/169.html: - tests for splitting empty string and void were
4537: added
4538:
4539: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4540: returned table with one empty cell)
4541:
4542: 2011-04-03 misha
4543:
4544: * src/include/pa_version.h, configure.in: - version in head was
4545: changed to 3.4.2b
4546:
4547: 2011-03-30 misha
4548:
4549: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4550: as well ( new feature #294 )
4551:
4552: 2011-03-29 misha
4553:
4554: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4555: limited to approx. 6 MB. previous limits were too big for real
4556: life. bugfix: #216
4557:
4558: 2011-03-04 moko
4559:
4560: * etc/parser3.charsets/cp866.cfg: Conforms to
4561: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4562:
4563: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4564: vlalek@
4565:
4566: 2011-02-22 misha
4567:
4568: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4569: be under #ifdef XML or parser can't be compiled without xml
4570: support
4571:
4572: 2011-02-21 misha
4573:
1.115 ! moko 4574: * src/targets/apache/: Makefile.am, Makefile.in: - mention
1.95 moko 4575: ApacheModuleParser3.vcproj was removed
4576:
4577: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4578: removed)
4579:
4580: 2011-02-20 misha
4581:
4582: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4583: $.overridden in ^reflection:method_info[...] were added
4584:
4585: * src/classes/reflection.C: - beautifying result of
4586: ^reflection:method_info[] ($.overridden/inherited)
4587:
4588: 2011-02-18 misha
4589:
4590: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4591: and pa_isalnum instead of isalpha and isalnum - bug with
4592: redundand quoting lowercased latin chars while building email
4593: body was fixed
4594:
4595: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4596: added (they check for latin chars only)
4597:
4598: 2011-02-16 misha
4599:
4600: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4601: string size for transcoding gave too small value (should ever
4602: look for availability char in dest charset inspite of the char
4603: size)
4604:
4605: 2011-02-04 moko
4606:
4607: * tests/223.html: header values now not url-encoded (issue #195)
4608:
4609: 2011-02-01 misha
4610:
4611: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4612:
4613: 2011-01-31 misha
4614:
4615: * src/main/pa_request.C: - throw exception if param file_name in
4616: use_file is empty
4617:
4618: 2011-01-08 moko
4619:
4620: * src/classes/curl.C: compilations errors fixed
4621:
4622: 2010-12-29 moko
4623:
4624: * tests/: 265.html, results/265.processed: test for issue #200
4625: added
4626:
4627: * src/main/pa_string.C: empty regex result check added (fixes issue
4628: #200)
4629:
4630: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4631:
4632: * tests/results/223.processed: header values now not url-encoded
4633: (issue #195)
4634:
4635: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4636: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4637: pa_http_safe_header_name added for headers names (fixes bug #195)
4638:
4639: 2010-12-18 misha
4640:
4641: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4642: => pa-include
4643:
4644: 2010-11-28 moko
4645:
4646: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
4647:
4648: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
4649: -> pa
4650:
1.115 ! moko 4651: * src/: classes/Makefile.in, lib/sdbm/Makefile.in,
! 4652: lib/sdbm/pa-include/Makefile.in, types/Makefile.in: apr -> pa
! 4653:
1.95 moko 4654: * configure.in: apr -> pa
4655:
4656: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
4657:
4658: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
4659: classes/Makefile.am, types/Makefile.am: apr -> pa
4660:
4661: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
4662: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
4663: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
4664: pa-include/pa_apr.h, pa-include/pa_errno.h,
4665: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
4666: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
4667: module apr name conflict resolved)
4668:
4669: 2010-11-27 misha
4670:
4671: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
4672: libbz2
4673:
4674: 2010-11-26 misha
4675:
4676: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
4677: warnings removed
4678:
4679: 2010-11-25 moko
4680:
4681: * operators.txt: $.indent(true)
4682:
4683: * operators.txt: another bugfix. :)
4684:
4685: * operators.txt: bugfix. :)
4686:
4687: * buildall-with-xml: libxml2-2.7.8 + with-apache
4688:
4689: 2010-11-24 moko
4690:
1.115 ! moko 4691: * bin/Makefile.in, etc/Makefile.in,
! 4692: etc/parser3.charsets/Makefile.in: APACHE13->APACHE
! 4693:
! 4694: * src/: Makefile.in, classes/Makefile.in, include/Makefile.in,
! 4695: lib/Makefile.in, lib/cord/Makefile.in,
! 4696: lib/cord/include/Makefile.in,
! 4697: lib/cord/include/private/Makefile.in, lib/gc/Makefile.in,
! 4698: lib/gc/include/Makefile.in, lib/gd/Makefile.in,
! 4699: lib/json/Makefile.in, lib/ltdl/Makefile.in, lib/md5/Makefile.in,
! 4700: lib/pcre/Makefile.in, lib/sdbm/Makefile.in, lib/smtp/Makefile.in,
! 4701: main/Makefile.in, sql/Makefile.in, targets/Makefile.in,
! 4702: targets/cgi/Makefile.in, targets/isapi/Makefile.in,
! 4703: types/Makefile.in: APACHE13 -> APACHE
! 4704:
! 4705: * Makefile.in, src/targets/apache/Makefile.in, configure: apxs
! 4706: support
1.95 moko 4707:
4708: * configure.in: apxs support -Bstatic gc removed for OS X
4709:
4710: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
4711:
4712: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
4713: THREAD_LOCAL usage
4714:
4715: * src/: classes/curl.C, include/pa_config_includes.h,
4716: main/pa_globals.C: THREAD_LOCAL defined and used
4717:
4718: 2010-11-23 moko
4719:
4720: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
4721: should be passed to pa_sleep, and only fractional part (bugfix:
4722: #188)
4723:
4724: * src/targets/apache/mod_parser3.c: 1.3 compatibility
4725:
4726: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4727: GC_dont_gc=1, as in cgi version
4728:
4729: * src/targets/apache/mod_parser3.c: warning war
4730:
4731: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4732: pa_httpd.h: version removed, some trash removed
4733:
4734: * src/targets/apache/mod_parser3.c: version removed (we don't want
4735: to show it), warning war
4736:
4737: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4738: pa_httpd.h: parser_status_allowed removed + merge config
4739: functions removed (override is the default) + beauty
4740:
4741: * src/: include/pa_request.h, main/pa_request.C,
4742: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
4743: hide $status used in apache module removed
4744:
4745: 2010-11-18 moko
4746:
4747: * operators.txt: $.table[compact] added for ^json:string[]
4748:
4749: 2010-11-16 moko
4750:
4751: * src/targets/apache/mod_parser3.c: some cleanup done
4752:
4753: * src/main/untaint.C: bugfix: first, second String::Body argument
4754: is hashcode; second, info.fragment_begin is original, not
4755: resulting length
4756:
4757: * src/classes/file.C: new feature: $.stdin now untainted
4758:
4759: * tests/results/264.processed: new feature: $.stdin[] now untainted
4760:
4761: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
4762:
4763: * src/classes/op.C: ^apply-taint[] method added
4764:
4765: * tests/: 264.html, results/264.processed: ^apply-taint[] test
4766: added; $.stdin untaint test added
4767:
4768: 2010-11-15 moko
4769:
4770: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
4771: removed
4772:
4773: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4774: pa_httpd.h: 2x2 calculated under apache2. :)
4775:
4776: 2010-11-13 moko
4777:
4778: * src/targets/apache/mod_parser3.c: initial changes to build module
4779: with apache 2.x includes
4780:
4781: * src/targets/apache/: Makefile.am, mod_parser3.c,
4782: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
4783: united apache 1.3 / apache 2.x DSO module
4784:
4785: 2010-11-09 moko
4786:
4787: * src/types/pa_method.h: check added to dissallow @method[name;*]
4788: syntax
4789:
4790: * tests/: 263.html, results/263.processed: test from method[*args]
4791: added
4792:
4793: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
4794: number of params can now be passed to a method declared with *arg
4795:
4796: 2010-11-06 moko
4797:
4798: * src/classes/table.C: formating fixed. :)
4799:
4800: * src/classes/table.C: closes #4: ^table.select now supports
4801: $.limit(), $.offset, $.reverse() options
4802:
4803: * tests/: 262.html, results/262.processed: test for ^table:select
4804: with options added (feature #4)
4805:
4806: * src/include/pa_array.h: remove function added
4807:
4808: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
4809: object in get_element/put_element, using static one.
4810:
4811: 2010-11-04 moko
4812:
4813: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
4814: options is passed
4815:
4816: * tests/: 256.html, results/256.processed: $.table[compact] feature
4817: now tested; k and p in handler now tested.
4818:
4819: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
4820: $.table[compact] feature added
4821:
4822: * src/classes/json.C: key is now passed to handler in
4823: value_json_string; ^json:string result now process tainting
4824: inside and returns clean string, related to issue #153
4825:
4826: * src/main/untaint.C: bugfix: charset can be null (in
4827: ^string:save[] as example), thus check is added
4828:
4829: 2010-10-31 moko
4830:
4831: * src/classes/string.C: error message changed (fixes issue #149)
4832:
4833: 2010-10-29 moko
4834:
4835: * src/main/pa_http.C: ":port" is now added to "Host:" header if
4836: port is not default (fixes issue #155); exception on invalid port
4837: added.
4838:
4839: * src/main/untaint.C: '*' is now not urlencoded to allow header
4840: "Accept: */*" to be passed
4841:
4842: 2010-10-28 moko
4843:
4844: * src/classes/curl.C: bugfix: detect_charset() was throwing
4845: exception on unknown charset even if response_charset was
4846: specified
4847:
4848: 2010-10-27 moko
4849:
4850: * src/classes/string.C: ^string.append removed for void
4851: compatibility
4852:
4853: 2010-10-26 moko
4854:
4855: * src/classes/json.C: libjson supports array at top level, we too
4856: (GPF fixed)
4857:
4858: 2010-10-25 moko
4859:
4860: * tests/: 253.html, results/253.processed: libjson supports array
4861: at top level, parser now supports it as well.
4862:
4863: * tests/261.html, tests/results/261.processed,
4864: src/types/pa_vstring.h: empty string is now void compatible
4865: (allows $empty.key)
4866:
4867: 2010-10-22 misha
4868:
4869: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
4870: while adding additional expires checkout)
4871:
4872: * tests/030.html: - test for session cookie was added
4873:
4874: 2010-10-21 moko
4875:
4876: * src/: classes/string.C, classes/void.C, main/execute.C,
4877: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
4878: string (feature #111)
4879:
4880: * tests/: 261.html, results/261.processed: checks void from string
4881: inheritance (feature #111)
4882:
4883: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
4884: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
4885: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
4886: now true by default
4887:
4888: 2010-10-17 moko
4889:
4890: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
4891: upload now uses binary blocks instead of L_FILE_POST tainting.
4892: (bugfix: #128)
4893:
4894: * tests/: 223.html, results/223.processed: binary file upload test
4895: added, GPF (issue #128) also checked in this test
4896:
4897: 2010-10-13 misha
4898:
4899: * tests/260.html: - test for math:convert
4900:
4901: * src/classes/math.C: - error in math:convert was fixed
4902:
4903: * operators.txt: - info about
4904: ^math:convert[number](from-base;to-base) was added
4905:
4906: * src/classes/math.C: - method
4907: ^math:convert[number](from-base;to-base) for converting number
4908: represention from one base to another was added ( new feature:
4909: #23 )
4910:
4911: 2010-10-13 moko
4912:
4913: * src/main/compile.tab.C: [] now is empty string, not void
4914:
4915: * src/main/compile.y: [] now is empty string, not void
4916:
4917: * src/types/pa_vvoid.h: void now passed as parameter
4918:
4919: * tests/: 259.html, results/259.processed: to test difference
4920: between void and empty string (see ticket #111)
4921:
4922: * tests/results/152.processed: $sEmpty[] is now empty string, not
4923: void
4924:
4925: * tests/256.html: $s[$void] is no longer empty string
4926:
4927: * tests/254.html: empty string is no longer void
4928:
4929: 2010-10-12 misha
4930:
4931: * src/types/pa_vcookie.C: - check if $.expires value can be
4932: converted to date during cookies set up ( bugfix: #104 )
4933:
4934: * tests/041.html: - more tests for ^table.locate were added
4935:
4936: * src/classes/table.C: - ^table.locate[field;value;options] didn't
4937: work ( bugfix: #129 ) - exception comment for incorrect options
4938: ^table.locate[field;value;options] was fixed
4939:
4940: 2010-10-10 moko
4941:
4942: * src/: classes/reflection.C, main/execute.C: constructor returning
4943: another object feature returned
4944:
4945: * tests/results/258.processed: test result updated as constructor
4946: returning another object feature returned
4947:
4948: * tests/: 258.html, results/258.processed: test for constructor
4949: returning another object
4950:
4951: 2010-10-08 misha
4952:
4953: * tests/257.html: - whitespaces after @METACOMMANDS and their
4954: options shouldn't cause exceptions any longer
4955:
4956: 2010-10-06 moko
4957:
4958: * src/classes/: hash.C, table.C: length from sql server is now
4959: ignored, as sql string can contain 0x00 inside (bugfix: #119)
4960:
4961: 2010-10-02 misha
4962:
4963: * operators.txt: - the X mark was removed from ^cache[file]. it is
4964: usable to delete cache file.
4965:
4966: 2010-10-02 moko
4967:
4968: * tests/: 253.html, results/253.processed: hook_key added for key
4969: checking
4970:
4971: * src/classes/json.C: null key bug fixed
4972:
4973: 2010-09-29 misha
4974:
4975: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
4976:
4977: 2010-09-25 moko
4978:
4979: * src/classes/json.C: small fixed
4980:
4981: * tests/results/: 253.processed, 255.processed: just updated
4982:
4983: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
4984: results/255.processed: charset transcode test added for
4985: json:parse
4986:
4987: 2010-09-24 moko
4988:
4989: * src/types/pa_value.h: warning war :)
4990:
4991: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
4992: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
4993: ^json:string
4994:
4995: 2010-09-22 moko
4996:
4997: * src/main/pa_charset.C: parser charset tables declare only
4998: white-space before 0x20, thus adding the missing chars
4999:
5000: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5001: to http://unicode.org/Public/MAPPINGS/VENDORS/
5002:
5003: 2010-09-21 misha
5004:
5005: * src/main/compile.y: - some semicolons were added (VS2010 don't
5006: want to compile grammar if they are absent)
5007:
5008: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5009:
5010: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5011:
5012: * src/main/main.vcproj: - path to bison is changed
5013:
5014: 2010-09-21 moko
5015:
1.115 ! moko 5016: * etc/parser3.charsets/: Makefile.in, windows-1250.cfg,
! 5017: windows-1251.cfg, windows-1254.cfg, windows-1257.cfg,
! 5018: x-mac-cyrillic.cfg: updated to conform to
! 5019: http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5020:
5021: 2010-09-20 misha
5022:
5023: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5024:
5025: * src/classes/json.C: - add EOL while json-serializing hash
5026:
5027: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5028: compilers don't like 'ES'.
5029:
5030: 2010-09-17 misha
5031:
5032: * operators.txt: - info about json class was added
5033:
5034: * src/classes/json.C: - ^json:string[object]
5035:
5036: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5037: preventing infinite recursion while executing json:string was
5038: added
5039:
5040: * src/include/pa_string.h: - method append_quoted was added
5041:
5042: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5043: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5044: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5045: was added to Value & Co
5046:
5047: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5048: were used
5049:
5050: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5051: were added
5052:
5053: 2010-09-10 moko
5054:
5055: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5056: die_or_abort (backport from 3.4.1)
5057:
5058: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5059: die_or_abort (bugfix: #106)
5060:
5061: 2010-09-09 moko
5062:
5063: * src/classes/json.C: warning war. :)
5064:
5065: 2010-09-08 misha
5066:
5067: * src/lib/json/Makefile.am: - additional include directories were
5068: added (for pa_memory.h and gc.h)
5069:
5070: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5071: compile as C++ instead default - additional include directory was
5072: added (for gc.h)
5073:
5074: * src/types/pa_vform.C: - little code reformating
5075:
5076: * src/classes/file.C: - $.content-type option now can be specified
5077: in ^file::create ( new feature: #102 )
5078:
5079: 2010-09-08 moko
5080:
5081: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5082: pa_malloc/pa_free
5083:
5084: 2010-09-07 moko
5085:
5086: * tests/results/254.processed: VStateless_class:put_element
5087: exception was fixed
5088:
5089: * src/types/: pa_value.h, pa_vstateless_class.h: now
5090: VStateless_class:put_element barks self.type, not this.type
5091: (bugfix: #105)
5092:
5093: 2010-09-06 moko
5094:
5095: * src/classes/reflection.C: bugfix: new String() is required for
5096: exception handling
5097:
5098: * tests/: 254.html, results/254.processed: test modified
5099:
5100: 2010-09-05 moko
5101:
5102: * tests/: 254.html, results/254.processed: ^reflection:copy test
5103: added
5104:
5105: * src/: classes/reflection.C, include/pa_request.h:
5106: ^reflection:copy implemented (new feature: #100)
5107:
5108: 2010-09-03 moko
5109:
5110: * src/lib/json/JSON_parser.C: c++ compatiblity
5111:
5112: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5113: option testing added
5114:
5115: 2010-09-02 moko
5116:
5117: * src/classes/json.C: $.distinct[first|last|all] added
5118:
5119: 2010-09-01 moko
5120:
5121: * tests/results/253.processed: json test result
5122:
5123: * tests/: 253.html, 253_json.txt: json test added
5124:
5125: * src/classes/json.C: json.C update to actual version + hash key
5126: creation bugfix
5127:
5128: 2010-08-31 misha
5129:
5130: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5131: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5132: src/lib/Makefile.am, src/classes/Makefile.am,
5133: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5134: json library was added
5135:
5136: 2010-08-30 moko
5137:
5138: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5139: types/pa_vobject.C: cosmetic optimization in
5140: request:execute_method usage
5141:
5142: * src/: include/pa_charset.h, main/pa_charset.C: small
5143: optimization, just to decrease number of lines. :)
5144:
5145: 2010-08-27 misha
5146:
5147: * src/classes/op.C: - taint[json] was added
5148:
5149: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5150: were added
5151:
5152: * src/main/pa_exec.C: - warning fix was rolled back.
5153:
5154: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5155: include/pa_string.h: - taint[json] was added - escaping was
5156: slightly modified
5157:
5158: 2010-08-25 misha
5159:
5160: * src/classes/file.C: - typo in file:sql exception was fixed
5161:
5162: * src/main/pa_exec.C: - warning about declared and not used
5163: variable forced_allow was removed
5164:
5165: 2010-08-14 misha
5166:
5167: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5168: were removed
5169:
5170: 2010-08-11 moko
5171:
5172: * tests/: 249.html, results/249.processed: default setter and
5173: anti-recursive default getter test added
5174:
5175: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5176: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5177: types/pa_vobject.h, types/pa_vstateless_class.C,
5178: types/pa_vstateless_class.h: default setter support +
5179: anti-recursive default getter support ( new feature: #13 )
5180:
5181: * src/include/pa_hash.h: optimization: threshold member removed
5182: from hash, reducing sizeof(hash)
5183:
5184: 2010-08-10 misha
5185:
5186: * tests/196.html: - junction-method was added to the test
5187:
5188: * tests/248.html: - ups. typo :)
5189:
5190: * tests/248.html: - test for checking .match with 4 params
5191:
5192: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5193: 247_windows1251.txt: - test for "transcode file from utf-8 to
5194: $request:charset during loading if the BOM code is detected"
5195:
5196: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5197: $request:charset during loading if the BOM code is detected ( new
5198: feature: #98 )
5199:
5200: 2010-08-05 misha
5201:
5202: * src/classes/image.C: - ^image.replace now can accept only 2
5203: params. in this case the whole image is affected ( new feature:
5204: #95 )
5205:
5206: 2010-08-04 misha
5207:
5208: * tests/246.html: - test tor ^hash._at[] was added
5209:
5210: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5211: #53 )
5212:
5213: * src/include/pa_hash.h: - methods for accessing the first and the
5214: last values of ordered hash were added (first_value and
5215: last_value)
5216:
5217: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5218: (similar to others file's methods):
5219: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5220: #68 )
5221:
5222: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5223:
5224: 2010-08-01 moko
5225:
5226: * src/classes/op.C: to correctly process $result[] in code, called
5227: from ^process
5228:
5229: * tests/245.html: $result in ^process[] test added
5230:
5231: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5232: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5233: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5234: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5235: caller, self) op_call(VMethodFrame &frame, bool constructing)
5236: removed, construct(class,method) added
5237:
5238: * tests/results/: 192.processed, 244.processed: request::construct
5239: added
5240:
5241: * tests/: 244.html, 245.html, results/244.processed,
5242: results/245.processed: object creation exceptions and ^process
5243: tests added
5244:
5245: 2010-07-28 misha
5246:
5247: * tests/make_tests.cmd: - win32 EOLs
5248:
5249: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5250: tests on Win32 were added (The system timezone should be GMT+3)
5251:
5252: 2010-07-26 misha
5253:
5254: * tests/: 212.html, results/212.processed: - sizes were removed
5255: mecause they could be different on different OSs
5256:
5257: * tests/065.html: - make it "win32 friendly"
5258:
5259: 2010-07-25 misha
5260:
5261: * src/main/compile.y: - all EOLs between methods are removed during
5262: compilation ( new feature: #47 )
5263:
5264: * tests/results/149.processed: - prepare tests to trim trailing
5265: methods' EOLs
5266:
5267: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5268:
5269: * tests/: results/006.processed, results/014.processed, 006.html,
5270: 014.html, 022.html: - prepare tests to trim trailing methods'
5271: EOLs
5272:
5273: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5274: results/071.processed, results/022.processed: - prepare tests to
5275: trim trailing methods' EOLs
5276:
5277: * tests/: results/073.processed, results/109.processed,
5278: results/142.processed, results/144.processed,
5279: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5280: 144.html: - prepare tests to trim trailing methods' EOLs
5281:
5282: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5283: 149.html, 152.html, results/096.processed, results/107.processed,
5284: results/109.processed, results/142.processed,
5285: results/144.processed: - prepare tests to trim trailing methods'
5286: EOLs
5287:
5288: 2010-07-24 moko
5289:
5290: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5291: the hash order in this test
5292:
5293: * tests/014.html: to check hash order, hash no is longer sorted
5294: before print
5295:
5296: * src/include/pa_hash.h: hash copy constructor now keeps order
5297: (bugfix: #54)
5298:
5299: 2010-07-23 moko
5300:
5301: * tests/results/224.processed: @auto[] is no longer inherited
5302:
5303: * src/types/pa_vstateless_class.C, tests/227.html,
5304: tests/results/227.processed: @auto[] is no longer inherited
5305: (bugfix: #57)
5306:
5307: 2010-07-22 misha
5308:
5309: * src/classes/table.C: - don't skip comment lines during
5310: table::load if encloser or separator is set as '#' ( new feature:
5311: #30 )
5312:
5313: * src/targets/cgi/parser3.C: - don't run as cgi if
5314: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5315: #12 )
5316:
5317: * src/classes/file.C: - set PARSER_VARSION env before external
5318: script executing
5319:
5320: 2010-07-13 misha
5321:
5322: * tests/058.html: - test for suppressing @border was added - test
5323: for user attribute was added
5324:
5325: * tests/results/186.processed: unescaping from \uXXXX
5326:
5327: * tests/186.html: unescaping from \uXXXX
5328:
5329: * tests/: 239.html, results/239.processed: method call type
5330:
5331: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5332: $junction_method.CLASS_NAME (+CLASS)
5333:
5334: 2010-07-07 misha
5335:
5336: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5337: *nix
5338:
5339: 2010-07-05 misha
5340:
5341: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5342: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5343: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5344: comment strings "options must be hash", "options must be hash,
5345: not code" and "called with invalid option" were replaced by
5346: constatns - exception comment string "invalid option passed" was
5347: replaced by "called with invalid option" (now in different
5348: methods are the same exception comment string)
5349:
5350: * src/include/pa_exception.h: - more exception strings were defined
5351:
5352: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5353: types/pa_vstateless_class.h: - now we can define possible
5354: method's call type ( new feature: #5 ) 1.
5355: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5356: methods 2. @static:method[params] (only static keyword could be
5357: used here) -- for specified methods
5358:
5359: * src/main/pa_common.C: - junction points should not be deleted on
5360: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5361: cleanup
5362:
5363: 2010-07-03 misha
5364:
5365: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5366: results/158.processed, results/160.processed,
5367: results/161.processed, results/162.processed,
5368: results/163.processed: - prepare tests to trim trailing methods'
5369: EOLs
5370:
5371: * tests/results/169.processed: - prepare tests to trim trailing
5372: methods' EOLs
5373:
5374: * tests/results/: 168.processed, 169.processed: - prepare tests to
5375: trim trailing methods' EOLs
5376:
5377: * tests/: results/170.processed, results/167.processed,
5378: results/168.processed, results/169.processed, 167.html, 168.html,
5379: 169.html: - prepare tests to trim trailing methods' EOLs
5380:
5381: * tests/: results/170.processed, results/171.processed,
5382: results/172.processed, results/173.processed,
5383: results/174.processed, results/175.processed, 170.html, 171.html,
5384: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5385: trailing methods' EOLs
5386:
5387: * tests/: results/176.processed, results/180.processed,
5388: results/184.processed, results/185.processed,
5389: results/191.processed, results/192.processed,
5390: results/196.processed, results/197.processed,
5391: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5392: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5393: to trim trailing methods' EOLs
5394:
5395: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5396: results/199.processed, results/208.processed,
5397: results/209.processed, results/213.processed,
5398: results/214.processed: - prepare tests to trim trailing methods'
5399: EOLs
5400:
5401: 2010-06-29 misha
5402:
5403: * tests/: 220.html, 218.html, results/218.processed,
5404: results/215.processed, results/217.processed, 215.html, 217.html:
5405: - prepare tests to trim trailing methods' EOLs
5406:
5407: * tests/: results/224.processed, 224.html, 223.html,
5408: results/223.processed, results/220.processed: - prepare tests to
5409: trim trailing methods' EOLs
5410:
5411: * tests/results/: 226.processed, 230.processed: - prepare tests to
5412: trim trailing methods' EOLs
5413:
5414: * tests/: 229.html, results/229.processed: - prepare tests to trim
5415: trailing methods' EOLs
5416:
5417: * tests/: 232.html, 235.html, results/232.processed,
5418: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5419: results/226.processed, results/227.processed,
5420: results/228.processed, results/230.processed: - prepare tests to
5421: trim trailing methods' EOLs
5422:
5423: 2010-06-16 moko
5424:
5425: * tests/: 229.html, results/229.processed: elseif now supported in
5426: ^if
5427:
5428: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5429:
5430: 2010-06-03 misha
5431:
5432: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5433: instead of memcopy for overlaped regions
5434:
5435: 2010-05-25 misha
5436:
5437: * src/main/pa_common.C: - wanring about unused vars was removed
5438:
5439: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5440: get_method_filename was moved to execute.C
5441:
5442: 2010-05-23 misha
5443:
5444: * src/main/pa_request.C: - more accurate detection of method's file
5445:
5446: 2010-05-22 misha
5447:
5448: * src/classes/reflection.C: - bugfix: core during detection of
5449: .file if filespec isn't detected successfully
5450:
5451: 2010-05-20 misha
5452:
5453: * src/main/pa_request.C: - fix in get_method_filename
5454:
5455: * src/include/pa_request.h: - new feature: #24 -- searching
5456: included file in @USE/^use is changed. if its filespec doesn't
5457: start from '/' it will be searched in caller file directory
5458:
5459: * src/classes/reflection.C: - ^reflection:method_info returns file
5460: where the method is defined
5461:
5462: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5463: classes/op.C: - new feature: #24 -- searching included file in
5464: @USE/^use is changed. if its filespec doesn't start from '/' it
5465: will be searched in caller file directory
5466:
5467: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5468: is moved to pa_common.h
5469:
5470: 2010-05-18 misha
5471:
5472: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5473: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5474: cookie parser decode \uXXXX as well as %uXXXX
5475:
5476: 2010-05-17 misha
5477:
5478: * src/classes/curl.C: beauty: - unused param is removed in method
5479: _curl_version_action - some spaces were removed or replaced by
5480: tabs
5481:
5482: * src/classes/table.C: - bugfix: #72 core with empty value during
5483: ^table.hash[...;name_of_the_last_column][$.type[string]]
5484:
5485: 2010-05-16 misha
5486:
5487: * src/classes/curl.C: new: #61 more curl options were added
5488: (contributed by Sumo)
5489:
5490: 2010-04-29 pretender
5491:
5492: * src/main/pa_string.C: fixes #63 Split result from empty string
5493: now empty string.
5494:
5495: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5496: string type.
5497:
5498: 2010-04-28 pretender
5499:
5500: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5501: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5502: macrodefinition removed
5503:
5504: 2010-04-19 pretender
5505:
5506: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5507: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5508:
5509: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5510: fixes #64 Now file.missing exception generates in unsafe mode to.
5511:
5512: * src/classes/file.C: fixes #48 Now not throw "not save environment
5513: variable" exception in grpunlim version.
5514:
5515: 2010-04-05 misha
5516:
5517: * src/classes/string.C: - new feature: 4th param was added to
5518: match. if specified its value is returned in case of nothing was
5519: found
5520:
5521: 2010-04-01 misha
5522:
5523: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5524: multiple execution of /a/b/auto.p
5525:
5526: 2010-03-19 misha
5527:
5528: * src/main/execute.C: - core in $table1.$table2 was fixed
5529:
5530: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5531:
5532: 2010-01-27 misha
5533:
5534: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5535: trying to open file by path /existing-file/non-exixting-file
5536:
5537: 2010-01-26 misha
5538:
5539: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5540: was added (returns file)
5541:
5542: 2009-12-22 misha
5543:
5544: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5545: now parser doesn't have class curl if it was built without it
5546:
5547: 2009-12-15 misha
5548:
5549: * configure.in: - little cheat with curl include dir was added
5550:
5551: 2009-12-05 misha
5552:
5553: * src/classes/curl.C: - some fixes
5554:
5555: 2009-12-04 misha
5556:
5557: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5558: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5559: buildall-with-xml, buildall-without-xml, configure.in: - curl
5560: class was added
5561:
5562: * src/include/pa_hash.h: - hash-iterator was added
5563:
5564: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5565: was added to pcre
5566:
5567: 2009-11-27 misha
5568:
5569: * src/classes/image.C: - don't add @border attribute to output of
5570: ^image.html[] if it was specified by user with empty value
5571:
5572: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5573: root element and we are trying to access .documentElement
5574:
5575: 2009-11-11 misha
5576:
5577: * src/classes/table.C: - in ^table.flip[] look at number of columns
5578: instead of number of items in first row for named tables
5579:
5580: 2009-11-10 misha
5581:
5582: * operators.txt: - info about hash-options in ^file::create was
5583: added
5584:
5585: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5586: added
5587:
5588: 2009-11-09 misha
5589:
5590: * buildall-with-xml: - moving to libxml 2.7.6
5591:
5592: * tests/236.html: - tests for comparations cords with functions
5593: were added
5594:
5595: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5596: added
5597:
5598: * src/main/pa_http.C: - little optimisation
5599:
5600: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5601: GPF mallocs + stringstream (table.save)
5602:
5603: * src/classes/file.C: - file::create now accepts 4th param: options
5604: with $.charset
5605:
5606: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5607: bug in cord (comparation cords with functions was buggy)
5608:
5609: 2009-11-06 misha
5610:
5611: * src/main/pa_string.C: - bugfix: calculation string.length
5612: sometimes was buggy
5613:
5614: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5615: destroyed if exception occured during match/replace
5616:
5617: * src/: main/pa_charset.C, include/pa_charset.h: - method
5618: lengthUTF8Char was added
5619:
5620: * src/classes/op.C: - clean tainting lang was added for user's
5621: usage
5622:
5623: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5624: fixed: checkouts are required after GC_MALLOC
5625:
5626: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5627:
5628: * operators.txt: - actually, there is no ^untaint[xml] in
5629: file::create
5630:
5631: 2009-10-15 misha
5632:
5633: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5634: were added
5635:
5636: * tests/234.html: - more tests for checking ^taint[uri] escaping
5637: were added
5638:
5639: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5640: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5641: hacking: for dealing with transcoding+^taint[uri]
5642: transcode_and_untaint was replaced by untaint_and_transcode
5643:
5644: 2009-10-13 misha
5645:
5646: * tests/: 121.html, results/121.processed: - test transcoding +
5647: url-escaping now
5648:
5649: * tests/results/auto.p: - more helpers' methods were added
5650:
5651: * src/main/pa_globals.C: - die instead of abort
5652:
5653: 2009-10-06 misha
5654:
5655: * src/main/pa_common.C: - don't allocate memory during
5656: capitalization if input string is already capitalized
5657:
5658: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5659:
5660: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5661: use format function because it calls malloc
5662:
5663: * src/include/pa_common.h: - more capitalized headers were added
5664:
5665: * src/main/pa_common.C: - in safe mode clear executable bits during
5666: file writing
5667:
5668: 2009-10-05 misha
5669:
5670: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
5671:
5672: 2009-10-03 misha
5673:
5674: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
5675: ^img.text[] & ^img.length[] can work in utf-8 now
5676:
5677: * src/: include/pa_charset.h, main/pa_charset.C: - class
5678: UTF8_string_iterator was added
5679:
5680: * src/classes/image.C: - respect utf-8 when calculate alphabet
5681: length
5682:
5683: * src/classes/mail.C: - check from before get message.cstr
5684:
5685: 2009-10-02 misha
5686:
5687: * tests/233.html: - test for image.font, image.length, image.text
5688: with text in utf-8 were added
5689:
5690: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
5691:
5692: * buildall-with-xml, buildall-without-xml: - comment about gc
5693: version for freebsd 4 was added
5694:
5695: 2009-10-01 misha
5696:
5697: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
5698: terminator) - read_pipe were slightly optimized
5699:
5700: 2009-09-28 misha
5701:
5702: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
5703: removed
5704:
5705: * src/types/pa_vmail.C: - forgot about space after ':'
5706:
5707: * src/types/pa_vmail.C: - escape filenames while preparing mail
5708: body - small simplifications
5709:
5710: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
5711: inout params like pa_base64
5712:
5713: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
5714: option $.debug-print(1) was added to mail:send - changes for
5715: using uue_encode which uses less memory
5716:
5717: * src/main/pa_common.C: - pa_base64_encode uses less memory now
5718:
5719: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
5720: memory now
5721:
5722: 2009-09-26 misha
5723:
5724: * src/types/pa_vmail.C: - default encoding now is base64
5725:
5726: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
5727:
5728: 2009-09-25 misha
5729:
5730: * src/types/pa_vmail.C: - capitalization of headers was added to
5731: sending mail as well
5732:
5733: * buildall-with-xml: - catalog package was removed from libxml
5734:
5735: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
5736: win32 absolute path
5737:
5738: * src/include/pa_common.h: - one more capitalized header was added
5739:
5740: 2009-09-22 misha
5741:
5742: * INSTALL: - comment about building just httpd binary while
5743: building apache module was added
5744:
5745: 2009-09-21 misha
5746:
5747: * buildall-with-xml: - moving to the latest versions of xml libs:
5748: libxml 2.7.4 and libxslt 1.1.25
5749:
5750: 2009-09-19 misha
5751:
5752: * tests/231.html: - test for encoding cookie in win-1251
5753:
5754: 2009-09-18 misha
5755:
5756: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
5757: object] were added
5758:
5759: * operators.txt: - info about method ^reflection:fields[class or
5760: object] was added
5761:
5762: * src/classes/reflection.C: - method ^reflection:fields[class or
5763: object] was added
5764:
5765: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
5766: methods get_fields were added
5767:
5768: * tests/232.html: - tests for @GET[name]
5769:
5770: * src/classes/table.C: - some changes in handling hash-options for
5771: creare, join and locate
5772:
5773: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
5774: defined with option: the type of requested value
5775:
5776: 2009-09-17 misha
5777:
5778: * tests/212.html: - tests for .pattern and .options were added
5779:
5780: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
5781: $regex.options were added
5782:
5783: 2009-09-11 misha
5784:
5785: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
5786: rewrited. it checks not just one case of sending cookies during
5787: file::load[http], but also sending headers and fields (including
5788: files)
5789:
5790: 2009-09-10 misha
5791:
5792: * src/main/untaint.C: - workaround in file-spec lang for old Macs
5793: was removed => now parser can open files with Russian 'r' in
5794: filename
5795:
5796: * src/main/untaint.C: - bugfix: client charset whould be analized
5797: while escaping cookies but now source charset
5798:
5799: * src/main/pa_http.C: - bugfix: the values of http headers didn't
5800: ^tainted[uri] so it was possible to make request with incorrect
5801: http header
5802:
5803: * src/main/pa_http.C: - capitalization of http headers during
5804: file::load[http was slightly changes - bugfix: all headers which
5805: parser sends during file::load[http should be transcoded and only
5806: then escaped
5807:
5808: * src/main/untaint.C: - a bit more comments were added
5809:
5810: * src/classes/: file.C, string.C: - types where changes (minus 2
5811: warnings)
5812:
5813: * src/include/pa_common.h: - 2 capitalized strings for making http
5814: headers during file::load[http were added
5815:
5816: 2009-09-08 misha
5817:
5818: * operators.txt: - changes in file.save and string.save were added
5819:
5820: * tests/: 230.html, 230.txt: - tests for checking options in
5821: file.save and string.save were added
5822:
5823: * src/main/pa_request.C: - http headers names, which are passed to
5824: SAPI::add_header_attribute are lowercased now (it'll be
5825: capitalized in that method)
5826:
5827: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
5828: classes/string.C: - file_write accepts Request_charsets and asked
5829: charset and cound transcode content before writing - string.save
5830: and file.save have option $.charset now
5831:
5832: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
5833: classes/xdoc.C: - file_write accepts Request_charsets and asked
5834: charset and cound transcode content before writing
5835:
5836: * src/include/pa_exception.h: - new exception comment string was
5837: defined
5838:
5839: 2009-09-07 misha
5840:
5841: * src/main/compile.y: - grammar $name\ name stops now for regex
5842: sub-pattern\s
5843:
5844: 2009-09-04 misha
5845:
5846: * src/main/pa_http.C: - capitalization of http headers during
5847: file::load[http was implemented
5848:
5849: 2009-09-03 misha
5850:
5851: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5852: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
5853: types/pa_vmail.C, targets/cgi/parser3.C,
5854: targets/isapi/parser3isapi.C: - back to storing response http
5855: headers in lowercase - capitalize them during output
5856:
5857: 2009-08-31 misha
5858:
5859: * src/classes/table.C: - allow call with any brackets (it could be
5860: useful in methods with explict result declaration)
5861:
5862: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
5863: correctly if $request:charset==koi8-r
5864:
5865: 2009-08-30 misha
5866:
5867: * src/: include/pa_common.h, main/pa_request.C: - http headers were
5868: changed: content-type => Content-type and so on
5869:
5870: * src/classes/file.C, src/include/pa_common.h,
5871: src/include/pa_request.h, src/main/pa_http.C,
5872: src/main/pa_request.C, src/types/pa_vcookie.C,
5873: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
5874: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
5875: tests/results/002.processed, tests/results/003.processed,
5876: tests/results/004.processed, tests/results/005.processed,
5877: tests/results/006.processed, tests/results/007.processed,
5878: tests/results/008.processed, tests/results/009.processed,
5879: tests/results/010.processed, tests/results/011.processed,
5880: tests/results/012.processed, tests/results/013.processed,
5881: tests/results/014.processed, tests/results/015.processed,
5882: tests/results/016.processed, tests/results/017.processed,
5883: tests/results/018.processed, tests/results/019.processed,
5884: tests/results/020.processed, tests/results/021.processed,
5885: tests/results/022.processed, tests/results/023.processed,
5886: tests/results/024.processed, tests/results/025.processed,
5887: tests/results/026.processed, tests/results/027.processed,
5888: tests/results/028.processed, tests/results/029.processed,
5889: tests/results/030.processed, tests/results/031.processed,
5890: tests/results/032.processed, tests/results/033.processed,
5891: tests/results/034.processed, tests/results/035.processed,
5892: tests/results/036.processed, tests/results/037.processed,
5893: tests/results/038.processed, tests/results/039.processed,
5894: tests/results/040.processed, tests/results/041.processed,
5895: tests/results/042.processed, tests/results/043.processed,
5896: tests/results/044.processed, tests/results/045.processed,
5897: tests/results/046.processed, tests/results/047.processed,
5898: tests/results/048.processed, tests/results/049.processed,
5899: tests/results/050.processed, tests/results/051.processed,
5900: tests/results/052.processed, tests/results/053.processed,
5901: tests/results/054.processed, tests/results/055.processed,
5902: tests/results/056.processed, tests/results/057.processed,
5903: tests/results/058.processed, tests/results/059.processed,
5904: tests/results/060.processed, tests/results/061.processed,
5905: tests/results/062.processed, tests/results/063.processed,
5906: tests/results/064.processed, tests/results/065.processed,
5907: tests/results/066.processed, tests/results/067.processed,
5908: tests/results/068.processed, tests/results/069.processed,
5909: tests/results/070.processed, tests/results/071.processed,
5910: tests/results/072.processed, tests/results/073.processed,
5911: tests/results/074.processed, tests/results/075.processed,
5912: tests/results/076.processed, tests/results/077.processed,
5913: tests/results/078.processed, tests/results/079.processed,
5914: tests/results/080.processed, tests/results/081.processed,
5915: tests/results/082.processed, tests/results/083.processed,
5916: tests/results/084.processed, tests/results/085.processed,
5917: tests/results/086.processed, tests/results/087.processed,
5918: tests/results/088.processed, tests/results/089.processed,
5919: tests/results/090.processed, tests/results/091.processed,
5920: tests/results/092.processed, tests/results/093.processed,
5921: tests/results/094.processed, tests/results/095.processed,
5922: tests/results/096.processed, tests/results/097.processed,
5923: tests/results/098.processed, tests/results/099.processed,
5924: tests/results/100.processed, tests/results/101.processed,
5925: tests/results/102.processed, tests/results/103.processed,
5926: tests/results/104.processed, tests/results/105.processed,
5927: tests/results/106.processed, tests/results/107.processed,
5928: tests/results/108.processed, tests/results/109.processed,
5929: tests/results/110.processed, tests/results/111.processed,
5930: tests/results/112.processed, tests/results/113.processed,
5931: tests/results/114.processed, tests/results/115.processed,
5932: tests/results/116.processed, tests/results/117.processed,
5933: tests/results/118.processed, tests/results/119.processed,
5934: tests/results/120.processed, tests/results/121.processed,
5935: tests/results/122.processed, tests/results/123.processed,
5936: tests/results/124.processed, tests/results/125.processed,
5937: tests/results/126.processed, tests/results/127.processed,
5938: tests/results/128.processed, tests/results/129.processed,
5939: tests/results/130.processed, tests/results/131.processed,
5940: tests/results/132.processed, tests/results/133.processed,
5941: tests/results/134.processed, tests/results/135.processed,
5942: tests/results/136.processed, tests/results/138.processed,
5943: tests/results/139.processed, tests/results/140.processed,
5944: tests/results/141.processed, tests/results/142.processed,
5945: tests/results/143.processed, tests/results/144.processed,
5946: tests/results/145.processed, tests/results/146.processed,
5947: tests/results/147.processed, tests/results/148.processed,
5948: tests/results/149.processed, tests/results/150.processed,
5949: tests/results/151.processed, tests/results/152.processed,
5950: tests/results/153.processed, tests/results/154.processed,
5951: tests/results/155.processed, tests/results/156.processed,
5952: tests/results/157.processed, tests/results/158.processed,
5953: tests/results/159.processed, tests/results/160.processed,
5954: tests/results/161.processed, tests/results/162.processed,
5955: tests/results/163.processed, tests/results/164.processed,
5956: tests/results/165.processed, tests/results/166.processed,
5957: tests/results/167.processed, tests/results/168.processed,
5958: tests/results/169.processed, tests/results/170.processed,
5959: tests/results/171.processed, tests/results/172.processed,
5960: tests/results/173.processed, tests/results/174.processed,
5961: tests/results/175.processed, tests/results/176.processed,
5962: tests/results/177.processed, tests/results/178.processed,
5963: tests/results/179.processed, tests/results/180.processed,
5964: tests/results/181.processed, tests/results/182.processed,
5965: tests/results/183.processed, tests/results/184.processed,
5966: tests/results/185.processed, tests/results/186.processed,
5967: tests/results/187.processed, tests/results/188.processed,
5968: tests/results/189.processed, tests/results/190.processed,
5969: tests/results/191.processed, tests/results/192.processed,
5970: tests/results/193.processed, tests/results/194.processed,
5971: tests/results/195.processed, tests/results/196.processed,
5972: tests/results/197.processed, tests/results/198.processed,
5973: tests/results/199.processed, tests/results/200.processed,
5974: tests/results/201.processed, tests/results/202.processed,
5975: tests/results/203.processed, tests/results/204.processed,
5976: tests/results/205.processed, tests/results/206.processed,
5977: tests/results/207.processed, tests/results/208.processed,
5978: tests/results/209.processed, tests/results/210.processed,
5979: tests/results/211.processed, tests/results/212.processed,
5980: tests/results/213.processed, tests/results/214.processed,
5981: tests/results/215.processed, tests/results/216.processed,
5982: tests/results/217.processed, tests/results/218.processed,
5983: tests/results/219.processed, tests/results/220.processed,
5984: tests/results/221.processed, tests/results/222.processed,
5985: tests/results/223.processed, tests/results/224.processed,
5986: tests/results/225.processed, tests/results/226.processed,
5987: tests/results/227.processed, tests/results/228.processed,
5988: tests/results/229.processed: - http headers were changed:
5989: content-type => Content-type and so on
5990:
5991: 2009-08-27 misha
5992:
5993: * src/: main/pa_random.C, include/pa_random.h,
5994: targets/cgi/parser3.C: - year was updated :)
5995:
5996: 2009-08-26 misha
5997:
5998: * tests/: 224.html, 224.p: - test for creating of parser object
5999: using constructor without params - little bugfix in test
6000:
6001: * src/main/compile_tools.h: - bugfix: should't call autouse while
6002: checking existed class while processing partial option
6003:
6004: * src/classes/reflection.C: - bugfix: core when creating object
6005: with reflection and constructor doesn't have params
6006:
6007: 2009-08-24 misha
6008:
6009: * tests/229.html: - tests for checking the number of parameters
6010: were added
6011:
6012: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6013: number of method's parameters wasn't checked correctly (the bug
6014: was introduced in 3.4.0)
6015:
6016: 2009-08-22 misha
6017:
6018: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6019: transcoded, but tainted pieces are escaped only when
6020: content-type==url-encoding
6021:
6022: * tests/228.html: - test for checking
6023: ^file::load[http://...;$.body[]]
6024:
6025: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6026: post charset was too early (charsets is empty at this moment)
6027:
6028: 2009-08-21 misha
6029:
6030: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6031: main/untaint.C: - some fixes with transcode+untaint
6032:
6033: 2009-08-15 misha
6034:
6035: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6036: was increaced to 100 (was 50)
6037:
6038: * tests/227.html: - test for checking overriding properties in
6039: static classes was added
6040:
6041: * tests/: 226.html, 226.p: - test for @autoload[] was added
6042:
6043: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6044: main/execute.C, main/pa_request.C, classes/reflection.C: -
6045: autouse was implemented
6046:
6047: 2009-08-14 misha
6048:
6049: * src/classes/reflection.C: - outdated checkout was removed
6050:
6051: * src/classes/reflection.C: - optimization - method ^dynamical was
6052: added.
6053:
6054: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6055: types/pa_vstateless_class.h, main/execute.C: - optimization
6056:
6057: * src/types/pa_vclass.C: - exception if base on sytem class
6058:
6059: 2009-08-12 misha
6060:
6061: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6062: pa_vstateless_class.h: - little optimisation
6063:
6064: 2009-08-11 misha
6065:
6066: * tests/224.html: - method_params => method_info - checking for
6067: $.inherited
6068:
6069: * src/classes/reflection.C, operators.txt: - method method_params
6070: was renamed to method_info and now it returns class name, if
6071: method was defined in ancestor
6072:
6073: * tests/225.html: - tests for cheching properties in hierarhical
6074: classes were added
6075:
6076: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6077: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6078: main/compile.y, main/execute.C, classes/classes.C: - problems
6079: with properties in new classes implementation were fixed
6080:
6081: 2009-08-10 misha
6082:
6083: * src/main/execute.C: - now constructor shouldn't be defined in
6084: class. it could be defined in parent.
6085:
6086: 2009-08-09 misha
6087:
6088: * src/classes/reflection.C: - ^reflection:methods doesn't return
6089: base's methods
6090:
6091: 2009-08-08 misha
6092:
6093: * src/: classes/classes.h, classes/date.C, classes/file.C,
6094: classes/form.C, classes/hash.C, classes/hashfile.C,
6095: classes/image.C, classes/mail.C, classes/op.C,
6096: classes/reflection.C, classes/regex.C, classes/string.C,
6097: classes/table.C, classes/xdoc.C, classes/xnode.C,
6098: classes/xnode.h, include/pa_hash.h, main/execute.C,
6099: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6100: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6101: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6102: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6103: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6104: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6105: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6106: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6107: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6108: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6109: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6110: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6111: types/pa_vresponse.C, types/pa_vresponse.h,
6112: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6113: types/pa_vstateless_object.h, types/pa_vstatus.C,
6114: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6115: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6116: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6117: types/pa_wwrapper.h, types/types.vcproj: - new classes
6118: implementation
6119:
6120: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6121: USE_MUNMAP is used. so it is disabled as a workaround.
6122:
6123: 2009-08-05 misha
6124:
6125: * src/: main/pa_common.C, include/pa_common.h: - not needed
6126: parameter was removed
6127:
6128: * src/main/pa_http.C: - bugfix: error was during detecting
6129: content-type of file which was loaded by http
6130:
6131: 2009-08-01 misha
6132:
6133: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6134: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6135: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6136: can't be disabled with defines any longer
6137:
6138: 2009-07-29 misha
6139:
6140: * src/classes/reflection.C, tests/results/224.processed: - for
6141: native methods with any call type now returned empty call_type
6142: value
6143:
6144: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6145: classes/table.C, include/pa_hash.h, include/pa_request.h,
6146: main/pa_request.C: - break in cycles was optimized
6147:
6148: * INSTALL: - more defines were described
6149:
6150: 2009-07-28 misha
6151:
6152: * operators.txt: - some changes in information about reflection
6153: class
6154:
6155: * tests/: 224.html, 224.p: - tests for reflection class
6156:
6157: * src/classes/reflection.C: - some bugs were fixed, method classes
6158: was added, refactoring
6159:
6160: 2009-07-26 misha
6161:
6162: * src/classes/classes.vcproj: - reflection class wass added to
6163: project
6164:
6165: * operators.txt: - information about reflection class was added
6166:
6167: * src/classes/reflection.C: - class was redesigned
6168:
6169: 2009-07-24 misha
6170:
6171: * src/classes/: Makefile.am, reflection.C: - class reflection was
6172: added
6173:
6174: * src/types/pa_vstateless_class.h: - method for reflection method's
6175: in classes was added
6176:
6177: 2009-07-22 misha
6178:
6179: * src/main/compile_tools.h: - bugfix: $object.$var was
6180: over-optimized. it failed if $object1.$object2.field
6181:
6182: 2009-07-16 misha
6183:
6184: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6185: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6186: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6187: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6188: one more arg: length of cord
6189:
6190: 2009-07-15 misha
6191:
6192: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6193: tainted in ^file::load[http://...;$.cookies[]]
6194:
6195: * src/classes/: op.C, regex.C, string.C: - new string with
6196: exception was used
6197:
6198: * src/include/pa_exception.h: - new string with exception was added
6199:
6200: * tests/223.html: - test for checking cookie-encoding during
6201: ^file::load[http was added
6202:
6203: * tests/: 221.html, 222.html: - tests for checking type of
6204: $table.fields.field were added
6205:
6206: * src/types/pa_vtable.C: - not used var decl was removed
6207:
6208: * src/include/pa_string.h: - use cached string length in Body::mid.
6209: it improves speed of match with brackets in pattern
6210:
6211: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6212: outside
6213:
6214: 2009-07-14 misha
6215:
6216: * src/types/pa_vtable.C: - $table.fields.a return string even if
6217: column is empty (sometime returned void) - $table.fields was
6218: added for nameless tables
6219:
6220: * src/targets/cgi/getopt.c: - one warning resolved
6221:
6222: * src/main/pa_string.C: - potentian bug fixed
6223:
6224: * src/classes/op.C: - small optimization in taint/untaint
6225:
6226: 2009-07-13 misha
6227:
6228: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6229: added
6230:
6231: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6232: souldn't add the attribut to output
6233:
6234: 2009-07-11 misha
6235:
6236: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6237: stack size was increaced to 2MB (default=1MB)
6238:
6239: 2009-07-08 misha
6240:
6241: * src/main/pa_string.C: - link to UTF-8 description was added
6242:
6243: * src/include/pa_hash.h: - hash keeps element's order in more
6244: places (ex: ._keys[])
6245:
6246: * tests/220.html: - test for checking order of elements in hash in
6247: foreach was added
6248:
6249: * tests/172.html: - small changes in printing hash
6250:
6251: * tests/129.html: - small changes in printing hash
6252:
6253: * src/: include/pa_common.h, include/pa_hash.h,
6254: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6255: types/pa_vmethod_frame.h: - hash now keeps order of elements
6256:
6257: * tests/014.html: - small changes in printing hash
6258:
6259: 2009-07-07 misha
6260:
6261: * src/classes/op.C: - new taint language "parser-code" was added
6262:
6263: * tests/219.html: - test for auto untaint parser code in process
6264: was added
6265:
6266: * src/classes/op.C: - tainted pieces in body of process are
6267: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6268:
6269: * src/: include/pa_string.h, main/untaint.C: - new language
6270: L_PARSER_CODE for auto-untaint in process was added
6271:
6272: * src/: classes/file.C, classes/hash.C, classes/image.C,
6273: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6274: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6275: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6276: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6277: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6278: code cleanup
6279:
6280: 2009-07-06 misha
6281:
6282: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6283: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6284: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6285:
6286: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6287: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6288: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6289: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6290: should be used
6291:
6292: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6293: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6294: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6295: untaint_cstr[m] should be used
6296:
6297: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6298: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6299:
6300: * tests/218.html: - test for checking automatic file-spec-taint was
6301: added
6302:
6303: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6304: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6305: classes/file.C, classes/hash.C, classes/image.C,
6306: classes/string.C, classes/table.C, classes/void.C,
6307: classes/xdoc.C: - optimizations and simplification of
6308: string.cstr(...)
6309:
6310: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6311: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6312: - optimizations and simplification of string.cstr(...)
6313:
6314: 2009-07-04 misha
6315:
6316: * tests/217.html: - test for recursion detection was added
6317:
6318: * src/: types/types.vcproj, main/main.vcproj,
6319: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6320: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6321: from .vcproj
6322:
6323: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6324:
6325: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6326: uploading files and case-insensitive http-method were added
6327:
6328: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6329: tainted pattern in ^file:list[] was added
6330:
6331: 2009-07-03 misha
6332:
6333: * src/: classes/classes.vcproj, main/main.vcproj,
6334: types/types.vcproj, targets/cgi/parser3.vcproj,
6335: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6336: for dynamic_cast) - little options changes
6337:
6338: * src/main/pa_http.C: - file::load[http works now with uploading
6339: files _and_ changing $.charset
6340:
6341: 2009-06-29 misha
6342:
6343: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6344: while creating pattern
6345:
6346: 2009-06-25 misha
6347:
6348: * src/classes/image.C, operators.txt: - options' names for
6349: ^image.font were changed to $.space, $.width and $spacing -
6350: default space width now == gif's width
6351:
6352: 2009-06-24 misha
6353:
6354: * tests/215.html: - tests for $file.mode were added
6355:
6356: * operators.txt: - added info about $file.mode and changes in
6357: ^image.font[
6358:
6359: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6360: param now could be omited - third param now could be hash (with
6361: all widths options: $.space-width, $.letter-width) - it's
6362: possible to specify tracking ($.letter-space)
6363:
6364: * src/classes/file.C: - file objects now could have mode field
6365: (text|binary)
6366:
6367: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6368:
6369: 2009-06-23 misha
6370:
6371: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6372: trim can work with utf-8 chars now
6373:
6374: 2009-06-20 misha
6375:
6376: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6377: was implemented
6378:
6379: * src/classes/table.C: - string length cacheing was implemented
6380:
6381: * src/include/pa_string.h: - string length cacheing was implemented
6382:
6383: 2009-06-17 misha
6384:
6385: * src/main/execute.C: - value param was removed from
6386: WContext::WContext
6387:
6388: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6389: pa_wwrapper.h: - value param was removed from WContext::WContext
6390: - field wcontext was removed from VCodeFrame (using fparent
6391: instead)
6392:
6393: * tests/214.html: - test with hash copying
6394:
6395: 2009-06-16 misha
6396:
6397: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6398: strings doesn't work in expression anymore
6399:
6400: * src/main/execute.C: - less calls for get_constructing() - little
6401: refactoring
6402:
6403: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6404: include/pa_request.h: - less calls for get_constructing()
6405:
6406: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6407: introduced with OPTIMIZE_SINGLE_STRING optimization
6408:
6409: 2009-06-14 misha
6410:
6411: * src/: classes/date.C, classes/file.C, classes/hash.C,
6412: classes/hashfile.C, classes/image.C, classes/regex.C,
6413: classes/table.C, classes/xdoc.C, classes/xnode.h,
6414: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6415: types/pa_vstateless_class.h, main/execute.C: - create object for
6416: storing object's fields only for parser objects
6417:
6418: 2009-06-13 misha
6419:
6420: * buildall-with-xml, buildall-without-xml: - new option was added
6421: for building GC (it slightly reduces memory usage)
6422:
6423: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6424: single string write
6425:
6426: * src/main/execute.C: - bytecode optimization of ^class:constructor
6427: - optimization of single string write
6428:
6429: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6430: - bytecode optimization of ^class:constructor
6431:
6432: 2009-06-09 misha
6433:
6434: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6435: main (better compatibility)
6436:
6437: 2009-06-08 misha
6438:
6439: * src/main/compile.y: - I've forgot to commit it :(
6440:
6441: 2009-06-07 misha
6442:
6443: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6444: WITH_READ and WITH_ROOT
6445:
6446: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6447: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6448: WITH_ROOT - little refactoring
6449:
6450: 2009-06-06 misha
6451:
6452: * tests/213.html: - tests for 3rd match string-param were added
6453:
6454: * src/classes/string.C: - 3rd match param could be string now
6455:
6456: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6457: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6458: GET_OBJECT_ELEMENT
6459:
6460: 2009-06-05 misha
6461:
6462: * src/main/pa_http.C: - bugfix: content-length was not calculated
6463: if $.body was specified
6464:
6465: 2009-06-04 misha
6466:
6467: * src/classes/op.C: - optimizing write_assign_lang in connect
6468:
6469: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6470:
6471: * src/main/execute.C: - little refactoring - optimizing
6472: write_assign_lang in taint/untaint
6473:
6474: * src/include/pa_opcode.h: - little refactoring
6475:
6476: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6477: main/compile_tools.h, main/execute.C: - optimizations for
6478: $self.field, ^self.method, $self.field[...] and $self.field(...)
6479: were added
6480:
6481: 2009-06-03 misha
6482:
6483: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6484:
6485: 2009-06-02 misha
6486:
6487: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6488: include/pa_opcode.h: - refactoring in last optimizations
6489: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6490: now but code is much easy and it is ready for further
6491: improvements.
6492:
6493: 2009-05-27 misha
6494:
6495: * src/: types/pa_junction.h, types/pa_vjunction.C,
6496: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6497: changed in destructing junctions
6498:
6499: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6500: String:Body
6501:
6502: 2009-05-26 misha
6503:
6504: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6505: one method detect_charset was deleted - bug was fixed in this
6506: method (error while detecting charset in content_type withot last
6507: ';')
6508:
6509: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6510: once
6511:
6512: 2009-05-25 misha
6513:
6514: * src/classes/file.C: - bugfix: file::exec didn't work after
6515: optimizing of helper_length
6516:
6517: 2009-05-24 misha
6518:
6519: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6520: were added - little refactoring
6521:
6522: * src/main/execute.C: - core while printing in debug log
6523: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6524: optimisations were added
6525:
6526: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6527: were added
6528:
6529: 2009-05-23 misha
6530:
6531: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6532: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6533: CORD_cat optimization
6534:
6535: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6536: - call constr optimisation under separate define now
6537:
6538: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6539: in $b should be string, not void
6540:
6541: * src/main/compile.y: - little fix for rem-cut optimisation
6542:
6543: * src/: include/pa_opcode.h, main/compile_tools.C,
6544: main/compile_tools.h, main/execute.C: - optimisations for
6545: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6546:
6547: * INSTALL: - description of some #defined were added
6548:
6549: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6550: before 1st access (memory usage is reduced if don't access to
6551: .text field)
6552:
6553: * src/include/pa_array.h: - array grows step now not static (it
6554: reduces numbers of reallocs)
6555:
6556: 2009-05-20 misha
6557:
6558: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6559: $.b(2), $c[d] and $.e[f] was added
6560:
6561: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6562: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6563: $.e[f] was added
6564:
6565: * src/main/execute.C: - debug printing moved in defines
6566:
6567: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6568: and little refactoring for OP_GET_OBJECT_ELEMENT +
6569: OP_GET_OBJECT_VAR_ELEMENT optimisation
6570:
6571: 2009-05-19 misha
6572:
6573: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6574: execute.C: - $a.$b & ^a.$b bytecode optimisation
6575:
6576: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6577: ^a.$b optimisation)
6578:
6579: * src/main/compile.y: - compiler now generate new opcodes:
6580: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6581: ^a.b - compiler now cut off ^rem{ with all content ; any number
6582: of params }
6583:
6584: * src/main/execute.C: - code for handle new opcodes
6585: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6586:
6587: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6588: added for LA2V and LA2S
6589:
6590: * src/include/pa_opcode.h: - new defines which can be used for
6591: disable some bytecode optimisation and new opcodes were added
6592:
6593: 2009-05-17 misha
6594:
6595: * src/lib/cord/cordxtra.c: - bugfix.
6596:
6597: * tests/212.html: - .size[] and .study_size[] were added to tests
6598:
6599: * operators.txt: - info about regex class was added
6600:
6601: * tests/212.html: - tests for regex class were added
6602:
6603: 2009-05-16 misha
6604:
6605: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6606: gc7.1
6607:
6608: * tests/022.html: - test for ^file:list[path;] (empty second param)
6609: was added
6610:
6611: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6612: param) should work
6613:
6614: 2009-05-15 misha
6615:
6616: * src/classes/table.C: - automatically disable stringstream usage
6617: on freebsd4
6618:
6619: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6620: scope
6621:
6622: * tests/211.html: - test with different types of access to hash was
6623: added
6624:
6625: * tests/210.html: - test which checks for loosing tainting in
6626: hash's keys was added
6627:
6628: * tests/208.html: - some parser work added. or stime == 0 %-)
6629:
6630: * src/lib/cord/cordbscs.c: - little hack was added to cord
6631:
6632: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6633:
6634: * src/include/pa_version.h, configure.in: - moko have made a lot of
6635: optimisations for increacing version number more dramatically :)
6636:
6637: * src/classes/date.C: - little refactoring: use constructor which
6638: accepts formated string
6639:
6640: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6641: which can print formatted string was added
6642:
6643: 2009-05-14 misha
6644:
6645: * src/include/pa_string.h: - type was fixed
6646:
6647: * src/: classes/hashfile.C, classes/op.C,
6648: include/pa_cache_managers.h, include/pa_charset.h,
6649: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6650: include/pa_request.h, include/pa_sql_driver_manager.h,
6651: include/pa_string.h, include/pa_stylesheet_manager.h,
6652: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6653: main/pa_charsets.C, main/pa_string.C,
6654: main/pa_stylesheet_connection.C, types/pa_value.h,
6655: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6656: types/pa_vobject.C, types/pa_vstateless_class.C,
6657: types/pa_vstateless_class.h: - hash_code caching was implemented
6658: (seaches should be faster now)
6659:
6660: * src/: classes/file.C, classes/hash.C, classes/image.C,
6661: classes/string.C, classes/table.C, include/pa_string.h,
6662: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6663: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
6664: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
6665: types/pa_vrequest.C: - String constructors don't have that stupid
6666: true/false param which means 'tainted'. they accept lang instead.
6667:
6668: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
6669: with OPTIMIZE_RESULT
6670:
6671: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
6672: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
6673:
6674: 2009-05-13 misha
6675:
6676: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
6677: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
6678: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6679: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
6680: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
6681: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6682: include/pa_string.h, classes/date.C, classes/file.C,
6683: classes/hash.C, classes/image.C, classes/string.C,
6684: classes/table.C, classes/xdoc.C: - result optimisation -
6685: helper_length parameter removed from string constructors
6686:
6687: 2009-05-11 misha
6688:
6689: * tests/209.html: - tests for ^hash::create[hash] were added
6690:
6691: * tests/208.html: - tests for $status:rusage, $status:memory,
6692: ^memory:compact[] were added
6693:
6694: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
6695: log10 were added
6696:
6697: * tests/206.html: - test for try with finally was added
6698:
6699: 2009-05-10 misha
6700:
6701: * tests/205.html: - test for ^file::create[...] was added
6702:
6703: * tests/204.html: - test for ^response:clear[] was added
6704:
6705: * tests/038.html: - tests for trigonometric functions were added
6706:
6707: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
6708: added - more tests for .add, .sub, .union, .intersects and
6709: .intersections
6710:
6711: * tests/065.html: - test for ^file:dirname was added
6712:
6713: * tests/030.html: - test for $cookie:fields was added
6714:
6715: * tests/203.html: - test for ^h._keys[column name] was added
6716:
6717: * tests/201.html: - tests for .trim were added
6718:
6719: * tests/202.html: - tests for last-day,
6720: date:calendar[type](YYYY;MM;DD) were added
6721:
6722: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
6723: .offset[type](N) were added
6724:
6725: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
6726: and .pos[c](N) were added
6727:
6728: * tests/141.html: - test for math:sha1 was added
6729:
6730: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
6731:
6732: 2009-05-09 misha
6733:
6734: * src/main/compile.y: - rollback
6735:
6736: 2009-05-05 misha
6737:
6738: * src/main/pa_exec.C: - little optimisation: somewhere length() was
6739: replaced by is_empty()
6740:
6741: * src/: include/pa_string.h, main/pa_charset.C: - little
6742: optimisation: somewhere length() was replaced by is_empty()
6743:
6744: * src/classes/table.C: - little optimisation: somewhere length()
6745: was replaced by is_empty()
6746:
6747: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
6748: classes/op.C, classes/table.C, main/pa_exception.C: - little
6749: optimisation: somewhere length() was replaced by is_empty()
6750:
6751: 2009-05-04 misha
6752:
6753: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6754: types/pa_vstateless_class.h, main/execute.C,
6755: include/pa_request.h, classes/hash.C, classes/op.C,
6756: classes/table.C: - more optimisations were added: some operators
6757: don't switch write context anylonger
6758:
6759: 2009-05-01 misha
6760:
6761: * src/main/compile.y: - slightly more opcode optimisations for
6762: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
6763:
6764: * src/main/execute.C: - simplifying process for getters
6765:
6766: 2009-04-30 misha
6767:
6768: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
6769:
6770: * tests/results/199.processed: - test for checking $result into
6771: ^rem was added
6772:
6773: * tests/199.html: - test for checking $result into ^rem was added
6774:
6775: * tests/: 022.html, 096.html: - þsort after :list was asses (on
6776: some OS it returns list in different order)
6777:
6778: * src/: include/pa_array.h, include/pa_request.h,
6779: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
6780: changes in stack impl - get_element() optimisation: 3rd param
6781: removed - bugfix: problems with reading empty input param -
6782: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
6783:
6784: * tests/results/198.processed: - test for reading empty local var
6785: was added
6786:
6787: * tests/198.html: - test for reading empty local var was added
6788:
6789: 2009-04-29 misha
6790:
6791: * src/main/compile.y: - bugfix: couldn't compile because
6792: OP_VALUE__GET_ELEMENT should be unde #ifdef
6793:
6794: * src/: include/pa_array.h, include/pa_opcode.h,
6795: include/pa_request.h, main/compile.y, main/execute.C,
6796: main/pa_request.C, types/pa_vmethod_frame.C,
6797: types/pa_vmethod_frame.h: - we can work without opcode
6798: OP_STORE_PARAM, so it was removed
6799:
6800: 2009-04-28 misha
6801:
6802: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
6803: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
6804: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
6805: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
6806: 4.
6807: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
6808:
6809: * src/main/compile_tools.h: - new stuff for op-codes optimisation
6810:
6811: * src/: main/pa_string.C, classes/string.C: - !length() =>
6812: is_empty()
6813:
6814: 2009-04-27 misha
6815:
6816: * src/types/pa_vregex.h: - back explicit vars initialisation
6817:
6818: 2009-04-24 misha
6819:
6820: * src/classes/string.C: - ups. typo fixed
6821:
6822: * src/main/execute.C: - more replacements '*new VBool' to
6823: 'VBool::get' - checks for ^break[], ^continue[] and
6824: parser.interrupted were optimised
6825:
6826: * src/classes/string.C: - number of params.count() calls was
6827: slightly reduced
6828:
6829: 2009-04-23 misha
6830:
6831: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6832: make it x64 friendly
6833:
6834: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6835: parser is x64 friendly now
6836:
6837: 2009-04-22 misha
6838:
6839: * src/types/pa_vhashfile.C: - coder friendly exception about
6840: exceeding record size was added
6841:
6842: * src/classes/file.C: - use vregex object instead of direct calls
6843: methods from pcre lib
6844:
6845: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
6846: classes/string.C: - use vregex object instead of direct calls
6847: methods from pcre lib
6848:
6849: * src/: include/pa_common.h, main/pa_common.C: - method
6850: print_pcre_exec_error_text was moved to class vregex
6851:
6852: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
6853: was added
6854:
6855: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
6856: - class vregex was added
6857:
6858: 2009-04-21 misha
6859:
6860: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
6861:
6862: * src/: types/pa_junction.h, types/pa_value.C,
6863: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
6864: types/pa_wcontext.h, main/execute.C, classes/op.C: -
6865: junction-optimisation (destructors)
6866:
6867: * src/include/pa_array.h: - free under if now
6868:
6869: 2009-04-19 misha
6870:
6871: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
6872:
6873: 2009-04-18 misha
6874:
6875: * src/include/pa_version.h:
6876: :q :
6877:
6878: CV:
6879: ----------------------------------------------------------------------
6880:
6881: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
6882: refactoring
6883:
6884: * src/: include/pa_array.h, include/pa_hash.h,
6885: types/pa_vmethod_frame.h: - destructors under #ifdef now
6886:
6887: * src/include/pa_memory.h: - define for using destructors was added
6888:
6889: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6890: main/execute.C: - some junctions will be cached now
6891:
6892: * src/include/pa_hash.h: - hash destructor frees pairs now
6893:
6894: * src/include/pa_array.h: - inline was added to destructor
6895:
6896: * src/types/pa_method.h: - comment was changed
6897:
6898: 2009-04-17 misha
6899:
6900: * src/: include/pa_array.h, include/pa_hash.h,
6901: types/pa_vmethod_frame.h: - destructors were added
6902:
6903: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
6904: renamed to always_use_result
6905:
6906: * src/main/: compile.y, compile_tools.h: - rollback changes in
6907: compiler: full backward compatibility is better
6908:
6909: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
6910: result in var's hash
6911:
6912: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6913: optimisation in method_frame
6914:
6915: * src/include/pa_array.h: - optimisation in array (allocate
6916: elements only when needed)
6917:
6918: * src/types/pa_vresponse.C: - check for $response:headers field
6919: before looking at custom fields
6920:
6921: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
6922: not needed to check existance var with name 'result' in var's
6923: hash
6924:
6925: * src/main/compile.y: - compiler was changed: now it detects
6926: writings to $result and set flag writo_to_result in method
6927:
6928: * src/classes/string.C: - little optimisation: no needed to write
6929: number with lang
6930:
6931: * src/main/pa_charset.C: - methods readChar and skipChar which is
6932: used for read utf8-strings were renamed - is_escaped was renamed
6933: to isEscaped (to the same name convention)
6934:
6935: * src/: types/pa_method.h, main/compile_tools.h: - flag
6936: write_to_result added. compiler get this info from code.
6937:
6938: 2009-04-16 misha
6939:
6940: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
6941: String only before 1st write
6942:
6943: * src/include/pa_string.h: - not needed template removed
6944:
6945: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
6946: types/pa_vjunction.C, types/pa_vproperty.C,
6947: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
6948: main/pa_request.C, classes/bool.C, classes/double.C,
6949: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
6950: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
6951: bool objects)
6952:
6953: 2009-04-15 misha
6954:
6955: * src/lib/cord/cordxtra.c: - more optimisation
6956:
6957: * src/: include/pa_string.h, main/untaint.C: - String::append
6958: optimisation
6959:
6960: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
6961: then get and can sometime be used)
6962:
6963: * src/main/pa_string.C: - String::length optimisation
6964:
6965: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
6966: these methods read different strings
6967:
6968: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6969: fresult_initial_void removed + some optimisation - if $result
6970: defined we don't write to context anymore
6971:
6972: * src/main/pa_charset.C: - readChar => skipChar (in this place we
6973: need just skip char)
6974:
6975: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6976: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
6977: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
6978:
6979: * src/types/pa_vvoid.h: - added get() method for retreave one
6980: instance
6981:
6982: 2009-04-11 misha
6983:
6984: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
6985:
6986: * tests/197.html: - test for parser://test in xml was added
6987:
6988: * src/classes/string.C: - small optimisation
6989:
6990: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
6991: optimisation
6992:
6993: 2009-04-10 misha
6994:
6995: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
6996: to pcre-7.8
6997:
6998: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
6999:
7000: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7001: added
7002:
7003: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7004: $request:CLASS_NAME were added
7005:
7006: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7007: were added
7008:
7009: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7010: $env:CLASS_NAME were added
7011:
7012: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7013: '@todo' now
7014:
7015: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7016: compirer
7017:
7018: * src/main/pa_string.C: - little code cleanup
7019:
7020: * src/main/pa_common.C: - describe one more UTF-8 related error
7021: during PCRE compile/execute
7022:
7023: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7024: normalizing todo-comments: '@todo' now
7025:
7026: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7027:
7028: * src/main/pa_charset.C: - type changed for making compiler happy
7029:
7030: 2009-03-10 misha
7031:
7032: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7033: in main()
7034:
7035: 2009-02-01 misha
7036:
7037: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7038: boundary
7039:
7040: 2009-01-25 misha
7041:
7042: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7043:
7044: * src/classes/file.C: - more changes for parsing different number
7045: of params for file::load
7046:
7047: * tests/193.html: - tests for exception while base64-decode binary
7048: to string was added
7049:
7050: * tests/192.html: - tests for file::load with different number of
7051: options
7052:
7053: * src/classes/math.C: - ups. forgot '+1'
7054:
7055: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7056: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7057: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7058: (new option $.encode[multipart-form/data] should be specified) -
7059: $.method[] option for file::load now is not case-sensitive
7060:
7061: * src/: include/pa_string.h, main/untaint.C: - for file post the
7062: new taint language L_FILE_POST was added
7063:
7064: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7065: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7066: stuff was moved to separate files
7067:
7068: 2009-01-23 misha
7069:
7070: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7071: spaces to tabs were converted
7072:
7073: 2009-01-12 misha
7074:
7075: * src/main/pa_http.C: - value of $.method[] option force uppercased
7076: now
7077:
7078: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7079: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7080: their names
7081:
7082: * src/main/pa_common.C: - changes in formating
7083:
7084: * src/: classes/file.C, main/pa_http.C: - some constants changed
7085: their names
7086:
7087: * src/include/pa_http.h: - some spaces were converted to tabs
7088:
7089: * src/include/pa_common.h: - some constants changed their names
7090:
7091: * src/classes/file.C: - fixed 4-th paramether for file::load -
7092: little code rewriting
7093:
7094: * src/types/pa_vfile.C: - little code rewriting
7095:
7096: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7097: types/pa_value.h: - some formating changes
7098:
7099: * src/include/pa_common.h: - some formating spaces transformed to
7100: tabs
7101:
7102: * src/classes/string.C: - exception while base64-decode binary to a
7103: string
7104:
7105: 2009-01-11 misha
7106:
7107: * configure.in: - version changed to 3.3.1b
7108:
7109: 2008-09-05 misha
7110:
1.115 ! moko 7111: * src/lib/pcre/Makefile.in: file Makefile.in was added on branch
! 7112: release_3_3_0 on 2008-09-05 10:59:35 +0000
! 7113:
1.95 moko 7114: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7115: release_3_3_0 on 2008-09-05 10:59:35 +0000
7116:
7117: 2008-09-04 misha
7118:
7119: * tests/: 130.html, 131.html: - these exceptions not typeless
7120: anymore
7121:
7122: * src/classes/op.C: - exception with 'invalid taint language' not
7123: typeless anylonger
7124:
7125: * src/classes/image.C: - some exceptions while operations with
7126: image not typeless anymore
7127:
7128: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7129: main/pa_exec.C, main/pa_http.C: - some exceptions while
7130: operations with files not typeless anymore
7131:
7132: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7133: types/pa_vdate.h: - exceptions while checking date range not
7134: typeless anymore
7135:
7136: * src/include/pa_exception.h: - exception type string for invalid
7137: date range was added
7138:
7139: 2008-09-03 misha
7140:
7141: * src/: classes/file.C, main/pa_string.C: - exception while pce
7142: operations not typeless anymore
7143:
7144: * src/include/pa_exception.h: - exception type for pce operations
7145: was added
7146:
7147: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7148: and .CLASS_NAME insite classes
7149:
7150: * src/classes/table.C: - don't save table header whiile
7151: ^table.save[append;filename] if file exists
7152:
7153: 2008-09-02 misha
7154:
7155: * src/main/compile.y, src/main/compile_tools.h,
7156: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7157: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7158: renamed to partial and it login changed: we must mark class as
7159: partial for allow their modifications in future.
7160:
7161: 2008-08-29 misha
7162:
7163: * tests/results/022.processed: - testing taint[regex] in mask for
7164: file:list
7165:
7166: * tests/022.html: - testing taint[regex] in mask for file:list
7167:
7168: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7169: for file:list was added
7170:
7171: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7172: file:list
7173:
7174: 2008-08-26 misha
7175:
7176: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7177: last derived object
7178:
7179: * src/classes/image.C: - many strings "image.format" replaced by
7180: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7181: understand some more exif tags
7182:
7183: * src/include/pa_exception.h: - string "image.format" was added
7184:
7185: 2008-08-21 misha
7186:
7187: * src/: main/pa_string.C, classes/file.C: - use method for print
7188: pcre_exec text error
7189:
7190: * src/main/pa_common.C: - method for print pcre_exec text error was
7191: added
7192:
7193: * src/include/pa_common.h: - method declaration for print pcre_exec
7194: text error was added
7195:
7196: 2008-08-19 misha
7197:
7198: * src/main/execute.C: - bugfix: opcodes must be in separate
7199: namespace while debug execution as well
7200:
7201: * tests/: 015.html, results/015.processed: - test for escaping some
7202: parser chars was added
7203:
7204: 2008-08-18 misha
7205:
7206: * tests/: 190.html, 190.p, results/190.processed: - test for
7207: $caller.self.field + default getter in one class was added
7208:
7209: * tests/: 189.html, results/189.processed: - test for
7210: ^date::create[date object]
7211:
7212: * tests/: 188.html, results/188.processed: - tests for match with
7213: UTF-8 strings
7214:
7215: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7216: ^string.match[]
7217:
7218: * ChangeLog: - parser 3.3.0 beta13
7219:
7220: 2008-08-15 misha
7221:
1.115 ! moko 7222: * src/lib/pcre/: LICENCE, Makefile.am, Makefile.in, README,
! 7223: Tech.Notes, get.c, internal.h, pcre.3, pcre.3.html, pcre.3.txt,
! 7224: pcre.c, pcre.h, pcre.vcproj, study.c, maketables.c,
! 7225: pcre_dftables.vcproj, dftables.c: - old PCRE files removed
1.95 moko 7226:
7227: * src/lib/pcre/config.h: - configuration for PCRE library
7228:
7229: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7230: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7231:
7232: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7233: library and set flag UTF8 if $request:charset is UTF-8
7234:
7235: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7236: include/pa_config_fixed.h: - moved to new PCRE library
7237:
7238: * src/: main/main.vcproj, types/types.vcproj,
7239: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7240: win32\pcre instead of parser3\src\lib\pcre
7241:
7242: * src/: include/pa_opcode.h, include/pa_operation.h,
7243: main/compile.C, main/compile.y, main/compile_tools.C,
7244: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7245: opcodes were moved to separate namespace
7246:
7247: 2008-08-14 misha
7248:
7249: * src/types/pa_vstateless_class.C: - newline at the end missed
7250:
7251: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7252: tainting
7253:
7254: 2008-08-11 misha
7255:
7256: * tests/: 187.html, 187.p, results/187.processed: - tests for
7257: $caller.self, $caller.self.field and $caller.self.field[value]
7258: were added
7259:
7260: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7261: runtime as well (for $caller.self)
7262:
7263: 2008-07-25 misha
7264:
7265: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7266: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7267: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7268: tests with international characters
7269:
7270: 2008-07-23 misha
7271:
7272: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7273: file::load[...;http://
7274:
7275: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7276: now everywhere in separate namespace
7277:
7278: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7279: for vars
7280:
7281: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7282: can be escaped by '^'
7283:
7284: 2008-07-22 misha
7285:
7286: * src/classes/string.C, tests/186.html: - names changes:
7287: escape=>js-escape, unescape=>js-unescape
7288:
7289: 2008-07-21 misha
7290:
7291: * tests/results/186.processed: - test for string escape/unescape
7292:
7293: * tests/186.html: - test for string escape/unescape
7294:
7295: * src/classes/string.C: - string has escape and unescape methods
7296: now
7297:
7298: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7299: added
7300:
7301: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7302: method-layers added (with different params)
7303:
7304: 2008-07-18 misha
7305:
7306: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7307: was added
7308:
7309: * tests/185.html: - test for ^str.pos[sub](offset) added
7310:
7311: * src/classes/string.C, src/classes/void.C, operators.txt: -
7312: ^string.pos[substr](offset) -- 2nd param accepted now
7313:
7314: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7315: strings
7316:
7317: 2008-07-17 misha
7318:
7319: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7320: helper length added for mid for small optimisation
7321:
7322: 2008-07-16 misha
7323:
7324: * tests/: 185.html, results/185.processed: - tests for
7325: length/left/right/mid/pos with utf-8 strings
7326:
7327: * src/classes/string.C: - left/right/mid/length/pos works fine for
7328: utf-8 strings
7329:
7330: * src/main/untaint.C: - comments removed
7331:
7332: * src/: include/pa_string.h, main/pa_string.C,
7333: include/pa_charset.h, main/pa_charset.C: - methods for working
7334: with pos/mid for strings in utf-8 were added
7335:
7336: 2008-07-15 misha
7337:
7338: * tests/: 184.html, results/184.processed: - test for case body as
7339: expression: $var(^switch(1){^case(1)(true)..})
7340:
7341: * src/classes/op.C: - case body can be expression now:
7342: $var(^switch(1){^case(1)(true)..})
7343:
7344: * tests/: results/183.processed, 183.html: - added test for testing
7345: new cookie encoding (%uXXXX)
7346:
7347: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7348: decoding for backward compatibility they decoded from %XX in
7349: request:charset too
7350:
7351: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7352: - cookie class now decode cookies before first access after last
7353: request:charset changing (as form class).
7354:
7355: * src/main/pa_charset.C: - added method escape for escaping cookies
7356: as %uXXXX - before transcode calculate required space for dest
7357: string. it reduce mem usage for transcode
7358:
7359: * src/include/pa_charset.h: - added method escape for escaping
7360: cookies as %uXXXX
7361:
7362: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7363: was added. will used for escaping cookies as %uXXXX
7364:
7365: * src/include/pa_common.h: - escape method has new option for skip
7366: converting '+' to a space char
7367:
7368: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7369: transcode - escape method has new option for skip converting '+'
7370: to a space char
7371:
7372: 2008-07-08 misha
7373:
7374: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7375: (no UE if more then 1 case matches anylonger) - optimization:
7376: doing searching.as_string() || searching.as_double() only once
7377:
7378: 2008-07-04 misha
7379:
7380: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7381: now ^date::create[date object] works
7382:
7383: * src/classes/string.C: - left and right added as aliases for start
7384: and end in ^string.trim[]
7385:
7386: 2008-07-03 misha
7387:
7388: * src/classes/file.C: - allow $.limit for file::sql as well
7389:
7390: * src/classes/file.C: - allow $.offset option for file::sql - force
7391: send limit=1 to query for use sql specifics authomatically
7392:
7393: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7394: if $.limit value if empty. autoconvert it as everywere
7395:
7396: 2008-07-02 misha
7397:
7398: * configure.in: - time to change version number to 3.3.0 %-)
7399:
7400: * src/include/pa_version.h: - time to change version number to
7401: 3.3.0 %-)
7402:
7403: 2008-06-26 misha
7404:
7405: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7406: $.limit(0) fixes
7407:
7408: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7409: - $.limit(0) fixes
7410:
7411: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7412: new API)
7413:
7414: * src/: include/pa_sql_driver_manager.h,
7415: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7416: classes/op.C: - document_root added
7417:
7418: * src/main/compile.tab.C: - error message was changed
7419:
7420: 2008-06-25 misha
7421:
7422: * src/main/compile.y: - error message was changed
7423:
7424: 2008-06-24 misha
7425:
7426: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7427:
7428: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7429: tests for @OPTIONS\nappend
7430:
7431: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7432:
7433: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7434:
7435: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7436:
7437: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7438: compile.y
7439:
7440: 2008-06-17 misha
7441:
7442: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7443: compilation: ^if(default){true. it's incorrect. must be
7444: exception}
7445:
7446: 2008-06-16 misha
7447:
7448: * tests/: 181.ent, 181.html, results/181.processed: - test for
7449: checking external reference loading with 'http://localhost'
7450: prefix while creating xdoc
7451:
7452: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7453: ^math:long2ip[] and ^math:ip2long[]
7454:
7455: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7456: added which use scalar stateless class method when user object
7457: used in scalar context - use get_scalar_value when user object
7458: requested in scalar context
7459:
7460: * src/main/pa_common.C: - size must be int but not size_t or we
7461: can't compare with 0 sprintf result
7462:
7463: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7464: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7465: with internal switch between local/global vars
7466:
7467: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7468: specified
7469:
7470: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7471: pa_vstateless_object.h: - stateless class and object now has
7472: private scalar field and getter/setter for working with it
7473:
7474: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7475: moved to inet static class
7476:
7477: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7478: class added (^inet:aton[IP], ^inet:ntoa(number))
7479:
7480: * tests/: 180.html, results/180.processed: - tests for
7481: ^math:long2ip(long) and ^math:ip2long[IP]
7482:
7483: * src/classes/math.C: - ^math:ip2long[IP] added
7484:
7485: 2008-06-11 misha
7486:
7487: * src/main/pa_xml_io.C: - use file_read_text again because of we
7488: need cut BOM code and remove DOS newline chars. but don't
7489: transcode it anyway.
7490:
7491: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7492: main/pa_http.C: - option for disable transcoding while file_read
7493: and file_read_text added
7494:
7495: 2008-06-10 misha
7496:
7497: * tests/: 179.html, 179.p, results/179.processed: - test for many
7498: classes in 1 file
7499:
7500: * src/main/: compile.C, compile_tools.h: - compile return list of
7501: classes now.
7502:
7503: * src/main/: compile.y, compile.tab.C: - compile return list of
7504: classes now. internals.
7505:
7506: * src/main/pa_request.C: - compile return list of classes now. try
7507: call @conf and @auto for each returned class
7508:
7509: * src/include/pa_request.h: - compile return list of classes now
7510:
7511: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7512: return list of classes when compile buf)
7513:
7514: 2008-06-07 misha
7515:
7516: * src/main/pa_request.C: - constructing VRequest object with 3rd
7517: param -- form
7518:
7519: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7520: 3rd param: form. needed for get post_charset
7521:
7522: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7523: added
7524:
7525: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7526: types/pa_vform.C, types/pa_vform.h: - some polish
7527:
7528: 2008-06-06 misha
7529:
7530: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7531: charset and decode chars from it but not from response:charset
7532:
7533: * src/main/pa_http.C: - detect_charset moved out of here
7534:
7535: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7536: methods moved here - unescape_chars accepn one charset now
7537:
7538: * src/main/pa_http.C: - new constants used - don't allow
7539: $.content-type in ^file::load[;http://;$.method[POST]] - add
7540: charset info while ^file::load[;http://;$.method[POST]] - option
7541: $.omit-post-charset(true) added to ^file::load[;http://] for
7542: disabling charset during post
7543:
7544: * src/types/pa_vform.C: - new constants used
7545:
7546: * src/include/pa_common.h: - some constants were added
7547:
7548: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7549: instead of StrEqNc
7550:
7551: * src/main/pa_common.C: - new method for caseless search
7552: c-substring in c-string - use isxdigit instead of is_hex_digit
7553:
7554: * src/include/pa_common.h: - new method for caseless search
7555: c-substring in c-string
7556:
7557: 2008-06-05 misha
7558:
7559: * tests/results/178.processed: - test for testing default getter
7560:
7561: * tests/178.html: - test for testing default getter
7562:
7563: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7564: for test for testing default getter
7565:
7566: * src/main/execute.C: - default getter soul
7567:
7568: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7569: requested objects' field not found
7570:
7571: * src/types/pa_vclass.C: - register default getter if defined - get
7572: default getter if requested field not found
7573:
7574: * src/types/pa_vstateless_object.h: - method get_default_getter was
7575: added
7576:
7577: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7578: pointer to default getter and methods for get/set it were added
7579:
7580: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7581: auto_name field (for default getter)
7582:
7583: 2008-06-04 misha
7584:
7585: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7586: transcoding, no cutting BOM code, no fixing line breaks) and get
7587: it to libxml "as is"
7588:
7589: 2008-06-03 misha
7590:
7591: * src/main/pa_common.C: - use store_Char instead of
7592: transcodeCharFromUTF8
7593:
7594: * src/: include/pa_charset.h, main/pa_charset.C: - method
7595: store_Char added, transcodeCharFromUTF8 -- removed
7596:
7597: 2008-06-02 misha
7598:
7599: * tests/: results/177.processed, 177.html: - test for checking
7600: .[acm]date after local ^file::load[] was added
7601:
7602: * tests/: results/176.processed, 176.html: - test for checking
7603: @OPTION\locals + @method[vars][locals] added
7604:
7605: * tests/results/auto.p: - CLASS_PATH specified for checking use
7606:
7607: 2008-05-30 misha
7608:
7609: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7610: @OPTION\nlocals + @method[vars][;locals;] were added
7611:
7612: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7613: moved to separate method op_code - switch from VMethodFrame to
7614: VMethodFrameGlobal + VMethodFrameLocal
7615:
7616: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7617: was moved to separate method op_code
7618:
7619: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7620: VMethodFrame now
7621:
7622: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7623: all_vars_local as well
7624:
7625: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7626: pa_vmethod_frame_local.h, Makefile.am: - who children for
7627: VMethodFrame were added: one (global) works as VMethodFrame
7628: before and second (local) write all vars in self vars scope
7629:
7630: * src/types/pa_method.h: - method has bool flag all_vars_local now
7631:
7632: 2008-05-29 misha
7633:
7634: * tests/: 129.html, results/129.processed: - more tests for
7635: ^table.hash[]
7636:
7637: * src/classes/hash.C: - ^hash::sql has a new option:
7638: $.type[hash|string|table] as ^table.hash[] one.
7639:
7640: * src/classes/op.C: - ^try has 3rd param now: finally code which
7641: executed anyway after try or catch section
7642:
7643: 2008-05-27 misha
7644:
7645: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7646: must not fail if $.distinct(1) wasn't specified
7647:
7648: 2008-05-26 misha
7649:
7650: * src/classes/op.C: - allow ^throw[my type]
7651:
7652: 2008-05-22 misha
7653:
7654: * configure.in, configure: - version number updated to 3.2.4b
7655:
7656: * src/classes/: op.C, string.C: - trim format string before
7657: eval/format
7658:
7659: * tests/: results/175.processed, 175.html: - more tests for
7660: different format strings in .format[]
7661:
7662: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7663: as well (not only %XX)
7664:
7665: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7666: charset specified - checks for format before print number
7667: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
7668: (instead of tabs) removed
7669:
7670: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
7671: charset specified
7672:
7673: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
7674: char in requested charset from utf code was added
7675:
7676: 2008-05-19 misha
7677:
7678: * tests/: 174.html, results/174.processed: - test for
7679: ^hashfile.cleanup[] added
7680:
7681: * src/classes/hashfile.C: - optimization: don't create any key or
7682: value variable if it's name weren't specified
7683: (^hf.foreach[;v]{...})
7684:
7685: 2008-05-16 misha
7686:
7687: * src/classes/hash.C: - optimization: don't create any key variable
7688: if variable name wasn't specified (^h.foreach[;v]{...})
7689:
7690: 2008-05-15 misha
7691:
7692: * src/classes/op.C: - small changes
7693:
7694: * src/classes/hashfile.C: - code reformating (as hash.foreach)
7695:
7696: * src/classes/hash.C: - calculate var_context once before foreach
7697:
7698: 2008-05-14 misha
7699:
7700: * src/classes/hashfile.C: - incorrect vars context calculation for
7701: ^hashfile.foreach[;]{} fixed
7702:
7703: * src/classes/: hash.C, table.C: - little optimisation
7704:
7705: * src/classes/file.C: - bugfix: double absolute path while loading
7706: file
7707:
7708: * tests/: 174.html, results/174.processed: - tests for hashfile
7709: were added
7710:
7711: * buildall-with-xml: - moving to libxslt 1.1.24
7712:
7713: 2008-04-30 misha
7714:
7715: * src/classes/file.C: - stat file while loading (local only) so
7716: .adate, .mdate and .cdate available without additional ::stat
7717:
7718: 2008-04-28 misha
7719:
7720: * src/classes/file.C: - $.name and $.content-type available for
7721: stated file
7722:
7723: 2008-04-14 misha
7724:
7725: * src/targets/cgi/parser3.C: - new year in copyright %-)
7726:
7727: * src/include/pa_version.h: - new version number in head
7728:
7729: 2008-04-10 misha
7730:
7731: * tests/: 080.html, results/080.processed: - cut '0' from
7732: exponential part because of on diff OS it differ (20 or 020 for
7733: ex)
7734:
7735: * tests/: 119.html, results/119.processed: - check for encoding
7736: while creating xdoc
7737:
7738: 2008-04-09 misha
7739:
7740: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
7741:
7742: * src/main/pa_common.C: - comment added
7743:
7744: * src/classes/date.C: - little refactoring
7745:
7746: 2008-04-07 misha
7747:
7748: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
7749: style of ^table.save[]: prepare one big string and sabe it at
7750: once. it's safe on freebsd 4.x but use much more memory.
7751:
7752: * buildall-with-xml, buildall-without-xml: - option
7753: --disable-stringstream added (under comment. use it on freebsd
7754: 4.x)
7755:
7756: 2008-02-22 misha
7757:
7758: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
7759: specified together in file::load[;http] - get back transcoding
7760: $.body[] in file::load[;http]
7761:
7762: 2008-02-21 misha
7763:
7764: * src/classes/date.C: - ^date.gmt-string[] was added
7765:
7766: * src/types/pa_value.C: - method for output date in RFC 822 format
7767: moved to pa_common.h
7768:
7769: * src/include/pa_common.h: - method for output date in RFC 822
7770: format moved here from pa_value.C
7771:
7772: * src/types/pa_vmail.C: - fixed core in sending mail with
7773: attachment in simple mode ($.file[file here]) introduced in 3.2.2
7774:
7775: 2008-02-20 misha
7776:
7777: * src/main/pa_http.C: - transcode $.headers before escaping into
7778: specified charset while ^file::load[...;http://...] (L_URI
7779: instead of L_HTTP_HEADER) - $.cookies param available in
7780: ^file::load[;http://...] now (but we don't parse set-cookies from
7781: response yet) (cookies not transcoded as common $cookies)
7782:
7783: 2008-02-19 misha
7784:
7785: * src/main/pa_request.C: - rollback: we mustn't force taint
7786: $response:field values because in this case
7787: $response:locateion[http://...] don't works.
7788:
7789: 2008-02-15 misha
7790:
7791: * src/classes/op.C: - little refactoring
7792:
7793: * src/main/pa_http.C: - taint names of $.headers for load[;http
7794:
7795: * src/main/pa_request.C: - force taint values of $response:field
7796:
7797: 2008-02-14 misha
7798:
7799: * src/main/pa_request.C: - $response:field transcoded to
7800: $response:charset before escaping now
7801:
7802: * src/main/pa_http.C: - some outdated comments removed
7803:
7804: * src/classes/date.C: - lastdat -> last-day
7805:
7806: * src/classes/date.C: - ^date:lastday(year;month) and
7807: ^date.lastday[] were added - little code refactoring - comments
7808: changes
7809:
7810: * tests/: 159.html, results/159.processed: - test for number of
7811: days in February
7812:
7813: * src/types/pa_value.C: - fixes in code formatting
7814:
7815: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
7816: and comments
7817:
7818: 2008-02-13 misha
7819:
7820: * src/main/pa_common.C: - bugfix for february at leap year
7821:
7822: 2008-01-28 misha
7823:
7824: * tests/: 160.html, results/160.processed: - more test for cache
7825: added
7826:
7827: * src/classes/op.C: - bugfix: cache body executed twice if contains
7828: unhandled exception
7829:
7830: 2008-01-25 misha
7831:
7832: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
7833: bug when hashfile became inavailable after memory:compact)
7834:
7835: * src/lib/sdbm/apr_strings.C: - +arp_malloc
7836:
7837: 2008-01-22 misha
7838:
7839: * src/classes/table.C: - little refactiring and exception texts
7840: changes in method ^table.hash[]
7841:
7842: * src/types/pa_vcookie.C: - link to cookie specification changed
7843:
7844: 2008-01-21 misha
7845:
7846: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
7847: file::exec/cgi
7848:
7849: * src/classes/file.C: - bugfix: core while processing headers if
7850: executed cgi script don't return content
7851:
7852: 2008-01-18 misha
7853:
7854: * buildall-with-xml: - move to libxml2 version 2.6.31
7855:
7856: * src/include/pa_version.h, configure.in: - version number updated
7857: to '3.2.3b'
7858:
7859: 2007-12-28 misha
7860:
7861: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
7862: hash.contains
7863:
7864: 2007-12-27 misha
7865:
7866: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7867: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
7868: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
7869: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
7870: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7871: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
7872: src/targets/cgi/parser3.vcproj,
7873: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
7874: back to VS2003 because of Apache 1.3 module can't work if it was
7875: built in VS 2005. with cgi all file so VS2003 project files can
7876: be easy converted to the new format.
7877:
7878: 2007-12-04 misha
7879:
7880: * src/types/pa_vcode_frame.h: - changes in comment
7881:
7882: 2007-11-29 misha
7883:
7884: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
7885: intercept strings any longer
7886:
7887: * tests/: 173.html, results/173.processed: - tests for
7888: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
7889: but not in main code frame
7890:
7891: * tests/: 172.html, results/172.processed: - more tests for pass
7892: objects from code frames
7893:
7894: 2007-11-27 misha
7895:
7896: * tests/: 152.html, results/152.processed: - tests for converting
7897: strings 'true'/'false' to bool were added
7898:
7899: * tests/152.html: - added checks for converting strings
7900: 'true'/'false' to bool
7901:
7902: * src/classes/string.C: - ^srting.bool[] now can convert to bool
7903: not only strings with numbers but with values 'true'/'false' as
7904: well
7905:
7906: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
7907: for parser3.log increased
7908:
7909: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
7910:
7911: * src/include/pa_common.h: - remove_crlf return cstring size now
7912:
7913: * src/include/pa_types.h: - constant with buffer size for
7914: parser3.log added
7915:
7916: 2007-11-16 misha
7917:
7918: * tests/cat.sh: - script for tests for file::exec/cgi
7919:
7920: * tests/171.html: - tests for file::exec/cgi
7921:
7922: * tests/results/171.processed: - tests results for file::exec/cgi
7923:
7924: 2007-11-15 misha
7925:
7926: * src/main/pa_exec.C: - fixed incorrect exec code for unix
7927:
7928: * src/classes/file.C: - .body must be set before analyzing cgi
7929: headers
7930:
7931: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
7932: only if exec/cgi return anything.
7933:
7934: 2007-11-14 misha
7935:
7936: * operators.txt: - info about new text|binary option for
7937: file::exec/cgi was added
7938:
7939: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
7940: ^file:exec[[text|binary];script;...]
7941:
7942: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
7943: classes/string.C, classes/table.C: - more text strings moved to
7944: the one place
7945:
7946: 2007-11-09 misha
7947:
7948: * src/types/pa_vrequest.C: - $request:argv must be taint
7949:
7950: * ChangeLog: - $request:argv [patch from Sumo]
7951:
7952: * operators.txt: - $request:argv
7953:
7954: * src/: include/pa_request_info.h, types/pa_vrequest.C,
7955: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
7956:
7957: 2007-10-25 misha
7958:
7959: * buildall-with-xml, buildall-without-xml: - options preparations
7960: for ./configure rewrited
7961:
7962: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
7963: error occure in unhandled_exception finally fixed
7964:
7965: 2007-10-23 misha
7966:
7967: * tests/: 170.html, results/170.processed: - test for
7968: @method[][result]
7969:
7970: * operators.txt: - added info about node.prefix and
7971: node.namespaceURI
7972:
7973: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
7974:
7975: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
7976: added for node and attribute
7977:
7978: 2007-10-22 misha
7979:
7980: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
7981:
7982: * src/main/pa_request.C: - added const content-transfer-encoding
7983:
7984: * src/include/pa_request.h: - added const content-transfer-encoding
7985: - ups. constants must be in lowercase (for search)
7986:
7987: * src/types/pa_vmail.C: - more constants used -
7988: content-transfer-encoding: 8bit added
7989:
7990: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
7991:
7992: * src/include/pa_request.h: - more constants
7993:
7994: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
7995: ommit anymore if $.content-disposition was specified - little
7996: refactoring
7997:
7998: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
7999:
8000: 2007-10-17 misha
8001:
8002: * operators.txt: - info about
8003: table::create[nameless]{data}[>options<] was added
8004:
8005: * src/main/: compile.tab.C, compile.y: - if error occure while
8006: compile method don't put this method in methods table anymore.
8007: in other case the parser coredumped if @unhandled_exception
8008: method can't be compiled because of parser.compile error.
8009:
8010: * src/main/execute.C: - little code reformating
8011:
8012: * src/main/pa_request.C: - little code reformating - comment
8013: changed
8014:
8015: 2007-10-16 misha
8016:
8017: * tests/: 035.html, results/035.processed: - tests
8018: table::create[]{}[options] added
8019:
8020: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8021: options (only $.seperator[] yet)
8022:
8023: 2007-10-10 misha
8024:
8025: * src/classes/table.C: - some contstants moved to pa_common.h -
8026: some code changes
8027:
8028: 2007-10-02 misha
8029:
8030: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8031: then three time as much. but base64 encoding method still use
8032: less memory anyway.
8033:
8034: 2007-09-17 misha
8035:
8036: * operators.txt: - added info about $cookie:fields
8037:
8038: * src/types/pa_vcookie.C: - $cookie:fields available now
8039:
8040: * src/classes/hash.C: - some stuff for use with .for_each moved to
8041: common
8042:
8043: * src/include/pa_common.h: - some stuff for use with .for_each
8044: moved here
8045:
8046: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8047:
8048: 2007-09-14 misha
8049:
8050: * buildall-with-xml: - new xml libs again =)
8051:
8052: 2007-08-28 misha
8053:
8054: * operators.txt: - texts about ^table.columns[[column name]] and
8055: ^string.split[...][v][column name] were added
8056:
8057: * tests/: 168.html, 169.html, results/168.processed,
8058: results/169.processed: - tests for ^table.columns[[column name]]
8059: and ^string.split[...][v][column name] were added
8060:
8061: * src/classes/table.C: - new option ^table.columns[[column name]]
8062: was added
8063:
8064: * src/classes/string.C: - new option ^string.split[...;v;[column
8065: name]]
8066:
8067: * src/include/pa_exception.h: - error text message for
8068: ^hash._keys[], ^table.columns[] and ^string.split[]
8069:
8070: 2007-08-27 misha
8071:
8072: * src/main/untaint.C: - try to fix coredump on unix if print to
8073: body ^taint[sql][something] outside of connect
8074:
8075: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8076: outside of connect
8077:
8078: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8079: added (commented by default)
8080:
8081: 2007-08-20 misha
8082:
8083: * operators.txt: - comment about new method ^node.hasAttributes[]
8084: was added
8085:
8086: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8087: duplicated exception text strings were removed
8088:
8089: * src/include/pa_exception.h: - more exception text strings moved
8090: here
8091:
8092: * src/classes/table.C: - some duplicate exceptions' text strings
8093: removed
8094:
8095: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8096: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8097: removed
8098:
8099: * src/include/pa_exception.h: - some exception text strings movet
8100: to pa_exception
8101:
8102: * tests/: 149.html, results/149.processed: - test for
8103: ^xnode.hasAttributes[] was added - some code changes
8104:
8105: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8106: added
8107:
8108: 2007-08-17 misha
8109:
8110: * tests/: results/006.processed, results/059.processed, 006.html,
8111: 059.html: - more tests for match
8112:
8113: * tests/: 129.html, results/129.processed: - tests for
8114: ^table.hash[...][$.type[string|hash|table]] added
8115:
8116: * src/targets/cgi/parser3.C: - little syntax changes
8117:
8118: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8119: syntax changes
8120:
8121: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8122: messages in parser3.log switched off by default. If someone
8123: really still need it: use $SIGPIPE(1)
8124:
8125: 2007-08-08 misha
8126:
8127: * buildall-with-xml, buildall-without-xml: - remove libs source
8128: files by default since now
8129:
8130: 2007-08-07 misha
8131:
8132: * buildall-without-xml: - some option syntax changes
8133:
8134: * buildall-with-xml: - compile libxml2 without http support - some
8135: option syntax changes
8136:
8137: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8138:
8139: 2007-08-06 misha
8140:
8141: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8142:
8143: * tests/: 160.html, results/160.processed: - cache test was
8144: rewrited
8145:
8146: 2007-07-06 misha
8147:
8148: * tests/: 153.html, results/153.processed: - added test for
8149: ^math:sha1[string]
8150:
8151: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8152: transcoded
8153:
8154: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8155: were added
8156:
8157: 2007-06-28 misha
8158:
8159: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8160: some incorrect chars
8161:
8162: 2007-06-19 misha
8163:
8164: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8165: were moved on top because of gcc 4 had a problems during
8166: building.
8167:
8168: 2007-06-18 misha
8169:
8170: * tests/results/019.processed: - new image commited
8171:
8172: 2007-06-09 misha
8173:
8174: * src/classes/: op.C, table.C: - in while and table.select method
8175: as_expression used now
8176:
8177: * src/types/pa_vmethod_frame.h: - method as_expression was added
8178:
8179: 2007-06-08 misha
8180:
8181: * tests/: 166.html, results/166.processed: - test for
8182: ^match[...][n]
8183:
8184: * tests/: 165.html, results/165.processed: - tests for loops
8185:
8186: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8187: because of no speed/memory optimisation but some proglems with
8188: long cycles occure
8189:
8190: 2007-06-06 misha
8191:
8192: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8193: ^table.select(true) and ^table.select(1) didn't works because of
8194: awaiting junction-param only. fixed.
8195:
8196: 2007-05-24 misha
8197:
8198: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8199: with 0.5 secs interval
8200:
8201: * src/classes/op.C: - cache was rewrited. I hope it works with
8202: locking system now on unix
8203:
8204: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8205: system locks which wait till other threads release it but try get
8206: lock, if fail wait 1 sec and make 10 attempts.
8207:
8208: * src/include/pa_os.h: - consts for blocking locks + some comments
8209: were added
8210:
8211: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8212: opening files
8213:
8214: * src/classes/table.C: - changes in includes. if unclude <sstream>
8215: after our classes on unix it can't be build
8216:
8217: * src/types/pa_vhashfile.C: - not needed code removed
8218:
8219: 2007-05-23 misha
8220:
8221: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8222: include/pa_common.h: - cosmetic changes
8223:
8224: 2007-05-18 misha
8225:
8226: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8227: often. it's give some speed increasing
8228:
8229: * tests/results/160.processed: - returned time corrected
8230:
8231: * tests/160.html: - time increased because on unix 1 mean nothing
8232: :(
8233:
8234: * operators.txt: - added info about ^hash.contain[key]
8235:
8236: * src/classes/hash.C: - added ^hash.contain[key]
8237:
8238: * src/include/pa_hash.h: - added method for checking key exists in
8239: hash
8240:
8241: 2007-05-07 misha
8242:
8243: * src/include/pa_string.h: - was compilation error during build on
8244: freebsd4
8245:
8246: 2007-05-03 misha
8247:
8248: * src/classes/table.C: - option $.type[hash|string|table] was added
8249: for ^table.hash[]
8250:
8251: * src/classes/file.C: - comment removed
8252:
8253: 2007-04-26 misha
8254:
8255: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8256: real files doesn't opened in place anymore
8257:
8258: 2007-04-24 misha
8259:
8260: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8261:
8262: * src/include/pa_exception.h: "static" removed
8263:
8264: 2007-04-23 misha
8265:
8266: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8267:
8268: * src/classes/math.C: added: - ^math:ln(N) (the same as
8269: ^math:log(N)) - ^math:lg(N)
8270:
8271: * tests/: 097.html, results/097.processed: - charsets converstion
8272: during ^file::load[text;http://...] added
8273:
8274: * tests/: 164.html, results/164.processed: - check for set expires
8275: as a date
8276:
8277: * tests/: 164.html, results/164.processed: - test for hashfile
8278:
8279: * src/classes/hashfile.C: - little comment changes
8280:
8281: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8282: access
8283:
8284: * src/: classes/date.C, classes/double.C, classes/file.C,
8285: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8286: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8287: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8288: classes/xnode.h, include/pa_request.h, main/execute.C,
8289: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8290: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8291: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8292: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8293: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8294: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8295: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8296: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8297: "parser.runtime" strings were removed
8298:
8299: * src/classes/hashfile.C: - with .clear[] called files_delete()
8300: now.
8301:
8302: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8303:
8304: * src/include/pa_exception.h: - string constant with
8305: "parser.runtime" text was added
8306:
8307: 2007-04-20 misha
8308:
8309: * operators.txt: - some comments changing
8310:
8311: * operators.txt: - added info about .^hashfile.release[],
8312: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8313:
8314: * configure: =cheching for unsetenv
8315:
8316: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8317: ^hashfile.release[] were added
8318:
8319: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8320: ^string.match[][] understand new option now: return number of
8321: matches but not table wit results
8322:
8323: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8324: reopen now
8325:
8326: * src/classes/op.C: - bug. must be false
8327:
8328: * configure.in: - checking for unsetenv was added
8329:
8330: * src/types/pa_vform.C: - some comments
8331:
8332: 2007-04-18 misha
8333:
8334: * buildall-with-xml: moving to libxml2-2.6.28
8335:
8336: * buildall-with-xml, buildall-without-xml: added commented lines
8337: with --disable-safe-mode option
8338:
8339: * operators.txt: - info about $form:files
8340:
8341: 2007-04-17 misha
8342:
8343: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8344: $form:files was added
8345:
8346: * tests/: 163.html, results/163.processed: removing auto format
8347:
8348: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8349:
8350: 2007-04-16 misha
8351:
8352: * tests/: 163.html, results/163.processed: - test for .int[],
8353: floor, round, ceiling and .format[]
8354:
8355: * src/classes/file.C: - little optimization for getting args in
8356: exec/cgi
8357:
8358: 2007-04-13 misha
8359:
8360: * src/classes/file.C: - arguments for file::exec/cgi can be
8361: specified now as s table with one column
8362:
8363: 2007-03-27 misha
8364:
8365: * tests/: 162.html, results/162.processed: - test for
8366: ^table.select(^condition[$t])
8367:
8368: * tests/results/auto.p: - load windows-1251 charset for some tests
8369:
8370: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8371:
8372: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8373: 161_windows1251.txt: - added test for
8374: ^file::load[text;/local/file.txt;$.charset[...]]
8375:
8376: * tests/: results/013.processed, 013.html: - added test for
8377: checking $._default value while hash modifications
8378:
8379: * tests/: 160.html, results/160.processed: - add test for
8380: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8381:
8382: 2007-03-22 misha
8383:
8384: * src/include/pa_common.h: - "charset" string defined for
8385: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8386:
8387: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8388: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8389: added - not needed transcodes were removed from
8390: ^file::load[...;http://...]
8391:
8392: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8393: added
8394:
8395: * src/classes/date.C: - date.week was fixed
8396:
8397: * operators.txt: - added info about date.weekyear
8398:
8399: * tests/: 159.html, results/159.processed: - tests for date.week
8400: and date.weekyear added
8401:
8402: 2007-03-15 misha
8403:
8404: * src/classes/table.C: - enclose column numbers for nameless tables
8405: as well
8406:
8407: 2007-03-14 misha
8408:
8409: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8410:
8411: * src/classes/table.C: - table.save optimization: now required much
8412: less memory
8413:
8414: 2007-03-13 misha
8415:
8416: * tests/results/: 158.processed, 158.processes: - tests for
8417: table.save/table.load
8418:
8419: * tests/: 158.html, results/158.processes: - tests for
8420: table.save/table.load
8421:
8422: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8423:
8424: * buildall-with-xml: - pattern needed now for building
8425:
8426: * tests/results/097.processed: - added test results for xdoc::load
8427: & xdoc::load[http://...]
8428:
8429: * tests/097.html: - added test for xdoc::load
8430:
8431: 2007-03-12 misha
8432:
8433: * tests/: 107.html, results/107.processed: - added test for xpath
8434: '//man'
8435:
8436: 2007-03-01 misha
8437:
8438: * tests/: 097.html, results/097.processed: - added test for
8439: creating xdoc from file
8440:
8441: * tests/: results/157.processed, 157.html: - added test for
8442: file:move
8443:
8444: 2007-02-28 misha
8445:
8446: * src/classes/xdoc.C: - another attempt
8447:
8448: * src/classes/xdoc.C: - roll back last changes for a while
8449:
8450: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8451:
8452: * src/classes/file.C: - under lock we create non-exist dir anyway
8453:
8454: * tests/results/099.processed: - ever send content-disposition to
8455: client with file
8456:
8457: * tests/157.html: + test for file:copy
8458:
8459: 2007-02-26 misha
8460:
8461: * src/classes/file.C: - some similar strings moved to #define
8462: instead of to be copy/pasted many times
8463:
8464: * src/types/pa_vfile.h: - class name string ("file") moved to
8465: #define
8466:
8467: 2007-02-20 misha
8468:
8469: * bin/auto.p.dist.in: - added lines for sqlite
8470:
8471: * configure.in: - added some strings for sqlite detection
8472:
8473: 2007-02-19 misha
8474:
8475: * operators.txt: - some comments changes
8476:
8477: * buildall-with-xml, buildall-without-xml: - some modifications
8478:
8479: 2007-02-17 misha
8480:
8481: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8482:
8483: * src/main/pa_request.C: - damn, i forgot to commit it while I
8484: change console behaviour
8485:
8486: 2007-02-12 misha
8487:
8488: * src/targets/cgi/parser3.C: - don't print headers if
8489: $console:line[data] was used during cgi execution.
8490:
8491: * src/types/pa_vconsole.h: - console class have bool flag now which
8492: marked as 'true' if class was used.
8493:
8494: * tests/: 152.html, results/152.processed: - more types was added
8495: to test 152
8496:
8497: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8498: adding 'bool' (^if($image){} caused exception)
8499:
8500: 2007-02-09 misha
8501:
8502: * tests/: 152.html, results/152.processed: - test alightly updated
8503:
8504: * tests/: 152.html, results/152.processed: - test rewrited
8505:
8506: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8507: bugfix. I broke xdoc & xnode in expression
8508:
8509: 2007-02-08 misha
8510:
8511: * tests/: 152.html, results/152.processed: - add test for checking
8512: 'def' for void, string, bool, int & double
8513:
8514: 2007-02-07 misha
8515:
8516: * operators.txt: - ^file:base64[filespec] was added
8517:
8518: * tests/results/153.processed: - result test for
8519: ^file:base64[filespec] was updated
8520:
8521: * tests/153.html: - test for ^file:base64[filespec] was added
8522:
8523: * src/types/pa_vconsole.h: - little optimization
8524:
8525: * src/classes/file.C: - ^file:base64[filespec]
8526:
8527: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8528:
8529: * src/include/pa_common.h: - declarations for
8530: ^file:base64[filespec]
8531:
8532: * src/types/pa_vcookie.C: - little optimization
8533:
8534: 2007-02-06 misha
8535:
8536: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8537: were temporary commented
8538:
8539: * src/types/pa_vbool.h: - bugfix
8540:
8541: * tests/156.html: - added test for bool cookie
8542:
8543: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8544:
8545: * tests/: 155.html, results/155.processed: - added test for check
8546: $.encloser[] option for table save/load
8547:
8548: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8549:
8550: 2007-02-05 misha
8551:
8552: * tests/results/152.processed: - newline at the end was missed
8553:
8554: * tests/results/141.processed: - math:md5 must be lowercased
8555:
8556: * src/targets/cgi/parser3.C: - 2007 in help ;)
8557:
8558: 2007-02-03 misha
8559:
8560: * tests/results/: 150.processed, 151.processed, 152.processed: -
8561: test for bool added and some content length fixes
8562:
8563: * tests/152.html: - test for bool added
8564:
8565: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8566:
8567: * operators.txt: - info bool class was added
8568:
1.115 ! moko 8569: * src/: classes/Makefile.am, classes/Makefile.in, classes/bool.C,
1.95 moko 8570: classes/classes.vcproj, classes/double.C, classes/int.C,
8571: classes/string.C, classes/void.C, classes/xnode.C,
8572: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8573: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8574: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8575: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8576: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8577: types/types.vcproj: - bool class was added
8578:
8579: * src/main/pa_request.C: - fix
8580:
8581: 2007-01-18 misha
8582:
8583: * src/: main/pa_string.C, classes/string.C: - return table during
8584: ^string.match[][] even if no matched found.
8585:
8586: 2006-12-20 misha
8587:
8588: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8589: http://www.parser.ru/forum/?id=55598 ]
8590:
8591: 2006-12-19 misha
8592:
8593: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8594: details: http://www.parser.ru/forum/?id=52359
8595:
8596: * src/main/pa_request.C: - always set content-disposition for
8597: $response:body[hash here]. more details:
8598: http://www.parser.ru/forum/?id=52130
8599:
8600: 2006-12-07 misha
8601:
8602: * operators.txt: - added info about bool params in cookie set
8603:
8604: * src/types/pa_vcookie.C: - bool param in cookies available now
8605: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8606: ]
8607:
8608: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8609: was added
8610:
8611: 2006-12-02 misha
8612:
8613: * src/classes/file.C: - file_block_read used instead of native read
8614:
8615: * src/main/pa_common.C: - added file_block_read with read error
8616: detection - file_block_read used instead of native read
8617:
8618: * src/include/pa_common.h: - added file_block_read declaration
8619:
8620: 2006-12-01 misha
8621:
8622: * operators.txt: - info about $var.CLASS_NAME was added
8623:
8624: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8625: $var.CLASS_NAME added
8626:
8627: * operators.txt: - added info about ^file:copy[]
8628:
8629: * src/classes/file.C: - ^file:copy[from;fo] was added
8630:
8631: 2006-11-20 misha
8632:
8633: * src/classes/date.C: - bug fix :)
8634:
8635: 2006-11-17 misha
8636:
8637: * src/include/pa_common.h: - array in crc32 calculation was changed
8638: to static
8639:
8640: * src/main/pa_common.C: - little optimization in getMonthDays -
8641: small changes in crc32 calculation
8642:
8643: * src/classes/date.C: - not needed code was removed
8644:
8645: 2006-11-16 misha
8646:
8647: * src/types/pa_vmail.C: - fix missed brakes
8648:
8649: * src/types/pa_vmail.C: - mail:send now set content-type:
8650: multipart/related instead of multipart/mixed if file have
8651: $.content-id[]
8652:
8653: 2006-11-15 misha
8654:
8655: * src/types/pa_vdouble.h: abs -> fabs
8656:
8657: 2006-11-14 misha
8658:
8659: * operators.txt: - added info about ^file.md5[] and
8660: ^file:md5[file-name]
8661:
8662: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8663: added
8664:
8665: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8666: FILE_BUFFER_SIZE
8667:
8668: * src/classes/math.C: - hex_string was moved to pa_common.h
8669:
8670: * src/include/pa_common.h: - hex_string was moved from math.C -
8671: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
8672:
8673: * src/types/pa_vdouble.h: - incorrect frac detection with negative
8674: values was fixed
8675:
8676: 2006-11-13 misha
8677:
8678: * operators.txt: - added info about ^math:crc32[string],
8679: ^file:crc32[file-name] & ^file.crc32[]
8680:
8681: * src/classes/math.C: - added ^math:crc32[string]
8682:
8683: * src/classes/file.C: - some comments were changed - added
8684: ^file:crc32[file-name] and ^file.crc32[]
8685:
8686: * src/: include/pa_common.h, main/pa_common.C: - some functions for
8687: crc32 calculation added
8688:
8689: 2006-11-03 misha
8690:
8691: * src/include/pa_array.h: - not needed variable removed
8692:
8693: * tests/: 150.html, 151.html, results/150.processed,
8694: results/151.processed: - 2 tests were added
8695:
8696: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
8697: with $.reverse(1) were fixed
8698:
8699: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
8700: query converted to $.charset during ^file::load[http://...]
8701:
8702: 2006-11-02 misha
8703:
8704: * src/include/pa_table.h: ups. forget '=' char
8705:
8706: * src/include/pa_table.h: - one more fix in
8707: .locate[...][$.reverse(1)]
8708:
8709: 2006-11-01 misha
8710:
8711: * src/classes/math.C: - bug fix, details:
8712: http://www.parser.ru/forum/?id=53360
8713:
8714: * src/include/pa_table.h: - bug fix during ^table.locate( condition
8715: false for all records )[$.reverse(1)]
8716:
8717: * src/main/pa_http.C: - second param for this mid method is length
8718: but not end_index so this method has error and can't detect
8719: charsets in next content-types: Content-type: text/html;
8720: charset="windows-1251" Content-type: text/html;
8721: charset="windows-1251"; Content-type: text/html;
8722: charset=windows-1251;
8723:
8724: only Content-type: text/html; charset=windows-1251 was fine
8725:
8726: 2006-10-31 misha
8727:
8728: * src/classes/file.C: - empty args in file::exec removed now
8729:
8730: 2006-09-11 misha
8731:
8732: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
8733: replaced to table::create - some changes in text/code formatting
8734:
8735: 2006-09-03 paf
8736:
8737: * src/classes/file.C: proper tainting of
8738: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
8739:
8740: 2006-06-09 paf
8741:
8742: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
8743:
8744: * src/classes/table.C: formatting
8745:
8746: * src/classes/table.C: incorporated patch from misha: Sent:
8747: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
8748: ignoring string options for ^table.save[]
8749:
8750: * src/classes/hash.C: incorporated patch from misha Sent:
8751: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
8752: $hash._default disappear while
8753:
8754: * operators.txt: ^mail:send[ $.file1[ $.value[file]
8755: $.format[!uue|!base64] << new base64 option. default uue ] ]
8756:
8757: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
8758: PM Subject: patch for base64 in ^mail:send[] %-)
8759:
8760: 2006-04-09 paf
8761:
8762: * src/main/compile.tab.C: ` change compiled
8763:
8764: * gnu.vcproj, operators.txt, parser3.sln,
8765: src/classes/classes.vcproj, src/classes/file.C,
8766: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
8767: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8768: src/classes/xnode.C, src/include/pa_array.h,
8769: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8770: src/include/pa_memory.h, src/include/pa_request.h,
8771: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8772: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8773: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8774: src/lib/pcre/pcre_dftables.vcproj,
8775: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8776: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8777: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8778: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8779: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8780: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8781: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8782: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8783: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8784: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8785: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8786: src/types/pa_value.h, src/types/pa_vcookie.C,
8787: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
8788: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8789: src/types/pa_vstatus.C, src/types/types.vcproj,
8790: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
8791: ^menu, ^hash/hashfile.foreach
8792:
8793: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8794: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
8795: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8796: src/classes/xnode.C, src/include/pa_array.h,
8797: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8798: src/include/pa_memory.h, src/include/pa_request.h,
8799: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8800: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8801: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8802: src/lib/pcre/pcre_dftables.vcproj,
8803: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8804: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8805: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8806: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8807: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8808: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8809: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8810: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8811: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8812: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8813: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8814: src/types/pa_value.h, src/types/pa_vcookie.C,
8815: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8816: src/types/pa_vstatus.C, src/types/types.vcproj,
8817: tests/descript.ion: ! switched to VS2005 (projects and
8818: object<info explicitly typed>.for_each(, info)) +
8819: $response:field[] setting void means removing + grammar $name`
8820: name stops now, for mysql `$field` + started ^break[]
8821: ^continue[], in ^for. TODO: to other iterators (while, menu,
8822: foreach) + all log messages += [uri=, method=, cl=]
8823:
8824: * buildall-with-xml: merged . ftp paths update
8825:
8826: * buildall-with-xml: . ftp paths update
8827:
8828: 2006-03-04 paf
8829:
8830: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
8831: checks++ [thanks to Igor Zinkovsky for detailed report]
8832:
8833: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
8834: Igor Zinkovsky for detailed report]
8835:
8836: 2006-03-01 paf
8837:
8838: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8839: \n to ' ' in
8840:
8841: 2006-02-18 paf
8842:
8843: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8844: \n to ' ' in
8845:
8846: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
8847:
8848: 2006-02-03 paf
8849:
8850: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
8851: base64
8852:
8853: * src/main/pa_common.C: ! bugfix: decoding from base64
8854:
8855: 2006-01-20 paf
8856:
8857: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8858: economy fix
8859:
8860: * src/classes/: table.C: merged from HEAD ! bugfix
8861: ^table.save[$.encloser-s now handled properly
8862:
8863: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
8864: handled properly
8865:
8866: 2006-01-19 paf
8867:
8868: * buildall-with-xml, buildall-without-xml: merged from HEAD !
8869: libgc:USE_MUNMAP activates merging of free memory blocks which
8870: helps a lot in our case: after transform we want
8871: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
8872:
8873: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8874: economy fix
8875:
8876: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
8877: activates merging of free memory blocks which helps a lot in our
8878: case: after transform we want CORD(main.result)->cstr[big
8879: malloc]->transcode[big malloc]
8880:
8881: 2006-01-17 paf
8882:
8883: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
8884: before reading them. got rid of reallocs = became quicker and
8885: less fragmentated
8886:
8887: 2005-12-29 paf
8888:
1.115 ! moko 8889: * INSTALL, Makefile.am, Makefile.in, buildall-with-xml,
! 8890: buildall-without-xml, configure, configure.in,
! 8891: src/include/pa_version.h, src/lib/ltdl/Makefile.am,
! 8892: src/lib/ltdl/Makefile.in, src/lib/ltdl/acconfig.h,
1.95 moko 8893: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
8894: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
8895: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
8896: src/lib/ltdl/missing: . merged from 3.2.1
8897:
1.115 ! moko 8898: * Makefile.am, Makefile.in, src/lib/ltdl/Makefile.am,
! 8899: src/lib/ltdl/Makefile.in: . now site.m4 also packaged when 'make
! 8900: dist', so do configure companion files in src/lib/ltdl
! 8901:
! 8902: * src/lib/ltdl/: Makefile.am, Makefile.in, acconfig.h,
! 8903: acinclude.m4, config.guess, config.sub, configure.in, install-sh,
! 8904: ltmain.sh, missing: . now config_auto.h is created with configure
! 8905: [were constant]
1.95 moko 8906:
8907: * INSTALL: . references to documentation and some clarification
8908:
8909: * buildall-with-xml, buildall-without-xml: . farawell doc
8910: indication
8911:
1.115 ! moko 8912: * Makefile.am, Makefile.in: . dist+=buildall*
1.95 moko 8913:
8914: 2005-12-28 paf
8915:
8916: * configure: . 3.2.1
8917:
8918: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
8919: simplify build process, see INSTALL
8920:
8921: 2005-12-26 paf
8922:
8923: * configure: ver
8924:
8925: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
8926: version
8927:
8928: 2005-12-21 paf
8929:
8930: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
8931: compiled with bison 1.875b, it reports unexpected token names
8932:
8933: 2005-12-19 paf
8934:
8935: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
8936: holds a link to xmlNode to prevent premature gc(xmlNode)
8937:
8938: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
8939: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
8940: src/main/main.vcproj, src/main/pa_globals.C,
8941: src/targets/cgi/parser3.vcproj,
8942: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
8943: configure, configure.in, src/include/pa_version.h: . killing
8944: gdome [what a relief]
8945:
8946: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
8947: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
8948: run_parser.sh, results/001.processed, results/002.processed,
8949: results/003.processed, results/004.processed,
8950: results/005.processed, results/006.processed,
8951: results/008.processed, results/009.processed,
8952: results/010.processed, results/011.processed,
8953: results/012.processed, results/013.processed,
8954: results/014.processed, results/015.processed,
8955: results/016.processed, results/017.processed,
8956: results/018.processed, results/020.processed,
8957: results/021.processed, results/022.processed,
8958: results/023.processed, results/024.processed,
8959: results/025.processed, results/026.processed,
8960: results/027.processed, results/028.processed,
8961: results/029.processed, results/030.processed,
8962: results/031.processed, results/032.processed,
8963: results/033.processed, results/034.processed,
8964: results/035.processed, results/036.processed,
8965: results/037.processed, results/038.processed,
8966: results/039.processed, results/040.processed,
8967: results/041.processed, results/042.processed,
8968: results/043.processed, results/044.processed,
8969: results/045.processed, results/046.processed,
8970: results/047.processed, results/048.processed,
8971: results/049.processed, results/050.processed,
8972: results/051.processed, results/052.processed,
8973: results/053.processed, results/054.processed,
8974: results/055.processed, results/056.processed,
8975: results/057.processed, results/058.processed,
8976: results/059.processed, results/060.processed,
8977: results/061.processed, results/062.processed,
8978: results/063.processed, results/064.processed,
8979: results/065.processed, results/066.processed,
8980: results/067.processed, results/068.processed,
8981: results/069.processed, results/070.processed,
8982: results/071.processed, results/072.processed,
8983: results/073.processed, results/074.processed,
8984: results/075.processed, results/076.processed,
8985: results/077.processed, results/078.processed,
8986: results/079.processed, results/080.processed,
8987: results/081.processed, results/082.processed,
8988: results/083.processed, results/084.processed,
8989: results/085.processed, results/086.processed,
8990: results/087.processed, results/088.processed,
8991: results/089.processed, results/090.processed,
8992: results/091.processed, results/092.processed,
8993: results/093.processed, results/094.processed,
8994: results/095.processed, results/096.processed,
8995: results/097.processed, results/099.processed,
8996: results/100.processed, results/101.processed,
8997: results/102.processed, results/104.processed,
8998: results/105.processed, results/106.processed,
8999: results/107.processed, results/108.processed,
9000: results/109.processed, results/110.processed,
9001: results/111.processed, results/112.processed,
9002: results/113.processed, results/114.processed,
9003: results/115.processed, results/117.processed,
9004: results/119.processed, results/120.processed,
9005: results/121.processed, results/122.processed,
9006: results/123.processed, results/124.processed,
9007: results/125.processed, results/126.processed,
9008: results/127.processed, results/128.processed,
9009: results/129.processed, results/130.processed,
9010: results/131.processed, results/132.processed,
9011: results/133.processed, results/134.processed,
9012: results/135.processed, results/136.processed,
9013: results/138.processed, results/139.processed,
9014: results/140.processed, results/141.processed,
9015: results/142.processed, results/143.processed,
9016: results/144.processed, results/145.processed,
9017: results/146.processed, results/147.processed,
9018: results/148.processed, results/149.processed, results/auto.p: .
9019: now works if we turn off default auto.p
9020:
1.115 ! moko 9021: * configure, src/lib/Makefile.in, src/lib/cord/Makefile.in: . makes
1.95 moko 9022:
9023: * src/types/pa_vxnode.C: . less warnings
9024:
9025: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9026: tests/145.html, tests/149.html, tests/descript.ion,
9027: tests/outputs/d.cmd, tests/results/142.processed,
9028: tests/results/143.processed, tests/results/144.processed,
9029: tests/results/145.processed, tests/results/146.processed,
9030: tests/results/147.processed, tests/results/148.processed,
9031: tests/results/149.processed: . removed .nodeValue from all node
9032: types other than 5 (grabbed piece from gdome)
9033:
9034: * tests/: 137.html, results/137.processed: . not handled this case
9035: yet. code does not hang from inserting parent into child,
9036: considering thing minor issue -- nodes are removed from source
9037: anyway, don't know why shold that be an error after all
9038:
9039: * src/targets/cgi/parser3.C: . style
9040:
9041: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9042: xdoc too [were barking "not element"]
9043:
9044: 2005-12-16 paf
9045:
9046: * tests/: 146.html, 147.html, 148.html: . more tests
9047:
9048: * src/classes/xnode.C: . also bark on possible errors
9049:
9050: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9051: props
9052:
9053: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9054: main/compile.y: merged from HEAD ! fixed overoptimized
9055: ^call(false) case. (confused it with ^call[] case)
9056:
9057: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9058: ^call(false) case. (confused it with ^call[] case)
9059:
9060: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9061:
9062: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9063: results/001.processed, results/002.processed,
9064: results/003.processed, results/004.processed,
9065: results/005.processed, results/006.processed,
9066: results/008.processed, results/009.processed,
9067: results/010.processed, results/011.processed,
9068: results/012.processed, results/013.processed,
9069: results/014.processed, results/015.processed,
9070: results/016.processed, results/017.processed,
9071: results/018.processed, results/019.processed,
9072: results/020.processed, results/021.processed,
9073: results/022.processed, results/023.processed,
9074: results/024.processed, results/025.processed,
9075: results/026.processed, results/027.processed,
9076: results/028.processed, results/029.processed,
9077: results/030.processed, results/031.processed,
9078: results/032.processed, results/033.processed,
9079: results/034.processed, results/035.processed,
9080: results/036.processed, results/037.processed,
9081: results/038.processed, results/039.processed,
9082: results/040.processed, results/041.processed,
9083: results/042.processed, results/043.processed,
9084: results/044.processed, results/045.processed,
9085: results/046.processed, results/047.processed,
9086: results/048.processed, results/049.processed,
9087: results/050.processed, results/051.processed,
9088: results/052.processed, results/053.processed,
9089: results/054.processed, results/055.processed,
9090: results/056.processed, results/057.processed,
9091: results/058.processed, results/059.processed,
9092: results/060.processed, results/061.processed,
9093: results/062.processed, results/063.processed,
9094: results/064.processed, results/065.processed,
9095: results/066.processed, results/067.processed,
9096: results/068.processed, results/069.processed,
9097: results/070.processed, results/071.processed,
9098: results/072.processed, results/073.processed,
9099: results/074.processed, results/075.processed,
9100: results/076.processed, results/077.processed,
9101: results/078.processed, results/079.processed,
9102: results/080.processed, results/081.processed,
9103: results/082.processed, results/083.processed,
9104: results/084.processed, results/085.processed,
9105: results/086.processed, results/087.processed,
9106: results/088.processed, results/089.processed,
9107: results/090.processed, results/091.processed,
9108: results/092.processed, results/093.processed,
9109: results/094.processed, results/095.processed,
9110: results/096.processed, results/097.processed,
9111: results/099.processed, results/101.processed,
9112: results/102.processed, results/104.processed,
9113: results/105.processed, results/106.processed,
9114: results/107.processed, results/108.processed,
9115: results/109.processed, results/110.processed,
9116: results/111.processed, results/112.processed,
9117: results/113.processed, results/114.processed,
9118: results/115.processed, results/116.processed,
9119: results/117.processed, results/118.processed,
9120: results/119.processed, results/120.processed,
9121: results/121.processed, results/122.processed,
9122: results/123.processed, results/124.processed,
9123: results/125.processed, results/126.processed,
9124: results/127.processed, results/128.processed,
9125: results/129.processed, results/130.processed,
9126: results/131.processed, results/132.processed,
9127: results/133.processed, results/134.processed,
9128: results/135.processed, results/136.processed,
9129: results/137.processed, results/138.processed,
9130: results/139.processed, results/140.processed,
9131: results/141.processed: . refreshed old tests, made them work
9132: without auto.p (in utf8) . things noted: . gif got encoded
9133: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9134: some strange year)
9135:
9136: * INSTALL: . revived linux libgc fix
9137:
9138: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9139: glib/gdome in INSTALL and patches]
9140:
9141: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9142: include/pa_charset.h, include/pa_config_includes.h,
9143: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9144: include/pa_xml_exception.h, lib/cord/Makefile.am,
9145: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9146: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9147: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9148: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9149: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9150: types/pa_vxnode.h: . started killing gdome
9151:
9152: 2005-12-13 paf
9153:
9154: * src/main/: pa_request.C: merged from HEAD ! when code in
9155: @unhandled_exception thrown another exception, print correct
9156: origin (earlier code in catch of exception inside of
9157: @unhandled_exception grabbed parent_frame(original_exception)
9158: origin and printed it, instead of true origin)
9159:
9160: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9161: another exception, print correct origin (earlier code in catch of
9162: exception inside of @unhandled_exception grabbed
9163: parent_frame(original_exception) origin and printed it, instead
9164: of true origin)
9165:
9166: 2005-12-09 paf
9167:
9168: * INSTALL: . updated INSTALL doc to work around linux stack base
9169: detection problem, due to change in gc6.4 code
9170:
9171: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9172: ignored in ^string.matched :(
9173:
9174: * src/main/pa_string.C: ! regex tainting were ignored in
9175: ^string.matched :(
9176:
9177: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9178: src/include/pa_config_fixed.h, src/include/pa_version.h,
9179: src/main/compile.y, src/main/compile_tools.h,
9180: src/main/pa_charset.C, src/main/pa_common.C,
9181: src/main/pa_globals.C, src/main/pa_string.C,
9182: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9183: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9184:
9185: 2005-12-08 paf
9186:
9187: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9188: 500 chars now handled OK [were wrapped on 500th char according to
9189: rfc, but sendmail failed to unwrap it properly]
9190:
9191: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9192: handled OK [were wrapped on 500th char according to rfc, but
9193: sendmail failed to unwrap it properly]
9194:
9195: * src/targets/isapi/parser3isapi.C: . less warnings
9196:
9197: * src/targets/isapi/parser3isapi.C: . undone some strange change
9198: since 3.1.5
9199:
9200: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9201: link fixes
9202:
9203: * src/: classes/date.C, include/pa_config_fixed.h,
9204: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9205: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9206: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9207:
9208: * src/include/pa_config_fixed.h: . removed outdated string origins
9209: [in current storage scheme there's no place for them. someday we
9210: can add third CORD to store origins and special version of parser
9211: which stores origins there [separate binary]]
9212:
9213: 2005-12-07 paf
9214:
9215: * src/targets/isapi/parser3isapi.C: . now links in release mode
9216:
9217: * src/include/pa_version.h: makefiles
9218:
9219: * src/include/pa_version.h: . not beta
9220:
9221: * configure, configure.in, src/include/pa_version.h: not beta
9222:
9223: 2005-12-06 paf
9224:
9225: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9226: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9227: decided to undo the change ^call[$void] passes void. now it will
9228: pass empty string again.
9229:
9230: * src/main/: compile.tab.C, compile.y: . version readded
9231:
9232: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9233: = ^switch[void] problem
9234:
9235: 2005-12-01 paf
9236:
9237: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9238: caused ^case[string] to be coerced to double since searching
9239: value were not string (it was vvoid)
9240:
9241: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9242: ^case[string] to be coerced to double since searching value were
9243: not string (it was vvoid)
9244:
9245: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9246: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9247:
9248: 2005-11-30 paf
9249:
9250: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9251: win32 must putenv("TZ="), on unix works only putenv("TZ")
9252:
9253: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9254: putenv("TZ="), on unix works only putenv("TZ")
9255:
9256: * INSTALL: . xml libs versions updated
9257:
9258: * src/main/pa_globals.C: //20051130 trying to remove this, author
9259: claims that fixed a lot there // 20040920 for now both
9260: workarounds needed. wait for new libxml/xsl versions
9261:
9262: 2005-11-28 paf
9263:
9264: * src/classes/table.C: merged from HEAD: ! nameless table has
9265: columns==0
9266:
9267: * src/classes/table.C: ! nameless table has columns==0
9268:
9269: * src/main/pa_http.C: merged from HEAD: ! status line check made
9270: earlier [was totally wrong]
9271:
9272: * src/main/pa_http.C: ! status line check made earlier [was totally
9273: wrong]
9274:
9275: 2005-11-25 paf
9276:
9277: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9278: undoing for now...
9279:
9280: * src/include/pa_version.h: -this reduces speed(table::load),
9281: strange. undoing
9282:
9283: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9284:
9285: * src/classes/op.C: + ^while(){}[SEPARATOR]
9286:
9287: * src/include/pa_array.h: + optimistics added: all arrays (table
9288: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9289: this speeds things up and saves memory a LOT! (not noticed
9290: negative effect on syntetic tests, future will tell...)
9291:
9292: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9293: changed gc_malloc implementation, which obscured profiling
9294:
9295: * src/classes/table.C: merged from HEAD: + optimized
9296: table::load/sql, now row ArrayString-s allocated with
9297: columns.count() elements and don't always grow from
9298: count=3[realloc,realloc]
9299:
9300: * src/classes/table.C: + optimized table::load/sql, now row
9301: ArrayString-s allocated with columns.count() elements and don't
9302: always grow from count=3[realloc,realloc]
9303:
9304: * src/classes/table.C: merged from HEAD: . ^table.save unused
9305: buffer after save
9306:
9307: * src/classes/table.C: . ^table.save unused buffer after save
9308:
9309: 2005-11-24 paf
9310:
9311: * configure.in: . merged glib2-config patch
9312:
9313: * configure.in: + trying to find glib2-config
9314:
9315: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9316: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9317: file/dir_readable to simple file/dir_exist, this would help in
9318: situations "class not found because .p file has bad rights" << in
9319: that case error would be explicit "access denied to 'this' file"
9320:
1.115 ! moko 9321: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
! 9322: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 9323: src/Makefile.in, src/classes/Makefile.in,
! 9324: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 9325: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 9326: src/lib/cord/include/Makefile.in,
! 9327: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
! 9328: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 9329: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 9330: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 9331: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 9332: src/sql/Makefile.in, src/targets/Makefile.in,
! 9333: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 9334: src/types/Makefile.in: makefiles
1.95 moko 9335:
9336: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9337: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9338: to simple file/dir_exist, this would help in situations "class
9339: not found because .p file has bad rights" << in that case error
9340: would be explicit "access denied to 'this' file"
9341:
1.115 ! moko 9342: * src/: include/Makefile.in, main/Makefile.in: makefiles
! 9343:
1.95 moko 9344: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9345: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9346: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9347: ^file::exec/cgi[script;$.charset[changed]
9348: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9349: encoded in $.charset charset
9350:
9351: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9352: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9353: encoded in $.charset charset
9354:
9355: * src/: include/Makefile.am, include/pa_common.h,
9356: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9357: main/pa_common.C, main/pa_http.C: . extracted http:// into
9358: separate file [preparation for
9359: ^file::cgi[script;$.form[$.field1[]
9360:
9361: 2005-11-22 paf
9362:
9363: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9364:
9365: * acinclude.m4, configure.in: . merged underquting fixes
9366:
1.115 ! moko 9367: * bin/Makefile.in, etc/Makefile.in,
! 9368: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 9369: src/classes/Makefile.in, src/include/Makefile.in,
! 9370: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
! 9371: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
! 9372: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
! 9373: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 9374: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 9375: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 9376: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 9377: src/sql/Makefile.in, src/targets/Makefile.in,
! 9378: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 9379: src/types/Makefile.in: configure+makes
1.95 moko 9380:
9381: * src/classes/op.C: . overmerged a little
9382:
9383: * src/main/compile.tab.C: Makefile
9384:
9385: * src/main/: pa_common.C: . less gcc warnings
9386:
9387: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9388: now reports original exception if we have no old cache
9389:
9390: * src/classes/op.C: + $exception.handled[cache] now reports
9391: original exception if we have no old cache
9392:
9393: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9394: from HEAD: + ^taint/untaint[regex] << escapes these:
9395: \^$.[]|()?*+{}
9396:
9397: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9398: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9399:
9400: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9401: getenv-ed variable, which does not work both on win32&unix.
9402: copied old TZ value now
9403:
9404: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9405: stored pointer to getenv-ed variable, which does not work both on
9406: win32&unix. copied old TZ value now
9407:
9408: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9409: getenv-ed variable, which does not work both on win32&unix.
9410: copied old TZ value now
9411:
9412: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9413: access to internal hash
9414:
9415: * src/types/pa_vresponse.C: + $response:headers access to internal
9416: hash
9417:
9418: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9419: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9420: isapi] this reduces number of "GC Warning: Repeated allocation of
9421: very large block" messages to only important onces
9422:
9423: * src/targets/isapi/parser3isapi.C: +
9424: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9425: isapi] this reduces number of "GC Warning: Repeated allocation of
9426: very large block" messages to only important onces
9427:
9428: * src/classes/string.C: merged from HEAD: + removed limitation on
9429: ^string/int/double:sql{}[$.default[({param style})] ]
9430:
9431: * src/classes/string.C: + removed limitation on
9432: ^string/int/double:sql{}[$.default[({param style})] ]
9433:
9434: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9435: with ?params or $.form option" limitation
9436:
9437: * src/main/pa_common.C: + removed "use either uri with ?params or
9438: $.form option" limitation
9439:
9440: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9441: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9442: ^file::base64[encoded] decode
9443:
9444: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9445: main/pa_common.C: + ^file.base64[] encode +
9446: ^file::base64[encoded] decode
9447:
9448: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9449: ^string:base64[encoded] decode
9450:
9451: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9452: ^string:base64[in] encode + ^string.base64[] decode
9453:
9454: 2005-11-21 paf
9455:
9456: * src/classes/file.C: + merged from HEAD:
9457: ^file::create[text;file.xml;^untaint[xml]{data}]
9458:
9459: * src/classes/file.C: +
9460: ^file::create[text;file.xml;^untaint[xml]{data}]
9461:
9462: * src/main/pa_request.C: ! merged: $response:body[file] now
9463: differes from :download, it does not return content-disposition
9464: at all now [previusely it returned valueless content-disposition]
9465:
9466: * src/main/pa_request.C: ! $response:body[file] now differes from
9467: :download, it does not return content-disposition at all now
9468: [previusely it returned valueless content-disposition]
9469:
9470: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9471: literals, reverted to just vvod, recreating empty array with each
9472: void_value token. that's absolutely needed, since that array
9473: grows
9474:
9475: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9476: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9477: types/pa_vmethod_frame.h: + merged: expression literals:
9478: true/false. ^format[$.indent(true)]
9479:
9480: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9481: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9482: types/pa_vmethod_frame.h: + expression literals: true/false.
9483: ^format[$.indent(true)]
9484:
9485: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9486: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9487: i386-pc-win32)"
9488:
9489: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9490: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9491: i386-pc-win32)"
9492:
9493: 2005-11-18 paf
9494:
9495: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9496: null}[$.default(123)] will now return default value
9497:
9498: * src/classes/op.C: + merged ^cache[] << returns current cache
9499: expiration time
9500:
9501: * src/classes/op.C: + ^cache[] << returns current cache expiration
9502: time
9503:
9504: * src/classes/table.C: ! merged ^table::create[not'nameless';
9505: failed << Exception.problem_source pointed to local var!
9506:
9507: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9508: Exception.problem_source pointed to local var!
9509:
9510: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9511: now loads VFile.ptr!=0, so such files can be saved now
9512:
9513: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9514: loads VFile.ptr!=0, so such files can be saved now
9515:
9516: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9517: only . and .. now removed from list [were removed all .*]
9518:
9519: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9520: .. now removed from list [were removed all .*]
9521:
9522: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9523: open error now checked, were not :( [stole that piece from apache
9524: 1.3 sources]
9525:
9526: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9527: checked, were not :( [stole that piece from apache 1.3 sources]
9528:
9529: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9530: untainting of @main result if returned by $result or
9531: $response:body
9532:
9533: * src/main/pa_request.C: ! ensured proper untainting of @main
9534: result if returned by $result or $response:body
9535:
9536: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9537: issue: now tries to guess content-length and allocates one big
9538: piece if possible [regretfully gc_realloc works as malloc+free,
9539: leaving lots of holes behind]
9540:
9541: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9542: fixed file load memory issue: now tries to guess content-length
9543: and allocates one big piece if possible [regretfully gc_realloc
9544: works as malloc+free, leaving lots of holes behind]
9545:
9546: 2005-11-16 paf
9547:
9548: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9549: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9550: table::save with enclosers now doubles them: "->"" !
9551: table::save/load do not remove elements from options hash
9552:
9553: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9554: [were overoptimized ^if(double_literal), compiler confused
9555: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9556:
9557: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9558: [were overoptimized ^if(double_literal), compiler confused
9559: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9560:
9561: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9562: main/pa_common.C: ! table::save with enclosers now doubles them:
9563: "->"" ! table::save/load do not remove elements from options hash
9564:
9565: 2005-11-03 paf
9566:
1.115 ! moko 9567: * src/main/: Makefile.am, Makefile.in, compile.tab.C: removed $<
! 9568: from .y compilation, not all makefiles liked that
1.95 moko 9569:
9570: 2005-08-30 paf
9571:
9572: * src/classes/op.C: merge . speedup check of [DEFAULT]
9573:
9574: * src/classes/op.C: . speedup check of [DEFAULT]
9575:
9576: 2005-08-26 paf
9577:
9578: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9579:
9580: * src/: classes/date.C, types/pa_vdate.h: + date.week
9581:
9582: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9583: complains about bad!=nameless
9584:
9585: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9586: about bad!=nameless
9587:
9588: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9589: optional options were allowed to be empty. were checked
9590: if(is_string), changed to !defined||is_string to allow void
9591:
9592: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9593: classes/string.C, classes/table.C, classes/void.C: ! optional
9594: options were allowed to be empty. were checked if(is_string),
9595: changed to !defined||is_string to allow void
9596:
9597: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9598: as_junction where they needed as_int/double, so failed with
9599: recent "(const) now no junction" optimization
9600:
9601: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9602: merged ! many classes/* used as_junction where they needed
9603: as_int/double, so failed with recent "(const) now no junction"
9604: optimization
9605:
9606: * src/: classes/double.C, classes/int.C, classes/math.C,
9607: classes/op.C, classes/string.C, classes/table.C,
9608: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9609: used as_junction where they needed as_int/double, so failed with
9610: recent "(const) now no junction" optimization
9611:
9612: 2005-08-24 paf
9613:
9614: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9615: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9616: stripped it
9617:
9618: 2005-08-09 paf
9619:
9620: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9621: not cleared
9622:
9623: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9624: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9625: classes/hashfile.C, classes/image.C, classes/int.C,
9626: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9627: classes/response.C, classes/string.C, classes/table.C,
9628: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9629: include/pa_array.h, include/pa_cache_managers.h,
9630: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9631: include/pa_config_fixed.h, include/pa_config_includes.h,
9632: include/pa_dictionary.h, include/pa_dir.h,
9633: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9634: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9635: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9636: include/pa_request_charsets.h, include/pa_request_info.h,
9637: include/pa_sapi.h, include/pa_socks.h,
9638: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9639: include/pa_stack.h, include/pa_string.h,
9640: include/pa_stylesheet_connection.h,
9641: include/pa_stylesheet_manager.h, include/pa_table.h,
9642: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9643: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9644: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9645: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9646: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9647: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9648: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9649: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9650: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9651: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9652: main/pa_sql_driver_manager.C, main/pa_string.C,
9653: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9654: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9655: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9656: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9657: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9658: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9659: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9660: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9661: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9662: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9663: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9664: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9665: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9666: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9667: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9668: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9669: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9670: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9671: types/pa_vresponse.C, types/pa_vresponse.h,
9672: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9673: types/pa_vstateless_object.h, types/pa_vstatus.C,
9674: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9675: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9676: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9677: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9678: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9679:
9680: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9681: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9682: speedup consequent checks in vmethod_frame
9683:
9684: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9685: not cleared
9686:
9687: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9688: params: 50 max (were 10)
9689:
9690: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9691: params: 50 max (were 10)
9692:
9693: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9694: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
9695: pa_wcontext.h: + ^call[$void] param inside now is void (were:
9696: empty string) ! simplified (double) speedup consequent checks in
9697: vmethod_frame
9698:
9699: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
9700: optimized constants in expressions vstring->vdouble + optimized
9701: ^call(vdouble), no junction creation, no calls later
9702:
9703: 2005-08-08 paf
9704:
9705: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
9706: integrated
9707:
9708: * bin/auto.p.dist.in: . apache bad 404 handling workaround
9709: integrated
9710:
9711: * src/main/: compile.tab.C, compile.y, compile_tools.C,
9712: compile_tools.h: merged + optimized constants in expressions
9713: vstring->vdouble + optimized ^call(vdouble), no junction
9714: creation, no calls later
9715:
9716: * src/types/pa_vdouble.h: merged . double values without fractional
9717: part now default printed as %.0f instead of %g
9718:
9719: * src/types/pa_vdouble.h: . double values without fractional part
9720: now default printed as %.0f instead of %g
9721:
9722: * src/classes/hashfile.C: . merged ! second hashfile::open would
9723: cause an exception
9724:
9725: * src/classes/hashfile.C: ! second hashfile::open would cause an
9726: exception
9727:
9728: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
9729: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9730: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9731: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9732: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
9733: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9734: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9735: types/pa_vresponse.h, types/pa_vstateless_class.C,
9736: types/pa_vstateless_object.h, types/pa_vvoid.h,
9737: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9738: merged VJunction(new Junction) optimization from 3.1.4
9739:
9740: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
9741: types/pa_vstateless_class.C: + optimized new VJunction(new
9742: Junction(params)) to new VJunction(params), thousands of mallocs
9743: removed
9744:
9745: 2005-08-05 paf
9746:
9747: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
9748: types/pa_vdouble.h, types/pa_vmethod_frame.C,
9749: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
9750: creation, no calls later
9751:
9752: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9753: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9754: classes/hashfile.C, classes/image.C, classes/int.C,
9755: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9756: classes/response.C, classes/string.C, classes/table.C,
9757: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9758: include/pa_array.h, include/pa_cache_managers.h,
9759: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9760: include/pa_config_fixed.h, include/pa_config_includes.h,
9761: include/pa_dictionary.h, include/pa_dir.h,
9762: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9763: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9764: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9765: include/pa_request_charsets.h, include/pa_request_info.h,
9766: include/pa_sapi.h, include/pa_socks.h,
9767: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9768: include/pa_stack.h, include/pa_string.h,
9769: include/pa_stylesheet_connection.h,
9770: include/pa_stylesheet_manager.h, include/pa_table.h,
9771: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9772: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9773: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9774: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9775: lib/smtp/smtp.h, main/compile.C, main/compile.y,
9776: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9777: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9778: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9779: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9780: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
9781: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
9782: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9783: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9784: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9785: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9786: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9787: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9788: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9789: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9790: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9791: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9792: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9793: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
9794: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
9795: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
9796: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
9797: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9798: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9799: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9800: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9801: types/pa_vstateless_object.h, types/pa_vstatus.C,
9802: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9803: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9804: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9805: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9806: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
9807:
9808: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
9809: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
9810: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9811: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
9812: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9813: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
9814: optimized constants in expressions vstring->vdouble
9815:
9816: 2005-07-29 paf
9817:
9818: * src/types/pa_vclass.C: . shaped up error messages a bit
9819:
9820: * src/types/pa_vclass.C: + property getter can now be overridden
9821:
9822: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
9823: bug fix: static parent fields were not replaced in case
9824: $derived:field[put] + property setter can now be overridden
9825:
9826: 2005-07-28 paf
9827:
9828: * configure, configure.in, src/classes/classes.h,
9829: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
9830: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
9831: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
9832: src/classes/xnode.h, src/include/pa_hash.h,
9833: src/include/pa_version.h, src/main/execute.C,
1.115 ! moko 9834: src/types/Makefile.am, src/types/Makefile.in,
! 9835: src/types/pa_method.h, src/types/pa_value.h,
! 9836: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 9837: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
! 9838: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 9839: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
! 9840: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 9841: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 9842: src/types/pa_vobject.h, src/types/pa_vproperty.h,
! 9843: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 9844: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 9845: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
1.95 moko 9846: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
9847: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
9848: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
9849: dynamic_fields_join
9850:
9851: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9852: classes/xnode.C, include/pa_hash.h, main/execute.C,
9853: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9854: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9855: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9856: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9857: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9858: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9859: types/pa_vresponse.h, types/pa_vstateless_object.h,
9860: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
9861: types/pa_wwrapper.h: ! restored put_element('replace' param), and
9862: restored its checks in vobject.put_element->static fields |
9863: dynamic properties
9864:
9865: 2005-07-27 paf
9866:
9867: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
9868: is some old code containing @set_name $name
9869:
9870: * src/types/pa_vobject.h: . fixed warning
9871:
9872: * configure, configure.in, src/include/pa_version.h,
1.115 ! moko 9873: src/types/Makefile.am, src/types/Makefile.in: 3.2.0beta started
1.95 moko 9874:
9875: * src/: classes/xnode.C, include/pa_hash.h,
9876: types/pa_vstateless_class.C: ! new asserts were all false.
9877: regretfully reverted them all to checks
9878:
9879: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9880: classes/op.C, main/execute.C, types/pa_method.h,
9881: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9882: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9883: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9884: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9885: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9886: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9887: types/pa_vstateless_object.h, types/pa_vvoid.h,
9888: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9889: joined_dynamic_fields: removed unused param from put_method
9890: (returned to 3 params)
9891:
9892: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
9893: joined_dynamic_fields: dynamic get/set works with overriding
9894: props [alpha2]
9895:
9896: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
9897: works [alfa]
9898:
9899: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9900: classes/op.C, include/pa_hash.h, main/execute.C,
9901: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9902: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9903: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9904: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9905: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9906: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9907: types/pa_vresponse.h, types/pa_vstateless_class.C,
9908: types/pa_vstateless_object.h, types/pa_vvoid.h,
9909: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9910: joined_dynamic_fields: just compiled
9911:
9912: * src/: classes/date.C, classes/file.C, classes/hash.C,
9913: classes/hashfile.C, classes/image.C, classes/table.C,
9914: classes/xdoc.C, classes/xnode.h, main/execute.C,
9915: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9916: types/pa_vstateless_class.h: joined_dynamic_fields: started
9917:
9918: * src/types/pa_vobject.C: . object setters [only started, does not
9919: work yet]
9920:
9921: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
9922: object setters [only started, does not work yet]
9923:
9924: 2005-07-26 paf
9925:
9926: * src/: include/pa_request.h, main/execute.C: . properties: set
9927: works [alpha2]. for classes. todo: for objects
9928:
9929: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
9930: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9931: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9932: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9933: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9934: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9935: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9936: types/pa_vstateless_object.h, types/pa_vvoid.h,
9937: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9938: properties: set works [alpha1]
9939:
9940: 2005-07-25 paf
9941:
9942: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
9943: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
9944: properties: started, get works [alpha1, other approach]
9945:
9946: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
9947: properties: started, get works [alpha2]
9948:
9949: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9950: pa_vstateless_class.h: . properties: started, get works [alpha]
9951:
9952: 2005-07-15 paf
9953:
9954: * src/: classes/classes.h, classes/op.C, main/execute.C,
9955: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
9956: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9957: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9958: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9959: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
9960: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
9961: types/pa_vresponse.C, types/pa_vresponse.h,
9962: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9963: types/pa_vstateless_object.h, types/pa_vvoid.h,
9964: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
9965: types/pa_wwrapper.h, types/types.vcproj: + started property
9966: [getters work but think of changing them too to precaching]
9967:
9968: 2005-07-08 paf
9969:
9970: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
9971: gpf
9972:
9973: 2005-06-28 paf
9974:
9975: * src/: classes/file.C, main/untaint.C: ! string invariant violated
9976: in passing empty strings to file::exec/cgi environment
9977:
9978: 2005-06-06 paf
9979:
9980: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
9981: ^table:sql ^hash:sql now DO process $.bind option
9982:
9983: 2005-05-24 paf
9984:
9985: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
9986: $.limit] now work again [support was broken in 3.1.4]
9987:
9988: * src/: main/pa_string.C, classes/op.C: . steps toward removing
9989: ALL_INTERIOR_POINTERS
9990:
9991: 2005-05-12 paf
9992:
9993: * configure: 3.1.5beta
9994:
9995: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
9996:
9997: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
9998: $.limit] now work again [support was broken in 3.1.4]
9999:
10000: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10001: line-width [was refusing to fill if line-width >1, thanks to
10002: Seras <seras@pinxit.lt> for repro case
10003:
10004: 2005-04-25 paf
10005:
10006: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10007: correctly
10008:
10009: 2005-04-19 paf
10010:
10011: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10012: in VString violating invariant!!
10013:
10014: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10015: getenv("TZ")==null
10016:
10017: 2005-04-08 paf
10018:
10019: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10020: bugfix: when there is no char in charset one byte produces 6
10021: (ÿ <<max). increased buffer size!
10022:
10023: 2005-03-23 paf
10024:
10025: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10026: ^date.sql-string now takes TZ into account
10027:
10028: 2005-03-16 paf
10029:
10030: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10031: gcc 3.4
10032:
10033: * src/types/pa_vhash.C: . warning about eof eol
10034:
10035: 2005-02-17 paf
10036:
10037: * operators.txt, src/classes/op.C: + operator ^sleep(double
10038: seconds)
10039:
10040: 2005-02-02 paf
10041:
10042: * src/classes/xnode.C: beauty: removed needless includes
10043:
10044: 2005-01-31 paf
10045:
10046: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10047: $.partNoNumber now alias to $.part1
10048:
10049: * src/types/pa_vmail.C: change: incoming letter part contains
10050: "content-disposition" header with any value? now considering that
10051: part to be "file#" [for text/plain text/html were $.text#
10052: $.html#]
10053:
10054: * INSTALL: updatet to latest working versions available
10055:
10056: 2005-01-20 paf
10057:
10058: * configure.in, src/include/pa_version.h: version
10059:
10060: 2005-01-19 paf
10061:
1.115 ! moko 10062: * src/: lib/gd/Makefile.am, lib/gd/Makefile.in,
! 10063: lib/ltdl/Makefile.am, lib/ltdl/Makefile.in,
! 10064: targets/cgi/parser3.C, types/Makefile.am, types/Makefile.in:
! 10065: forgotten makefiles. couple warnings in parser3.C
1.95 moko 10066:
10067: 2004-12-23 paf
10068:
10069: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10070:
10071: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10072: dir to directory of script (when shbang used), not to directory
10073: of its interpreter
10074:
10075: * src/include/pa_version.h: compiled on win32...
10076:
10077: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10078: we need more hspace
10079:
10080: * configure, configure.in, src/include/pa_version.h: configured
10081: host to pa_version. will be displayed everywhere
10082:
10083: * src/main/pa_request.C: new: @unhandled_exception can prevent
10084: exception from being logged by setting $exception.handled(1)
10085:
10086: * operators.txt, src/classes/file.C: change:
10087: ^file::sql{query}[[options]] options: $.name[file name]
10088: $.content-type[application/what]
10089:
10090: * src/: include/pa_common.h, main/pa_common.C,
10091: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10092: new file
10093:
10094: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10095: bugfix: table->hash now regards _default
10096:
10097: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10098: created by accessing $name_of_method it acquired bad self=closest
10099: methodframe; instead of proper self (current class)
10100:
10101: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10102: hashfile produced bad cord
10103:
10104: 2004-12-10 paf
10105:
10106: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10107: subsequent failures though defined in .h
10108:
10109: * src/main/pa_common.C: comment on volatile
10110:
10111: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10112: alarm function were not used since the beginning due to stupid
10113: error [setsigjmp were not checked in configure.in]
10114:
10115: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10116: unix too
10117:
10118: * src/main/pa_common.C: http: exception status of send/recv errors
10119: change to most probable http.timeout
10120:
10121: * src/main/pa_common.C: win32: http connection $.timeout option now
10122: works [setsockopt on send/receive]
10123:
10124: 2004-12-08 paf
10125:
10126: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10127: cstr-ed knowing mail charset, and untainting uri lang now knows
10128: proper charset
10129:
10130: 2004-11-24 paf
10131:
10132: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10133:
10134: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10135: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10136:
10137: 2004-11-12 paf
10138:
10139: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10140: [since 3.0.4]
10141:
10142: 2004-11-09 paf
10143:
10144: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10145: writes basics to c:\parser3.log
10146:
10147: 2004-10-21 paf
10148:
10149: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10150: tainted strings [were returning clean onces]
10151:
10152: 2004-10-15 paf
10153:
10154: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10155: cycles(i=1; i=2), which was wrong, now does ONE
10156:
10157: 2004-10-12 paf
10158:
10159: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10160:
10161: 2004-10-07 paf
10162:
10163: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10164: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10165: release asserts
10166:
10167: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10168: String.dump() to stdout in detailed form [were String.v() in
10169: short form]
10170:
10171: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10172: \t\r\n as @#| and truncates long char sequences less
10173:
10174: 2004-10-06 paf
10175:
10176: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10177: win32 beauty: socket errors properly decoded
10178:
10179: 2004-10-05 paf
10180:
10181: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10182: request::configure_user/admin done always, even if no
10183: file-to-process useful in @unhandled_exception [say, if they
10184: would want to mail by SMTP something]
10185:
10186: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10187: now performed prior to file loading [and @auto executing] thus
10188: making $cookie:value available in @auto and in
10189: @unhandled_exception when IIS is configured to run interpreter
10190: even if no file exist
10191:
10192: 2004-09-20 paf
10193:
10194: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10195: somewhere where it should have called xmlMalloc and it calls
10196: xmlFree when it should have not called it. inserted two
10197: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10198: xmlFree just ignored. put away a testcase, maybe someday libxml
10199: author would fix all that. until that day: we have SLOW garbage
10200: collecting when many xml objects are alive hint: do
10201: ^memory:compact[] before xdoc::create
10202:
10203: 2004-09-17 paf
10204:
10205: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10206: error from 3.0.8 version]
10207:
10208: 2004-09-14 paf
10209:
10210: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10211: part bugfix: hashfile.foreach iterated only part if hashfile were
10212: modified inside
10213:
10214: 2004-09-13 paf
10215:
10216: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10217: [were as octal]
10218:
10219: * src/types/pa_vhashfile.C: beauty: not reproduced
10220: $hashfile.key[$novalue] bug [reported by motorin], inserted
10221: safety-check
10222:
10223: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10224: [not something obscure from sdbm lib]
10225:
10226: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10227: = strerror now returnes something and we can properly report that
10228: to client
10229:
10230: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10231: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10232:
10233: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10234: [tainted as-is] this helps //[space][newline] to remain as-is and
10235: not be unnecessary optimized away [ruining javascript]
10236:
10237: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10238: [tainted as-is]
10239:
10240: * src/classes/mail.C: bugfix: typo error
10241:
10242: 2004-09-09 paf
10243:
10244: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10245: separators bugfix: loads header with endings \r\n\r\n and \n\n
10246: (bloody yandex.server)
10247:
10248: 2004-09-06 paf
10249:
10250: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10251: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10252: encoded
10253:
10254: 2004-09-01 paf
10255:
10256: * src/types/pa_vmail.C: change: multipart/mixed changed to
10257: multipart/related outlook express have no problems showing
10258: unrelated attachments. todo: someday figure out a way of
10259: multipart/mixed multipart/related text/html
10260: image/xxx application/octet-stream << true attachments
10261:
10262: * src/types/pa_vmail.C: new:
10263: ^mail:send[$.file[$.content-disposition can be overriden new:
10264: empty mail header fields removed from letter
10265:
10266: * src/: classes/mail.C, include/pa_config_fixed.h,
10267: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10268: ^mail:send[ $.file[ $.any[header]
10269:
10270: 2004-08-30 paf
10271:
10272: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10273: warnings
10274:
10275: * src/main/pa_common.C: beauty: do not bother with charset
10276: detection when ^file::load[binary
10277:
10278: 2004-08-27 paf
10279:
10280: * src/main/pa_common.C: hack: for yandex.server http server
10281:
10282: 2004-08-18 paf
10283:
10284: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10285: possibly-chunked response
10286:
10287: 2004-08-17 paf
10288:
10289: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10290: $f.content-type now = that of http response
10291:
10292: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10293: $f.content-type now = that of http response
10294:
10295: 2004-07-30 paf
10296:
10297: * src/: include/pa_request.h, main/pa_request.C,
10298: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10299: win32: system&parser exceptions in release mode reported properly
10300: parser exception in exception handler WERE mistakenly reported as
10301: system exception, without details [in apache & isapi] +some
10302: beauty in exception text
10303:
10304: * src/: include/pa_exception.h, main/pa_request.C,
10305: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10306: release mode reported properly parser exception in exception
10307: handler WERE mistakenly reported as system exception, without
10308: details
10309:
10310: * src/main/execute.C: beauty: simplified system exception handling
10311:
10312: 2004-07-29 paf
10313:
10314: * src/classes/table.C: bugfix:
10315: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10316: were ignored, and \t used unconditionally]
10317:
1.115 ! moko 10318: * src/types/Makefile.in: added vhash.c
! 10319:
1.95 moko 10320: * src/types/Makefile.am: added vhash.c
10321:
10322: 2004-07-28 paf
10323:
10324: * src/: classes/date.C, classes/image.C, classes/math.C,
10325: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10326: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10327: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10328: failed on russian letters
10329:
10330: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10331: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10332: letters
10333:
10334: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10335: as 'currentDirectory' parameter to CreateProcess
10336:
10337: 2004-07-27 paf
10338:
10339: * src/targets/cgi/parser3.vcproj: beauty: win32:
10340: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10341: from release somewhere [to help searching for unhandled system
10342: exceptions]
10343:
10344: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10345: TZ shift
10346:
10347: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10348: but also in ctor
10349:
10350: 2004-07-26 paf
10351:
10352: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10353: src/main/pa_request.C, src/types/pa_vfile.h,
10354: src/types/pa_vhash.C, src/types/pa_vhash.h,
10355: src/types/types.vcproj: new: $response:body/download[
10356: $.file[name on disk] $.name[of file for user]
10357: $.mdate[date of last-modified. default from directory] ]
10358:
10359: * src/classes/file.C: moving file:send somewhere else..
10360:
10361: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10362: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10363: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10364: $response:download[ $.filename[filename] $.option[] ,, ]
10365:
10366: * src/classes/file.C: beauty: invalid mode thoroughly reported
10367:
10368: 2004-07-21 paf
10369:
10370: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10371: to several lines
10372:
10373: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10374:
10375: note: ms outlook[!express] shows only first 255 characters of
10376: subject
10377:
10378: 2004-07-15 paf
10379:
10380: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10381: off]
10382:
10383: 2004-07-14 paf
10384:
10385: * src/classes/table.C: bugfix: $.bind values now got untainted
10386: according to lang [were: as-is]
10387:
10388: 2004-07-07 paf
10389:
10390: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10391: checked that
10392:
10393: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10394: now untainted according to their languages. were: as-is.
10395: EVERYWHERE
10396:
10397: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10398: environment string now untainted according to their languages.
10399: were: as-is. EVERYWHERE
10400:
10401: * src/main/pa_exec.C: bufix: on unix environment string now
10402: untainted according to their languages. were: as-is. on win32:
10403: ok
10404:
10405: * parser3.vssscc: ...would not go unnoticed
10406:
10407: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10408: fails. in case on input appears nonutf, those bytes will be
10409: printed in %HH form. that can be easily decoded/recovered.
10410:
10411: this form is quite noticable, and hopefully would not go noticed
10412:
10413: 2004-07-06 paf
10414:
10415: * src/main/pa_exec.C: bufix: on unix environment string now
10416: untainted according to their languages. were: as-is. on win32:
10417: ok
10418:
10419: 2004-07-01 paf
10420:
10421: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10422: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10423: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10424: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10425: main/main.vcproj, targets/cgi/parser3.vcproj,
10426: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10427: option: global optimization ON
10428:
10429: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10430: to do xdoc::create{invalid chars} standard disables chars less
10431: then \x20, except tab, cr, lf.
10432:
10433: changed tainting so that those become '!'
10434:
10435: 2004-06-25 paf
10436:
10437: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10438: int on odd address [prev bugfix failed due to superwize
10439: optimizer, which turned memcpy into same 'ld' asm command]
10440:
10441: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10442: int on odd address
10443:
10444: 2004-06-22 paf
10445:
10446: * src/sql/pa_sql_driver.h: note: about possible optimization
10447:
10448: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10449: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10450: src/include/pa_config_includes.h: new: ^void:sql{call
10451: paf(:a)}[ $.bind[ $.a[2]
10452: ] ] output variables work. todo: check in out
10453: variables
10454:
10455: 2004-06-18 paf
10456:
10457: * src/: classes/file.C, classes/hash.C, classes/string.C,
10458: classes/table.C, classes/void.C, include/pa_globals.h,
10459: include/pa_sql_connection.h, main/compile.tab.C,
10460: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10461: $.bind[ $.a[2] ]
10462: ] input variables work. todo:output
10463:
10464: * src/targets/cgi/parser3.C: bugfix: iis specific
10465: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10466: /_bug.html?404;http://hpsv/test/
10467: --------------------------------------------------------------------------------
10468: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10469: --------------------------------------------------------------------------------
10470: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10471:
10472: 2004-06-16 paf
10473:
10474: * src/targets/cgi/parser3.C: new: iis specific
10475: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10476: $request:query
10477: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10478: $form:fields IIS-STATUS="404"
10479: IIS-DOCUMENT="http://server/_bug.html" f="v"
10480:
10481: todo: isapi too
10482:
10483: 2004-05-26 paf
10484:
10485: * src/include/pa_version.h: 3.1.3
10486:
10487: * operators.txt: beauty: removed outdated level 'table'
10488:
10489: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10490:
10491: * src/main/pa_string.C: beauty: removed 3 warnings
10492:
10493: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10494: classes/op.C: beauty: removed outdated level 'table'
10495:
10496: 2004-05-25 paf
10497:
10498: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10499: implementation. mistery: how anything worked
10500:
10501: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10502: changed, it is now safe to use url if pointers to it are stored
10503: to gc mem
10504:
10505: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10506: unknown errors reported and not cause SIGSEGV now
10507:
10508: 2004-05-24 paf
10509:
10510: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10511: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10512: less memory: CORD_chars_block originally intended to ... it was
10513: good that CORD_chars_block were not used: it consumes more memory
10514: [and, might be slow too] undoing that. [and removed that func so
10515: that it would not confuse parser developer in future]
10516:
10517: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10518: less memory: CORD_chars_block originally intended to
10519: speedup/reduce mem usage were forgotten, and were used stupid
10520: CORD_chars
10521:
10522: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10523:
10524: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10525: BIGENDIAN processors space-conserving mech failed, causing
10526: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10527: (1|2|3));
10528:
10529: 2004-05-14 paf
10530:
10531: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10532: bugfix: void now has vfile value, and $response:body[] works OK
10533:
10534: 2004-05-12 paf
10535:
10536: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10537: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10538: sources to use is_defined() {return as_bool();} along VBool
10539:
10540: 2004-05-11 paf
10541:
10542: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10543: referencing to local objects
10544:
10545: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10546: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10547: left intact
10548:
10549: 2004-04-15 paf
10550:
10551: * src/classes/date.C: merged: beauty: unused var removed
10552:
10553: * src/classes/date.C: beauty: unused var removed
10554:
10555: * src/include/: pa_exec.h: bugfix: interface without pointer
10556: provoked bug
10557:
10558: 2004-04-09 paf
10559:
10560: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10561:
10562: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10563:
10564: 2004-04-08 paf
10565:
10566: * src/classes/date.C: new: ^date::create[y-m-d
10567: h-M-s>>.milliseconds<<] now allowed, ignored so far
10568:
10569: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10570:
10571: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10572: to consult default catalog [usually, that file belongs to other
10573: user/group]
10574:
10575: 2004-04-06 paf
10576:
10577: * src/main/pa_common.C: beauty: gcc warning removed
10578:
10579: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10580: accept that trick, trying other
10581:
10582: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10583: explicit result problem
10584:
10585: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10586: explicit result problem
10587:
10588: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10589: explicit result problem
10590:
10591: * operators.txt, src/classes/string.C: new: ^string.append[string]
10592:
10593: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10594: main/execute.C: attempt_check_call_in_explicit_result_mode:
10595: failed
10596:
10597: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10598: http://i.p.a.ddress gethostbyaddr added [on some platforms
10599: gethostbyname failed with such 'domains'] now checked properly,
10600: were: needless reverse/forward dns lookup
10601:
10602: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10603: http://i.p.a.ddress gethostbyaddr added [on some platforms
10604: gethostbyname failed with such 'domains'] now checked properly,
10605: were: needless reverse/forward dns lookup
10606:
10607: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10608: @method[][result] means "no string output here" moved to lexical
10609: level [on grammar level it were too difficult]
10610:
10611: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10612: src/main/compile.y, src/main/compile_tools.h,
10613: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10614: @method[][result] means "no string output here", implemented part
10615: of that idea: compiler throws away string literal generation
10616: code. and barks nonwhitespace chars
10617:
10618: * operators.txt: truth: removed comment about $ORIGIN
10619:
10620: 2004-04-05 paf
10621:
10622: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10623: src/include/pa_version.h, src/main/pa_common.C,
10624: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10625:
10626: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10627: Konstantin Tomashevitch [mailto:konst@design.ru]
10628:
10629: * src/doc/html2chm.cmd: beauty: no need in bg here
10630:
10631: * src/doc/sources2html.cmd: beauty: same window, in bg it
10632: interfered with FAR console
10633:
10634: * configure, configure.in: 3.1.3
10635:
10636: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10637:
10638: * src/main/pa_common.C: removed warning
10639:
10640: * src/include/pa_version.h: 3.1.3
10641:
10642: 2004-04-02 paf
10643:
10644: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10645:
10646: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10647: allows to specify where to put parser log file
10648:
10649: 2004-04-01 paf
10650:
10651: * src/classes/table.C: bugfix: bugfix: table::load last line
10652: without tab and enter were ignored
10653:
10654: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10655: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10656: main/pa_socks.C, targets/cgi/parser3.C,
10657: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10658: bugfix: sql connections now are disconnected
10659:
10660: 2004-03-30 paf
10661:
10662: * src/classes/table.C: bugfix: table::load last line without tab
10663: and enter were ignored
10664:
10665: * src/classes/table.C: bufix: if last table lines were commented,
10666: gpfed
10667:
10668: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10669: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10670: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10671: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10672: doc/methoded.dox, doc/object.dox, doc/string.dox,
10673: doc/targets.dox, doc/value.dox, include/pa_version.h,
10674: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10675: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10676: bugfixes from 3.1.2, changed version to 3.1.3beta
10677:
10678: 2004-03-29 paf
10679:
10680: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10681: causes gpf
10682:
10683: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10684: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10685: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10686: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10687: value.dox: translated to english
10688:
10689: 2004-03-25 paf
10690:
10691: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10692: parser3project dependency removed
10693:
10694: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10695: bugfix: refused to compile without xml
10696:
10697: * src/types/pa_vform.C: beauty: removed warning
10698:
10699: * src/classes/classes.vcproj: merged bugfix: now all compiles in
10700: any folder [removed last ;) folder dependency]
10701:
10702: * src/classes/classes.vcproj: bugfix: now all compiles in any
10703: folder [removed last ;) folder dependency]
10704:
10705: * src/include/pa_version.h: release
10706:
10707: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
10708:
10709: * src/classes/table.C: beauty: comment& more meaningful error
10710: message
10711:
10712: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
10713: $.hash[$.column_value1(true) ... ] [were producing some strang
10714: thing]
10715:
10716: 2004-03-23 paf
10717:
10718: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
10719: and http status line parsing checked number of columns in table
10720: [user reported an assert]
10721:
10722: * operators.txt: example: on hashfile
10723:
10724: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
10725: bugfix: junction reattach now actually reattaches a junction to
10726: new wcontext [were only assigning it to junction, which caused
10727: junction tracking to loose junction, and it's context were not
10728: killed, and it tried to process in invalid context, gpf]
10729:
10730: * src/targets/cgi/parser3.C: debug helper added
10731:
10732: 2004-03-19 paf
10733:
10734: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
10735: "type(type)" in braces
10736:
10737: 2004-03-10 paf
10738:
10739: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
10740: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10741: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
10742: solution to search-in-namespaces problem:
10743: $xdoc.search-namespaces.x[http://pif.design.ru/]
10744: $nodes[^xdoc.select[//x:second]]
10745:
10746: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
10747: expression][[NAMESPACES HASH]] allows to search for info in
10748: namespaces
10749:
10750: $nodes[^xdoc.select[//x:second][
10751: $.x[http://pif.design.ru/] ]]
10752:
10753: 2004-03-09 paf
10754:
10755: * operators.txt, src/main/pa_common.C: new:
10756: ^file::load[...][options] $.form[
10757: !$.field1[string]
10758: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
10759: ] !$.body[string]
10760:
10761: GET ?here notGET(POST, HEAD, others) in content-type:
10762: application/x-www-form-urlencoded
10763:
10764: todo: upload files ability
10765:
10766: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
10767: properly, done
10768:
10769: 2004-03-05 paf
10770:
10771: * operators.txt, src/main/pa_common.C: new: file::load[;http://
10772: GET/POST $.form[$.fields started, not tested yet
10773: todo:$.field[table] for multiple values
10774:
10775: * operators.txt: new: http:// options $.user $.password basic
10776: authorization
10777:
10778: * src/main/pa_common.C: beauty: link to rtf added
10779:
10780: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
10781: new: http:// options $.user $.password basic authorization
10782:
10783: * src/main/pa_common.C: beauty: removed needless vars
10784:
10785: * operators.txt: new: pgsql option [like that recently added to
10786: oracle driver] ClientCharset=parser-charset <<
10787: charset in which parser thinks client works
10788:
10789: * operators.txt: new: odbc option [like that recently added to
10790: oracle driver] ClientCharset=parser-charset <<
10791: charset in which parser thinks client works
10792:
10793: * src/sql/pa_sql_driver.h: beauty: important warning added
10794:
10795: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
10796: char!
10797:
10798: * etc/parser3.charsets/windows-1251.cfg: typo
10799:
10800: 2004-03-04 paf
10801:
10802: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
10803: cached, sql transcoding now goes faster
10804:
10805: * operators.txt: new: mysql option [like that recently added to
10806: oracle driver] ClientCharset=parser-charset <<
10807: charset in which parser thinks client works
10808:
10809: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
10810: typo error
10811:
10812: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
10813: chars commented
10814:
10815: 2004-03-03 paf
10816:
10817: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
10818: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
10819:
10820: 2004-03-02 paf
10821:
10822: * operators.txt: new[update typo]: !^void.left(n)
10823: nothing !^void.right(n) nothing !^void.mid(p[;n])
10824: nothing
10825:
10826: * operators.txt, src/classes/void.C: new: !^void.left(n)
10827: nothing !^void.right(n) nothing !^void.pos(p[;n])
10828: nothing
10829:
10830: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
10831: ^file::sql[[name_to_become_$.name]]{} query result must be one
10832: row with columns: first: data second: file name third:
10833: content-type
10834:
10835: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
10836: ^connect gets properly escaped string, which can be passed to
10837: request now this for mysql only. it's up to parser sql driver to
10838: fix zeros properly
10839:
10840: * INSTALL: note: added on building apache with this option:
10841: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
10842:
10843: 2004-03-01 paf
10844:
10845: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
10846: extension memory:compact befor processingrequest
10847:
10848: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
10849: call sole column of result
10850:
10851: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
10852: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
10853: pixel color
10854:
10855: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
10856: beauty: image -- less checks [were ugly impl]
10857:
10858: * src/classes/string.C: bugfix: ^string.left/right/mid with
10859: negative values now considered bad
10860:
10861: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
10862:
10863: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
10864: options now have unified defaults [after transform
10865: indent/omit-xml-declaration/standalone 'default' erroreously
10866: meant 'true']
10867:
10868: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
10869: added [on some platforms gethostbyname failed with such
10870: 'domains']
10871:
10872: * src/include/pa_config_auto.h.in: no select check, no define
10873:
10874: * src/classes/string.C: feature: ^string.trim both parameters may
10875: be empty-strings, meaning kind=both chars=whitespaces
10876:
10877: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
10878: exist
10879:
10880: * src/classes/string.C: check: trim 'chars' must not be empty,
10881: exception if it is
10882:
10883: * src/classes/string.C: changed: ^string.trim [] << both,
10884: whitespaces [start|both|end] << kind, whitespaces
10885: [start|both|end;chars] full
10886:
10887: 2004-02-27 paf
10888:
10889: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
10890: method: ^string.trim[start|both|end[;chars]] default
10891: 'chars' -- whitespace chars finished
10892:
10893: * operators.txt, src/classes/string.C, src/include/pa_string.h,
10894: src/main/pa_string.C: new method:
10895: ^string.trim[start|both|end[;chars]] default 'chars' --
10896: whitespace chars started, only start works
10897:
10898: * src/main/compile.C: bugfix: line numbers after
10899: ^process{}[$.line(-10]] can be negative, allowed to print they as
10900: signed
10901:
10902: * src/main/untaint.C: speed: there's no \n chars in output
10903: [normally], so no need to optimize them they could be retrived
10904: from databases, though. but 1. should be replaced 2. if not
10905: optimized, no harm done
10906:
10907: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
10908: ^file::exec/cgi could return invalid status & zombie child can
10909: remain for short period until process exists [very bad in
10910: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
10911:
10912: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
10913: malicious SMTP server to attack as by returning too long status
10914: responses http://i2/tasks/edit/?id=4629448401140924947
10915:
10916: 2004-02-26 paf
10917:
10918: * operators.txt: feature: ^process...{CODE}[now has options] which
10919: are $.main[to what to rename @main] $.file[file,
10920: from which (user says) goes that CODE] $.lineno(line
10921: number in that file, where CODE starts. may be negative)
10922:
10923: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10924: src/main/compile.C, src/main/compile_tools.h,
10925: src/main/pa_request.C: feature: ^process...{CODE}[now has
10926: options] which are $.main[to what to rename @main]
10927: $.file[file, from which (user says) goes that CODE]
10928: $.lineno(line number in that file, where CODE starts. may be
10929: negative)
10930:
10931: 2004-02-25 paf
10932:
1.115 ! moko 10933: * etc/parser3.charsets/: Makefile.am, Makefile.in: bugfix:
! 10934: @sysconfdir@ used [were old @charsetsdir@ recently erased from
! 10935: configure.in]
1.95 moko 10936:
10937: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
10938: produces hash of column=>1
10939:
10940: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
10941: with incomplete errno constants set
10942:
10943: 2004-02-24 paf
10944:
10945: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
10946: "man select"
10947:
10948: * src/main/pa_os.C: beauty: <0 better then ==-1
10949:
10950: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
10951:
10952: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
10953:
1.115 ! moko 10954: * src/classes/: Makefile.am, Makefile.in: smtp on unix: steps to
! 10955: work on unix
1.95 moko 10956:
10957: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
10958: unix: steps to work on unix [extracted 'to']
10959:
10960: * src/classes/mail.C: smtp on unix: steps to work on unix
10961:
10962: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
10963:
1.115 ! moko 10964: * src/: lib/smtp/Makefile.am, lib/smtp/Makefile.in,
! 10965: lib/smtp/comms.C, lib/smtp/smtp.C, lib/smtp/smtp.h,
! 10966: targets/cgi/Makefile.am, targets/cgi/Makefile.in: started porting
! 10967: smtp to unix [testing on solaris]
1.95 moko 10968:
10969: 2004-02-20 paf
10970:
10971: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
10972: pointing that out
10973:
10974: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
10975: fixed again [same solution, mistanenly removed one line]
10976:
10977: 2004-02-19 paf
10978:
10979: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
10980: date::create from bad datetime in spring daylightsaving hole now
10981: OK for all platforms [on some platforms it failed]
10982:
10983: * src/classes/: date.C, image.C: beauty: date::create[bad date time
10984: in daylightsaving hole] now throws error
10985:
10986: * src/classes/date.C: comment: mistake fixed
10987:
10988: 2004-02-18 paf
10989:
10990: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
10991: now renderes in $request:charset, but in header puts
10992: $response:charset todo: make that default only so that coder
10993: could override that
10994:
10995: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
10996: turns off omit-xml-declaration
10997:
10998: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
10999: /.xsl for sample
11000:
11001: 2004-02-17 paf
11002:
11003: * src/classes/xdoc.C: beauty: needless helper class removed
11004:
11005: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11006: copied extra time
11007:
11008: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11009: part of libxml
11010:
11011: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11012: libxml to do the work] <xsl:output method="html"
11013: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11014: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11015: />
11016:
11017: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11018:
11019: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11020: caused assertion
11021:
11022: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11023: could hang. now such add does nothing, sub clears $hash
11024:
11025: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11026: not made quoted-printable
11027:
11028: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11029: string invariant
11030:
11031: 2004-02-16 paf
11032:
11033: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11034: cleared [were not cleared properly]
11035:
11036: 2004-02-13 paf
11037:
1.115 ! moko 11038: * bin/Makefile.in, etc/Makefile.in,
! 11039: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 11040: src/classes/Makefile.in, src/include/Makefile.in,
! 11041: src/include/pa_version.h, src/lib/Makefile.in,
! 11042: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
! 11043: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
! 11044: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 11045: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 11046: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 11047: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 11048: src/sql/Makefile.in, src/targets/Makefile.in,
! 11049: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 11050: src/types/Makefile.in: prerelease
1.95 moko 11051:
11052: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11053: used, introducing dependencies timestamp check
11054:
11055: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11056: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11057: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11058: .xsl.stamp now not used, introducing dependencies timestamp check
11059:
11060: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11061:
11062: 2004-02-12 paf
11063:
11064: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11065: ruined empty <input type=file> submits. parser thought there were
11066: nameless empty file and $form:field got value of type 'file'
11067:
11068: * INSTALL: --without-threads
11069:
11070: * src/include/pa_sapi.h: 2004
11071:
11072: 2004-02-11 paf
11073:
11074: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11075: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11076: classes/hashfile.C, classes/image.C, classes/int.C,
11077: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11078: classes/response.C, classes/string.C, classes/table.C,
11079: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11080: include/pa_array.h, include/pa_cache_managers.h,
11081: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11082: include/pa_config_fixed.h, include/pa_config_includes.h,
11083: include/pa_dictionary.h, include/pa_dir.h,
11084: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11085: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11086: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11087: include/pa_request_charsets.h, include/pa_request_info.h,
11088: include/pa_socks.h, include/pa_sql_connection.h,
11089: include/pa_sql_driver_manager.h, include/pa_stack.h,
11090: include/pa_string.h, include/pa_stylesheet_connection.h,
11091: include/pa_stylesheet_manager.h, include/pa_table.h,
11092: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11093: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11094: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11095: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11096: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11097: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11098: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11099: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11100: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11101: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11102: main/pa_sql_driver_manager.C, main/pa_string.C,
11103: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11104: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11105: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11106: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11107: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11108: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11109: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11110: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11111: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11112: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11113: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11114: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11115: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11116: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11117: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11118: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11119: types/pa_vresponse.h, types/pa_vstateless_class.C,
11120: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11121: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11122: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11123: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11124: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11125: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11126:
11127: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11128: debug version of gc.dll
11129:
11130: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11131: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11132: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11133: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11134: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11135: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11136: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11137: processes
11138:
11139: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11140: main/pa_globals.C, targets/cgi/parser3.vcproj,
11141: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11142: changes to reflect libxml xsl new folders
11143:
11144: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11145: lib/smtp/smtp.vcproj, main/main.vcproj,
11146: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11147: to reflect libxml xsl new folders
11148:
11149: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11150: lib/smtp/smtp.vcproj, main/main.vcproj,
11151: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11152: types/types.vcproj: started changes to reflect libxml xsl new
11153: folders
11154:
11155: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11156: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11157: src/main/compile.tab.C, src/main/main.vcproj,
11158: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11159: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11160: started changes to reflect libxml xsl new folders
11161:
11162: 2004-02-10 paf
11163:
11164: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11165: compile. recommened latest libxml up to date
11166:
11167: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11168: pattern compilation errors", on which spent 4 hours worktime. use
11169: versions higher than that. recommended now latest up to date
11170:
11171: 2004-02-06 paf
11172:
11173: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11174: beauty: unified destructing style
11175:
11176: * src/main/untaint.C: beauty: removed old def/ifdef
11177:
11178: * src/main/untaint.C: beauty: coredump @unknown untaint language
11179: now
11180:
11181: 2004-02-03 paf
11182:
11183: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11184: targets/isapi/parser3isapi.C, types/pa_value.C,
11185: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11186: then %ld/%lu
11187:
11188: * src/main/pa_common.C: typo: %l -> %u
11189:
11190: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11191: in attributes or documents-results of transform now not xx;
11192:
11193: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11194:
11195: * src/main/pa_charset.C: bugfix: forgot to undo some
11196:
11197: * src/main/pa_charset.C: beauty: uncomment
11198: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11199: libraries
11200:
11201: 2004-02-02 paf
11202:
11203: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11204: $cookie:example[ $.value[value] $.path[/there/] ]
11205:
11206: $cookie:example[ $.value[] $.expires[session]
11207: $.path[/there/] $.domain[test.com] ]
11208:
11209: * src/types/pa_vform.C: bugfix: empty values with
11210: enctype=multipart/form-data now produce entries in $form:tables
11211: <form method=post enctype=multipart/form-data> <input type=hidden
11212: name=a> <input type=hidden name=b>
11213:
11214: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11215: <hr> <pre>$request:body
11216:
11217: 2004-01-30 paf
11218:
11219: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11220: or documents-results of transform now not xx;
11221:
11222: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11223: produce exception.
11224:
11225: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11226: bugfix: ^date::create[invalid fields now produce exception.
11227:
11228: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11229: year] now produces exception. todo: check other fields
11230:
11231: 2004-01-29 paf
11232:
11233: * src/include/pa_memory.h: typo error
11234:
11235: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11236: more byte then specified, then zeroed it << useless and
11237: potentially harmful(could gpf)
11238:
11239: 2004-01-22 paf
11240:
11241: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11242:
11243: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11244: optimization
11245:
11246: * src/main/untaint.C: bugfix: whitespace now optimized properly
11247: [were bug: ^taint[1 & 2]="1 &2"
11248:
11249: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11250: errors
11251:
11252: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11253: overflow
11254:
11255: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11256: error-reporting code * in parser-error reporting code [when no
11257: @unhandled_exception defined]
11258:
11259: fixed in one place: my *snprintf override
11260:
11261: 2004-01-13 paf
11262:
11263: * operators.txt: typo erro
11264:
11265: 2003-12-25 paf
11266:
11267: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11268: garbled [pieces after zero bytes were removed]
11269:
11270: 2003-12-22 paf
11271:
1.115 ! moko 11272: * src/include/: Makefile.am, Makefile.in: bugfix: removed from
! 11273: dist: src/include/pa_config_auto.h which were configured for
1.95 moko 11274: make-dist-platform and badly updated proper config file in target
11275: [when .tar used for updating existing source tree]
11276:
11277: * ChangeLog, operators.txt, src/classes/op.C,
11278: src/include/pa_sql_connection.h,
11279: src/include/pa_sql_driver_manager.h,
11280: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11281: feature: sql introducing ability to transcode charsets
11282:
11283: 2003-12-19 paf
11284:
11285: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11286: error message
11287:
11288: * src/main/pa_charset.C: bugfix: memory for charsethandler
11289: structure for libxml now allocated properly
11290:
11291: 2003-12-17 paf
11292:
11293: * src/types/pa_vfile.C: beauty: removed outdated cast
11294:
11295: * src/main/pa_common.C: bugfix: empty http response caused gpf
11296:
11297: * src/include/pa_string.h: bugfix: removed too strong a assert
11298:
11299: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11300: unreported xmlGenericErrors]
11301:
11302: 2003-12-15 paf
11303:
11304: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11305: works}
11306:
11307: 2003-12-11 paf
11308:
11309: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11310: id
11311: !$status:tid thread id
11312:
11313: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11314: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11315: bugfix(solaris): removed dependency on object initialization
11316: order [one more place]
11317:
11318: * src/: classes/file.C, classes/mail.C, classes/op.C,
11319: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11320: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11321: understand that
11322:
11323: * src/: classes/file.C, classes/mail.C, classes/op.C,
11324: classes/xdoc.C, include/pa_cache_managers.h,
11325: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11326: include/pa_stylesheet_manager.h, main/pa_request.C,
11327: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11328: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11329: ctor call [relying on implicit String::Body(cstr) call]
11330:
11331: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11332: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11333: object initialization order [two places]
11334:
11335: 2003-12-10 paf
11336:
11337: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11338: << time now ok
11339:
11340: * operators.txt, src/main/pa_sql_driver_manager.C,
11341: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11342: operational
11343:
11344: * ChangeLog, operators.txt, src/classes/xdoc.C,
11345: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11346: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11347: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11348: back operational
11349:
11350: 2003-12-02 paf
11351:
11352: * src/types/pa_vmail.C: bugfix:
11353: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11354: as-is forced]
11355:
11356: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11357: exceptions out of libxml callbacks: reimplemented error handling
11358: of http://localhost, parser://method and safemode check callbacks
11359:
11360: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11361: [merged from HEAD]
11362:
11363: * src/classes/image.C: nothing: comment removed
11364:
11365: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11366: addresses to int
11367:
11368: 2003-12-01 paf
11369:
11370: * src/main/pa_xml_io.C: bugfix: typo
11371:
11372: * src/main/pa_globals.C: bugfix: win32: compile prob
11373:
11374: * src/classes/xdoc.C: bugfix: typo
11375:
11376: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11377: exception
11378:
11379: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11380:
11381: 2003-11-28 paf
11382:
11383: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11384: all xml documents read
11385:
11386: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11387:
11388: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11389: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11390: replaced original open mech of xdoc::create & co to use libxml
11391: open, so that this would work for root document todo: safe mode
11392: checks to libxml: ideally to some 1 point
11393:
11394: * src/main/pa_xml_io.C: comment
11395:
11396: * operators.txt, src/main/pa_xml_io.C: leading / in
11397: http://parser[abscent params]
11398:
11399: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11400: works. todo: maybe replace original open mech of xdoc::create &
11401: co to use libxml open, so that this would work for root document
11402:
11403: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11404: "parser://method/params/here"> <test> &test^; </test> }]
11405:
11406: ^taint[^xdoc.string[]]
11407:
11408: @method[param] <!ENTITY test
11409: "test-entity-value+$form:user+$param!">
11410:
11411: 2003-11-27 paf
11412:
11413: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11414:
11415: * src/classes/date.C: bugfix: typo error
11416:
11417: 2003-11-26 paf
11418:
11419: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11420: src/main/Makefile.am, src/main/main.vcproj,
11421: src/main/pa_globals.C, src/main/pa_request.C,
11422: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11423: xml errors to hash<thread_id,error> reorganization: xml io moved
11424: to pa_xml_io.C/h
11425:
11426: * src/types/pa_value.h: warnings: --
11427:
11428: 2003-11-25 paf
11429:
11430: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11431: whatever)
11432:
11433: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11434: a, (c?x:y, z)
11435:
11436: * src/main/untaint.C: bugfix: consequences of not reading this
11437: comment: CORD_pos_chars_left /* Number of characters in cache.
11438: <= 0 ==> none */
11439:
11440: * src/include/pa_array.h: removed needless checks
11441:
11442: 2003-11-24 paf
11443:
11444: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11445: removed limit: now $form:xxx can be accessed anytime, even in
11446: @auto/conf [and request/response:charset still can be changed
11447: anytime]
11448:
11449: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11450: now not transcodes response body
11451:
11452: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11453: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11454: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11455: $xdoc.firstChild.firstChild.nodeValue[different]
11456: ^taint[^xdoc.string[]]
11457:
11458: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11459: workaround: static Hash::allocates -> static Hash_allocates
11460:
11461: 2003-11-21 paf
11462:
1.115 ! moko 11463: * Makefile.am, Makefile.in, configure, configure.in,
! 11464: src/classes/Makefile.am, src/classes/Makefile.in,
! 11465: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 11466: src/lib/Makefile.in, src/lib/gd/Makefile.in,
! 11467: src/lib/smtp/Makefile.in, src/targets/cgi/Makefile.am,
! 11468: src/targets/cgi/Makefile.in, src/types/Makefile.am,
! 11469: src/types/Makefile.in: rearrange: gd&smtp moved to src/lib
1.95 moko 11470:
11471: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11472:
11473: * src/classes/mail.C: bugfix: typo
11474:
11475: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.115 ! moko 11476: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
! 11477: src/lib/gd/gd.vcproj, src/lib/gd/gif.C, src/lib/gd/gif.h,
! 11478: src/lib/gd/gifio.C, src/lib/gd/mtables.h,
! 11479: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
! 11480: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11481: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11482:
11483: * src/main/pa_exec.C: bug in safe mode
11484:
11485: * src/include/Makefile.am: pa_xml_exception.h
11486:
11487: * src/targets/isapi/parser3isapi.C: more warnings --
11488:
11489: 2003-11-20 paf
11490:
11491: * src/: classes/math.C, classes/op.C, classes/string.C,
11492: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11493: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11494: --
11495:
11496: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11497: more warnings --
11498:
11499: * src/classes/xdoc.C: more warnings --
11500:
11501: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11502:
11503: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11504: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11505:
11506: * src/: classes/date.C, classes/file.C, classes/hash.C,
11507: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11508: classes/table.C, include/pa_cache_managers.h,
11509: include/pa_stylesheet_connection.h, main/pa_request.C,
11510: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11511: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11512: --
11513:
11514: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11515: can't report problem (undefined @unhandled_exception) problem
11516: source string were not reported
11517:
11518: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11519: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11520: classes/hashfile.C, classes/image.C, classes/int.C,
11521: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11522: classes/response.C, classes/string.C, classes/table.C,
11523: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11524: include/pa_array.h, include/pa_cache_managers.h,
11525: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11526: include/pa_config_fixed.h, include/pa_dictionary.h,
11527: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11528: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11529: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11530: include/pa_request.h, include/pa_request_charsets.h,
11531: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11532: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11533: include/pa_stack.h, include/pa_string.h,
11534: include/pa_stylesheet_connection.h,
11535: include/pa_stylesheet_manager.h, include/pa_table.h,
11536: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11537: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11538: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11539: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11540: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11541: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11542: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11543: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11544: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11545: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11546: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11547: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11548: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11549: targets/isapi/parser3isapi.C, types/pa_junction.h,
11550: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11551: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11552: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11553: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11554: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11555: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11556: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11557: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11558: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11559: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11560: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11561: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11562: types/pa_vresponse.h, types/pa_vstateless_class.C,
11563: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11564: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11565: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11566: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11567: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11568: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11569: const IDENT
11570:
11571: * src/: include/pa_array.h, include/pa_pool.h,
11572: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11573: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11574: types/pa_wcontext.h: more warnings --
11575:
11576: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11577: classes/file.C, classes/hash.C, classes/hashfile.C,
11578: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11579: classes/memory.C, classes/op.C, classes/string.C,
11580: classes/table.C, classes/xdoc.C, classes/xnode.C,
11581: include/pa_config_includes.h, include/pa_operation.h,
11582: include/pa_sql_connection.h, include/pa_table.h,
11583: include/pa_types.h, lib/ltdl/config_fixed.h,
11584: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11585: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11586: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11587: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11588: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11589: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11590: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11591: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11592: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11593: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11594: types/pa_vmail.C, types/pa_vobject.C,
11595: types/pa_vstateless_class.h, types/pa_vtable.C,
11596: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11597: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11598: on all projects (except libltdl=off & libsdbm=level3) found
11599: several unitialized vars
11600:
11601: 2003-11-19 paf
11602:
11603: * src/classes/op.C: more ansi C++ comp
11604:
11605: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11606: src/main/pa_request.C: ^cache[...]{body}{catch block with
11607: $exception.handled[cache] meaning "get expired cache, if any.
11608: else error"}
11609:
11610: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11611: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11612: ^cache[...]{body}{catch code with $exception.cache field}
11613:
11614: 2003-11-12 paf
11615:
11616: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11617: [copy/paste bug]
11618:
11619: 2003-11-11 paf
11620:
11621: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11622: failed]
11623:
11624: * bin/auto.p.dist.in: colno
11625:
11626: 2003-11-10 paf
11627:
11628: * src/types/pa_vconsole.h: flush
11629:
11630: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11631: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11632: read/write [for nntp]
11633:
11634: * operators.txt: mysql: transaction support: ?autocommit=0
11635:
11636: * operators.txt: comment: updated
11637:
11638: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11639: serialize version and exipire now removes entries
11640:
11641: * operators.txt: ^hashfile.delete[] removes files altogether [and
11642: dir, if could]
11643:
11644: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11645: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11646: removes files altogether [and dir, if could]
11647:
11648: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11649: nonexistent pair. .c coded that that was error. fixed
11650:
11651: * src/types/pa_vhashfile.C: sdbm: exception type change to
11652: file.access [regretfull can't split it to different exceptions
11653: without modifying sdbm source wich would prefer not to]
11654:
11655: 2003-11-07 paf
11656:
11657: * src/: classes/date.C, classes/file.C, classes/hash.C,
11658: classes/hashfile.C, classes/image.C, classes/table.C,
11659: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11660: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11661: main/execute.C, main/main.vcproj, main/pa_pool.C,
11662: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11663: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11664: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11665: destructing objects at request processing end
11666:
11667: 2003-11-06 paf
11668:
11669: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11670: updates
11671:
11672: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11673: to include sdbm
11674:
1.115 ! moko 11675: * src/include/: Makefile.in, pa_config_includes.h, pa_version.h:
! 11676: our replacements of max& co only for cpp
1.95 moko 11677:
11678: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11679: upper dir, .am updated
11680:
11681: * tests/todo.txt: hashfile: done
11682:
11683: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11684: expiration [time in value. todo: move time to key]
11685:
11686: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11687:
11688: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11689: to do that in foreach, no errors, but surely wrong]
11690:
11691: * operators.txt, src/types/pa_vhashfile.C,
11692: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11693:
11694: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11695: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11696: foreach
11697:
11698: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11699: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11700:
11701: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11702: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11703:
11704: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11705: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11706: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11707: get/put [raw]
11708:
11709: * src/: classes/op.C, main/pa_os.C: just linked
11710:
11711: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11712: XmlException changes
11713:
11714: * src/: include/pa_charset.h, include/pa_globals.h,
11715: include/pa_stylesheet_connection.h, main/pa_exception.C:
11716: XmlException changes
11717:
11718: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
11719:
11720: * src/: include/pa_common.h, include/pa_exception.h,
11721: main/main.vcproj, main/pa_common.C, include/pa_os.h,
11722: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
11723: main/pa_xml_exception.C: locking move to pa_os [along with
11724: pa_sleep] apr-impl locking done
11725:
11726: * configure, configure.in, operators.txt, parser3.sln,
11727: src/classes/classes.vcproj, src/classes/hashfile.C,
11728: src/classes/xdoc.C, src/include/pa_config_fixed.h,
11729: src/include/pa_exception.h, src/include/pa_globals.h,
11730: src/include/pa_memory.h, src/include/pa_version.h,
11731: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
11732: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
11733: src/main/compile.tab.C, src/main/main.vcproj,
11734: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
11735: src/types/Makefile.am, src/types/pa_vhash.C,
11736: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11737: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
11738: again with sdbm from apache
11739:
11740: 2003-11-05 paf
11741:
11742: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11743: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
11744: \parser3project dir anymore
11745:
11746: * src/main/pa_charset.C: bugfix: had broken binary search [copied
11747: thoughtlessly from xalan]
11748:
11749: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
11750: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
11751: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
11752:
11753: * src/main/helpers/CaseFolding.txt:
11754: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
11755:
11756: 2003-11-04 paf
11757:
11758: * operators.txt: comment: ^mail:send[$.options[
11759:
11760: * src/classes/table.C: compiled on unix
11761:
1.115 ! moko 11762: * src/classes/: Makefile.am, Makefile.in: classes.C to rebuild last
1.95 moko 11763:
11764: * src/classes/mail.C: compiled on unix
11765:
11766: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
11767: src/types/pa_vmail.h: !^mail:send[
11768: $.options[unix: string to append to sendmail command
11769: line]
11770:
11771: * operators.txt, src/classes/table.C, src/main/pa_string.C,
11772: tests/todo.txt: ^table.save[... $.separator[^#09]
11773: $.encloser["] <nothing> by default
11774:
11775: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
11776: !$.separator[^#09] !$.encloser["] <nothing> by
11777: default
11778:
11779: 2003-11-03 paf
11780:
11781: * operators.txt, src/classes/table.C, src/main/pa_common.C:
11782: ^table::load[; options: !$.column-separator[^#09]
11783: !$.column-encloser["]
11784:
11785: * operators.txt, src/include/pa_config_fixed.h,
11786: src/types/pa_vrequest.C: $request:document-root
11787:
11788: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
11789: [already included into uri=xxx]
11790:
11791: * operators.txt, src/classes/image.C, tests/todo.txt:
11792: ^image.gif[filename] for $response:download
11793:
11794: * src/classes/date.C: minor precaution
11795:
11796: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
11797: !^date.unix-timestamp[]
11798:
11799: 2003-10-30 paf
11800:
11801: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
11802: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
11803:
11804: * src/classes/: date.C, image.C: improvement diagnostics:
11805: $now[^date::create[$undefined]] now is error
11806:
11807: * src/main/pa_common.C: read errors would now be reported 'actually
11808: read -1 bytes'
11809:
11810: 2003-10-24 paf
11811:
11812: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
11813: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
11814: src/main/Makefile.am, src/targets/cgi/Makefile.am,
11815: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
11816:
11817: 2003-10-22 paf
11818:
11819: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
11820:
11821: 2003-10-21 paf
11822:
11823: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
11824: fixed: string.match[g] without <'> option produced columns with
11825: NULL's, which gpf'ed at table.save time
11826:
11827: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
11828: recoursion' message with intensive throw-catches fixed: incorrect
11829: name and line (one name upper then needed) in error message about
11830: problems inside try block
11831:
11832: 2003-10-10 paf
11833:
11834: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
11835: check offset argument for validity did that in String::Body::pos
11836: myself http://i2/tasks/edit/?id=4577425257580789777
11837:
11838: 2003-10-07 paf
11839:
11840: * src/main/: compile.tab.C, compile.y: ^if ( better error:
11841: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
11842:
11843: 2003-10-03 paf
11844:
11845: * parser3.sln, src/include/pa_dictionary.h,
11846: src/main/pa_dictionary.C, src/main/pa_string.C,
11847: src/targets/cgi/parser3.vcproj: dictionary optimized by
11848: precalculating cstr&length
11849:
11850: 2003-10-02 paf
11851:
11852: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11853: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11854: main/pa_stylesheet_manager.C: bugfix: ^throw context were
11855: saved/restored incompletely http://www.parser.ru/forum/?id=21484
11856:
11857: 2003-09-30 paf
11858:
11859: * src/main/pa_string.C: string::replace bug fix [were ignoring
11860: occurrances after lang-mismatched
11861:
11862: 2003-09-29 paf
11863:
11864: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
11865: helper
11866:
11867: * src/main/pa_string.C: string::serialize bug fix with
11868: zero-terminator
11869:
11870: * src/classes/table.C: ^nameless_table.save column row now has no
11871: \t at the end
11872:
11873: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
11874: @postprocess now takes $response:body/download
11875:
11876: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
11877: error message
11878:
11879: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
11880:
11881: * src/classes/table.C: bugfix: flip: must produce nameless
11882: http://i2/tasks/edit/?id=4573405524674081244
11883:
11884: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
11885: main/helpers/simple_folding.pl: utf-8 upper/lower
11886:
11887: * src/main/pa_common.C: bugfix: utf signature were not ignored due
11888: to typo error http://i2/tasks/edit/?id=4573354650786434584
11889:
11890: 2003-09-26 paf
11891:
11892: * src/main/untaint.C: removed needless field
11893:
11894: * src/main/untaint.C: removed needless const
11895:
11896: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
11897: String.for_each bug fixed [omited one-char cases]
11898:
11899: * src/include/pa_stack.h: bugfix: before collecting garbage,
11900: runtime-executor stack were cleared... BADLY
11901:
11902: * src/main/pa_string.C: ^stirng.replace code used old
11903: param-convention on langs.append, fixed that search fo the like,
11904: found none
11905:
11906: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
11907: string::serialize/deserialize implemented Language enum assigned
11908: meaningful letters [more convinient for debugging. read warning
11909: before adding/changing anything]
11910:
11911: 2003-09-25 paf
11912:
11913: * src/: include/pa_string.h, include/pa_version.h,
11914: main/pa_string.C, main/untaint.C: templates and anonymous unions
11915: differences on unix
11916:
11917: * parser3.sln, src/classes/file.C, src/classes/image.C,
11918: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
11919: src/classes/xdoc.C, src/classes/xnode.C,
11920: src/include/pa_cache_managers.h, src/include/pa_charset.h,
11921: src/include/pa_charsets.h, src/include/pa_common.h,
11922: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
11923: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
11924: src/include/pa_table.h, src/lib/cord/cordbscs.c,
11925: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
11926: src/lib/cord/include/cord.h, src/main/compile.tab.C,
11927: src/main/compile_tools.h, src/main/pa_charset.C,
11928: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
11929: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11930: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
11931: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
11932: src/types/pa_vmail.C, src/types/pa_vmath.C,
11933: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
11934: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
11935:
11936: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
11937: functions aligned to that of eeparser3 look
11938:
11939: * src/lib/cord/cordprnt.c: removed warnings
11940:
11941: 2003-09-24 paf
11942:
11943: * src/: classes/file.C, classes/image.C, classes/mail.C,
11944: classes/op.C, classes/xdoc.C, classes/xnode.C,
11945: include/pa_cache_managers.h, include/pa_charset.h,
11946: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
11947: include/pa_sql_driver_manager.h, include/pa_string.h,
11948: include/pa_stylesheet_manager.h, include/pa_table.h,
11949: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
11950: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
11951: main/pa_sql_driver_manager.C, main/pa_string.C,
11952: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
11953: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
11954: types/pa_vstateless_class.h, types/pa_vstatus.C,
11955: types/pa_vxnode.C: v() functions of String::Body,
11956: String::Languages and String itself StringBody->String::Body
11957:
11958: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11959: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
11960: never optimized anything. todo: somehow speed up harder cases:
11961: concatenationA+concatenationB when last block of A and first of B
11962: contain same letters
11963:
11964: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11965: lib/cord/include/cord.h: langs: speed up by joining adjucent
11966: blocks of same char [CORD_append_block]
11967:
11968: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11969: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
11970: save space by extending blocks when appending block with c ==
11971: lastblock.c
11972:
11973: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
11974: working yet :( but more working &understood :)
11975:
11976: * src/: classes/table.C, include/pa_string.h,
11977: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
11978:
11979: 2003-09-23 paf
11980:
11981: * src/main/untaint.C: $a[ok!] $a works!
11982:
11983: * src/main/untaint.C: something even more works :)
11984:
11985: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11986: something more works :)
11987:
11988: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11989: lib/cord/cordxtra.c: something already works :)
11990:
11991: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
11992: serialize&deserialize
11993:
11994: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
11995: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
11996: main/untaint.C: main idea implemented, details left
11997:
11998: 2003-09-22 paf
11999:
12000: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12001:
12002: * src/classes/xnode.C: copy/paste comment bugfix
12003:
12004: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12005: allocator returns 0, just die.
12006: http://i2/tasks/edit/?id=4570798492410259445
12007:
12008: * src/classes/xdoc.C: copy/paste comment bugfix
12009:
12010: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12011: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12012: xnode: getAttributeNS setAttributeNS removeAttributeNS
12013: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12014:
12015: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12016: chars due to bitwise operation signed-char error]
12017:
12018: 2003-09-19 paf
12019:
12020: * src/types/pa_wcontext.C: output message: more practical
12021: suggestion
12022:
12023: * src/main/pa_common.C, operators.txt: merged
12024: $f[^file::load[binary;http://...]] $f.tables
12025:
12026: 2003-09-02 paf
12027:
12028: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12029: flush stdout without referencing 'stdout' symbol. to hell with
12030: non-ansi libraries without 'stdout' symbol
12031:
12032: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12033: unix (users reported problems with some old libc)
12034:
12035: * src/types/pa_vdate.h: forgot initializer
12036:
12037: 2003-09-01 paf
12038:
12039: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12040: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12041: zone]
12042:
12043: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12044:
12045: 2003-08-19 paf
12046:
12047: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12048: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12049: simplified a little
12050:
12051: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12052: [lost fix from 3.0.8]
12053:
12054: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12055: visible here }
12056:
12057: bug fix
12058:
12059: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12060:
12061: * src/main/compile.tab.C: initialized couple of variables about
12062: which user reported runtime problems when parser were compiled
12063: with VC7, warning level4. study shows that later in bison
12064: they've fixed that. would migrate to latest bison someday
12065:
12066: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12067: recoding headers)
12068:
12069: * src/types/pa_vmail.C: works as before, same charset problems:
12070: gmime recodes to UTF-8 only headers, not body. so not recoding
12071: anything for now
12072:
12073: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12074: problems with body
12075:
12076: * src/types/pa_vmail.C: mail_receive just compiled
12077:
12078: 2003-08-18 paf
12079:
12080: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12081: main/main.vcproj, types/types.vcproj: win32: continued process
12082: detaching from \parser3project directory
12083:
12084: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12085: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12086: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12087: src/lib/pcre/pcre_dftables.dsp,
12088: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12089: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12090: src/types/types.dsp: moved to MSVC 7
12091:
12092: * gnu.vcproj.vspscc, parser3.vssscc,
12093: src/classes/classes.vcproj.vspscc,
12094: src/lib/cord/cord.vcproj.vspscc,
12095: src/lib/ltdl/libltdl.vcproj.vspscc,
12096: src/lib/md5/md5.vcproj.vspscc,
12097: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12098: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12099: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12100: src/targets/isapi/parser3isapi.vcproj.vspscc,
12101: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12102: moved to MSVC 7
12103:
12104: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12105: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12106: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12107: src/lib/pcre/pcre_dftables.vcproj,
12108: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12109: src/targets/cgi/parser3.vcproj,
12110: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12111: new VS project files
12112:
12113: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12114: .NET to detect Jalindi Igloo capabilities.
12115:
12116: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.115 ! moko 12117: src/classes/Makefile.in, src/classes/classes.awk,
! 12118: src/doc/footer.htm, src/include/pa_config_fixed.h,
! 12119: src/include/pa_version.h, src/lib/Makefile.am,
! 12120: src/lib/Makefile.in, src/main/compile.tab.C,
1.95 moko 12121: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12122: src/types/pa_vmail.C: merged 3.1.0 latest changes
12123:
12124: 2003-08-15 paf
12125:
12126: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12127: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12128:
12129: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12130: non-ascii <yyy> now encoded correctly
12131:
12132: 2003-07-29 paf
12133:
1.115 ! moko 12134: * src/classes/: Makefile.am, Makefile.in, classes.awk: classes.awk
! 12135: added to make dist
1.95 moko 12136:
12137: * src/types/pa_vmail.C: just started --with-mail-receive
12138:
12139: 2003-07-28 paf
12140:
1.115 ! moko 12141: * src/: classes/Makefile.am, classes/Makefile.in, lib/Makefile.am,
! 12142: lib/Makefile.in: removed circular dependence in src/classes,
! 12143: src/lib/gc now in dist
1.95 moko 12144:
12145: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12146:
12147: 2003-07-25 paf
12148:
12149: * src/doc/footer.htm: year
12150:
12151: 2003-07-24 paf
12152:
12153: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12154: fix
12155:
12156: * src/include/pa_version.h: release
12157:
1.115 ! moko 12158: * src/lib/gc/include/: Makefile.am, Makefile.in, gc.h: moved
! 12159: tempate_gc to HEAD
1.95 moko 12160:
12161: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12162: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12163: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12164: getting rid of win32xml pseudo project
12165:
12166: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12167:
1.115 ! moko 12168: * ChangeLog, INSTALL, Makefile.am, Makefile.in, acsite.m4,
! 12169: configure, configure.in, operators.txt, parser3.dsw,
! 12170: bin/Makefile.in, etc/Makefile.in,
! 12171: etc/parser3.charsets/Makefile.in,
1.95 moko 12172: etc/parser3.charsets/koi8-r.cfg,
1.115 ! moko 12173: etc/parser3.charsets/windows-1251.cfg, src/Makefile.in,
! 12174: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 12175: src/classes/classes.C, src/classes/classes.awk,
12176: src/classes/classes.dsp, src/classes/classes.h,
12177: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12178: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12179: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12180: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12181: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12182: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12183: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12184: src/doc/string.dox, src/include/Makefile.am,
1.115 ! moko 12185: src/include/Makefile.in, src/include/pa_array.h,
! 12186: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 12187: src/include/pa_charsets.h, src/include/pa_common.h,
! 12188: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
! 12189: src/include/pa_config_includes.h, src/include/pa_dictionary.h,
! 12190: src/include/pa_dir.h, src/include/pa_exception.h,
! 12191: src/include/pa_exec.h, src/include/pa_globals.h,
! 12192: src/include/pa_hash.h, src/include/pa_memory.h,
! 12193: src/include/pa_opcode.h, src/include/pa_operation.h,
! 12194: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
1.95 moko 12195: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12196: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12197: src/include/pa_sapi.h, src/include/pa_socks.h,
12198: src/include/pa_sql_connection.h,
12199: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12200: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12201: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12202: src/include/pa_threads.h, src/include/pa_types.h,
1.115 ! moko 12203: src/include/pa_uue.h, src/lib/Makefile.am, src/lib/Makefile.in,
! 12204: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
! 12205: src/lib/cord/cord.dsp, src/lib/cord/cordbscs.c,
! 12206: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
! 12207: src/lib/cord/source.url, src/lib/cord/include/Makefile.am,
! 12208: src/lib/cord/include/Makefile.in, src/lib/cord/include/cord.h,
1.95 moko 12209: src/lib/cord/include/ec.h,
12210: src/lib/cord/include/private/Makefile.am,
1.115 ! moko 12211: src/lib/cord/include/private/Makefile.in,
1.95 moko 12212: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.115 ! moko 12213: src/lib/gc/Makefile.in, src/lib/ltdl/Makefile.in,
! 12214: src/lib/ltdl/libltdl.dsp, src/lib/md5/Makefile.in,
! 12215: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
! 12216: src/lib/pcre/Makefile.in, src/lib/pcre/pcre.h,
1.95 moko 12217: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.115 ! moko 12218: src/main/Makefile.in, src/main/compile.C, src/main/compile.tab.C,
! 12219: src/main/compile.y, src/main/compile_tools.C,
! 12220: src/main/compile_tools.h, src/main/execute.C, src/main/main.dsp,
! 12221: src/main/pa_array.C, src/main/pa_cache_managers.C,
! 12222: src/main/pa_charset.C, src/main/pa_charsets.C,
! 12223: src/main/pa_common.C, src/main/pa_dictionary.C,
! 12224: src/main/pa_dir.C, src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12225: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12226: src/main/pa_request.C, src/main/pa_socks.C,
12227: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12228: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.115 ! moko 12229: src/main/pa_uue.C, src/main/untaint.C, src/sql/Makefile.in,
! 12230: src/sql/pa_sql_driver.h, src/targets/Makefile.am,
! 12231: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 12232: src/targets/cgi/Makefile.in, src/targets/cgi/getopt.c,
! 12233: src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
! 12234: src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
! 12235: src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
! 12236: src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
! 12237: src/targets/isapi/Makefile.in, src/targets/isapi/pa_pool.C,
1.95 moko 12238: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12239: src/targets/isapi/parser3isapi.dsp,
12240: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.115 ! moko 12241: src/types/Makefile.in, src/types/pa_junction.h,
! 12242: src/types/pa_method.h, src/types/pa_value.C,
! 12243: src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12244: src/types/pa_vclass.C, src/types/pa_vclass.h,
12245: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12246: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12247: src/types/pa_vdouble.h, src/types/pa_venv.h,
12248: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12249: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12250: src/types/pa_vimage.C, src/types/pa_vimage.h,
12251: src/types/pa_vint.h, src/types/pa_vjunction.h,
12252: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12253: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12254: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12255: src/types/pa_vobject.C, src/types/pa_vobject.h,
12256: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12257: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12258: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12259: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12260: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12261: src/types/pa_vstring.h, src/types/pa_vtable.C,
12262: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12263: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12264: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12265: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12266: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12267: HEAD
12268:
12269: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12270: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12271: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12272: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12273: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12274: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12275: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12276: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12277: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12278: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12279: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12280: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12281: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12282: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12283: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12284: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12285: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12286: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12287: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12288: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12289: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12290: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12291: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12292: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12293: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12294: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12295: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12296: outputs/create-dir, results/001.processed, results/002.processed,
12297: results/003.processed, results/004.processed,
12298: results/005.processed, results/006.processed,
12299: results/007.processed, results/008.processed,
12300: results/009.processed, results/010.processed,
12301: results/011.processed, results/012.processed,
12302: results/013.processed, results/014.processed,
12303: results/015.processed, results/016.processed,
12304: results/017.processed, results/018.processed,
12305: results/019.processed, results/020.processed,
12306: results/021.processed, results/022.processed,
12307: results/023.processed, results/024.processed,
12308: results/025.processed, results/026.processed,
12309: results/027.processed, results/028.processed,
12310: results/029.processed, results/030.processed,
12311: results/031.processed, results/032.processed,
12312: results/033.processed, results/034.processed,
12313: results/035.processed, results/036.processed,
12314: results/037.processed, results/038.processed,
12315: results/039.processed, results/040.processed,
12316: results/041.processed, results/042.processed,
12317: results/043.processed, results/044.processed,
12318: results/045.processed, results/046.processed,
12319: results/047.processed, results/048.processed,
12320: results/049.processed, results/050.processed,
12321: results/051.processed, results/052.processed,
12322: results/053.processed, results/054.processed,
12323: results/055.processed, results/056.processed,
12324: results/057.processed, results/058.processed,
12325: results/059.processed, results/060.processed,
12326: results/061.processed, results/062.processed,
12327: results/063.processed, results/064.processed,
12328: results/065.processed, results/066.processed,
12329: results/067.processed, results/068.processed,
12330: results/069.processed, results/070.processed,
12331: results/071.processed, results/072.processed,
12332: results/073.processed, results/074.processed,
12333: results/075.processed, results/076.processed,
12334: results/077.processed, results/078.processed,
12335: results/079.processed, results/080.processed,
12336: results/081.processed, results/082.processed,
12337: results/083.processed, results/084.processed,
12338: results/085.processed, results/086.processed,
12339: results/087.processed, results/088.processed,
12340: results/089.processed, results/090.processed,
12341: results/091.processed, results/092.processed,
12342: results/093.processed, results/094.processed,
12343: results/095.processed, results/096.processed,
12344: results/097.processed, results/098.processed,
12345: results/099.processed, results/100.processed,
12346: results/101.processed, results/102.processed,
12347: results/103.processed, results/104.processed,
12348: results/105.processed, results/106.processed,
12349: results/107.processed, results/108.processed,
12350: results/109.processed, results/110.processed,
12351: results/111.processed, results/112.processed,
12352: results/113.processed, results/114.processed,
12353: results/115.processed, results/116.processed,
12354: results/117.processed, results/118.processed,
12355: results/119.processed, results/120.processed,
12356: results/121.processed, results/122.processed,
12357: results/123.processed, results/124.processed,
12358: results/125.processed, results/126.processed,
12359: results/127.processed, results/128.processed,
12360: results/129.processed, results/130.processed,
12361: results/131.processed, results/132.processed,
12362: results/133.processed, results/134.processed,
12363: results/135.processed, results/136.processed,
12364: results/137.processed, results/138.processed,
12365: results/139.processed, results/140.processed,
12366: results/141.processed: merged(copied) to HEAD from template_gc
12367:
12368: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12369: towards \parser3project not having to be in root
12370:
12371: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12372: module compiled [were minor unnecessary changes in lib/md5
12373: interface]
12374:
12375: * src/include/pa_version.h: release
12376:
12377: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12378:
12379: * src/classes/math.C: merged uuid bugfix
12380:
12381: * tests/: 141.html, results/141.processed: fixed bug with
12382: too-small-a-buffer
12383:
12384: * src/classes/math.C: uuid bugfix
12385:
12386: * tests/: 141.html, Makefile, results/005.processed,
12387: results/030.processed, results/075.processed,
12388: results/078.processed: to reflect date format change (were -
12389: become ' ')
12390:
12391: * src/classes/math.C: uuid bugfix
12392:
12393: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12394: debug/release changes
12395:
12396: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12397:
12398: 2003-07-23 paf
12399:
12400: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12401: renamed a little [to move to comman naming conv]
12402:
1.115 ! moko 12403: * src/targets/: Makefile.am, Makefile.in: apache13 splitted to
! 12404: simplify apache build
1.95 moko 12405:
12406: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12407: main/pa_request.C, main/pa_sql_driver_manager.C,
12408: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12409: stack top_index() fixed
12410:
12411: * src/main/pa_globals.C: minor style changes
12412:
12413: * src/: classes/op.C, include/pa_sql_connection.h: connection
12414: closing/caching fixed [connections were not closed/put to cache]
12415:
12416: 2003-07-22 paf
12417:
12418: * INSTALL: gc part updated stightly
12419:
12420: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12421: new sapi interface
12422:
12423: * src/classes/file.C: comment on OS
12424:
12425: * src/main/pa_string.C: removed reduntant invariant check [there is
12426: one deeper in cord lib]
12427:
12428: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12429:
12430: * src/main/pa_memory.C: out of memory is no longer coredump
12431:
12432: * INSTALL: disable-threads adviced
12433:
12434: 2003-07-21 paf
12435:
1.115 ! moko 12436: * src/classes/: Makefile.am, Makefile.in: removed circular
! 12437: dependency on classes.C
1.95 moko 12438:
12439: * src/classes/file.C: file::exec/cgi environment variables now must
12440: be UPPERCASE and A-Z 0-9 _-
12441:
12442: * src/classes/file.C: env passing fixed
12443:
12444: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12445:
12446: * src/main/pa_common.C: http:// CRLF now
12447:
12448: 2003-07-02 paf
12449:
12450: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12451: fields to reflect their real meaning
12452:
12453: 2003-06-27 paf
12454:
12455: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12456: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12457: file::exec/cgi .charset
12458:
12459: 2003-06-26 paf
12460:
12461: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12462: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12463: src/classes/table.C: fixed several uninitialized local
12464: structures. notably ^hash.foreach now inserts delimiters
12465: properly [were inserting it before first body]
12466:
12467: 2003-06-24 paf
12468:
12469: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12470:
12471: 2003-06-20 paf
12472:
12473: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12474: src/main/pa_globals.C: introducing
12475: $f[^file::load[binary;http://...]] $f.tables
12476:
12477: 2003-06-06 paf
12478:
12479: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12480: table. [were method lookup: inconsistent]
12481:
12482: 2003-06-02 paf
12483:
12484: * src/include/pa_memory.h: empty string clone fixed to return
12485: writable memory
12486:
12487: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12488: were not appended] which violated string invariant
12489:
12490: 2003-05-30 paf
12491:
12492: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12493: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12494:
12495: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12496: GMT ; RFC 822, updated by RFC 1123
12497:
12498: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12499: targets/isapi/parser3isapi.C: initialized request_info properly
12500:
12501: * src/classes/xnode.C: found minor bug, commended for future
12502:
12503: 2003-05-28 paf
12504:
12505: * src/classes/form.C: request_info.content_length can't be <0,
12506: size_t for some time
12507:
12508: 2003-05-26 paf
12509:
12510: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12511: forgotten <0 changed to !=STRING_NOT_FOUND
12512:
12513: * src/classes/math.C: merged ffffu from HEAD
12514:
12515: 2003-05-11 paf
12516:
12517: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12518:
12519: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12520: premature doc free. transformed document had xmlDoc reference
12521: stored to non-gc-memory (libgdome) added holding-reference
12522:
12523: 2003-04-29 paf
12524:
12525: * src/main/pa_globals.C: started digging on double free. on win32
12526: found that that's perfectly normal.
12527:
12528: 2003-04-25 paf
12529:
12530: * src/classes/table.C: table.join bug fix [bad limit check]
12531:
12532: * src/classes/math.C: merged from HEAD: simpiler hash_string
12533:
12534: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12535: print anything. changed to quicker and simplier code
12536:
12537: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12538: strict a check]
12539:
12540: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12541:
12542: 2003-04-24 paf
12543:
12544: * src/include/pa_table.h: too strict assert loosened
12545:
12546: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12547: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12548: report
12549:
12550: 2003-04-21 paf
12551:
1.115 ! moko 12552: * src/targets/cgi/: Makefile.am, Makefile.in: pp3 added to .am
1.95 moko 12553:
12554: * src/main/pa_globals.C: pcre memory management changed to use GC
12555: memory
12556:
12557: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12558: xmlMallocAtomic [author agreed to my suggestion], used that
12559:
12560: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12561:
12562: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12563: types/pa_vmail.C: attributed_meaning_to_string added
12564: L_UNSPECIFIED piece which was sortof OK, but violated string
12565: invariant [assertion barked on that] changed to L_PASS_APPEND,
12566: made that param obligatory
12567:
12568: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12569: fixed [assert helped]
12570:
12571: * src/include/pa_string.h: assert added [looking for bug]
12572:
12573: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12574: names on Win32 considered disk-global
12575:
12576: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12577: considered disk-global
12578:
12579: 2003-04-18 paf
12580:
12581: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12582: filenames
12583:
12584: * src/main/untaint.C: enabled '~' letter in filenames
12585:
12586: 2003-04-16 paf
12587:
12588: * src/classes/file.C: small bug introduced in autoptr times fixed
12589:
12590: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12591: HEAD
12592:
1.115 ! moko 12593: * src/: classes/table.C, lib/Makefile.in: fix: gcc reported tiny
! 12594: error
1.95 moko 12595:
12596: 2003-04-15 paf
12597:
12598: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12599: src/lib/md5/pa_md5c.c, tests/141.html,
12600: tests/results/141.processed: merged from head ^math:uuid[]
12601: ^math:uid64[] ^math:md5[string]
12602:
12603: test added: 141.html
12604:
12605: * operators.txt, src/classes/math.C: ^math:uid64[]
12606:
12607: * src/classes/math.C: ^math:uuid[]
12608:
12609: * operators.txt, src/classes/math.C: ^math:uuid[]
12610:
12611: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12612: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12613:
12614: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12615: src/include/pa_config_fixed.h, src/main/pa_common.C:
12616: ^file::load[mode;name; $.offset $.limit
12617:
12618: 2003-04-14 paf
12619:
12620: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12621: started ^math:md5
12622:
12623: * src/classes/table.C, src/include/pa_array.h,
12624: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12625: tests/results/140.processed: table $.reverse option works in
12626: create&co table $.distinct[tables] bug fix merged
12627:
12628: * src/: classes/table.C, include/pa_table.h: table
12629: $.distinct[tables] bug fixed
12630:
12631: * src/classes/table.C: more warnings
12632:
12633: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12634: removed checks in table::set_current, moved them back to
12635: table::locate implemented table::create/join ñ $.reverse
12636:
12637: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12638: removed checks in table::set_current, moved them back to
12639: table::locate
12640:
12641: 2003-04-11 paf
12642:
12643: * operators.txt, src/classes/date.C, src/classes/table.C,
12644: src/include/pa_array.h, src/include/pa_common.h,
12645: src/include/pa_config_includes.h, src/include/pa_string.h,
12646: src/include/pa_table.h, src/main/pa_request.C,
12647: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12648: src/main/pa_table.C: merged from HEAD from
12649: before_append_array_limit_sense_change to
12650: after_append_array_limit_sense_change
12651:
12652: * src/classes/table.C: typo
12653:
12654: * operators.txt, src/classes/date.C, src/classes/table.C,
12655: src/include/pa_array.h, src/include/pa_common.h,
12656: src/include/pa_config_includes.h, src/include/pa_globals.h,
12657: src/include/pa_table.h, src/main/pa_array.C,
12658: src/main/pa_globals.C, src/main/pa_request.C,
12659: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12660: src/main/pa_table.C: append_array_limit_sense_change locate
12661: accepts options same as create new option: $.reverse(1) [do not
12662: work in table::create]
12663:
12664: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12665: (stat xxx,
12666:
12667: * src/classes/: table.C: typo
12668:
12669: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12670: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12671: results/130.processed, results/131.processed,
12672: results/132.processed, results/133.processed,
12673: results/134.processed, results/135.processed,
12674: results/136.processed, results/137.processed,
12675: results/138.processed, results/139.processed: added few mustfail
12676: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12677: date/time 132.html mustfail: access to junction outside of
12678: context 133.html mustfail: access to junction outside of context,
12679: case version 134.html mustfail: hash: adding a key inside of
12680: foreach 135.html mustfail: modifying system class 136.html
12681: mustfail: $.name outside of $hash[here] 137.html mustfail:
12682: appendChild without import 138.html mustfail: invalid encoding
12683: inside of xml 139.html mustfail: bad XPath
12684:
12685: * operators.txt, src/classes/table.C, tests/084.html,
12686: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12687: tests/129.html, tests/results/125.processed,
12688: tests/results/126.processed, tests/results/127.processed,
12689: tests/results/128.processed, tests/results/129.processed: merged
12690: from HEAD ^table.hash[key][$.distinct[tables]]
12691:
12692: maked appropriate tests [changed one old nonconforming]
12693:
12694: * operators.txt, src/classes/table.C:
12695: ^table.hash[key][$.distinct[tables]]
12696:
12697: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12698: merged fix for found very old xml (dom) bug: were passing
12699: domString objects and later ERROREOUSLY freed them
12700:
12701: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12702: src/main/pa_charset.C: re-added libgdome patch. regretfully
12703: libgdome bug can not be worked around
12704:
12705: 2003-04-10 paf
12706:
12707: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12708: found very old xml (dom) bug: were passing domString objects and
12709: later ERROREOUSLY freed them
12710:
12711: * src/doc/string.dox, src/include/pa_memory.h,
12712: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12713: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12714: tests/123.html, tests/124.html, tests/results/001.processed,
12715: tests/results/002.processed, tests/results/003.processed,
12716: tests/results/004.processed, tests/results/005.processed,
12717: tests/results/006.processed, tests/results/008.processed,
12718: tests/results/009.processed, tests/results/010.processed,
12719: tests/results/011.processed, tests/results/012.processed,
12720: tests/results/013.processed, tests/results/014.processed,
12721: tests/results/015.processed, tests/results/016.processed,
12722: tests/results/017.processed, tests/results/018.processed,
12723: tests/results/020.processed, tests/results/021.processed,
12724: tests/results/022.processed, tests/results/023.processed,
12725: tests/results/024.processed, tests/results/025.processed,
12726: tests/results/026.processed, tests/results/027.processed,
12727: tests/results/028.processed, tests/results/029.processed,
12728: tests/results/030.processed, tests/results/031.processed,
12729: tests/results/032.processed, tests/results/033.processed,
12730: tests/results/034.processed, tests/results/035.processed,
12731: tests/results/036.processed, tests/results/037.processed,
12732: tests/results/038.processed, tests/results/039.processed,
12733: tests/results/040.processed, tests/results/041.processed,
12734: tests/results/042.processed, tests/results/043.processed,
12735: tests/results/044.processed, tests/results/045.processed,
12736: tests/results/046.processed, tests/results/047.processed,
12737: tests/results/048.processed, tests/results/049.processed,
12738: tests/results/050.processed, tests/results/051.processed,
12739: tests/results/052.processed, tests/results/053.processed,
12740: tests/results/054.processed, tests/results/055.processed,
12741: tests/results/056.processed, tests/results/057.processed,
12742: tests/results/058.processed, tests/results/059.processed,
12743: tests/results/060.processed, tests/results/061.processed,
12744: tests/results/062.processed, tests/results/063.processed,
12745: tests/results/064.processed, tests/results/065.processed,
12746: tests/results/066.processed, tests/results/067.processed,
12747: tests/results/068.processed, tests/results/069.processed,
12748: tests/results/070.processed, tests/results/071.processed,
12749: tests/results/072.processed, tests/results/073.processed,
12750: tests/results/074.processed, tests/results/075.processed,
12751: tests/results/076.processed, tests/results/077.processed,
12752: tests/results/078.processed, tests/results/079.processed,
12753: tests/results/080.processed, tests/results/081.processed,
12754: tests/results/082.processed, tests/results/083.processed,
12755: tests/results/084.processed, tests/results/085.processed,
12756: tests/results/086.processed, tests/results/087.processed,
12757: tests/results/088.processed, tests/results/089.processed,
12758: tests/results/090.processed, tests/results/091.processed,
12759: tests/results/092.processed, tests/results/093.processed,
12760: tests/results/094.processed, tests/results/095.processed,
12761: tests/results/096.processed, tests/results/097.processed,
12762: tests/results/101.processed, tests/results/102.processed,
12763: tests/results/104.processed, tests/results/105.processed,
12764: tests/results/106.processed, tests/results/107.processed,
12765: tests/results/108.processed, tests/results/109.processed,
12766: tests/results/110.processed, tests/results/111.processed,
12767: tests/results/112.processed, tests/results/113.processed,
12768: tests/results/114.processed, tests/results/115.processed,
12769: tests/results/116.processed, tests/results/117.processed,
12770: tests/results/118.processed, tests/results/119.processed,
12771: tests/results/120.processed, tests/results/121.processed,
12772: tests/results/122.processed, tests/results/123.processed,
12773: tests/results/124.processed: new convention: char* never 0.
12774: assert in cord on that
12775:
12776: * src/main/pa_charset.C: couple more asserts
12777:
12778: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
12779: speedup
12780:
12781: * src/main/pa_charset.C: couple assertions on fantastic situations
12782: added [may be those is the case now?]
12783:
12784: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12785: that's memory from gc_malloc, not from g_malloc :(, but would
12786: hope]
12787:
12788: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12789: that's memory from gc_malloc, not from g_malloc :(, but would
12790: hope]
12791:
12792: * src/main/pa_charset.C: checked custom malloc for returning 0
12793:
12794: 2003-04-09 paf
12795:
12796: * src/classes/date.C: merged ^date.roll changes
12797:
12798: * src/classes/date.C: ^date.roll bug fix
12799:
12800: * src/classes/date.C: ^date.roll now throws less errors: month
12801: shifts handles end of month situation by reducing day number
12802: hour-hole shift reduces hour to recover
12803:
12804: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
12805: Sort by function time
12806:
12807: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
12808: http:// $.charset[] param done
12809:
12810: * tests/: 122.html, results/122.processed: 122 date test <= and ==
12811: added [after volatile fix. passes on win&intel-solaris]
12812:
12813: 2003-04-08 paf
12814:
12815: * src/: classes/file.C, classes/op.C, classes/table.C,
12816: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
12817: include/pa_common.h, include/pa_request_charsets.h,
12818: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12819: main/pa_exec.C, main/pa_request.C, main/untaint.C,
12820: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
12821: types/pa_vresponse.C: started http:// $.charset[] param and
12822: http response charset detection just compiled. todo:test
12823:
12824: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
12825:
12826: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
12827: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
12828: types/pa_vmail.C: changed transcode param converntion along with
12829: string creating convention -- all strings are zero-terminated,
12830: this allowed to fix one remaining String("123", 2) case
12831:
12832: * src/: classes/date.C, classes/file.C, classes/hash.C,
12833: classes/op.C, classes/string.C, classes/table.C,
12834: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
12835: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
12836: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12837: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
12838: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
12839: violated String::invariant. started fixing [not compiled now]
12840:
12841: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
12842: main/compile.tab.C, main/compile.y, main/pa_string.C,
12843: main/untaint.C, targets/cgi/parser3.C: number of string style
12844: improvements & optimizations
12845:
12846: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
12847: :(]
12848:
12849: * src/main/untaint.C: removed redundant & in CORD_pos param passing
12850: [for it's a pointer really]
12851:
12852: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
12853: 'n' param. worked that around
12854:
12855: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
12856: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
12857: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
12858: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
12859: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
12860:
12861: Thanks for the bug report and patch.
12862:
12863: I hadn't looked at this code in a while. Reading it now, it
12864: seems to me that the tests should also be ">= MAX_DEPTH" to
12865: comply with the invariant, though that may not matter a lot. I
12866: changed that, too.
12867:
12868: Hans
12869:
12870: 2003-04-07 paf
12871:
12872: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
12873: merged from head:safe mode error message now includes numbers
12874:
12875: * src/main/execute.C: n-th attempt to make a=a work with double.
12876: problem: as_double returns it's result in fp-register compiler
12877: optimizes access to that register after b->as_double, and just
12878: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12879: from memory. _SAME_ double values do not match here. when
12880: forced to REload fp-register, values do match.
12881:
12882: tried to make them volatile.
12883:
12884: * src/main/execute.C: n-th attempt to make a=a work with double.
12885: problem: as_double returns it's result in fp-register compiler
12886: optimizes access to that register after b->as_double, and just
12887: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12888: from memory. _SAME_ double values do not match here. when
12889: forced to REload fp-register, values do match.
12890:
12891: tried to make them volatile.
12892:
12893: * src/types/pa_vobject.h: small style change
12894:
12895: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
12896:
12897: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
12898: mode error message now includes numbers
12899:
12900: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
12901: now causes death
12902:
12903: 2003-04-04 paf
12904:
12905: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
12906: incorportated pa_exec patch by From: "Victor Fedoseev"
12907: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
12908: Sent: Thursday, January 23, 2003 9:14 AM
12909:
12910: huge speedup on ^file::cgi with big result
12911:
12912: * src/classes/table.C: sort table with 0 rows bug fixed
12913:
12914: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
12915: fix http://i2/tasks/edit/?id=4493701604654042676
12916:
12917: @main[] $with_default[ $.a[1] $._default[default from
12918: with_default] ] ^show[$with_default]
12919:
12920: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12921: =$to_add_to.xxx=<br>
12922:
12923: ^show[$to_add_to]
12924:
12925: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12926: ^show[$cloned]
12927:
12928: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12929:
12930: } <hr>
12931:
12932: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
12933: http://i2/tasks/edit/?id=4493701604654042676
12934:
12935: @main[] $with_default[ $.a[1] $._default[default from
12936: with_default] ] ^show[$with_default]
12937:
12938: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12939: =$to_add_to.xxx=<br>
12940:
12941: ^show[$to_add_to]
12942:
12943: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12944: ^show[$cloned]
12945:
12946: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12947:
12948: } <hr>
12949:
12950: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
12951: http://i2/tasks/edit/?id=4507350336410850921
12952:
12953: * src/classes/xdoc.C: memory allocation func bugfix
12954: http://i2/tasks/edit/?id=4499303470368629745
12955:
12956: * src/classes/math.C: allowed random 1...
12957:
12958: * src/classes/math.C: allowed random 0..
12959:
12960: * src/main/pa_globals.C: exif mem leak
12961: http://i2/tasks/edit/?id=4480590323629807263
12962:
12963: * src/: classes/classes.dsp, main/main.dsp,
12964: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
12965: fix http://i2/tasks/edit/?id=4493946731322521294
12966: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
12967:
12968: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12969: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
12970: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
12971: links to xml libs made relative, no need to unpack parser3project
12972: to /parser3project.
12973:
12974: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
12975: column more precise - tab handling bug fixed
12976:
12977: * src/main/: compile.tab.C, compile.y: more understandable error
12978: message in case @CLASS with more then one line inside
12979:
12980: * src/targets/cgi/parser3.C: more understandable error message in
12981: case of errors in @unhandled_exception
12982:
12983: 2003-04-03 paf
12984:
1.115 ! moko 12985: * src/lib/Makefile.in: removed 'patches'
! 12986:
1.95 moko 12987: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
12988: src/main/compile.tab.C, src/main/compile.y,
12989: src/main/compile_tools.C, src/main/compile_tools.h,
12990: src/main/execute.C, src/main/pa_request.C: debug info format
12991: simplified, now it's: OP_VALUE Operation::Origin << here value*
12992:
12993: higher limits: file number (max: 255) line number (max:
12994: 64535) column number (max: 255)
12995:
12996: * src/classes/math.C: top limit
12997:
12998: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
12999: precise parse error position in case of
13000:
13001: ^bug ]
13002:
13003: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13004: changed to realities, and passed [bug fixed]
13005:
13006: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13007: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13008: main/compile_tools.h, main/pa_request.C: introducing
13009: ^process...[main-method-alias]
13010:
13011: * src/: classes/date.C, classes/image.C, classes/op.C,
13012: classes/string.C, classes/table.C, classes/xdoc.C,
13013: types/pa_vmethod_frame.h: MethodParams& now [methods without
13014: params receive zero reference, but they are expected not to look
13015: there]
13016:
13017: * operators.txt, src/classes/date.C, src/classes/double.C,
13018: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13019: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13020: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13021: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13022: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13023: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13024: [methods without params receive zero reference, but they are
13025: expected not to look there]
13026:
13027: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13028: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13029: ^process...[filename] useful for better error reporting
13030: [file/line/col]
13031:
13032: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13033: types/pa_vstring.h: slightly improved error messages text: 1. is
13034: '%s', it 2. method undefined in case of ^void[]
13035:
13036: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13037: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13038: handling done. now we have error columns todo: test it
13039:
13040: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13041: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13042:
13043: this makes life easier: were: bad stack order -- were in
13044: exception catch unwind order, which didn't match execution order
13045:
13046: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13047:
13048: @first[] ^throw[a;1]
13049:
13050: showed throw a first throw b try
13051:
13052: which is no good
13053:
13054: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13055: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13056: trace reset after handled exception [old bug fixed]
13057:
13058: * src/main/: compile.tab.C, compile.y: parse position old bug
13059: fixed. position reporting made precise [both, in parse erros and
13060: runtime errors]
13061:
13062: 2003-04-02 paf
13063:
13064: * src/: include/pa_operation.h, include/pa_request.h,
13065: main/compile.C, main/compile.tab.C, main/compile.y,
13066: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13067: main/pa_exception.C, main/pa_request.C: debug info: started
13068: using. todo:complete
13069:
13070: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13071: main/compile.C, main/compile.tab.C, main/compile.y,
13072: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13073: main/pa_request.C: prepared debug info todo:use it
13074:
13075: * src/include/pa_operation.h: strange mistake fixed: forgot to
13076: return Operation class->union after switching from autoptrs.
13077:
13078: * tests/: Makefile, results/108.processed, results/117.processed:
13079: meta considered OK [it's up to coder now to remove it not needed]
13080:
13081: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13082: Dictionary constructor when moved to gc]
13083:
13084: * src/main/pa_common.C: uncommented http:// file loading
13085:
13086: * src/include/pa_array.h, src/main/execute.C,
13087: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13088: fix [gdGrowingBuf]
13089:
13090: * configure.in, src/lib/Makefile.am: removed patches
13091:
13092: * configure, src/include/pa_config_auto.h.in,
13093: src/main/pa_charset.C: --enable-assertions autoconf-ed
13094:
13095: * src/main/pa_common.C: uncommented http:// file loading
13096:
13097: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13098: xdoc::create/load
13099:
13100: * src/: classes/form.C, classes/hash.C, classes/image.C,
13101: classes/string.C, classes/table.C, classes/void.C,
13102: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13103: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13104: String::String(str,helper_length) are checked. found/fixed one
13105: place: $request:body now zero-terminated,
13106:
13107: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13108: main/compile_tools.C, main/execute.C, types/pa_value.h,
13109: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13110: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13111: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13112: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13113: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13114: types/pa_vxnode.h: more locally scoped vars in execute (more
13115: easily optimizable)
13116:
13117: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13118: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13119:
13120: * src/: include/pa_array.h, include/pa_stack.h,
13121: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13122: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13123: become assertion iterator in methodframe filler
13124:
13125: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13126: targets/cgi/parser3.C: array::get/put inlined
13127:
13128: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13129: gc_substitute_memory_management_functions +installed CORD_oom
13130: function
13131:
13132: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13133: src/include/pa_config_includes.h, src/include/pa_string.h,
13134: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13135: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13136: assertions started configure.in --enable-assertions
13137:
13138: 2003-04-01 paf
13139:
13140: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13141: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13142: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13143: gdome uses glib memory, and stores last pointer to xmlDoc there,
13144: gc misses that and collects valid memory fixed by remembering
13145: xmlDoc from dom object in xdoc. todo: do something with
13146: premature free of xdoc with xnodes/node values referring into it
13147:
13148: * src/classes/: mail.C: typo fix
13149:
13150: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13151: changes
13152:
13153: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13154: main/pa_memory.C: moved memory debugging to global level: to
13155: pa_gc_malloc
13156:
13157: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13158: debugging showed no errors. todo: debug parser memory
13159:
13160: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13161: configurations
13162:
13163: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13164: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13165: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13166: types/types.dsp: prepared xml-static configuration
13167:
13168: 2003-03-31 paf
13169:
13170: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13171: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13172: xml lib memory debugging, simple checks failed: it seems that
13173: library does realloc(bad ptr), and recording those ptrs in heap
13174: [for debugging] was bad: heap situation changes = everything
13175: works fine
13176:
13177: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13178: xmlRegisterCharEncodingHandler limitation [currently imposed
13179: limit of 10 user-defined charsets]
13180:
13181: 2003-03-28 paf
13182:
13183: * src/main/execute.C: execution stack copied to local register
13184: variable, removed lots [~2e7) of memory accesses
13185:
13186: 2003-03-27 paf
13187:
13188: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13189: works in debug, but fails in release todo: fix that
13190:
13191: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13192: targets/cgi/parser3.C: forgot to merge XML memory funcs
13193: replacement from gc branch
13194:
13195: * src/main/pa_exec.C: introducing append_help_length [radical
13196: improvement here]
13197:
13198: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13199: 'not recommened' in gc.h, on win32 noticed no difference]
13200:
13201: * src/include/pa_array.h: returned checked array get [were disabled
13202: for debugging] result:not slower [don't understand that, it were
13203: INLINED] todo: find out a way of inlining it!
13204:
13205: * src/: include/pa_string.h, lib/gc/include/gc.h,
13206: lib/gc/include/gc_fake.h, main/compile.tab.C,
13207: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13208: convention changed: all resulting strings are zero-terminated
13209:
13210: * src/: classes/date.C, classes/file.C, classes/hash.C,
13211: classes/string.C, classes/table.C, classes/void.C,
13212: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13213: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13214: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13215: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13216: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13217: types/pa_vfile.C, types/pa_vmail.C: introducing
13218: append_help_length [radical improvement here]
13219:
13220: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13221: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13222: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13223: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13224: even slower
13225:
13226: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13227: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13228: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13229: clients of &get(): most to use non-ref version, some[in tight
13230: places] to get_unchecked_ref
13231:
13232: * src/doc/memory.dox: forgot to add
13233:
13234: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13235: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13236: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13237: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13238: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13239: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13240: targets/cgi/parser3.dsp, types/pa_vmail.C,
13241: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13242: T>>&<< removed after Stack::pop wiping removed [moved to separate
13243: func] other Array & removed
13244:
13245: 2003-03-26 paf
13246:
13247: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13248: classes/table.C, include/pa_array.h, include/pa_charset.h,
13249: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13250: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13251: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13252: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13253: main/pa_exec.C, main/pa_sql_driver_manager.C,
13254: main/pa_stylesheet_manager.C, main/pa_table.C,
13255: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13256: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13257: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13258: pre-evaluated .count() in some places
13259:
13260: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13261: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13262: types/types.dsp: .dsp profiling updated
13263:
13264: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13265: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13266: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13267:
13268: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13269: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13270: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13271: use lib/gc,lib/cord
13272:
1.115 ! moko 13273: * acsite.m4, bin/Makefile.in, etc/Makefile.in,
! 13274: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 13275: src/classes/Makefile.am, src/classes/Makefile.in,
! 13276: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
! 13277: src/include/Makefile.in, src/include/pa_common.h,
1.95 moko 13278: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13279: src/include/pa_config_includes.h, src/include/pa_request.h,
13280: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13281: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.115 ! moko 13282: src/lib/Makefile.am, src/lib/Makefile.in,
! 13283: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
1.95 moko 13284: src/lib/cord/include/Makefile.am,
1.115 ! moko 13285: src/lib/cord/include/Makefile.in,
! 13286: src/lib/cord/include/private/Makefile.am,
! 13287: src/lib/cord/include/private/Makefile.in,
! 13288: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 13289: src/lib/pcre/Makefile.in, src/main/Makefile.am,
! 13290: src/main/Makefile.in, src/main/pa_exec.C, src/main/pa_string.C,
! 13291: src/main/untaint.C, src/sql/Makefile.in, src/targets/Makefile.in,
! 13292: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 13293: src/targets/isapi/Makefile.in, src/types/Makefile.am,
! 13294: src/types/Makefile.in, src/types/pa_vclass.h,
! 13295: src/types/pa_vcookie.h, src/types/pa_vform.h,
! 13296: src/types/pa_vhash.h, src/types/pa_vimage.h, src/types/pa_vint.h,
! 13297: src/types/pa_vmail.h, src/types/pa_vresponse.h,
! 13298: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
! 13299: src/types/pa_vstatus.h, src/types/pa_vtable.h,
! 13300: src/types/pa_vxdoc.h: configured math funcs ported pa_exec
1.95 moko 13301:
13302: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13303:
13304: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13305: bundled gc includes
13306:
13307: * src/: classes/op.C, include/pa_array.h,
13308: include/pa_sql_connection.h, include/pa_string.h,
13309: include/pa_version.h, main/compile.tab.C, main/compile.y,
13310: main/execute.C, main/pa_common.C, main/pa_exception.C,
13311: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13312: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13313: first real site (aval)]
13314:
13315: 2003-03-25 paf
13316:
13317: * operators.txt, src/main/pa_sql_driver_manager.C,
13318: src/types/pa_vstatus.C: $status.memory used free since_compact
13319: process
13320:
13321: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13322: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13323:
13324: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13325:
13326: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13327: src/types/pa_value.h, src/types/pa_vfile.h,
13328: src/types/pa_vobject.C, src/types/pa_vobject.h,
13329: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13330: tests/results/121.processed: untaint.C L_URI
13331:
13332: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13333: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13334: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13335: src/types/pa_vmemory.h: ^memory:compact[]
13336:
13337: * tests/results/109.processed: it was a bug in parser. updated 109
13338: test result
13339:
13340: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13341:
13342: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13343: tests/results/107.processed: fixed dom language [values are now
13344: considered tainted. it was a bug in parser. updated 107 test
13345: result
13346:
13347: * src/classes/xdoc.C: fixed transform params
13348:
13349: * src/: include/pa_stylesheet_manager.h,
13350: main/pa_stylesheet_manager.C: fixed stylesheet caching
13351:
13352: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13353: overloads for structure handling
13354:
13355: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13356: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13357: StringBody(0) ambiguilty, introducting static
13358: StringBody::Format(int)
13359:
13360: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13361: linked
13362:
13363: * src/types/pa_vxdoc.C: vxdoc compiled
13364:
13365: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13366: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13367: finalizers isntalled
13368:
13369: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13370: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13371: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13372: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13373: compiled todo: xnode.C / finalizers
13374:
13375: * src/doc/string.dox: updated: new string internals
13376:
13377: 2003-03-24 paf
13378:
13379: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13380: include/pa_charset.h, include/pa_config_fixed.h,
13381: include/pa_request.h, include/pa_stylesheet_connection.h,
13382: include/pa_stylesheet_manager.h, main/pa_charset.C,
13383: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13384: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13385: types/pa_vxnode.h: started XML
13386:
13387: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13388:
13389: * src/: classes/file.C, classes/image.C, classes/mail.C,
13390: include/pa_string.h, main/pa_common.C,
13391: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13392:
13393: * src/: classes/file.C, classes/image.C, classes/mail.C,
13394: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13395: main/pa_request.C, main/pa_sql_driver_manager.C,
13396: types/pa_vimage.h: size_t pos everywhere checks changed to check
13397: for eq STRING_NOT_FOUND
13398:
13399: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13400: optimize bit implemented
13401:
13402: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13403: String::ArrayFragment::append_positions fixed
13404:
13405: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13406: String::this_starts fixed
13407:
13408: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13409:
13410: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13411: hashcode implemented fully, including per-char callback [it can
13412: be - substr CORD node]
13413:
13414: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13415: rewritten to rewalloc with 100byte buf ahead
13416:
13417: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13418: src/include/pa_string.h, src/main/compile.tab.C,
13419: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13420: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13421: CORD_ec [bad] would rewrite as realloc now
13422:
13423: * src/: classes/date.C, classes/file.C, classes/form.C,
13424: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13425: include/pa_cache_managers.h, include/pa_charsets.h,
13426: include/pa_common.h, include/pa_request.h,
13427: include/pa_sql_driver_manager.h, include/pa_table.h,
13428: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13429: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13430: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13431: types/pa_vmail.C, types/pa_vmethod_frame.C,
13432: types/pa_vstateless_class.h: 2*2 worked :)
13433:
13434: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13435: src/include/pa_exec.h, src/include/pa_string.h,
13436: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13437: passed OK
13438:
13439: * src/: classes/hash.C, classes/string.C, classes/table.C,
13440: types/pa_value.C: all linked todo: debug
13441:
13442: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13443: types/pa_vstateless_class.C: all compiled. todo:link
13444:
13445: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13446:
13447: * src/types/pa_vtable.C: pa_vtable.C compiled
13448:
13449: * src/types/pa_vstring.C: pa_vstring.C compiled
13450:
13451: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13452:
13453: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13454: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13455: pa_vstateless_class.C, pa_vstateless_class.h:
13456: pa_vstateless_class.C compiled
13457:
13458: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13459: types/pa_vmath.C: pa_vmail.C compiled
13460:
13461: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13462:
13463: * src/types/pa_vform.C: pa_vform.C compiled
13464:
13465: * src/types/pa_vfile.C: pa_vfile.C compiled
13466:
13467: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13468: pa_vstateless_class.C: pa_vcookie.C compiled
13469:
13470: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13471: types/pa_vhash.h: pa_value.C compiled
13472:
13473: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13474: classes.lib main.lib compiled
13475:
13476: * src/classes/void.C: void.C compiled
13477:
13478: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13479: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13480: compiled
13481:
13482: * src/: classes/string.C, include/pa_request.h,
13483: include/pa_string.h, main/pa_string.C: string.C compiled
13484:
13485: * src/: classes/op.C, classes/string.C, classes/table.C,
13486: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13487: main/pa_request.C, main/pa_string.C: op.C compiled
13488:
13489: * src/classes/: math.C, op.C: math.C compiled
13490:
13491: * src/: classes/mail.C, classes/string.C, classes/table.C,
13492: types/pa_vmail.h: mail.C compiled
13493:
13494: * src/classes/: int.C, table.C: int.C compiled
13495:
13496: * src/: classes/hash.C, classes/image.C, classes/string.C,
13497: classes/table.C, include/pa_memory.h, include/pa_string.h,
13498: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13499: compiled
13500:
13501: * src/: classes/hash.C, classes/string.C, classes/table.C,
13502: classes/void.C, classes/xdoc.C, include/pa_request.h,
13503: include/pa_sql_connection.h: hash.C compiled
13504:
13505: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13506: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13507: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13508: classes/math.C, classes/op.C, classes/response.C,
13509: classes/string.C, classes/table.C, classes/void.C,
13510: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13511: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13512: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13513: file.C table.C compiled
13514:
13515: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13516: main/untaint.C: main.lib compiled
13517:
13518: 2003-03-21 paf
13519:
13520: * src/: classes/op.C, include/pa_cache_managers.h,
13521: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13522: include/pa_stylesheet_manager.h, main/pa_exception.C,
13523: main/pa_globals.C, main/pa_sql_driver_manager.C,
13524: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13525: compiled
13526:
13527: * src/: classes/hash.C, classes/image.C, classes/op.C,
13528: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13529: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13530: main/compile.C, main/pa_common.C, main/pa_request.C,
13531: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13532: pa_request.C compiled
13533:
13534: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13535: include/pa_request.h, main/execute.C, main/pa_request.C,
13536: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13537: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13538: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13539: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13540: compiled
13541:
13542: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13543: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13544: on unix
13545:
13546: * src/: include/pa_charset.h, include/pa_charsets.h,
13547: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13548: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13549: pa_charsets.C compiled
13550:
13551: * src/: classes/image.C, classes/mail.C, classes/op.C,
13552: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13553: main/compile.y, main/execute.C, main/pa_common.C,
13554: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13555: types/pa_vcode_frame.h, types/pa_vimage.h,
13556: types/pa_vmethod_frame.h: execute.C compiled
13557:
13558: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13559: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13560: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13561: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13562: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13563: include/pa_cache_managers.h, include/pa_charsets.h,
13564: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13565: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13566: include/pa_sql_driver_manager.h, include/pa_string.h,
13567: include/pa_stylesheet_connection.h,
13568: include/pa_stylesheet_manager.h, include/pa_table.h,
13569: main/compile.C, main/compile.tab.C, main/compile.y,
13570: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13571: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13572: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13573: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13574: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13575: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13576: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13577: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13578: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13579: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13580: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13581: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13582: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13583: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13584: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13585: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13586: types/pa_vresponse.h, types/pa_vstateless_class.C,
13587: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13588: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13589: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13590: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13591: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13592: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13593: [C++ CORD wrapper]
13594:
13595: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13596:
13597: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13598: $file::exec/cgi[script; $.charset[this is script's charset]
13599:
13600: command line, env values, input got transcoded before call
13601: stdout, stderr got transcoded after call
13602:
13603: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13604: by default. use: ^file::exec[...;$.stdin[$request.body]
13605:
13606: * src/main/pa_common.C: } typo bug fix
13607:
13608: * src/main/pa_common.C: } typo bug fix
13609:
13610: 2003-03-20 paf
13611:
13612: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13613: main/untaint.C: cord bug fix, but still errors todo: clear out
13614:
13615: * src/include/pa_string.h: more tests
13616:
13617: * src/main/pa_string.C: string.pos fixed
13618:
1.115 ! moko 13619: * src/lib/: ltdl/Makefile.in, ltdl/config_fixed.h, ltdl/configure,
! 13620: ltdl/configure.in, ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h,
! 13621: pcre/dftables.c, pcre/get.c, pcre/internal.h, pcre/maketables.c,
! 13622: pcre/pcre.c, pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c:
! 13623: undone bad replaces
1.95 moko 13624:
13625: * src/: classes/image.C, include/pa_dictionary.h,
13626: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13627: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13628: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13629: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13630:
13631: * src/include/pa_string.h: warning
13632:
13633: * src/include/pa_string.h: this_starts fixed
13634:
13635: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13636: new String ctor & append params convention
13637:
13638: * src/: classes/file.C, classes/hash.C, classes/image.C,
13639: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13640: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13641: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13642: main/pa_exception.C, main/pa_exec.C,
13643: main/pa_sql_driver_manager.C, main/pa_string.C,
13644: main/pa_stylesheet_manager.C, main/untaint.C,
13645: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13646: types/pa_vmail.C: more tests OK
13647:
13648: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13649: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13650: gc/exit runned OK
13651:
13652: * src/types/pa_vmail.C: another naming problem: should not name
13653: vars like that: unpredictable close caused problems with later
13654: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13655: descriptors missing on startup: stdin; Bad file number
13656:
13657: todo: find out why so many filters(stream) here. probably wrong?
13658:
13659: * src/: include/pa_dictionary.h, include/pa_string.h,
13660: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13661: main/untaint.C: test compiled
13662:
13663: * src/: classes/image.C, classes/mail.C, classes/math.C,
13664: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13665: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13666: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13667: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13668: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13669: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13670: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13671: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13672: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13673:
13674: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13675: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13676: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13677: src/include/pa_memory.h, src/include/pa_request.h,
13678: src/include/pa_request_charsets.h,
13679: src/include/pa_sql_connection.h, src/include/pa_string.h,
13680: src/main/compile.tab.C, src/main/execute.C,
13681: src/main/pa_charset.C, src/main/pa_common.C,
13682: src/main/pa_exception.C, src/main/pa_exec.C,
13683: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13684: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13685: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13686: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13687: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13688: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13689: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13690: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13691: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13692: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13693: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13694: pa_common.C [done, without http for now]
13695:
13696: 2003-03-19 paf
13697:
13698: * src/: classes/date.C, classes/form.C, classes/hash.C,
13699: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13700: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13701: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13702: include/pa_string.h, include/pa_table.h, main/compile.C,
13703: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13704: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13705: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13706: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13707: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13708: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13709: types/pa_vstateless_class.h, types/pa_vtable.C,
13710: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13711: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13712: types/pa_wwrapper.h: started test
13713:
1.115 ! moko 13714: * src/lib/pcre/: Makefile.in, dftables.c, get.c, maketables.c,
! 13715: pcre.c, pcre.dsp, pcre.h, pcre_parser_ctype.c, study.c: restored
! 13716: bad replaces
1.95 moko 13717:
13718: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13719: include/pa_string.h, main/pa_string.C: string compiled todo: test
13720: it
13721:
13722: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13723: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13724: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13725: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13726: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13727: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13728: types/pa_vmethod_frame.h, types/types.dsp: string
13729: reimplementation with cord+array<fragment>: 70%
13730:
13731: 2003-03-18 paf
13732:
13733: * src/: classes/date.C, classes/file.C, classes/form.C,
13734: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13735: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13736: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13737: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13738: can ignore lang in cmp and pos really, but would
13739: split properly!
13740:
13741: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13742: cord part made parser/src/lib: it's not compiled into libgc by
13743: default
13744:
13745: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
13746: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13747: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13748: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13749: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13750: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13751: src/classes/xnode.C, src/classes/xnode.h,
13752: src/include/Makefile.am, src/include/pa_cache_managers.h,
13753: src/include/pa_charset.h, src/include/pa_charsets.h,
13754: src/include/pa_common.h, src/include/pa_dictionary.h,
13755: src/include/pa_exception.h, src/include/pa_exec.h,
13756: src/include/pa_globals.h, src/include/pa_hash.h,
13757: src/include/pa_memory.h, src/include/pa_pool.h,
13758: src/include/pa_request.h, src/include/pa_request_charsets.h,
13759: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
13760: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13761: src/include/pa_stylesheet_connection.h,
13762: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13763: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
13764: src/main/compile.C, src/main/compile.tab.C,
13765: src/main/compile_tools.C, src/main/compile_tools.h,
13766: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
13767: src/main/pa_charsets.C, src/main/pa_common.C,
13768: src/main/pa_dictionary.C, src/main/pa_exception.C,
13769: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
13770: src/main/pa_pool.C, src/main/pa_request.C,
13771: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13772: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
13773: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
13774: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
13775: src/types/pa_junction.h, src/types/pa_method.h,
13776: src/types/pa_value.C, src/types/pa_value.h,
13777: src/types/pa_vclass.C, src/types/pa_vclass.h,
13778: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13779: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13780: src/types/pa_vdouble.h, src/types/pa_venv.h,
13781: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13782: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13783: src/types/pa_vimage.C, src/types/pa_vimage.h,
13784: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
13785: src/types/pa_vmath.C, src/types/pa_vmath.h,
13786: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13787: src/types/pa_vobject.C, src/types/pa_vobject.h,
13788: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13789: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13790: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13791: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13792: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13793: src/types/pa_vstring.h, src/types/pa_vtable.C,
13794: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13795: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13796: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13797: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13798: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
13799: gc: PA_Object done lots of replacements also
13800:
13801: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
13802: gc logging
13803:
13804: 2003-03-17 paf
13805:
13806: * src/: classes/date.C, classes/file.C, classes/form.C,
13807: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
13808: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
13809: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13810: include/pa_string.h, include/pa_types.h, main/compile.C,
13811: main/compile.tab.C, main/execute.C, main/pa_charset.C,
13812: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
13813: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13814: main/pa_sql_driver_manager.C, main/pa_string.C,
13815: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
13816: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
13817: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
13818: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
13819: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
13820: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13821: types/pa_vxnode.h: libgc attempt
13822:
13823: 2003-03-13 paf
13824:
13825: * src/: include/pa_sql_driver_manager.h,
13826: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
13827: called
13828:
13829: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
13830: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
13831: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
13832: types/pa_value.h, types/pa_vobject.h,
13833: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
13834: set_base, set_derived simplified [counter leaks fixed]
13835:
13836: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
13837: src/types/types.dsp: incorporated status class patch From:
13838: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
13839: 2003 8:14 AM
13840:
13841: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
13842: Win32 specific: QuotaPeakNonPagedPoolUsage
13843: QuotaPeakPagedPoolUsage PeakPagefileUsage]
13844:
13845: 2003-03-12 paf
13846:
1.115 ! moko 13847: * configure, configure.in, src/lib/ltdl/Makefile.in,
! 13848: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
! 13849: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
1.95 moko 13850: lib/ltdl/Makefile now created by /configure.in only [were by
13851: lib/ltdl/configure.in OVERWRITE]
13852:
1.115 ! moko 13853: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 13854: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 13855: src/Makefile.in, src/classes/Makefile.in,
! 13856: src/include/Makefile.in, src/lib/Makefile.in,
! 13857: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 13858: src/main/Makefile.in, src/sql/Makefile.in,
! 13859: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 13860: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 13861: src/types/Makefile.in: libstdc++ linkage fixed for g++ 3.2.2
1.95 moko 13862:
13863: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
13864: on using privately declared class [fixed]
13865:
13866: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
13867: 3.2 rightliy complained on using privately declared class [fixed]
13868:
13869: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
13870: sigpipe before request constructor now causes death
13871:
13872: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
13873: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
13874: not cause exception in exception handler
13875:
1.115 ! moko 13876: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 13877: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 13878: src/Makefile.in, src/classes/Makefile.in,
! 13879: src/include/Makefile.in, src/lib/Makefile.in,
! 13880: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 13881: src/main/Makefile.in, src/sql/Makefile.in,
! 13882: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 13883: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 13884: src/types/Makefile.in: configure now default links libstdc++
! 13885: statically. that can be overriden by --with-dynamic-stdcpp
1.95 moko 13886:
13887: 2003-03-11 paf
13888:
13889: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
13890: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
13891: necessity of libstdc++
13892:
13893: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13894:
13895: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13896:
13897: 2003-03-08 paf
13898:
13899: * tests/Makefile: make install & co
13900:
13901: * src/: include/pa_request.h, classes/op.C: removing
13902: vclass,object.h -> pa_request.h dependency
13903:
13904: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
13905: main/pa_request.C: removing vform,response,cookie.h ->
13906: pa_request.h dependency
13907:
13908: * src/include/pa_request.h: removing vmail.h -> pa_request.h
13909: dependency [testing...]
13910:
13911: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
13912: return 0; fixed
13913:
13914: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
13915: types/pa_vmail.h: vmail.C received just compiled [not tested]
13916:
13917: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
13918:
13919: * src/main/pa_request.C: forgotten: ifdef XML
13920:
13921: * src/main/pa_request.C: forgotten: ifdef XML
13922:
13923: * src/targets/cgi/parser3.C: todo: move to latest xml version on
13924: win32 and run memleak tests again
13925:
13926: * src/targets/cgi/parser3.C: charsets: see some strange things with
13927: old xml lib-- it's internal memory handling has faults
13928:
13929: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
13930: problems when transcode from charset A to A.
13931:
13932: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
13933: todo: still problems when transcode from charset A to A.
13934:
13935: * src/: classes/hash.C, classes/mail.C, classes/string.C,
13936: classes/table.C, include/pa_array.h,
13937: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
13938: started full-scale-site-test [~ http://parser.ru sources]
13939:
13940: some fixes
13941:
13942: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
13943: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13944: 117.html, 118.html, 119.html, 120.html, results/109.processed,
13945: results/110.processed, results/111.processed,
13946: results/112.processed, results/113.processed,
13947: results/114.processed, results/115.processed,
13948: results/116.processed, results/117.processed,
13949: results/118.processed, results/119.processed,
13950: results/120.processed: xml: tests 109 dom create/show 110 xpath
13951: selectSingle 111 xdoc.create from tainted & 112
13952: xdoc.create/output with russian attr value 113 xpath
13953: selectString/Number 114 dom attributes.count 115 xpath selectBool
13954: 116 output media-type change 117 transform by dom stylesheet 118
13955: empty transform result 119 dom setAttribute 120 nbsp letter
13956: output
13957:
13958: =END OF PREPARED XML TESTS=
13959:
13960: 2003-03-07 paf
13961:
13962: * src/classes/xdoc.C, src/include/pa_charset.h,
13963: src/include/pa_stylesheet_connection.h, tests/108.html,
13964: tests/108.xsl, tests/results/108.processed: xml: test 108
13965: transform with params [bugs fixed]
13966:
13967: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
13968: from copy/paste bug
13969:
13970: * src/classes/xdoc.C, src/include/pa_charset.h,
13971: src/include/pa_request.h, src/main/execute.C,
13972: src/main/pa_charset.C, src/main/pa_exception.C,
13973: src/main/pa_globals.C, src/main/pa_request.C,
13974: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13975: src/types/pa_vxnode.C, tests/107.html,
13976: tests/results/107.processed: xml: test: 107 bug fixes
13977:
13978: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13979: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13980: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
13981:
13982: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
13983: string
13984:
13985: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
13986: mem alloc functions used for different cases [libxml, libxsl]
13987:
13988: * src/classes/classes.C: fixed: prevent system classes from
13989: modification to lock ALL the classes, not only directly used
13990:
13991: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
13992: linked
13993:
13994: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
13995:
13996: 2003-03-06 paf
13997:
13998: * src/classes/xdoc.C: xdoc.C 50%
13999:
14000: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14001: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14002: main/pa_globals.C, main/pa_request.C,
14003: main/pa_stylesheet_manager.C: xnode.C compiled
14004:
14005: * src/: include/pa_stylesheet_connection.h,
14006: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14007: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14008:
14009: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14010: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14011: xml: stylesheet&manager STARTED
14012:
14013: * src/: include/pa_globals.h, main/pa_charset.C,
14014: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14015:
14016: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14017: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14018: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14019: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14020: charsets
14021:
14022: * tests/023.html: in some cases it rounded up badly. postponing
14023: solution of that problem, making more simple test
14024:
14025: * tests/: 058_paf2000.png, results/058.processed: .png added with
14026: -kb now
14027:
14028: * src/: include/pa_charset.h, include/pa_charsets.h,
14029: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14030: moved to charsets.C
14031:
14032: 2003-03-05 paf
14033:
14034: * src/classes/string.C, src/include/pa_string.h,
14035: src/main/pa_string.C, tests/105.html,
14036: tests/results/105.processed: String::match bug fixed
14037:
14038: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14039: tests/results/104.processed: ^bpt operator added [does int3 in
14040: debug build on win32]
14041:
14042: * tests/: 057.html, results/057.processed: test bug fixed
14043:
1.115 ! moko 14044: * src/targets/cgi/: Makefile.am, Makefile.in: linker needed more
! 14045: tricks to link OK
1.95 moko 14046:
14047: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14048: missing
14049:
1.115 ! moko 14050: * src/: include/Makefile.am, include/Makefile.in, main/Makefile.am,
! 14051: main/Makefile.in, types/Makefile.am, types/Makefile.in: forgotten
! 14052: files added to Makes
1.95 moko 14053:
14054: * ltmain.sh: ltmain.sh added
14055:
14056: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14057: change undone ;(
14058:
14059: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14060: made static
14061:
14062: * src/: classes/math.C, classes/op.C, classes/string.C,
1.115 ! moko 14063: lib/Makefile.in, lib/md5/Makefile.in, lib/pcre/Makefile.in,
! 14064: main/pa_exec.C, targets/Makefile.in, targets/cgi/Makefile.am,
! 14065: targets/cgi/Makefile.in: gcc more happy. todo:make linker happy
1.95 moko 14066:
14067: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14068: env param made optional
14069:
14070: 2003-03-04 paf
14071:
14072: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14073: types/pa_vimage.h: number of gcc compiler bugs fixed
14074:
14075: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14076: results/103.processed: tests: 103 image.copy transparence test
14077:
14078: * src/main/execute.C, tests/101.html, tests/102.html,
14079: tests/results/101.processed, tests/results/102.processed: tests:
14080: 101 method/variable name conflict test 102 form fields change
14081: should not not change anything [bug fix]
14082:
14083: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14084: results/099.processed, results/100.processed: tests: 57 date
14085: create 2002: added 99,100 response:body/download
14086:
14087: * src/classes/image.C, tests/098.html, tests/098font.gif,
14088: tests/results/098.processed: test: 98 image font text [bug fixed]
14089:
14090: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14091: tests/results/097.processed: test: 97 file::load http:// [bugs
14092: fixed]
14093:
14094: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14095: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14096: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14097: image EXIF [bug fixed]
14098:
14099: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14100: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14101: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14102: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14103: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14104: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14105: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14106: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14107: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14108: tests/094.html, tests/095.html, tests/results/061.processed,
14109: tests/results/062.processed, tests/results/063.processed,
14110: tests/results/064.processed, tests/results/065.processed,
14111: tests/results/066.processed, tests/results/067.processed,
14112: tests/results/068.processed, tests/results/069.processed,
14113: tests/results/070.processed, tests/results/071.processed,
14114: tests/results/072.processed, tests/results/073.processed,
14115: tests/results/074.processed, tests/results/075.processed,
14116: tests/results/076.processed, tests/results/077.processed,
14117: tests/results/078.processed, tests/results/080.processed,
14118: tests/results/081.processed, tests/results/082.processed,
14119: tests/results/083.processed, tests/results/084.processed,
14120: tests/results/085.processed, tests/results/086.processed,
14121: tests/results/087.processed, tests/results/088.processed,
14122: tests/results/089.processed, tests/results/090.processed,
14123: tests/results/091.processed, tests/results/092.processed,
14124: tests/results/093.processed, tests/results/094.processed,
14125: tests/results/095.processed, tests/079.html,
14126: tests/results/079.processed: tests: 61 file::stat size 62
14127: string->int autoconvert 63 double .int,dec,div,mul 64 date
14128: compare 65 file: basename,justname,justext 66 math:crypt 67
14129: string.match simple on long 68 string.match normalized simple on
14130: long 69 string.int 70 file::stat content-type 71 table.join 72
14131: hash parameter conditional pass 73 date daylightsaving,yearday 74
14132: date arithmetics 75 response date values/attributes 76 string.pos
14133: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14134: with local 80 scientific numeric literal in string autoconvert 81
14135: xor: logical and numerical 82 for delims 83 menu delims 84
14136: table.hash distinct 85 long string replace 86 throw+catch
14137: current language preserve 87 bit shifts 88 junction tests +
14138: $caller test 89 hash.foreach selfmodification 90 int/void to int
14139: 91 $caller test 92 junction is + def junction tests 93 $caller
14140: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14141:
14142: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14143: fixed] 60 string eq string [bug fixed]
14144:
14145: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14146: 058.html, 058_paf2000.png, 059.html, 060.html,
14147: results/053.processed, results/054.processed,
14148: results/055.processed, results/056.processed,
14149: results/057.processed, results/058.processed,
14150: results/059.processed, results/060.processed: test: 53
14151: string.replace 54 junctions 55 table.hash 56 call indirect 57
14152: date.create[string] 58 image.measure[png]
14153:
14154: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14155: outputs/051.processed, results/052.processed: test: 52
14156: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14157: task: fix that
14158:
14159: 2003-03-03 paf
14160:
14161: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14162: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14163: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14164: outputs/049.processed, outputs/050.processed,
14165: outputs/051.processed, results/001.processed,
14166: results/002.processed, results/003.processed,
14167: results/005.processed, results/006.processed,
14168: results/008.processed, results/009.processed,
14169: results/011.processed, results/012.processed,
14170: results/013.processed, results/014.processed,
14171: results/015.processed, results/016.processed,
14172: results/017.processed, results/020.processed,
14173: results/021.processed, results/022.processed,
14174: results/024.processed, results/025.processed,
14175: results/026.processed, results/027.processed,
14176: results/028.processed, results/029.processed,
14177: results/030.processed, results/031.processed,
14178: results/049.processed, results/050.processed,
14179: results/051.processed, results/043.processed,
14180: results/044.processed, results/045.processed,
14181: results/046.processed, results/047.processed,
14182: results/048.processed: tests: 43,44,45 date rolls 46
14183: autoevaluating junction 47 table.select 48 name with subvar 49
14184: hash-creating switch 50 process 51 started parent/child, works as
14185: it were but it were NOT GOOD, created separate task to fix that
14186:
14187: * tests/: 042.html, results/042.processed: test: 42
14188: exception.handled
14189:
14190: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14191: expression
14192:
14193: * tests/: 040.html, results/040.processed: test: 39 method result
14194: of type table 40 method param junction auto evaluate
14195:
14196: * tests/: 039.html, results/039.processed: test: 37 method result
14197: of type table
14198:
14199: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14200: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14201: tests/038.html, tests/results/033.processed,
14202: tests/results/034.processed, tests/results/035.processed,
14203: tests/results/036.processed, tests/results/037.processed,
14204: tests/results/038.processed: tests: 33 string.replace 34
14205: string.upper 35 table created 36 local/global vars with juntions
14206: 37 table clone 38 math PI & number formatting
14207:
14208: math class registring typo fixed
14209:
14210: * src/classes/op.C, src/include/pa_request.h,
14211: src/include/pa_string.h, src/main/execute.C,
14212: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14213: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14214: tests/032.html, tests/results/032.processed: uchar changed to
14215: String_UL in all places [was not everywhere] untaint test: 032
14216:
14217: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14218: tests/results/004.processed, tests/parser-cygwin.sh,
14219: tests/parser-unix.sh: removed -H command line key, now testing
14220: using .sh file with SERVER_SOFTWARE=xxx
14221:
14222: 2003-02-26 paf
14223:
14224: * src/main/execute.C, src/types/pa_vstateless_class.h,
14225: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14226: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14227: tests/results/024.processed, tests/results/025.processed,
14228: tests/results/026.processed, tests/results/027.processed,
14229: tests/results/028.processed, tests/results/029.processed,
14230: tests/results/030.processed, tests/results/031.processed: fixed
14231: bug with name_cstr mutable CharPtr more tests
14232:
14233: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14234: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14235: << abort. die now just exits
14236:
14237: * src/classes/classes.awk, src/classes/classes.h,
14238: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14239: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14240: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14241: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14242: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14243: src/classes/xnode.C, src/include/pa_memory.h,
14244: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14245: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14246: src/types/pa_vform.C, tests/015.html, tests/016.html,
14247: tests/017.html, tests/018.html, tests/019.html,
14248: tests/019paf2001.gif, tests/020.html, tests/021.html,
14249: tests/022.html, tests/023.html, tests/022_dir/a.html,
14250: tests/022_dir/b.txt, tests/022_dir/c.htm,
14251: tests/results/015.processed, tests/results/016.processed,
14252: tests/results/017.processed, tests/results/018.processed,
14253: tests/results/019.processed, tests/results/020.processed,
14254: tests/results/021.processed, tests/results/022.processed,
14255: tests/results/023.processed: methoded_array now contains all Mxxx
14256: classes SAPI::get_env now returns info on pool more tests
14257:
14258: * src/include/pa_array.h, src/include/pa_hash.h,
14259: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14260: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14261: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14262: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14263: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14264: tests/results/001.processed, tests/results/002.processed,
14265: tests/results/003.processed, tests/results/004.processed,
14266: tests/results/005.processed, tests/results/006.processed,
14267: tests/results/007.processed, tests/results/008.processed,
14268: tests/results/009.processed, tests/results/010.processed,
14269: tests/results/011.processed, tests/results/012.processed,
14270: tests/results/013.processed, tests/results/014.processed: hash
14271: cloning fixed
14272:
14273: 2003-02-25 paf
14274:
14275: * src/main/pa_common.C: typo fixed
14276:
14277: 2003-02-24 paf
14278:
14279: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14280: [one remained]
14281:
14282: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14283: [should have been get_string(&pool)] todo: check other such calls
14284:
14285: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14286: test10, bad lookups
14287:
14288: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14289: object got destructed, and xxx points to sky
14290:
14291: * ChangeLog, src/classes/string.C: match bug fixed
14292:
14293: * src/types/pa_vmail.C: body [text/html] transcoded to
14294: $.charset[specified] now
14295:
14296: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14297: which failed to handle sigsetjmp+throw: crashed inside of
14298: pre-throw code. rewritten simplier [though duplicating
14299: closesocket code]
14300:
14301: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14302: which failed to handle sigsetjmp+throw: crashed inside of
14303: pre-throw code. rewritten simplier [though duplicating
14304: closesocket code]
14305:
14306: 2003-02-21 paf
14307:
14308: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14309: $cookie:name[$.expires[date << can be now]]
14310:
14311: written makefile with regression tests [raw]
14312:
14313: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14314: tests' only [it's not forcing CGI mode now] now use -H to output
14315: CGI header when parser used in command line [useful for tests
14316: also]
14317:
14318: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14319: switches on CGI mode, and is used in regression tests
14320:
14321: * src/: include/pa_request.h, main/pa_request.C,
14322: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14323: fixed
14324:
14325: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14326: handling pa_*
14327:
14328: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14329: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14330: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14331: memory handling files
14332:
14333: * src/main/pa_array.C: pool::format_integer terminator fixed
14334:
14335: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14336: compiles OK test to show benefits of free
14337:
14338: * src/: classes/file.C, classes/image.C, classes/mail.C,
14339: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14340: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14341: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14342: use pool [as the one in ^process]
14343:
14344: * src/classes/op.C: fixed process. sould now check for all cstr's
14345: -- some must use pool [as the one in ^process]
14346:
14347: 2003-02-20 paf
14348:
14349: * src/: classes/date.C, classes/double.C, classes/file.C,
14350: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14351: classes/math.C, classes/op.C, classes/response.C,
14352: classes/string.C, classes/table.C, classes/void.C,
14353: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14354: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14355: string cmp fixed
14356:
14357: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14358: values passed OK now
14359:
14360: 2003-02-19 paf
14361:
14362: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14363: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14364: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14365: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14366: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14367: all remaning leaks resulted from pooled::malloc calls [excluding
14368: in gd -- planning complete rewrite extremely ugly code]
14369:
14370: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14371: files
14372:
14373: 2003-02-17 paf
14374:
14375: * src/: classes/date.C, classes/double.C, classes/file.C,
14376: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14377: classes/response.C, classes/string.C, classes/table.C,
14378: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14379: include/pa_stylesheet_connection.h,
14380: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14381: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14382: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14383: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14384: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14385: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14386: of unitialized simple-typed field
14387:
14388: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14389: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14390: simple-typed field fixed. todo: find&kill all like that one
14391:
14392: * src/: main/execute.C, targets/cgi/pa_pool.C,
14393: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14394: debug output fixed
14395:
14396: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14397: main/pa_request.C: stack-stored items need extra .ref to prevent
14398: object_ptr from delete[them]
14399:
14400: * src/: classes/date.C, classes/op.C, classes/table.C,
14401: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14402: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14403: main/pa_charset.C, main/pa_common.C,
14404: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14405: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14406: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14407: calls
14408:
14409: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14410: couple mem leaks rusulted from old pooled::malloc usage.
14411: todo:find more like those
14412:
14413: * src/main/: compile.C, compile_tools.C: 2*2!
14414:
14415: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14416: stackItem fixed [there were no string on stack before]
14417:
14418: * src/: main/execute.C, main/pa_request.C,
14419: types/pa_vmethod_frame.C: first letters out OK
14420:
14421: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14422: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14423: main/pa_string.C, main/untaint.C, types/pa_value.h,
14424: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14425: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14426: type not initialized with zeros :( while class fields of class
14427: types initialized with default constructors. learn C++
14428:
14429: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14430: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14431: classes/math.C, classes/xdoc.C, classes/xnode.C,
14432: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14433: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14434:
14435: 2003-02-14 paf
14436:
14437: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14438: 13 link errors
14439:
14440: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14441: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14442: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14443: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14444: errors :)
14445:
14446: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14447: classes/hash.C, classes/mail.C, classes/op.C,
14448: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14449: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14450: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14451: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14452:
14453: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14454: classes/table.C, include/pa_common.h, include/pa_globals.h,
14455: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14456: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14457: types/pa_vint.h, types/types.dsp: op compiled
14458:
14459: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14460: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14461: main/untaint.C, types/pa_vtable.h: string, response compiled
14462:
14463: 2003-02-07 paf
14464:
14465: * src/: classes/table.C, types/pa_vtable.h: table compiled
14466:
14467: 2003-02-06 paf
14468:
14469: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14470: mail compiled
14471:
14472: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14473: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14474: types/pa_vfile.h, types/pa_vimage.h: image compiled
14475:
14476: * src/classes/: file.C, form.C: form compiled
14477:
14478: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14479: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14480: types/pa_vfile.C, types/pa_vfile.h: file compiled
14481:
14482: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14483: types/pa_vmath.h: math compiled [win32]
14484:
14485: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14486: types/pa_vstring.h: hash compiled
14487:
14488: 2003-02-04 paf
14489:
14490: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14491: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14492: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14493: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14494: types/pa_vhash.h: hash 50% compiled
14495:
14496: * src/: classes/date.C, classes/file.C, classes/hash.C,
14497: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14498: classes/string.C, classes/table.C, classes/xdoc.C,
14499: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14500: main/pa_string.C: date compiled
14501:
14502: * src/classes/: classes.dsp, double.C: double compiled
14503:
14504: * src/: classes/date.C, classes/double.C, classes/file.C,
14505: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14506: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14507: classes/string.C, classes/table.C, classes/void.C,
14508: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14509: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14510: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14511: compiled
14512:
14513: * src/: classes/date.C, classes/double.C, classes/file.C,
14514: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14515: classes/math.C, classes/op.C, classes/response.C,
14516: classes/string.C, classes/table.C, classes/void.C,
14517: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14518: types/pa_vvoid.h: void compiled :)
14519:
14520: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14521: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14522: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14523: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14524: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14525: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14526: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14527: types/pa_vresponse.C, types/pa_vstateless_class.C,
14528: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14529: types/pa_wcontext.C, types/types.dsp: removed stupid
14530: value_includes.h
14531:
14532: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14533: trying to remove stupid value_includes.h
14534:
14535: * src/main/pa_exec.C: pa_exec compiled on win32
14536:
14537: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14538:
14539: * src/: include/pa_globals.h, include/pa_request.h,
14540: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14541: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14542: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14543: types/pa_vrequest.C, types/pa_vstateless_class.C,
14544: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14545:
14546: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14547: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14548: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14549:
14550: * src/: include/pa_array.h, include/pa_config_includes.h,
14551: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14552: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14553: compiled
14554:
14555: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14556: name conflicts)
14557:
14558: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14559: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14560: yelds "virtual memory exhausted" while trying to compile
14561: execute.C [eating up to 127MB]
14562:
14563: 2003-02-03 paf
14564:
14565: * src/: include/pa_config_includes.h, include/pa_hash.h,
14566: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14567: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14568: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14569: types/pa_vint.h, types/pa_vjunction.h,
14570: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14571: started gcc compiling pa_common compiled
14572:
14573: * src/: include/pa_exception.h, include/pa_pool.h,
14574: main/pa_exception.C: exception gcc change #1
14575:
1.115 ! moko 14576: * src/include/: Makefile.am, Makefile.in, pa_hash.h, pa_pool.h: gcc
! 14577: refused to compile _P identifier. it replaced it to some strange
! 14578: 0x0000040
1.95 moko 14579:
14580: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14581:
14582: * src/types/pa_vtable.C: vtable compiled
14583:
14584: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14585:
14586: * src/: include/pa_cache_managers.h, main/pa_request.C,
14587: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14588:
14589: * src/types/pa_vstateless_class.C: vstateless_class compiled
14590:
14591: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14592:
14593: * src/types/pa_vrequest.C: vrequest compiled
14594:
14595: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14596: pa_vobject.C, pa_vobject.h: vobject compiled
14597:
14598: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14599: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14600: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14601: compiled
14602:
14603: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14604:
14605: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14606: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14607: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14608: compiled
14609:
14610: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14611: main.lib - 0 error(s), 0 warning(s)
14612:
14613: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14614: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14615:
14616: 2003-01-31 paf
14617:
14618: * src/: include/pa_array.h, include/pa_operation.h,
14619: include/pa_request.h, main/execute.C, main/main.dsp,
14620: types/pa_vjunction.h: started last file from main library:
14621: execute
14622:
14623: * src/: include/pa_request.h, include/pa_sapi.h,
14624: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14625: main/pa_request.C, targets/cgi/parser3.C,
14626: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14627: types/pa_vhash.h: pa_request compiled
14628:
14629: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14630: include/pa_globals.h, include/pa_request.h,
14631: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14632: main/execute.C, main/main.dsp, main/pa_common.C,
14633: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14634: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14635: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14636: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14637: types/types.dsp: most pa_request compiled
14638:
14639: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14640: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14641: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14642: classes/op.C, classes/response.C, classes/string.C,
14643: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14644: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14645: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14646: include/pa_config_fixed.h, include/pa_config_includes.h,
14647: include/pa_dictionary.h, include/pa_dir.h,
14648: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14649: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14650: include/pa_pool.h, include/pa_request.h,
14651: include/pa_request_charsets.h, include/pa_request_info.h,
14652: include/pa_sapi.h, include/pa_socks.h,
14653: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14654: include/pa_stack.h, include/pa_string.h,
14655: include/pa_stylesheet_connection.h,
14656: include/pa_stylesheet_manager.h, include/pa_table.h,
14657: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14658: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14659: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14660: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14661: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14662: main/compile.C, main/compile.tab.C, main/compile.y,
14663: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14664: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14665: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14666: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14667: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14668: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14669: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14670: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14671: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14672: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14673: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14674: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14675: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14676: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14677: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14678: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14679: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14680: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14681: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14682: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14683: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14684: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14685: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14686: types/pa_vresponse.h, types/pa_vstateless_class.C,
14687: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14688: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14689: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14690: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14691: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14692: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14693:
14694: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14695: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14696: src/include/pa_charsets.h, src/include/pa_common.h,
14697: src/include/pa_dictionary.h, src/include/pa_exception.h,
14698: src/include/pa_exec.h, src/include/pa_pool.h,
14699: src/include/pa_request.h, src/include/pa_sapi.h,
14700: src/include/pa_sql_connection.h,
14701: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14702: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14703: src/main/compile.tab.C, src/main/compile_tools.C,
14704: src/main/compile_tools.h, src/main/main.dsp,
14705: src/main/pa_charset.C, src/main/pa_charsets.C,
14706: src/main/pa_common.C, src/main/pa_dictionary.C,
14707: src/main/pa_exception.C, src/main/pa_exec.C,
14708: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14709: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14710: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14711: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14712: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14713: src/types/pa_vdouble.h, src/types/pa_venv.h,
14714: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14715: src/types/pa_vhash.h, src/types/pa_vimage.C,
14716: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14717: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14718: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14719: src/types/pa_vobject.C, src/types/pa_vobject.h,
14720: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14721: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14722: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14723: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14724: src/types/pa_vstring.h, src/types/pa_vtable.h,
14725: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14726: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14727: died, long live StringPtr
14728:
14729: 2003-01-30 paf
14730:
14731: * src/: include/pa_charset.h, include/pa_request.h,
14732: include/pa_sql_driver_manager.h, main/compile.tab.C,
14733: main/compile.y, main/compile_tools.h, main/pa_request.C,
14734: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14735:
14736: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14737: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14738: types/pa_vhash.h, types/pa_vmethod_frame.h,
14739: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14740: types/types.dsp: vstateless_class compiled
14741:
14742: * src/main/compile.C: compile compiled
14743:
14744: * src/: include/pa_array.h, include/pa_operation.h,
14745: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14746: main/pa_table.C: compile_tools compiled
14747:
14748: * src/: include/pa_operation.h, main/compile.y,
14749: main/compile_tools.C, main/compile_tools.h: started
14750: compile_tools. vagues ideas of how to free compiled code
14751:
14752: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14753: main/main.dsp, types/pa_value.C, types/pa_value.h,
14754: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14755: compiled
14756:
14757: 2003-01-29 paf
14758:
14759: * src/: include/pa_globals.h, include/pa_request.h,
14760: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14761: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14762: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14763: compiled
14764:
14765: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
14766: now
14767:
14768: * src/: include/pa_array.h, include/pa_exception.h,
14769: include/pa_pool.h, main/pa_exception.C: gd compiled
14770:
14771: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
14772: compiled
14773:
14774: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14775: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
14776: types/pa_vfile.h: vfile compiled
14777:
14778: * src/: include/pa_common.h, include/pa_globals.h,
14779: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
14780: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
14781: types/pa_vform.C, types/pa_vform.h: vcookie compiled
14782:
14783: * src/: include/pa_exception.h, main/pa_cache_managers.C,
14784: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
14785: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
14786: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14787: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
14788:
14789: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
14790: main/main.dsp, main/untaint.C: more compiled
14791:
14792: * src/: include/pa_charsets.h, include/pa_request.h,
14793: include/pa_request_info.h, include/pa_string.h,
14794: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
14795: types/pa_vresponse.h: vrequest compiled
14796:
14797: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
14798: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
14799: pa_vresponse.h, pa_wcontext.h: vrequest compiled
14800:
14801: * src/: classes/classes.h, include/pa_charset.h,
14802: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
14803: include/pa_request.h, include/pa_string.h, main/main.dsp,
14804: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
14805: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
14806: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
14807: types/pa_vrequest.C, types/pa_vrequest.h,
14808: types/pa_vstateless_class.h, types/pa_vstring.h,
14809: types/pa_vvoid.h: vrequest,vdouble,vint compiled
14810:
14811: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
14812: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14813: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
14814: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
14815: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14816: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
14817: types/pa_vobject.h, types/pa_vstateless_class.h,
14818: types/pa_vstateless_object.h, types/pa_vstatus.h,
14819: types/pa_vstring.h, types/types.dsp: vmath compiled
14820:
14821: 2003-01-28 paf
14822:
14823: * src/: classes/classes.h, classes/date.C, classes/file.C,
14824: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
14825: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
14826: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
14827: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
14828: compile_tools
14829:
14830: * src/: include/pa_charset.h, include/pa_exception.h,
14831: include/pa_request.h, include/pa_string.h, main/untaint.C:
14832: untaint compiled
14833:
14834: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
14835: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
14836: more compiled. struck with string::store_to needing to know
14837: source/client charsets
14838:
14839: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
14840: types/pa_vfile.h: uue compiled
14841:
14842: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
14843: table compiled
14844:
14845: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14846: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
14847:
14848: * src/: include/pa_charset.h, main/pa_charset.C,
14849: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
14850: introduced]
14851:
14852: * src/: classes/date.C, include/pa_charset.h,
14853: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
14854: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
14855: pa_charsets compiled
14856:
14857: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
14858: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
14859:
14860: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
14861: common compiled
14862:
14863: * src/: include/pa_charsets.h, main/pa_charsets.C,
14864: main/pa_sql_driver_manager.C: pa_charsets compiled
14865:
14866: * src/: include/pa_array.h, include/pa_charset.h,
14867: include/pa_charsets.h, include/pa_pool.h,
14868: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14869: include/pa_stack.h, include/pa_string.h,
14870: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
14871: sql_driver_manager compiled
14872:
14873: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
14874: letter i with two dots added to koi, all ukranian letters added
14875: to win1251.
14876:
14877: typographic simbol 0xb9 deleted from win1251 [strange one & were
14878: abscent from koi]
14879:
14880: 2003-01-27 paf
14881:
14882: * src/: include/pa_exception.h, include/pa_sql_connection.h,
14883: include/pa_sql_driver_manager.h, include/pa_string.h,
14884: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
14885: sql/pa_sql_driver.h: paused on sql_manager
14886:
14887: * src/: include/pa_cache_managers.h, include/pa_pool.h,
14888: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14889: include/pa_stack.h, main/pa_sql_driver_manager.C,
14890: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
14891:
14892: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
14893: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14894: include/pa_table.h, main/pa_sql_driver_manager.C,
14895: main/pa_table.C: table compiled
14896:
14897: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
14898: cache_managers compiled
14899:
14900: * src/: include/pa_array.h, include/pa_charset.h,
14901: include/pa_pool.h, main/pa_charset.C: charset compiled
14902:
14903: * src/: include/pa_pool.h, main/pa_common.C: common compiled
14904:
14905: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
14906: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14907: main/pa_string.C, types/pa_value.C, types/pa_value.h,
14908: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
14909: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
14910:
14911: 2003-01-24 paf
14912:
14913: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
14914: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
14915: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14916: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
14917: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
14918: types/pa_vint.h, types/pa_vjunction.h,
14919: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14920: types/pa_vstatus.h, types/pa_vstring.h: more patched
14921:
14922: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
14923: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
14924: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
14925: main/pa_string.C, main/pa_table.C: string compiled
14926:
14927: * src/: include/pa_array.h, include/pa_common.h,
14928: include/pa_dictionary.h, include/pa_exception.h,
14929: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
14930: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
14931: main/pa_string.C: dictionary compiled
14932:
14933: 2003-01-23 paf
14934:
14935: * src/: include/pa_array.h, include/pa_common.h,
14936: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
14937: include/pa_request.h, include/pa_string.h, main/pa_common.C,
14938: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
14939: types/pa_value.h: resurrected pool in new sense: now it's
14940: factory, producing&accounting memory chunks for read[autofree]
14941: buffers
14942:
14943: * src/: include/pa_array.h, include/pa_exception.h,
14944: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
14945: main/pa_exception.C, main/pa_table.C: table compiled
14946:
14947: * src/: classes/image.C, classes/op.C, include/pa_array.h,
14948: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
14949: include/pa_pool.h, include/pa_pragma_pack_begin.h,
14950: include/pa_pragma_pack_end.h, include/pa_sapi.h,
14951: include/pa_string.h, include/pa_table.h, include/pa_types.h,
14952: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
14953: main/pa_table.C: aint that easy
14954:
14955: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
14956: main/main.dsp: continued with Hash
14957:
14958: * src/main/pa_common.C: connect_string allocated on heap[wes on
14959: stack] now. and exception can be reported OK now [can be reported
14960: outside of pro c with that stack]
14961:
14962: 2003-01-22 paf
14963:
14964: * src/: include/pa_array.h, include/pa_charset.h,
14965: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
14966: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
14967: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
14968: base: contains references_count. auto_ptr template calls
14969: add_ref/release
14970:
14971: 2003-01-21 paf
14972:
14973: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14974: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14975: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14976: classes/op.C, classes/response.C, classes/string.C,
14977: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14978: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14979: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14980: include/pa_config_fixed.h, include/pa_config_includes.h,
14981: include/pa_dictionary.h, include/pa_dir.h,
14982: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14983: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14984: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14985: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14986: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14987: include/pa_stack.h, include/pa_string.h,
14988: include/pa_stylesheet_connection.h,
14989: include/pa_stylesheet_manager.h, include/pa_table.h,
14990: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14991: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14992: lib/pcre/pcre_parser_ctype.c, main/compile.C,
14993: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14994: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14995: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14996: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14997: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14998: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14999: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15000: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15001: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15002: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15003: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15004: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15005: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15006: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15007: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15008: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15009: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15010: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15011: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15012: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15013: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15014: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15015: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15016: types/pa_vstateless_object.h, types/pa_vstatus.C,
15017: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15018: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15019: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15020: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15021: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15022: 2002->2003
15023:
15024: 2003-01-16 paf
15025:
15026: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15027: src/main/pa_globals.C: http:// introducing $.any-status(1)
15028:
15029: * operators.txt, src/include/pa_config_fixed.h,
15030: src/main/pa_common.C: http request now return status. and not
15031: fail on status!=200
15032:
1.115 ! moko 15033: * bin/Makefile.in, etc/Makefile.in,
! 15034: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15035: src/classes/Makefile.in, src/include/Makefile.in,
! 15036: src/lib/Makefile.in, src/lib/md5/Makefile.in,
! 15037: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 15038: src/sql/Makefile.in, src/targets/Makefile.in,
! 15039: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 15040: src/types/Makefile.in: proper AC_LANG_ switching to fix qsort
! 15041: detection bug
! 15042:
1.95 moko 15043: 2003-01-15 paf
15044:
15045: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15046:
15047: 2003-01-14 paf
15048:
15049: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15050: mkinstalldirs: removed some ancient files [they in / really]
15051:
15052: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15053: regretfully needed patch in two places. in config_fixed.h made
15054: stubs for lib to compile in MSVC
15055:
15056: 2003-01-13 paf
15057:
15058: * config.guess, config.sub, ltmain.sh: removed last piece of
15059: configure.in(libtool) hacks
15060:
1.115 ! moko 15061: * src/lib/ltdl/: COPYING.LIB, Makefile.in, acinclude.m4, config.h,
1.95 moko 15062: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15063: ltdl.h: moved to latest libtool (1.4.3)
15064:
15065: 2003-01-10 paf
15066:
15067: * src/lib/ltdl/: configure, configure.in: PROG_NM
15068:
15069: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15070: patches. libxml2 >= 2.5.1
15071: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15072: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15073: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15074:
15075: * INSTALL: moved to latest versions of xml libs libxml2 >=
15076: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15077: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15078: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15079:
15080: 2003-01-09 paf
15081:
15082: * INSTALL: xml,xslt,gdome lib urls updated
15083:
15084: * config.guess, config.sub, missing, mkinstalldirs,
1.115 ! moko 15085: bin/Makefile.in, etc/Makefile.in,
! 15086: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15087: src/classes/Makefile.in, src/include/Makefile.in,
! 15088: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
! 15089: src/lib/ltdl/Makefile.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15090: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.115 ! moko 15091: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 15092: src/main/Makefile.in, src/sql/Makefile.in,
! 15093: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 15094: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 15095: src/types/Makefile.in: moved to autoconf 2.57 & automake 1.7.2
1.95 moko 15096:
15097: * depcomp: moving to automake 1.7.2
15098:
15099: 2002-12-27 paf
15100:
15101: * src/include/pa_version.h: 0007
15102:
15103: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15104: outdated parts, made links to language docs
15105:
15106: * src/include/pa_config_auto.h.in: comment
15107:
15108: 2002-12-26 paf
15109:
15110: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15111: not contain trailing / fixed.
15112:
15113: * INSTALL: changing SAFE_MODE politics
15114:
15115: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15116:
15117: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15118:
15119: 2002-12-25 paf
15120:
15121: * src/main/pa_globals.C: optimized-xml
15122:
15123: * src/main/pa_globals.C: optimized-as-is
15124:
15125: 2002-12-24 paf
15126:
15127: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15128: fixed [were really called with zero size when .html?a=&b=]
15129:
15130: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15131: with --with-sendmail
15132:
15133: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15134: fixed]
15135:
15136: 2002-12-23 paf
15137:
15138: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15139: ignoring parameters & were storing only string with default
15140: expires
15141:
15142: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15143: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15144: December 23, 2002 4:22 AM Subject: bug â
15145: Charset::transcode_buf2xchar
15146:
15147: 2002-12-20 paf
15148:
15149: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15150: non-cgi [script] runs
15151:
15152: 2002-12-19 paf
15153:
15154: * INSTALL: --without-iconv recommended [it crashes on some systems
15155: [tested on elik]] moreover, it's not needed there [parser
15156: registers charsets itself]
15157:
15158: * INSTALL: --without-iconv recommended [it crashes on some systems
15159: [tested on elik]]
15160:
15161: * operators.txt, src/include/pa_globals.h,
15162: src/include/pa_request.h, src/main/pa_globals.C,
15163: src/main/pa_request.C: $response:download
15164:
15165: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15166: compiler [win32]].
15167:
15168: 2002-12-18 paf
15169:
15170: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15171:
15172: 2002-12-17 paf
15173:
15174: * src/targets/cgi/parser3.C: merged die&iis changes
15175:
15176: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15177: to exit(1) 2. more flexible iilegal call check
15178:
15179: 2002-12-16 paf
15180:
1.115 ! moko 15181: * Makefile.in: ltmain.sh silly required for stupid automake added
! 15182:
1.95 moko 15183: * ltmain.sh: some automakes silly insist on having this handy
15184:
15185: * src/main/untaint.C: filespec russian small 'r' changed to latin
15186: 'p' bug fix
15187:
15188: 2002-12-15 paf
15189:
15190: * src/main/untaint.C: filespec russian small 'r' changed to latin
15191: 'p'
15192:
15193: * configure.in, src/include/pa_config_auto.h.in,
15194: src/main/compile.C, src/main/pa_common.C: merged small changes
15195: from branch 6 to HEAD
15196:
15197: * src/main/compile.C: removed warning
15198:
15199: * src/main/pa_common.C: ftruncate having checked
15200:
15201: * configure.in, src/include/pa_version.h: new version
15202:
15203: 2002-12-14 paf
15204:
15205: * src/classes/table.C: removed unnecessary code
15206:
15207: * src/sql/pa_sql_driver.h: exception type fixed
15208:
15209: 2002-12-09 paf
15210:
15211: * src/types/pa_vvoid.h: $void.store[now] error
15212:
15213: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15214:
15215: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15216: tries to write core dump
15217:
15218: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15219:
15220: * src/: classes/hash.C, classes/string.C, classes/table.C,
15221: classes/void.C, main/pa_sql_driver_manager.C,
15222: sql/pa_sql_driver.h: changed exception handling mech in sql
15223: handlers #2
15224:
15225: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15226: exception handling mech in sql handlers
15227:
15228: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15229: handlers
15230:
15231: * src/: classes/hash.C, classes/string.C, classes/table.C,
15232: classes/void.C, main/pa_sql_driver_manager.C,
15233: sql/pa_sql_driver.h: changed exception handling mech in sql
15234: handlers
15235:
1.115 ! moko 15236: * configure.in, bin/Makefile.in, etc/Makefile.in,
! 15237: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15238: src/classes/Makefile.in, src/include/Makefile.in,
! 15239: src/lib/Makefile.in, src/lib/ltdl/Makefile.in,
! 15240: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 15241: src/main/Makefile.in, src/sql/Makefile.in,
! 15242: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
! 15243: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
! 15244: configure.in:AC_LIBTOOL, it caused automake to write makefile
! 15245: which used libtool to install things, which is not needed
1.95 moko 15246:
15247: 2002-12-06 paf
15248:
15249: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15250: $hash.fields -- pseudo field to make 'hash' more like 'table'
15251:
15252: 2002-12-05 paf
15253:
15254: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15255: cc/bcc OK now
15256:
15257: * src/main/untaint.C: mail header closed properly
15258:
15259: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15260: header ',' allowed. still bugs in smtp [only one receiptient
15261: works, cc, bcc ignored now, and MAILED ;)]
15262:
15263: [strncpy killed, memnchr used]
15264:
15265: * src/main/pa_table.C: table-copy now current=0
15266:
15267: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15268: lowlevel proc
15269:
15270: * src/targets/cgi/parser3.C: more checks on
15271: http://domain/parser.cgi start [maybe some getenv returns "",
15272: checked that now
15273:
15274: * src/targets/cgi/parser3.C: more checks on
15275: http://domain/parser.cgi start [maybe some getenv returns "",
15276: checked that now
15277:
15278: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15279: out-of-mem errors reached log]
15280:
15281: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15282: mail:send MIME-Version default
15283:
15284: * src/main/main.dsp: pa_version included into main.dsp
15285:
15286: 2002-12-04 paf
15287:
15288: * src/types/pa_vform.C: $form:field string value cut by premature 0
15289:
15290: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15291: lib/libltdl -> lib/ltdl Win32 changes. s
15292:
15293: * src/classes/classes.awk: more strict *.C$
15294:
15295: * gnu.dsp: restored
15296:
1.115 ! moko 15297: * configure.in, gnu.dsp, bin/Makefile.in, etc/Makefile.in,
! 15298: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15299: src/classes/Makefile.in, src/include/Makefile.in,
! 15300: src/lib/Makefile.am, src/lib/Makefile.in,
! 15301: src/lib/ltdl/Makefile.am, src/lib/ltdl/Makefile.in,
! 15302: src/lib/ltdl/README, src/lib/ltdl/acinclude.m4,
! 15303: src/lib/ltdl/config.guess, src/lib/ltdl/config.h,
! 15304: src/lib/ltdl/config.sub, src/lib/ltdl/config_auto.h.in,
! 15305: src/lib/ltdl/config_fixed.h, src/lib/ltdl/configure,
! 15306: src/lib/ltdl/configure.in, src/lib/ltdl/install-sh,
! 15307: src/lib/ltdl/libltdl.dsp, src/lib/ltdl/ltdl.c,
! 15308: src/lib/ltdl/ltdl.h, src/lib/md5/Makefile.in,
! 15309: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 15310: src/sql/Makefile.in, src/targets/Makefile.in,
! 15311: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 15312: src/types/Makefile.in: src/lib/ltdl/Makefile now created with
! 15313: /configure, not ltdl/configure, so it does have no problems with
! 15314: automake. ltdl/configure AC_OUTPUT(Makefile<<removed)
1.95 moko 15315:
15316: 2002-12-02 paf
15317:
15318: * operators.txt: removed outdated status:db
15319:
15320: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15321: src/main/pa_common.C, src/main/pa_request.C,
15322: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15323: tainted parts becomes http-header
15324:
15325: 2002-11-29 paf
15326:
15327: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15328: dates now objects of type date
15329:
15330: * src/classes/image.C: file.seek removed [it were used in image.C
15331: only, and for parser user this means that jpeg image has bad
15332: size in fragment's header] now used image.format
15333:
15334: * src/: include/pa_common.h, main/pa_common.C,
15335: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15336: now handled exactly like $response:header values. e.g. can be
15337: hash [can have subattributes] & contain date values.
15338:
15339: * src/main/pa_common.C: http:// param values lang forced URI
15340:
15341: * src/main/pa_common.C: http:// tainted partes now %xx
15342:
15343: 2002-11-28 paf
15344:
15345: * operators.txt: http.timeout
15346:
15347: * src/classes/image.C: ^image.length now counts interchar space.
15348: plus space after last char
15349:
15350: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15351:
15352: * src/classes/image.C: ^image.font width measurer now scans full
15353: height [were -1]
15354:
15355: * configure.in: stopped double libltdl/Makefile generation
15356:
15357: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15358: chars [one top horizontal line of 1pixel height were missing]
15359:
15360: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15361: 'false' to go into (Hash *) parameter
15362:
15363: 2002-11-27 paf
15364:
15365: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15366: types/pa_vmail.C: response:body[file] if file nows it's name now
15367: returns content-disposition: >>attachment<<
15368:
15369: * src/classes/image.C: ^image.font << bad font file-size now
15370: properly reported
15371:
15372: 2002-11-26 paf
15373:
15374: * src/main/pa_request.C: fixed lang in reponse header
15375:
15376: * src/main/pa_common.C: utf8 prefix ignored @read text
15377:
15378: * operators.txt, src/main/pa_common.C: http:// response status!=200
15379: made exception: http.status with source=bad status#
15380:
15381: 2002-11-25 paf
15382:
15383: * configure.in, src/classes/image.C,
15384: src/include/pa_config_auto.h.in,
15385: src/include/pa_config_includes.h, src/main/Makefile.am,
1.115 ! moko 15386: src/main/Makefile.in, src/main/pa_common.C,
! 15387: src/main/pa_globals.C: http:// and image const void related probs
! 15388: fixed
1.95 moko 15389:
15390: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15391:
15392: $file[^file::load[http://there]] $file.SERVER
15393:
15394: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15395: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15396: http options [invalid onces now reported] made default
15397: user-agent: paf
15398:
15399: * operators.txt, src/classes/file.C, src/classes/table.C,
15400: src/classes/xdoc.C, src/include/pa_common.h,
15401: src/include/pa_globals.h, src/main/pa_common.C,
15402: src/main/pa_globals.C, src/main/pa_request.C,
15403: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15404: now understand http:// prefix and additional params, sample:
15405: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15406: $.USER-AGENT[parser3] ]]
15407:
15408: 2002-11-22 paf
15409:
15410: * src/classes/image.C, src/include/pa_globals.h,
15411: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15412: src/types/pa_vimage.h, operators.txt: $image.exif support
15413: $image.exif.DateTime & co
15414:
15415: 2002-11-21 paf
15416:
15417: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15418: _PASS_APPENDED)
15419:
15420: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15421: EXIF information [were big block and it's size were considered
15422: negative :(]
15423:
15424: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15425: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15426: internals rewritten. no there's reader.seek, and all's ready for
15427: EXIF extraction [now we fail to measure files with EXIF info]
15428:
15429: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15430: O_TRUNC truncates even exclusevely write-locked file [thanks to
15431: Igor Milyakov <virtan@rotabanner.com> for discovering]
15432:
15433: 2002-11-20 paf
15434:
15435: * src/targets/cgi/parser3.C: logging @signal += query_string
15436:
15437: * configure.in, src/include/pa_config_auto.h.in,
15438: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15439: comment
15440:
15441: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15442:
15443: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15444: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15445: currently processed document SIGPIPE >> interrupts request
15446: processing [exception = DB rollback]
15447:
15448: * src/main/pa_exec.C: comment
15449:
15450: * src/main/pa_exec.C: pa_exec: data written only if size>0
15451:
15452: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15453: << disable HTTP-POST repassing
15454:
15455: * src/: include/pa_config_fixed.h, main/pa_common.C,
15456: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15457: pipe read errors now checked
15458:
15459: 2002-11-19 paf
15460:
15461: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15462: CGI: Illegal call
15463:
15464: 2002-11-01 paf
15465:
15466: * src/main/execute.C: comment
15467:
15468: 2002-10-31 paf
15469:
15470: * src/main/execute.C: found out why, checked that for now. todo:
15471: find out a way for that user could do that
15472:
15473: * src/types/pa_vstateless_object.h: object put replaces static
15474: parent if any
15475:
15476: * src/types/pa_vobject.C: object put replaces static parent if any
15477:
15478: * src/: classes/form.C, classes/mail.C, classes/op.C,
15479: classes/xnode.h, main/compile.tab.C, main/execute.C,
15480: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15481: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15482: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15483: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15484: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15485: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15486: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15487: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15488: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15489: types/pa_vstateless_object.h, types/pa_vstatus.C,
15490: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15491: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15492: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15493: types/pa_wwrapper.h: static fix merged
15494:
15495: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15496: $virtual_fields in dynamic, but one can reach derived
15497: static[class] variable from base
15498:
15499: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15500: types/pa_vobject.C, types/pa_vobject.h,
15501: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15502: statics, left $virtual_fields in dynamic
15503:
15504: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15505: one can't remember derivates in base class: there's so many of
15506: them. also there can be no virtual method calls in static
15507: classes
15508:
15509: * src/: classes/form.C, classes/mail.C, classes/op.C,
15510: classes/xnode.h, main/execute.C, main/pa_request.C,
15511: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15512: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15513: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15514: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15515: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15516: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15517: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15518: types/pa_vresponse.C, types/pa_vresponse.h,
15519: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15520: types/pa_vstateless_object.h, types/pa_vstatus.C,
15521: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15522: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15523: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15524: types/pa_wwrapper.h: static call $self fixed
15525:
15526: * src/main/execute.C: comment
15527:
15528: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15529: ^process[$caller.self]{...} now compiles to last derived object
15530: part of that 'self'
15531:
15532: 2002-10-29 paf
15533:
15534: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15535: re-passing [iis to blame]
15536:
15537: * src/classes/string.C: changed string.save to pass current sql
15538: connection to cstr thus one can ^connect[some server]{
15539: $s[insert into table x (x) values (^taint[sql]{value})]
15540: ^s.save[some.sql] } and he'd get in some.sql file code with
15541: properly escaped. [tried in mssql->mysql export->import of
15542: binary data]
15543:
15544: 2002-10-25 paf
15545:
15546: * src/types/pa_vresponse.C: case insensitive response user fields
15547: get/put
15548:
15549: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15550: types/pa_vresponse.C: saving for maybe-future
15551:
15552: 2002-10-23 paf
15553:
15554: * operators.txt, src/classes/table.C: ^table.hash{code}...
15555: ^table.hash(expr)...
15556:
15557: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15558:
15559: 2002-10-22 paf
15560:
15561: * src/types/: pa_vform.C, pa_vform.h: removed needless
15562: VForm::Append...(...Value)
15563:
15564: * src/main/execute.C: $.name outside of $name[...] checked
15565:
15566: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15567: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15568:
15569: 2002-10-21 paf
15570:
15571: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15572: $form:qtail $form:imap.x/y
15573:
15574: * operators.txt, src/types/pa_vform.C: $form:nameless =
15575: "?value&...", "...&value&...", "...&value"
15576:
15577: * operators.txt, src/types/pa_vform.C: $form:image-map
15578:
15579: * operators.txt, src/classes/file.C: /some/page.html:
15580: ^file:fullpath[a.gif] => /some/a.gif
15581:
15582: 2002-10-17 paf
15583:
15584: * src/main/: compile.tab.C, compile.y: operators precedence changed
15585: a little: logical not and bitwise negation precedence made
15586: highest, << and >> bitshits precedence made equal [were << higher
15587: than >>]
15588:
15589: * src/classes/op.C: exception handling fixed [were bad with
15590: contexts]
15591:
15592: 2002-10-16 paf
15593:
15594: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15595: main/pa_request.C: Request::self considered equal to
15596: VMethodFrame::self, and removed, Request::get_self() mapped to
15597: VMethodFrame.self()
15598:
15599: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15600: $hash in open field now gives old good error meesage
15601:
15602: 2002-10-15 paf
15603:
15604: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15605: use ^if($junction is junction){was and now true}
15606:
15607: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15608: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15609: types/pa_vxnode.C: xml->parser strings now have origin, which
15610: points to place where value left xml library and came to parser:
15611: place of dom field extraction/call
15612:
15613: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15614: main/compile.tab.C, main/compile.y, main/execute.C,
15615: types/pa_vmethod_frame.h: removed last pieces of old code
15616: allowing $junction.xxx at compile time
15617:
15618: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15619: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15620: objects also considered [were only classes]
15621:
15622: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15623: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15624: with CLASS self. [ (request&method_frame).self temporarily
15625: changed ]
15626:
15627: * src/classes/: hash.C, op.C: method_frame now always changed, with
15628: no exception to native calls. for&foreach changed to use
15629: method_frame.caller for their var's name context
15630:
15631: * src/: main/execute.C, targets/cgi/parser3.C,
15632: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15633: compiling to system classes disabled
15634:
15635: * operators.txt, src/classes/op.C:
15636: ^process[$caller.CLASS]{code-string} added
15637:
15638: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15639: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15640: src/types/Makefile.am, src/types/pa_vjunction.C,
15641: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15642: src/types/types.dsp: removed $junction.get $junction.set[]
15643: introducing $caller
15644:
15645: * src/types/pa_value.h: removed outdated comments. doxygen would
15646: find them lower by inheritance tree
15647:
15648: * src/types/pa_vjunction.C: ident
15649:
15650: 2002-10-14 paf
15651:
15652: * src/classes/op.C: process compiles to code's class class
15653:
15654: * src/: classes/form.C, classes/mail.C, classes/op.C,
15655: include/pa_request.h, main/compile.C, main/compile.tab.C,
15656: main/compile.y, main/execute.C, main/pa_request.C,
15657: types/pa_vstateless_class.h: operators now main-class-methods
15658:
15659: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15660: better stack trace [has "call" & co there]
15661:
15662: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15663: operators @auto now executed in MAIN context
15664:
15665: * src/main/execute.C: operator execution context now = MAIN, not
15666: closest stack frame
15667:
15668: @touchit[] $i[after]
15669:
15670: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15671: were 'after'
15672:
15673: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15674: 'after'
15675:
15676: * src/main/execute.C: comment
15677:
15678: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15679: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15680: action]
15681:
15682: * src/types/pa_vxnode.C: misreplace fixed
15683:
15684: * configure, configure.in, src/include/pa_config_auto.h.in,
15685: src/types/pa_vstatus.C, operators.txt:
15686: $status:rusage.tv_secs/usecs introduced
15687:
15688: 2002-10-09 paf
15689:
15690: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15691: on empty string [or uses (default)]
15692:
15693: 2002-10-08 paf
15694:
15695: * src/main/untaint.C: mail header quoted printable changed after
15696: RFC reread
15697:
15698: * operators.txt: plan on ^if(method
15699:
15700: * src/types/pa_vxnode.C: misreplace
15701:
15702: 2002-09-24 paf
15703:
1.115 ! moko 15704: * src/targets/cgi/: Makefile.am, Makefile.in: LIBS were bad name in
! 15705: .am
1.95 moko 15706:
15707: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15708: mailreceive would compile on freebsd now
15709:
15710: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15711: configure, configure.in, src/include/pa_config_auto.h.in,
1.115 ! moko 15712: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
! 15713: HAVE_TIMEZONE & co now checked and mailreceive would compile on
! 15714: freebsd now
1.95 moko 15715:
15716: * src/: classes/file.C, main/untaint.C: 1. file spec language
15717: changed: now there are only few chars are untainted: * ? ' " < >
15718: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15719: one should use ^untaint[uri]{...} now]
15720:
15721: 2. $list[^file:list[dir]] now returns simply tainted names in
15722: $list.name, not tainted as filespec
15723:
15724: @russianindex[] #dir with files with russian-lang names
15725: $where[dir]
15726:
15727: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15728: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15729:
15730: 2002-09-23 paf
15731:
15732: * src/types/pa_vdouble.h: double->int round added
15733:
15734: * src/classes/date.C: date bug fix, now
15735: round(floatDays*secondsPerDay)
15736:
15737: * src/classes/date.C: date bug fix, now
15738: round(floatDays*secondsPerDay)
15739:
15740: 2002-09-20 paf
15741:
15742: * src/main/execute.C: code junction calls disabled [before: code
15743: was compiled in such a way, that there were no code-junctions in
15744: OP_CALL]
15745:
15746: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15747:
15748: @badjunctioncallinside[code] ^code[]
15749:
15750: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15751: expanding to include ^junction.method
15752:
15753: * src/main/pa_common.C: -d "DIR/" now true
15754:
15755: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15756: as internal xdoc encoding, and after decoding attributes set by
15757: dom functions now encoded OK, not as digital entities
15758:
15759: * src/classes/xdoc.C: empty transform result, being taken as file
15760: now returns empty file, not raises stupid error about "stat-ed
15761: file"
15762:
15763: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15764: allowed
15765:
15766: * src/types/types.dsp: introducing $junction.get/put(1) one can
15767: write iterators now:
15768:
15769: ^user-foreach[key;value]{$key=$value<br>}
15770:
15771: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15772: $code.value($i*2) $code }
15773:
15774: * src/main/compile_tools.h: mistype
15775:
1.115 ! moko 15776: * src/targets/cgi/: Makefile.am, Makefile.in: binaries now depend
! 15777: on makefiles, thus taking linking options configure changes into
! 15778: account [were: ignoring]
1.95 moko 15779:
15780: * src/types/: pa_vjunction.C, Makefile.am: introducing
15781: $junction.get/put(1) one can write iterators now:
15782:
15783: ^user-foreach[key;value]{$key=$value<br>}
15784:
15785: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15786: $code.value($i*2) $code }
15787:
15788: * src/: include/pa_opcode.h, include/pa_request.h,
15789: main/compile.tab.C, main/compile.y, main/execute.C,
15790: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15791: introducing $junction.get/put(1) one can write iterators now:
15792:
15793: ^user-foreach[key;value]{$key=$value<br>}
15794:
15795: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15796: $code.value($i*2) $code }
15797:
15798: 2002-09-19 paf
15799:
1.115 ! moko 15800: * Makefile.am, Makefile.in: new: make commit
1.95 moko 15801:
15802: * aclocal.m4: forced to be older
15803:
15804: 2002-09-18 paf
15805:
15806: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
15807: src/main/compile.y, src/main/execute.C: << >> int shifts
15808:
15809: * src/: include/pa_common.h, include/pa_request.h,
15810: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
15811: - now this - fatal error
15812:
15813: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
15814: that one can pass binary data there
15815:
15816: * src/: classes/date.C, classes/double.C, classes/file.C,
15817: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15818: classes/op.C, classes/response.C, classes/string.C,
15819: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15820: include/pa_request.h: pa_request contexts made privated, plus
15821: get_{self/method_frame} to read. Request_context_saver used in
15822: ^try to save flang too. [were not saved]
15823:
15824: * src/types/pa_vresponse.C: header value chains joined before
15825: output, this should help $.subject[$var $var] from being
15826: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
15827:
15828: 2002-09-17 paf
15829:
15830: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
15831: removed changes, operators executed with calling self. lots of
15832: code with ^include code relies on defined/defining self variables
15833:
15834: $a[1] ^include[print_a.p] print_a.p: $a
15835:
15836: ^include[set_a.p] a=$a set_a.p: $a[1]
15837:
15838: * src/: classes/op.C, main/execute.C, main/pa_request.C,
15839: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
15840: types/pa_vstateless_class.h: operators now executed with MAIN
15841: self. it's for ^include sake, too strong a change
15842:
15843: * src/classes/op.C: made place for ^process to compile it's code to
15844: in case of no self
15845:
15846: * src/main/execute.C: found ancient param to Junction, removed.
15847: allowed passing self to native_code_operators [for ^process to
15848: work, she needs self]
15849:
15850: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15851: types/pa_vstateless_class.h: found ancient param to Junction,
15852: removed. allowed passing self to native_code_operators [for
15853: ^process to work, she needs self]
15854:
15855: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
15856: types/pa_value.h, types/pa_vmethod_frame.h,
15857: types/pa_vstateless_class.h: allowed Request.self to be 0,
15858: checked that in VMethodFrame get/put and $self.
15859:
15860: * src/classes/: table.C, xdoc.C: table::sql options table::create
15861: copy options options checked, wrong option now fatal error
15862:
15863: * src/main/pa_string.C: string.replace fixed [were missing words on
15864: pieces boundaries]
15865:
15866: * bin/auto.p.dist.in: strange \n
15867:
15868: * configure, configure.in: .so now detected [can be .sl on hpux,
15869: .dll on cygwin, .so in other cases)
15870:
1.115 ! moko 15871: * Makefile.in, configure, configure.in, bin/auto.p.dist.in,
! 15872: bin/Makefile.in, etc/Makefile.in,
! 15873: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15874: src/classes/Makefile.in, src/include/Makefile.in,
! 15875: src/lib/Makefile.in, src/lib/md5/Makefile.in,
! 15876: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 15877: src/sql/Makefile.in, src/targets/Makefile.in,
! 15878: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 15879: src/types/Makefile.in: .so now detected [can be .sl on hpux, .dll
! 15880: on cygwin, .so in other cases)
1.95 moko 15881:
15882: * operators.txt, src/classes/hash.C, src/classes/table.C,
15883: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
15884: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
15885: record taken [were last]
15886:
15887: * src/: classes/hash.C, classes/table.C,
15888: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
15889: now errors
15890:
15891: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
15892:
15893: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
15894: ,2,3]
15895:
15896: 2002-09-16 paf
15897:
15898: * src/classes/file.C: file::cgi line ends can be both unix & dos.
15899: and they can be unix [\n\n] on win when 'use CGI' used, it causes
15900: stdout to be binary. now detected closest header break.
15901:
15902: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
15903: closed right
15904:
15905: 2002-09-13 paf
15906:
15907: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
15908: src/main/compile_tools.h: (expression #comment)
15909:
15910: (multiline expression #comment line2 #comment )
15911:
15912: (expression #comment with (brackets) comment) << OK
15913:
15914: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
15915: bitwise !|| numerical xor now [preparing for expression
15916: #comments]
15917:
15918: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
15919: error
15920:
15921: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
15922: cheched in pa_socks.C
15923:
1.115 ! moko 15924: * Makefile.in, configure, configure.in,
! 15925: src/include/pa_config_auto.h.in: HAVE_WINSOCK_H created in
! 15926: configure.in
1.95 moko 15927:
15928: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
15929: cookie date now clean [were mistakenly tainted & that worked bad
15930: with opera -- 'happily' that worked OK with msie]
15931:
15932: 2002-09-12 paf
15933:
15934: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
15935: VClass get_element now first looks to fields, next to methods &
15936: co todo: the rest reason: more speed
15937:
15938: * src/main/untaint.C: quoted printable encoding stops before
15939: \s*<...>$
15940:
15941: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
15942: stops before <...>$
15943:
15944: 2002-09-11 paf
15945:
15946: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
15947: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
15948: forgot to check users of those funcs. not all were using that
15949: return value convention
15950:
15951: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
15952: windows-1254 added
15953:
15954: 2002-09-10 paf
15955:
15956: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
15957: VCodeFrame parent param were specified badly
15958:
15959: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
15960: WWrapper which used in constructing objects(second param to sql
15961: method) ^...sql{}[$.default{code}] now has parent, wich helps
15962: code in hash to survivi
15963:
15964: * src/: include/pa_request.h, main/execute.C: removed redundant
15965: param to execute [stack said 'thanks']
15966:
15967: * src/: classes/op.C, main/execute.C, types/pa_value.C,
15968: types/pa_value.h, types/pa_vcode_frame.h,
15969: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15970: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
15971: responsibility to wcontext
15972:
15973: * src/classes/file.C: decided not to log exec's with stderr, that
15974: could be warnings, and it's up to scritper to log/show them
15975:
15976: * src/: classes/double.C, main/execute.C: double:sql badly called
15977: write_assign_lang, not write_no_lang, thus doing unnecessary
15978: double/string converstion, which were loosing time&precesion
15979:
15980: * src/: main/pa_charset.C, types/pa_vmail.C:
15981: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
15982: case of unfinished in buffer processing, causing accidental
15983: transcode stop [in case that source enc != utf-8 & there is
15984: incomplete utf-8 sequence at the end of 16000block iside of
15985: libxml lib] tfm readed & code updated
15986:
15987: 2002-09-04 paf
15988:
15989: * configure: makes with sjlj
15990:
15991: * INSTALL, src/include/pa_config_fixed.h,
15992: src/include/pa_sql_connection.h,
15993: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
15994: checked. on win32 it made default
15995:
15996: * src/include/pa_config_auto.h.in: sjlj define
15997:
15998: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
15999: can not work with longjump/throw pair, and one must switch that
16000: on there. todo: detect that automatically]
16001:
16002: * src/types/pa_vxnode.C: removed too strong checks of
16003: xnode.elements. now, for instance, if element does not have any
16004: attributes, $xnode.attributes is void, not error
16005:
16006: 2002-09-02 paf
16007:
16008: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16009: removed double_result, didn't help
16010:
16011: * src/main/execute.C: double_result made to move that var away from
16012: hungry g++ optimizer (-O2), before: it were optimized and
16013: comparison operators worked badly
16014:
16015: * src/types/pa_vdate.h: removed debug
16016:
1.115 ! moko 16017: * Makefile.am, Makefile.in, src/types/pa_vdate.h: happy now only
! 16018: install-exec
1.95 moko 16019:
16020: * src/main/execute.C: fixed numeric < & co so that thay now use
16021: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16022: unknown reason.
16023:
16024: 2002-08-29 paf
16025:
16026: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16027: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16028: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16029: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16030: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16031: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16032: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16033: [called less frequent, allowed to remove ugly
16034: Junction.change_context-s from many places, switch,
16035: mail:send..html{}, ..] request.root renamed to method_frame [more
16036: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16037: [speed up]
16038:
16039: 2002-08-28 paf
16040:
16041: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16042: tainted
16043:
16044: * src/types/pa_vcookie.C: fixed cookie delete when
16045: $cookie:name[$.value[]]
16046:
16047: * operators.txt, src/classes/string.C:
16048: ^string.split[delim[;options]]
16049:
16050: 2002-08-27 paf
16051:
1.115 ! moko 16052: * etc/parser3.charsets/: Makefile.am, Makefile.in: merged from
! 16053: 3.0.0005
1.95 moko 16054:
16055: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16056: delimiter
16057:
16058: * INSTALL: recommended latest gmime 1.0.5
16059:
16060: 2002-08-26 paf
16061:
16062: * configure, configure.in: apache13/hook added to make dist.
16063:
16064: 2002-08-23 paf
16065:
16066: * src/: include/pa_common.h, main/pa_common.C,
16067: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16068: beside binary [cgi, isapi] not accessible [due to bad rights or
16069: whatever] it's error now
16070:
16071: 2002-08-21 paf
16072:
1.115 ! moko 16073: * Makefile.am, Makefile.in: can use: make happy equals to make
! 16074: update install
1.95 moko 16075:
16076: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16077: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16078: class". compiled as if here they named base class
16079:
16080: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16081: cloning constructor]
16082:
16083: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16084:
16085: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16086: src/types/pa_vfile.C, src/types/pa_vmail.C:
16087: $mail.received.file.value.content-type fixed
16088:
16089: 2002-08-20 paf
16090:
16091: * src/classes/file.C: fixed language of file:file result
16092:
16093: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16094: from 3.0.0005
16095:
16096: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16097:
16098: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16099: 3.0.0005
16100:
16101: * src/classes/void.C, operators.txt: ^void.length[] = 0
16102:
16103: 2002-08-19 paf
16104:
16105: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16106: work now
16107:
16108: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16109: error in xnode, which were not catched in xdoc]
16110:
16111: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16112: prepared: // validate each document after load/create (?)
16113: //xmlDoValidityCheckingDefaultValue = 1;
16114:
16115: 2002-08-15 paf
16116:
16117: * src/classes/classes.h: write to static var caused useless
16118: Exception, introduced Methoded::put_element wich consumes those
16119:
16120: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16121: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16122: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16123: $response:field[date] $response:field[$.xxx[date]]
16124:
16125: * src/: classes/hash.C, classes/string.C, classes/table.C,
16126: classes/void.C, include/pa_sql_connection.h: fixed source of
16127: ^hash::sql{bad}
16128:
16129: * operators.txt: $request:body unprecessed POST request body
16130:
16131: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16132:
16133: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16134: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16135:
16136: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16137: src/include/pa_request.h, src/main/pa_pool.C,
16138: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16139: $request:body r.post_data now const
16140:
16141: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16142: classes/xnode.C, main/execute.C, types/pa_value.h,
16143: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16144: types/pa_vtable.h: instead of type() checking everywhere used
16145: Value.as now user descendants can be used in params.
16146:
16147: VObject::as_*, is_defined now taken from bases. xtable(table)
16148: ^if($xtable) now OK
16149:
16150: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16151: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16152: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16153:
16154: 2002-08-14 paf
16155:
16156: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16157: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16158: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16159: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16160: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16161: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16162: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16163: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16164: types/pa_vresponse.C, types/pa_vresponse.h,
16165: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16166: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16167: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16168: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16169: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16170: & VClass
16171:
16172: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16173:
16174: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16175: removed fixopt stupidity. on stupid linux use cd /document/root
16176: ../cgi/parser3 script
16177:
16178: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16179: params, splitting them by space, excluding argv[0], argv[argc-1]
16180:
16181: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16182: fixopt.h: fixopt now preprocesses command line params, splitting
16183: them by space, excluding argv[0], argv[argc-1]
16184:
16185: * src/targets/cgi/parser3.C: -f config file
16186:
16187: * src/targets/cgi/parser3.C: fixed .log file dir
16188:
16189: 2002-08-13 paf
16190:
16191: * src/types/pa_vobject.C: allow override parent variables, useful
16192: for form descendants [in vobject too, were in vclass]
16193:
16194: * src/types/pa_vclass.C: allow override parent variables, useful
16195: for form descendants
16196:
1.115 ! moko 16197: * src/types/Makefile.in: added vobject.c & vclass
! 16198:
1.95 moko 16199: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16200: overwritten in derived(table)
16201:
16202: * src/: classes/form.C, classes/mail.C, classes/op.C,
16203: classes/xnode.h, include/pa_request.h, main/execute.C,
16204: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16205: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16206: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16207: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16208: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16209: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16210: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16211: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16212: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16213: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16214: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16215: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16216: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16217: Value::get_element(..., bool looking_down) [needed to exclude
16218: endless recoursion]
16219:
16220: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16221: fix bug with put endless recoursion todo: check 'as'
16222:
16223: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16224: reorganized modules todo: fix bug with put endless recoursion
16225: todo: check 'as'
16226:
1.115 ! moko 16227: * src/types/Makefile.in: VAliased removed
! 16228:
1.95 moko 16229: * src/types/pa_vobject.h: checked: table fields can be overwritten
16230: in derived(table)
16231:
16232: * src/types/pa_vobject.h: derived classes can have fields of their
16233: own now
16234:
16235: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16236: fixed error message on using non-created table
16237:
16238: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16239: classes/op.C, classes/xnode.h, include/pa_request.h,
16240: main/compile.C, main/compile.tab.C, main/execute.C,
16241: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16242: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16243: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16244: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16245: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16246: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16247: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16248: types/pa_vresponse.C, types/pa_vresponse.h,
16249: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16250: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16251: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16252: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16253: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16254: looking down/up tree todo: fix error message on non-constructed
16255: parents
16256:
16257: 2002-08-12 paf
16258:
16259: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16260: derived OK
16261:
16262: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16263: thorough testing
16264:
16265: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16266: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16267: types/pa_vobject.h, types/pa_vstateless_class.h,
16268: types/pa_vstateless_object.h, types/pa_wcontext.h,
16269: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16270: ^base:create[] dynamic call rewritten todo: thorough testing
16271:
16272: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16273: now instantates base class, remembers it and saves child in
16274: parent VObject.get_class now returns last child = downward
16275: virtual calls OK
16276:
16277: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16278: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16279: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16280: types/pa_vobject.h, types/pa_vresponse.h,
16281: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16282: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16283: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16284: VAliased [redundant], moved $CLASS to VObject only [parser class
16285: instance]
16286:
16287: * bin/auto.p.dist.in: more like in dist on parser.ru
16288:
16289: * bin/auto.p.dist.in: fixed sendmail default comment
16290:
16291: * src/main/pa_request.C: $response:body[file] content-type check
16292: fixed [were bad when content-type is hash]
16293:
16294: 2002-08-09 paf
16295:
16296: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16297: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16298:
16299: 2002-08-08 paf
16300:
16301: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16302: src/main/pa_globals.C: year column in month calendar [week year]
16303:
16304: * src/main/execute.C: error reporting on object writes to MAIN
16305: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16306:
16307: * operators.txt, src/types/pa_vdate.h: $date.yearday
16308: $date.daylightsaving
16309:
16310: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16311: use tainted data now. only she must specify the language.
16312:
16313: ^mail:send[ $.from[paf@mail.design.ru]
16314: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16315: $.text[^taint[uri][ìîñêâà]=] ]
16316:
16317: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16318: now prints more precise origin
16319:
16320: * src/include/pa_string.h: String::first_char now not fails on
16321: empty strings ^if(-f '') now ok and in 3 other places.
16322:
16323: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16324: String::first_char now not fails on empty strings ^if(-f '') now
16325: ok and in 3 other places.
16326:
16327: 2002-08-07 paf
16328:
16329: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16330: fixed
16331:
16332: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16333:
16334: * src/: main/execute.C, types/pa_vcode_frame.h,
16335: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16336: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16337: mistakenly not completely transparent to object writes.
16338: $hash[^if(1){$hash}] now works
16339:
16340: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16341: now erasing cache file [there were bad check on that]
16342:
16343: * src/: classes/classes.dsp, classes/table.C,
16344: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16345: all Debug dirs in .dsp now named 'Debug'
16346:
1.115 ! moko 16347: * etc/parser3.charsets/: Makefile.am, Makefile.in: all included
! 16348: into dist
1.95 moko 16349:
16350: * operators.txt, src/classes/mail.C: exception_type email.send
16351:
16352: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16353:
16354: * src/types/pa_vmail.C: mail:send empty email checked
16355:
16356: 2002-08-06 paf
16357:
16358: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16359: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16360: ^table::create[$source;$.options] ^table::join[$source;$.options]
16361:
16362: * operators.txt, src/classes/hash.C, src/classes/string.C,
16363: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16364: # $.default() }
16365:
16366: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16367:
16368: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16369: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16370: $file.content-type [instead of .mime-type] now works for
16371: file::stat also
16372:
16373: * src/main/pa_request.C: case insensitive mime_type_of
16374:
16375: * bin/auto.p.dist.in: jpeg
16376:
16377: 2002-08-05 paf
16378:
16379: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16380:
16381: * src/types/pa_vmail.C: file buffer relocated to parser heap
16382:
16383: * operators.txt: comment on date:calendar week column
16384:
16385: * src/main/pa_common.C: write checked
16386:
16387: * src/main/: pa_common.C: write checked
16388:
16389: * src/classes/date.C: +1 buf size for stupid snprintfs
16390:
16391: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16392: month calendar week column [ISO 8601 Week Numbers]
16393:
16394: 2002-08-02 paf
16395:
16396: * src/: include/pa_config_fixed.h, main/pa_string.C,
16397: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16398: DEBUG*
16399:
16400: * configure, configure.in, src/include/pa_version.h: release
16401: 3_0_0005
16402:
16403: * bin/auto.p.dist.in: unhandled_exception comments
16404:
16405: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16406: multipart post fixed
16407:
16408: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16409: response transcoded source->client only when text/* or simple
16410: onoverridden $response:body
16411:
16412: 2002-08-01 paf
16413:
16414: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16415: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16416: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16417: classes/op.C, classes/response.C, classes/string.C,
16418: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16419: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16420: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16421: include/pa_config_fixed.h, include/pa_dictionary.h,
16422: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16423: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16424: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16425: include/pa_socks.h, include/pa_sql_connection.h,
16426: include/pa_sql_driver_manager.h, include/pa_stack.h,
16427: include/pa_string.h, include/pa_stylesheet_connection.h,
16428: include/pa_stylesheet_manager.h, include/pa_table.h,
16429: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16430: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16431: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16432: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16433: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16434: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16435: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16436: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16437: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16438: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16439: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16440: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16441: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16442: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16443: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16444: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16445: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16446: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16447: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16448: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16449: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16450: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16451: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16452: types/pa_vmethod_frame.h, types/pa_vobject.h,
16453: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16454: types/pa_vresponse.h, types/pa_vstateless_class.C,
16455: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16456: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16457: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16458: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16459: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16460: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
16461:
16462: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16463: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16464: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16465: classes/math.C, classes/op.C, classes/response.C,
16466: classes/string.C, classes/table.C, classes/void.C,
16467: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16468: include/pa_array.h, include/pa_cache_managers.h,
16469: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16470: include/pa_config_fixed.h, include/pa_config_includes.h,
16471: include/pa_dictionary.h, include/pa_dir.h,
16472: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16473: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16474: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16475: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16476: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16477: include/pa_stack.h, include/pa_string.h,
16478: include/pa_stylesheet_connection.h,
16479: include/pa_stylesheet_manager.h, include/pa_table.h,
16480: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16481: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16482: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16483: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16484: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16485: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16486: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16487: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16488: main/pa_sql_driver_manager.C, main/pa_string.C,
16489: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16490: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16491: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16492: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16493: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16494: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16495: targets/isapi/pool_storage.h, types/pa_valiased.C,
16496: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16497: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16498: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16499: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16500: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16501: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16502: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16503: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16504: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16505: types/pa_vresponse.C, types/pa_vresponse.h,
16506: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16507: types/pa_vstateless_object.h, types/pa_vstatus.C,
16508: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16509: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16510: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16511: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16512: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16513: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16514: types/Makefile.am: ident.C* removed
16515:
16516: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16517: file:find[/can/do/this/now.txt]
16518:
16519: * src/targets/cgi/parser3.C: usage to stdout now
16520:
16521: 2002-07-31 paf
16522:
16523: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16524:
16525: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16526: default "postmaster"
16527:
16528: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16529: -f postmaster now default sendmail key word "postmaster"
16530: replaced to $.from
16531:
16532: 2002-07-30 paf
16533:
1.115 ! moko 16534: * Makefile.in, configure, configure.in,
! 16535: src/targets/cgi/Makefile.in,
! 16536: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C:
! 16537: removed pa_config_paths.h
1.95 moko 16538:
16539: * src/main/pa_charset.C: comment
16540:
16541: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16542: table, &#decimal;
16543:
16544: * src/main/pa_request.C: comment
16545:
16546: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16547: paragraf]
16548:
16549: 2002-07-11 paf
16550:
16551: * src/main/pa_exec.C: build command line badly added params twice
16552: [and first time without ' ']. double wrong. fixed.
16553:
16554: * src/main/pa_exec.C: invalid .exe caused error message with params
16555: wich parser did not provide = reported badly. fixed that.
16556:
16557: * src/classes/mail.C: $MAIL[ # xxx ]
16558:
16559: now ok
16560:
16561: * operators.txt: plan: sql detailed exception
16562:
16563: 2002-07-01 paf
16564:
16565: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16566: [MForm.configure_admin were called when request.main_class ==0
16567:
16568: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16569:
16570: * src/classes/form.C: content_length type fix
16571:
16572: 2002-06-30 paf
16573:
16574: * src/classes/mail.C: merged from 4
16575:
16576: * src/classes/mail.C: restored $MAIL
16577:
16578: 2002-06-28 paf
16579:
16580: * configure, configure.in: removed paths.h
16581:
1.115 ! moko 16582: * Makefile.in, configure, src/include/pa_version.h,
1.95 moko 16583: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16584: merged, makes updated
16585:
16586: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16587: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16588: src/include/pa_pool.h, src/include/pa_version.h,
16589: src/main/pa_charset.C, src/main/pa_pool.C,
16590: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16591: src/types/pa_vmail.C: merged latest updates to head
16592:
16593: 2002-06-27 paf
16594:
16595: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16596: not error now
16597:
16598: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16599: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16600: src/main/pa_charset.C, src/main/pa_pool.C:
16601: ^xdoc::create[[uri]]... base uri for document being created,
16602: imports and other relative file names would be relative to this
16603: uri default uri=path_translated
16604:
16605: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16606:
16607: 2002-06-26 paf
16608:
16609: * configure, configure.in, src/include/pa_version.h:
16610: release_3_0_0004
16611:
16612: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16613: 0 now
16614:
16615: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16616:
16617: 2002-06-25 paf
16618:
16619: * src/main/pa_string.C: emtpy string, or string of whitespaces
16620: considered bad number now
16621:
16622: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16623: now
16624:
16625: * operators.txt, src/classes/string.C: ^string.normalize [old
16626: name: optimize
16627:
16628: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16629: library configured
16630:
16631: * src/main/pa_request.C: configure_admin forced if no @conf
16632:
16633: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16634: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16635: when needed and to call system crypt() if not $apr1$ prefix
16636:
16637: 2002-06-24 paf
16638:
16639: * INSTALL: --with-static/shared-mailreceive described
16640:
16641: * src/include/pa_config_fixed.h: ssize_t fixed
16642:
1.115 ! moko 16643: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 16644: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 16645: src/Makefile.in, src/classes/Makefile.in,
! 16646: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 16647: src/lib/Makefile.in, src/lib/pcre/Makefile.in,
! 16648: src/main/Makefile.in, src/sql/Makefile.in,
! 16649: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 16650: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 16651: src/types/Makefile.am, src/types/Makefile.in,
1.95 moko 16652: src/types/pa_vmail.C: $mail:received makes update
16653:
16654: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16655: WITH_MAILRECEIVE
16656:
16657: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16658:
16659: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16660: option, for $mail:receive
16661:
16662: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16663: introducting $message:received ^mail:send rewritten with backward
16664: comp
16665:
16666: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16667: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16668: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16669: now
16670:
16671: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16672: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16673: src/include/pa_request.h, src/include/pa_string.h,
16674: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16675: src/main/pa_globals.C, src/main/pa_request.C,
16676: src/main/pa_string.C, src/main/pa_uue.C,
16677: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16678: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16679: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16680: uue to separate file introducting $message:received ^mail:send
16681: rewritten with backward comp
16682:
16683: 2002-06-21 paf
16684:
1.115 ! moko 16685: * src/lib/: Makefile.am, Makefile.in, md5/pa_md5.h: lib restructure
! 16686: apache .am & co changes
1.95 moko 16687:
1.115 ! moko 16688: * Makefile.in, configure, configure.in, src/Makefile.in,
! 16689: src/classes/Makefile.in, src/lib/Makefile.in,
! 16690: src/lib/md5/Makefile.am, src/lib/md5/pa_md5c.c,
! 16691: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 16692: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 16693: src/types/Makefile.in: lib restructure .in and .am files
! 16694: appropriate changes
1.95 moko 16695:
16696: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16697: pcre to libs/ added libs/md5 which is linked to non-apache
16698: targets ^math:crypt[password;$apr1$salt]
16699:
16700: * INSTALL, configure.in, operators.txt, parser3.dsw,
16701: src/Makefile.am, src/classes/Makefile.am,
16702: src/classes/classes.dsp, src/classes/math.C,
16703: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.115 ! moko 16704: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
! 16705: src/lib/pcre/README, src/lib/pcre/Tech.Notes,
! 16706: src/lib/pcre/dftables.c, src/lib/pcre/get.c,
! 16707: src/lib/pcre/ibm-1250.ucm, src/lib/pcre/ibm-1251.ucm,
! 16708: src/lib/pcre/ibm-1257.ucm, src/lib/pcre/internal.h,
! 16709: src/lib/pcre/maketables.c, src/lib/pcre/pcre-2_08.tar.gz,
! 16710: src/lib/pcre/pcre.3, src/lib/pcre/pcre.3.html,
! 16711: src/lib/pcre/pcre.3.txt, src/lib/pcre/pcre.c,
! 16712: src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16713: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16714: src/lib/pcre/pcre_parser_ctype.dsp,
16715: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16716: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16717: src/main/compile.tab.C, src/main/main.dsp,
16718: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16719: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16720: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16721: to libs/ added libs/md5 which is linked to non-apache targets
16722: ^math:crypt[password;$apr1$salt]
16723:
16724: 2002-06-20 paf
16725:
16726: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.115 ! moko 16727: bin/Makefile.in, bin/auto.p.dist.in, src/classes/file.C,
! 16728: src/classes/op.C, src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16729: src/include/pa_request.h, src/main/execute.C,
16730: src/main/pa_request.C, src/targets/cgi/parser3.C,
16731: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16732: marged latest HEAD updates, mainly file:justname&co &
16733: @auto/conf[filespec
16734:
16735: * operators.txt, src/classes/file.C:
16736: !^file:dirname[/a/some.tar.gz]=/a
16737: !^file:dirname[/a/b/]=/a
16738: !^file:basename[/a/some.tar.gz]=some.tar.gz
16739: !^file:justname[/a/some.tar.gz]=some.tar
16740: !^file:justext[/a/some.tar.gz]=gz
16741:
16742: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16743: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16744: @conf/auto[filespec]
16745:
16746: * bin/auto.p.dist.in: <noindex>
16747:
1.115 ! moko 16748: * configure, bin/Makefile.in: parser3.conf renamed to auto.p
! 16749: autoconf changes
1.95 moko 16750:
16751: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16752: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16753: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16754: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16755:
16756: 2002-06-18 paf
16757:
16758: * configure, configure.in, src/include/pa_version.h: version to
16759: configure.in
16760:
16761: * INSTALL: reflected .conf.dist dir change
16762:
1.115 ! moko 16763: * Makefile.am, Makefile.in, configure, configure.in,
! 16764: bin/Makefile.am, bin/Makefile.in, etc/Makefile.in,
! 16765: etc/parser3.charsets/Makefile.am,
! 16766: etc/parser3.charsets/Makefile.in: parser3.conf.dist moved to bin,
1.95 moko 16767: .in & *.am updated
16768:
16769: * src/classes/file.C: strncasecmp
16770:
16771: * src/classes/file.C: strcasecmp
16772:
1.115 ! moko 16773: * bin/Makefile.am, bin/Makefile.in, etc/Makefile.am:
! 16774: bin/parser3.conf.dist [moved from etc
1.95 moko 16775:
16776: * src/classes/file.C: ^file::exec[script;$.bad error case
16777: insensitive check now
16778:
16779: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16780:
16781: * configure, configure.in, src/include/pa_pool.h,
16782: src/include/pa_types.h: pack configure.in detection simplified.
16783: figured out that gcc on sparc not that stupid as thought
16784: previously: on sparc: when it sees packed class it modifies it's
16785: field-access-code to byte operations [stb, ldub] instead of 4byte
16786: operations [st, lduh] so packed must be all parts of packed
16787: class, i.e. it's parents&fields(classes). for now it's only
16788: String that packed and what was wrong is that it's parent -
16789: Pooled, were not packed. fixed that.
16790:
16791: 2002-06-14 paf
16792:
16793: * operators.txt: more precise xml-to-text options
16794:
16795: * operators.txt, src/types/pa_vxnode.C: xnode
16796: attribute_node.name/value xnode pi.node.data
16797:
16798: 2002-06-12 paf
16799:
1.115 ! moko 16800: * Makefile.in, configure, configure.in, etc/Makefile.in,
! 16801: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 16802: src/classes/Makefile.in, src/include/Makefile.in,
! 16803: src/main/Makefile.in, src/sql/Makefile.in,
! 16804: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 16805: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
! 16806: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
! 16807: root conf define creation
1.95 moko 16808:
16809: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16810: src/include/pa_globals.h, src/include/pa_request.h,
16811: src/main/compile.tab.C, src/main/pa_globals.C,
16812: src/main/pa_request.C, src/targets/cgi/parser3.C,
16813: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16814:
16815: * src/classes/mail.C: sendmail -ti [default now]
16816:
16817: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16818: to be strings. for convinient #ing
16819:
16820: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16821: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16822:
16823: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16824: main/pa_globals.C, main/pa_request.C: @conf
16825:
16826: 2002-06-11 paf
16827:
16828: * src/classes/file.C: check simplified
16829:
16830: * src/: classes/file.C, targets/cgi/parser3.dsp,
16831: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16832: valid prefix
16833:
16834: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16835: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16836: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16837:
16838: 2002-06-10 paf
16839:
16840: * operators.txt, src/classes/op.C, src/include/pa_common.h,
16841: src/main/pa_common.C: lock failures reported now
16842:
16843: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
16844: string->double @ compile time were not-enough-checking...
16845:
16846: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
16847: autoconvert now ignored
16848:
16849: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
16850: check
16851:
16852: * src/classes/mail.C: mail netscape attachment name fixed. todo:
16853: $response:body content-type:name
16854:
16855: * configure, configure.in: hpux check, nsl link, no socket
16856:
16857: * operators.txt: old merge conflict removed
16858:
16859: * configure, configure.in: pack even address access on sparc&co
16860: arch checked in configure
16861:
16862: * configure, src/include/pa_version.h: makes
16863:
16864: * configure, configure.in, src/include/pa_version.h: makes
16865:
16866: * src/main/untaint.C: (bug#2) mail subject got always prepended
16867: with charset even when all letters were 7bit one
16868:
16869: * src/main/pa_common.C: merged fixed -d (bug)
16870:
16871: * src/main/pa_common.C: fixed -d (bug)
16872:
16873: 2002-06-03 paf
16874:
16875: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
16876: src/classes/classes.dsp, src/main/compile.tab.C,
16877: src/main/main.dsp, src/main/pa_globals.C,
16878: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16879: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
16880: .dsp-s along with reorganized cvs modules dirs structure
16881:
16882: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16883: main/pa_globals.C, targets/cgi/parser3.dsp,
16884: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
16885: modules
16886:
16887: 2002-05-28 paf
16888:
16889: * src/targets/cgi/parser3.C: info.uri now ""
16890:
16891: 2002-05-17 paf
16892:
16893: * src/classes/: table.C: ^table.save << checked empty
16894: pre/match/post columns
16895:
16896: 2002-05-16 paf
16897:
16898: * src/classes/image.C: image::measure can png now
16899:
16900: 2002-05-15 paf
16901:
16902: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
16903: added
16904:
16905: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
16906:
16907: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
16908: %H[:%M[:%S]]]]]] [-%m now
16909:
16910: 2002-05-14 paf
16911:
16912: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
16913:
16914: 2002-05-07 paf
16915:
16916: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
16917: src/include/pa_globals.h, src/include/pa_request.h,
16918: src/include/pa_table.h, src/main/compile.tab.C,
16919: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
16920: src/main/pa_request.C, src/main/pa_table.C,
16921: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
16922: src/targets/isapi/parser3isapi.dsp,
16923: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
16924: name2number field now &. main_method_name now on Request pool
16925: rather on global_pool [Junction+VJunction created on same pool as
16926: name = were created on global pool, causing mem leaks]
16927:
16928: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
16929: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
16930: main/compile.y, main/main.dsp, main/pa_globals.C,
16931: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
16932: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16933: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
16934: field now &. main_method_name now on Request pool rather on
16935: global_pool [Junction+VJunction created on same pool as name =
16936: were created on global pool, causing mem leaks]
16937:
16938: 2002-05-06 paf
16939:
16940: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16941: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16942: 100*40 bytes per request memory leak [nonpool malloc in globals]
16943:
16944: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16945: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16946: 100*40 bytes per request memory leak [nonpool malloc in globals]
16947:
16948: 2002-04-30 paf
16949:
16950: * configure, src/include/pa_version.h: version now not b
16951:
16952: * src/targets/cgi/parser3.C: request.uri now never 0
16953:
16954: 2002-04-29 paf
16955:
16956: * configure.in: removed b
16957:
16958: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
16959: Exception::comment/type checked in (), no there's no empty
16960: type/comment by default
16961:
16962: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
16963: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
16964: src/doc/value.dox, src/include/pa_exception.h,
16965: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
16966: 0001
16967:
16968: 2002-04-26 paf
16969:
16970: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
16971: size reduced
16972:
16973: 2002-04-25 paf
16974:
16975: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
16976: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
16977: now that took into account
16978:
16979: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
16980: 01:03:04]
16981:
16982: * ChangeLog, operators.txt, src/classes/date.C:
16983: ^date::create[2002-12-33 01:03:04]
16984:
16985: * ChangeLog: updated changelog
16986:
16987: * src/classes/table.C: removed restriction on column count to
16988: ^table.hash to work, now must be >0 [were >1]
16989:
16990: 2002-04-24 paf
16991:
16992: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16993: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16994: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
16995: targets
16996:
16997: 2002-04-23 paf
16998:
16999: * operators.txt, src/classes/string.C:
17000: int/double/string:sql{}[$.default{code}] fixed [were barking:
17001: "junction used outside of context"]
17002:
17003: 2002-04-22 paf
17004:
17005: * types.txt, src/classes/string.C, src/include/pa_string.h,
17006: src/main/pa_string.C, src/types/pa_vstring.C,
17007: src/types/pa_vstring.h: ^string.optimize[]
17008:
17009: * src/: include/pa_globals.h, include/pa_table.h,
17010: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17011: table template
17012:
17013: * src/classes/: string.C: optimize removed from string
17014: .left/right/pos
17015:
17016: * src/main/execute.C: rolled back to
17017: before_killing_userjunction_contexts
17018:
17019: * src/main/execute.C: user junctions context killed
17020:
17021: * src/main/execute.C: junctions to local contexts got
17022: cleanized&checked later
17023:
17024: 2002-04-19 paf
17025:
17026: * src/: classes/string.C, include/pa_request.h,
17027: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17028: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17029: prior to .left .right .mid .pos .match when that is profitable,
17030: and always before .replace when $ORIGINS(1) optimization disabled
17031: economy from not wasting mem on lots of strings which occur by
17032: lots of String:mid calls to get parts of source string between
17033: found_occurances
17034:
17035: * src/classes/file.C: ovector now local economy: 16 bytes per
17036: ^file:list
17037:
17038: * src/: include/pa_globals.h, include/pa_table.h,
17039: main/pa_globals.C, main/pa_string.C: String::match table columns
17040: globalized, not created @ each ^match anymore economy:
17041: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17042:
17043: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17044: removed from each String::match replace iteration, and made
17045: stacked sizeof(VTable)=12bytes economy on each replace code
17046:
17047: * src/doc/footer.htm: 2001,
17048:
17049: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17050: string.match[]['] option enables generation of $match.prematch
17051: .match .postmatch columns
17052:
17053: * src/main/pa_string.C: String::match options analized without
17054: cstr-ing them now
17055:
17056: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17057: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17058: config updated to doxygen 1.2.15, created helper which fixes
17059: minor bugs in chm project files & htm tree. changed extension to
17060: .htm
17061:
17062: 2002-04-18 paf
17063:
17064: * src/doc/doxygen.cfg: .chi generation disabled
17065:
17066: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17067: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17068: fields&methods
17069:
17070: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17071: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17072: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17073: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17074: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17075: types/pa_vresponse.h, types/pa_vstateless_class.h,
17076: types/pa_vstateless_object.h, types/pa_vstatus.h,
17077: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17078: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17079: VStateless_class to VObject
17080:
17081: * src/: main/pa_request.C, types/pa_valiased.h,
17082: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17083: types/pa_vstring.h: VStateless_string_object speicalized light
17084: version of VStateless_object
17085:
17086: * src/classes/op.C: ^throw comment param made optional
17087:
17088: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17089: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17090: and implemented down in VClass, fclass_alias removed,
17091:
17092: * src/types/pa_value.C: forced to cut that from .h because of
17093: VStateless_class usage [undefined in .h]
17094:
17095: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17096: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17097: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17098: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17099: on each CALL]
17100:
17101: * src/: classes/classes.h, classes/date.C, classes/double.C,
17102: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17103: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17104: classes/response.C, classes/string.C, classes/table.C,
17105: classes/void.C, classes/xnode.C, include/pa_globals.h,
17106: include/pa_request.h, main/execute.C, main/pa_globals.C,
17107: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17108: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17109: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17110: types/pa_vstateless_class.h, types/pa_wcontext.C,
17111: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17112: removed Value::fname
17113:
17114: 2002-04-17 paf
17115:
17116: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17117: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17118: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17119: include/pa_pool.h, include/pa_types.h: dox updated to current
17120: state, PTHROW freshen to throw & co
17121:
17122: * src/types/pa_vhash.h: vstring wrong parent fixed
17123:
17124: * src/classes/op.C: taint local result var bug fixed
17125:
17126: 2002-04-16 paf
17127:
17128: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17129: Attic asm.txt as most interesting
17130:
17131: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17132: check, preventing content-length: 0 from appearing
17133:
17134: * src/main/execute.C: $result in @main now taken into account as in
17135: usual functions
17136:
17137: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17138: & @unhandled_exception now taken into account as in usual
17139: functions
17140:
17141: * src/doc/postbuild.txt: instructions on post .html build
17142:
17143: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17144:
17145: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17146: tainted
17147:
17148: * src/main/pa_request.C: uri in error log
17149:
17150: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17151: cheched date:create(days) param for validity [later were assumed
17152: valid and crashed on invalid onces]
17153:
17154: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17155: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17156: and used that for removing VString wrapper
17157:
17158: * src/classes/op.C: exception2vhash file now tainted
17159:
17160: * src/classes/op.C: _process pseudo origin copied from local var to
17161: heap
17162:
17163: * src/classes/op.C: extra check on empty file in origin in _execute
17164:
17165: 2002-04-15 paf
17166:
17167: * src/: main/execute.C, types/pa_value.h: fixed name update
17168:
17169: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17170: functions
17171:
17172: * src/: classes/file.C, classes/hash.C, classes/op.C,
17173: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17174: started dual write_xxx_lang functions, if checked & works
17175:
17176: * src/: classes/date.C, classes/file.C, classes/mail.C,
17177: classes/string.C, classes/xnode.C, include/pa_request.h,
17178: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17179: unnecessary VString shells
17180:
17181: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17182: prev changes]
17183:
17184: * src/: classes/image.C, classes/op.C, classes/string.C,
17185: classes/table.C, include/pa_request.h, main/execute.C,
17186: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17187: StringOrValue wcontext result, now ready for dual writes
17188:
17189: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17190: checked that
17191:
17192: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17193: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17194: changed to OP_WRITE_VALUE in var get cases
17195:
17196: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17197: include/pa_request.h, main/compile.tab.C, main/compile.y,
17198: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17199: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17200: switch in hash constructor fixed [were problems with using of
17201: stacked wwrapper after it's death]
17202:
17203: 2002-04-12 paf
17204:
17205: * operators.txt, src/classes/table.C: table.select(expression) 0
17206:
17207: 2002-04-11 paf
17208:
17209: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17210: Request::process_internal codeFrame & wwrapper stacked [not
17211: wasting heap anymore]
17212:
17213: 2002-04-10 paf
17214:
17215: * src/: classes/double.C, classes/file.C, classes/hash.C,
17216: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17217: classes/string.C, classes/table.C, classes/void.C,
17218: classes/xdoc.C, include/pa_request.h, main/execute.C,
17219: main/pa_string.C: killed Request::process() wrapping
17220: VString(String) in case we need only String
17221:
17222: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17223: killed 8 bytes from String.head
17224:
17225: 2002-04-09 paf
17226:
17227: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17228: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17229: local*/char b[...]; a=b; situations
17230:
17231: * operators.txt, src/classes/xdoc.C: xslt params made literal
17232:
17233: * src/classes/xdoc.C: xslt params fixed
17234:
17235: * src/: main/pa_common.C, targets/cgi/parser3.C,
17236: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17237: not pool.malloc(MAX_NUMBER) but really neaded
17238:
1.115 ! moko 17239: * etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 17240: src/classes/Makefile.in, src/sql/Makefile.in,
! 17241: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
! 17242: src/targets/isapi/Makefile.in, src/types/Makefile.in: makse
! 17243:
1.95 moko 17244: * operators.txt, src/classes/double.C, src/classes/int.C:
17245: int/double.int/double(default)
17246:
17247: 2002-04-04 paf
17248:
17249: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17250: [when reconstructing pieces were split by
17251: max_integral(piece.size), thus some strings to replace happen to
17252: be split into two = not replaced)
17253:
17254: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17255: standalone version = current dir
17256:
17257: * src/targets/cgi/parser3.C: document root in standalone version =
17258: current dir
17259:
17260: 2002-04-03 paf
17261:
17262: * configure, configure.in: more checks on nonexistent charset
17263:
1.115 ! moko 17264: * INSTALL, Makefile.in, configure, configure.in, etc/Makefile.in,
! 17265: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 17266: src/include/Makefile.in, src/main/Makefile.in: root config
! 17267: configure options
1.95 moko 17268:
17269: 2002-04-02 paf
17270:
17271: * src/main/compile.C: parser.compile [exception name more like in
17272: doc]
17273:
17274: 2002-04-01 paf
17275:
17276: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17277: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17278: .content-type.charset, not .charset
17279:
17280: 2002-03-29 paf
17281:
17282: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17283:
17284: * operators.txt, src/classes/date.C: ^date::create now may not
17285: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17286: days' year. | 31.05->31.04 roll
17287:
17288: 2002-03-28 paf
17289:
17290: * operators.txt, src/classes/date.C, src/classes/op.C,
17291: src/include/pa_globals.h, src/include/pa_hash.h,
17292: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17293: ^cache(seconds) ^cache[date] }
17294:
17295: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17296: param
17297:
17298: 2002-03-27 paf
17299:
17300: * operators.txt, src/classes/date.C, src/classes/double.C,
17301: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17302: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17303: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17304: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17305: src/classes/xnode.C, src/include/pa_exception.h,
17306: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17307: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17308: src/main/pa_array.C, src/main/pa_charset.C,
17309: src/main/pa_charsets.C, src/main/pa_common.C,
17310: src/main/pa_dictionary.C, src/main/pa_exception.C,
17311: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17312: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17313: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17314: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17315: src/types/pa_value.h, src/types/pa_vcookie.C,
17316: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17317: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17318: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17319: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17320: src/types/pa_wwrapper.h: assigned exception types
17321:
17322: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17323: src/include/pa_request.h, src/main/execute.C,
17324: src/main/pa_request.C: decided agains resetting exception_trace,
17325: just changed name
17326:
17327: 2002-03-26 paf
17328:
17329: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17330: fixed
17331:
17332: * src/classes/op.C: forced language of $source field of exception
17333: to 'tainted', so that sql-langed-frags could be outputed outside
17334: of connect
17335:
17336: * operators.txt: removed date.roll limit of +-1 offset
17337:
17338: * src/classes/date.C: removed date.roll limit of +-1 offset
17339:
17340: * operators.txt, src/classes/date.C: fixed date roll on
17341: daylightsaving days mktime took into account tm_isdst flag, which
17342: remained from BEFORE roll, but should have been reset
17343:
17344: 2002-03-25 paf
17345:
17346: * operators.txt, src/targets/cgi/parser3.C:
17347: http_site_config_filespec
17348:
17349: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17350: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17351: with any/both --disable-foreign-group-files --disable-execs
17352:
17353: * INSTALL: "--with=sendmail=COMMAND" comment
17354:
17355: * INSTALL, configure, configure.in, src/classes/mail.C,
17356: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.115 ! moko 17357: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
! 17358: --disable-foreign-group-files now disables execs also.
! 17359: introducing --sendmail
1.95 moko 17360:
17361: * operators.txt: pgsql options comment
17362:
17363: * INSTALL: comment on --disable-link-stdcpp
17364:
1.115 ! moko 17365: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
! 17366: src/targets/cgi/Makefile.in: libstdc++ link skipping configure
! 17367: option
1.95 moko 17368:
17369: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17370: with error were put to cache with 'marked_to_rollback' flag, all
17371: consequent even OK requests rolled back
17372:
17373: 2002-03-22 paf
17374:
17375: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17376: false return
17377:
17378: * operators.txt: few comments on sets
17379:
17380: 2002-03-18 paf
17381:
17382: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17383: src/include/pa_globals.h, src/include/pa_request.h,
17384: src/include/pa_stack.h, src/main/pa_globals.C,
17385: src/main/pa_request.C: introducing ^try
17386:
17387: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17388: types/pa_vdouble.h: removed some tested @tests
17389:
17390: 2002-03-15 paf
17391:
17392: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17393:
17394: 2002-03-13 paf
17395:
17396: * src/main/pa_exception.C: checked not-pooled malloc
17397:
17398: 2002-03-11 paf
17399:
17400: * INSTALL, configure, configure.in,
17401: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17402:
17403: * src/main/pa_common.C: --disable-foreign-group-files
17404:
17405: * INSTALL: --disable-execs
17406:
17407: * src/main/pa_exec.C: --disable-execs
17408:
17409: * configure, configure.in, src/include/pa_config_auto.h.in:
17410: --disable-execs
17411:
17412: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17413:
17414: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17415: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17416:
17417: 2002-03-05 paf
17418:
17419: * operators.txt, src/classes/date.C: date week calendar columns
17420: named
17421:
17422: * operators.txt, src/classes/date.C: date week calendar columns
17423: named
17424:
17425: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17426: requires headers to be terminated with \r\n manually [refuses to
17427: separate header/body itself]
17428:
17429: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17430: targets/isapi/parser3isapi.C: isapi site config beside .dll
17431:
17432: 2002-03-04 paf
17433:
17434: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17435: in PASS language
17436:
17437: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17438: deserialize checks on broken file
17439:
17440: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17441: parser3isapi.dsp: isapi updated
17442:
17443: 2002-03-01 paf
17444:
17445: * src/main/pa_exec.C: execle -> execve, now argc OK
17446:
17447: 2002-02-28 paf
17448:
17449: * src/main/untaint.C: removed some debug comments
17450:
17451: * src/main/pa_charsets.C: when placing charset to cache using
17452: global name now [were request]
17453:
17454: * configure, configure.in: apache module updated
17455:
17456: * src/main/pa_string.C: origin by first piece preferred before last
17457: piece
17458:
17459: 2002-02-27 paf
17460:
17461: * src/main/pa_charset.C: size_t
17462:
17463: * INSTALL: shared/static-xml with-pathlink
17464:
17465: * operators.txt: SMTP comment
17466:
17467: 2002-02-26 paf
17468:
17469: * src/main/pa_exec.C: more precise names for vars, cosmetic
17470:
17471: * src/classes/xnode.C: in some situation, xpath query returned
17472: result with type NODESET, but empty nodeset member field, checked
17473: that
17474:
17475: 2002-02-22 paf
17476:
17477: * INSTALL: without-zlib comment
17478:
17479: * etc/parser3.charsets/windows-1251.cfg: °
17480:
17481: * configure, configure.in: glib###.a detection fixed
17482:
17483: * INSTALL: hashfile removed from INSTALL
17484:
1.115 ! moko 17485: * Makefile.am, Makefile.in: make update
1.95 moko 17486:
17487: * src/main/pa_string.C: string iterators fixed again, so were
17488: String::join_chain
17489:
17490: * src/main/pa_string.C: string iterators fixed again, so were
17491: String::join_chain
17492:
17493: * src/: include/pa_string.h, main/pa_string.C: string iterators
17494: fixed again, so were String::join_chain
17495:
17496: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17497:
17498: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17499: "session"
17500:
1.115 ! moko 17501: * Makefile.in, configure, configure.in,
! 17502: src/include/pa_config_auto.h.in: --with-shared-xml
! 17503: --with-static-xml
1.95 moko 17504:
17505: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17506: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17507: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17508: xalan&xml
17509:
17510: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17511:
17512: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17513: src/types/types.dsp: removed hashfile support from sources for
17514: now
17515:
1.115 ! moko 17516: * Makefile.in, configure, configure.in, etc/Makefile.in,
! 17517: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 17518: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 17519: src/classes/hashfile.C, src/include/Makefile.am,
1.115 ! moko 17520: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 17521: src/include/pa_db_connection.h, src/include/pa_db_manager.h,
! 17522: src/include/pa_db_table.h, src/main/Makefile.am,
! 17523: src/main/Makefile.in, src/main/pa_db_connection.C,
1.95 moko 17524: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.115 ! moko 17525: src/main/pa_globals.C, src/sql/Makefile.in,
! 17526: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 17527: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 17528: src/types/Makefile.am, src/types/Makefile.in,
! 17529: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
! 17530: hashfile support for now
1.95 moko 17531:
17532: 2002-02-21 paf
17533:
17534: * src/main/untaint.C: removed debug code, activated commented-for
17535: debug parts
17536:
1.115 ! moko 17537: * Makefile.am, Makefile.in: make cvsupdate
1.95 moko 17538:
17539: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17540: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17541: append_row, not at link zero now string to string appending works
17542:
17543: 2002-02-20 paf
17544:
17545: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17546: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17547: DEBUG_STRING_APPENDS_VS_EXPANDS
17548:
17549: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17550: economy: 22%
17551:
17552: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17553: space uptimized: string::link_row removed
17554:
17555: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17556: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17557: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17558: types/pa_vstring.h: speed uptimized: string::is_empty
17559:
17560: * operators.txt, src/include/pa_common.h,
17561: src/include/pa_config_fixed.h, src/include/pa_string.h,
17562: src/include/pa_types.h, src/main/compile.tab.C,
17563: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17564: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17565: string append optimiziation idea and estimates
17566:
17567: 2002-02-19 paf
17568:
17569: * src/classes/math.C: not used directly [but erroreously reported
17570: that 'is', thus registering twice&other probs]
17571:
17572: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17573: to node [element]
17574:
17575: * src/main/compile.C: without string_origins parse error
17576: file+line+col possible
17577:
17578: * src/main/: compile.C: without string_origins not worked
17579:
17580: 2002-02-18 paf
17581:
17582: * src/types/pa_vdouble.h: since we have in_expression removed that
17583: trick i've installed into double::as_string
17584:
17585: * src/main/pa_globals.C: extern "C" was removed too fast
17586:
17587: * src/: include/pa_opcode.h, include/pa_request.h,
17588: main/compile.tab.C, main/compile.y, main/execute.C,
17589: types/pa_wcontext.h: in_expression aimed to solve old problem
17590: with string/nonstring values, now in expressions double/int
17591: values are passed as-is, without stupid tostring/fromstring
17592: conversions
17593:
17594: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17595: __cplusplus } #endif
17596:
17597: * src/main/compile.tab.C: bison env set so one could compile
17598: without cygwin installed
17599:
17600: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17601: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17602: gnome xml libs parser .dsp-s changed accordingly
17603:
17604: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17605:
17606: * operators.txt, src/classes/date.C: date::create [were date::set,
17607: with backward comp
17608:
17609: * src/classes/math.C: math:random range check fixed
17610:
17611: * src/main/: compile.tab.C, compile.y: integer division stops name
17612:
17613: * INSTALL: local install comment
17614:
1.115 ! moko 17615: * Makefile.in, ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17616:
1.115 ! moko 17617: * Makefile.in, acinclude.m4, aclocal.m4, configure, configure.in,
! 17618: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 17619: src/Makefile.in, src/classes/Makefile.in,
! 17620: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 17621: src/include/pa_config_includes.h, src/main/Makefile.in,
! 17622: src/sql/Makefile.in, src/targets/Makefile.in,
! 17623: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 17624: src/targets/cgi/parser3.C, src/targets/isapi/Makefile.in,
! 17625: src/types/Makefile.in: removed libtool usage from build mech
1.95 moko 17626:
17627: * operators.txt: \ comment
17628:
17629: 2002-02-13 paf
17630:
17631: * src/include/pa_config_includes.h: sys/time time both included
17632: now. vaguely remember confilicts on this on some system [not on
17633: six|ablv] so when would see them again would think up proper
17634: check
17635:
1.115 ! moko 17636: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
! 17637: src/targets/cgi/Makefile.in: --with-glib-config CXXLINK=$(CC) for
! 17638: targets/cgi/parser3
1.95 moko 17639:
17640: * src/main/pa_common.C: truncation never occured when writing files
17641: on unix [since i've changed cache mech] fix
17642:
17643: * src/main/pa_common.C: strnchr: sanity check added
17644:
17645: * etc/parser3.charsets/windows-1257.cfg: id added
17646:
17647: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17648: baltic charset file generated, in generation script ispunct check
17649: added
17650:
17651: 2002-02-08 paf
17652:
1.115 ! moko 17653: * src/: include/Makefile.am, include/Makefile.in, sql/Makefile.am,
! 17654: sql/Makefile.in, targets/isapi/Makefile.am,
! 17655: targets/isapi/Makefile.in: forgotten makes
1.95 moko 17656:
17657: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17658: forgotten
17659:
17660: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17661:
17662: * INSTALL, README: install&others updated
17663:
17664: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17665:
1.115 ! moko 17666: * Makefile.am, Makefile.in, configure, configure.in,
! 17667: etc/parser3.charsets/Makefile.am,
! 17668: etc/parser3.charsets/Makefile.in, src/Makefile.am,
! 17669: src/Makefile.in, src/classes/Makefile.am,
! 17670: src/classes/Makefile.in, src/main/Makefile.am,
! 17671: src/main/Makefile.in, src/main/pa_status_provider.C,
! 17672: src/targets/Makefile.am, src/targets/Makefile.in,
! 17673: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 17674: src/types/Makefile.am, src/types/Makefile.in: 'make dist' works
1.95 moko 17675:
17676: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17677: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17678: classes/hashfile.C, classes/int.C, classes/mail.C,
17679: classes/math.C, classes/op.C, classes/response.C,
17680: classes/string.C, classes/table.C, classes/void.C,
17681: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17682: include/pa_array.h, include/pa_cache_managers.h,
17683: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17684: include/pa_config_fixed.h, include/pa_config_includes.h,
17685: include/pa_db_connection.h, include/pa_db_manager.h,
17686: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17687: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17688: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17689: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17690: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17691: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17692: include/pa_stack.h, include/pa_string.h,
17693: include/pa_stylesheet_connection.h,
17694: include/pa_stylesheet_manager.h, include/pa_table.h,
17695: include/pa_threads.h, include/pa_types.h, main/compile.C,
17696: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17697: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17698: main/pa_db_connection.C, main/pa_db_manager.C,
17699: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17700: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17701: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17702: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17703: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17704: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17705: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17706: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17707: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17708: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17709: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17710: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17711: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17712: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17713: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17714: types/pa_vmethod_frame.h, types/pa_vobject.h,
17715: types/pa_vrequest.h, types/pa_vresponse.h,
17716: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17717: types/pa_vstateless_object.h, types/pa_vstatus.C,
17718: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17719: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17720: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17721: classes/image.C, main/pa_common.C, main/pa_exec.C,
17722: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17723: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17724: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17725: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17726: types/pa_vxnode.C, main/pa_charset.C: name spelling
17727:
17728: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17729: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17730: classes/hashfile.C, classes/image.C, classes/int.C,
17731: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17732: classes/string.C, classes/table.C, classes/void.C,
17733: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17734: include/pa_array.h, include/pa_cache_managers.h,
17735: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17736: include/pa_config_fixed.h, include/pa_config_includes.h,
17737: include/pa_db_connection.h, include/pa_db_manager.h,
17738: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17739: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17740: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17741: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17742: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17743: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17744: include/pa_stack.h, include/pa_string.h,
17745: include/pa_stylesheet_connection.h,
17746: include/pa_stylesheet_manager.h, include/pa_table.h,
17747: include/pa_threads.h, include/pa_types.h, main/compile.C,
17748: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17749: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17750: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17751: main/pa_db_connection.C, main/pa_db_manager.C,
17752: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17753: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17754: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17755: main/pa_socks.C, main/pa_sql_driver_manager.C,
17756: main/pa_status_provider.C, main/pa_string.C,
17757: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17758: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17759: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17760: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17761: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17762: targets/isapi/pool_storage.h, types/pa_valiased.C,
17763: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17764: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17765: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17766: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17767: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17768: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17769: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17770: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17771: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17772: types/pa_vresponse.h, types/pa_vstateless_class.C,
17773: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17774: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17775: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17776: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17777: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17778: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17779:
17780: 2002-02-07 paf
17781:
17782: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17783:
1.115 ! moko 17784: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
! 17785: targets/cgi/Makefile.in, types/Makefile.in: makes
! 17786:
! 17787: * configure, configure.in, src/classes/Makefile.in,
! 17788: src/include/pa_config_auto.h.in, src/main/Makefile.in,
! 17789: src/main/pa_common.C, src/main/pa_socks.C,
! 17790: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
! 17791: src/types/Makefile.in: compiled under cygwin added yet another
! 17792: locking function: fcntl
1.95 moko 17793:
17794: * config.sub: on cygwin configure passes it with strange i1586
17795: const, hacked it to mean i586
17796:
17797: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17798: disabled $if reference due to conflicts with local variables
17799:
17800: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17801: xdoc::set obsolete now, now xdoc::create, with both sences
17802:
17803: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17804: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17805: table::create now // 'set' name obsolete now table clone.
17806:
17807: * operators.txt, src/classes/string.C,
17808: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17809: ^int/double/string.format now can be called with normal []
17810: brackets, not stupid {} as it were implemented for some strange
17811: reason. retaining backward compatibility due to some
17812: already-implemented servers
17813:
17814: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17815: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17816: operators now detected by check at name_without_curly_rdive_read
17817: rule whether diving code constists only of
17818: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17819: with OP_GET_ELEMENT_OR_OPERATOR to form
17820: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17821:
17822: 2002-02-06 paf
17823:
17824: * configure, configure.in: prefix expanded, grr
17825:
17826: * operators.txt, src/classes/mail.C: mail:send config changed
17827:
17828: 2002-02-05 paf
17829:
17830: * operators.txt: regex options commented
17831:
17832: * src/main/: pa_exec.C: argv0 now correct
17833:
17834: * src/types/pa_vstatus.C: status:rusage 3
17835:
17836: * src/types/pa_vstatus.C: status:rusage 2
17837:
17838: * operators.txt: status:rusage described int operators
17839:
17840: * src/types/pa_vstatus.C: status:rusage 1
17841:
17842: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17843: src/types/types.dsp: status:rusage
17844:
17845: * configure.in, operators.txt, src/classes/file.C,
17846: src/classes/op.C, src/include/pa_common.h,
17847: src/include/pa_config_includes.h, src/main/compile.tab.C,
17848: src/main/pa_common.C: rewritten ^cache to use
17849: non-blocking-exclusive-caches
17850:
17851: * src/main/pa_common.C: text file read mode on win32 adjusted
17852: [speed impact. was off for debugging purpose, but forgotten
17853: afterwards]
17854:
17855: 2002-02-01 paf
17856:
17857: * src/classes/op.C: file_write does EX lock after create, while
17858: file_read does SH after open, so there's a moment after create
17859: but before EX lock when read can sneak into, and read
17860: just-created-for-writing-and-not-yet-locked file, added a check
17861: for that in ^cache...read
17862:
17863: 2002-01-31 paf
17864:
17865: * src/main/: compile.y, compile.tab.C: disabled operator call after
17866: ^xxx:
17867:
17868: * src/main/: compile.tab.C, execute.C: made operators lookup first
17869: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17870:
17871: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17872: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17873: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
17874: operators check 6.1 rewritten. now check is done at compile time
17875:
17876: * src/main/execute.C: operators check 5 floated up old error of
17877: staying in 'entered class/object' state after $a($a..) it
17878: prevented operators from being called thereafter
17879:
17880: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17881: main/execute.C: operators check 4 floated up old error of staying
17882: in 'entered object' state after ^a.a(a) it prevented operators
17883: from being called thereafter
17884:
17885: * src/main/execute.C: operators check 3 floated up old error of
17886: staying in 'entered class' state after $a:a(a) it prevented
17887: operators from being called thereafter
17888:
17889: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
17890: floated up old error of staying in 'entered class' state after
17891: $a:a[a] it prevented operators from being called thereafter
17892:
17893: * src/main/execute.C: operators check, thay mistakenly seen in
17894: $class:operator $object.operators contexts
17895:
17896: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
17897: win32
17898:
1.115 ! moko 17899: * INSTALL, Makefile.in, configure, configure.in, ident.awk,
! 17900: etc/Makefile.am, etc/Makefile.in,
! 17901: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 17902: src/classes/Makefile.am, src/classes/Makefile.in,
! 17903: src/main/Makefile.am, src/main/Makefile.in,
! 17904: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 17905: src/targets/cgi/Makefile.in,
1.95 moko 17906: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.115 ! moko 17907: src/types/Makefile.am, src/types/Makefile.in: lowered indent.awk
! 17908: back to src/
1.95 moko 17909:
1.115 ! moko 17910: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
! 17911: NEWS, README, acinclude.m4, aclocal.m4, asm.txt, config.guess,
! 17912: config.sub, configure, configure.in, form.txt, ident.awk,
! 17913: install-sh, lang.txt, ltconfig, ltmain.sh, missing,
! 17914: mkinstalldirs, operators.txt, parser3.dsw, sql.txt, types.txt,
! 17915: etc/Makefile.am, etc/Makefile.in,
1.95 moko 17916: etc/parser3.charsets/Makefile.am,
1.115 ! moko 17917: etc/parser3.charsets/Makefile.in,
1.95 moko 17918: etc/parser3.charsets/koi8-r.cfg,
17919: etc/parser3.charsets/windows-1250.cfg,
17920: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.115 ! moko 17921: src/Makefile.in, src/classes/Makefile.am,
! 17922: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
! 17923: src/main/Makefile.am, src/main/Makefile.in,
! 17924: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 17925: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
! 17926: src/types/Makefile.am, src/types/Makefile.in: moved etc&www out
! 17927: of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 17928: straightened installation scripts procedure made
17929: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
17930: change
17931:
17932: 2002-01-30 paf
17933:
17934: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
17935: removed] those comments were a mistake, and prevented libltdl
17936: from function properly
17937:
17938: 2002-01-29 paf
17939:
1.115 ! moko 17940: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
! 17941: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
! 17942: targets/cgi/Makefile.in, types/Makefile.in: removed
! 17943: libltdl/libtool creation [modified acinclude.m4 which were
! 17944: creating int into just assignment LIBTOOL=../libtool] added
! 17945: default system config&charsetts prepared 'make install', now it
! 17946: installs targets/cgi/parser3 into bin directory etc/parser3.conf
! 17947: & etc/parser3.charsets/* into $sysconfdir and
1.95 moko 17948: $sysconfdir/parser3.charsets respectively
17949:
17950: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
17951: main/pa_globals.C: few forgotten ifdef XML added
17952:
17953: 2002-01-28 paf
17954:
1.115 ! moko 17955: * src/: classes/Makefile.am, classes/Makefile.in,
! 17956: targets/cgi/Makefile.am, targets/cgi/Makefile.in: xalan-patch
1.95 moko 17957: removed
17958:
17959: * src/main/pa_exception.C: dom|generic error output fix
17960:
17961: * src/classes/xnode.C: xdoc.importNode 3 [check err]
17962:
17963: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
17964:
17965: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
17966: [fixed as_node helper func to accept docs]
17967:
17968: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
17969: xdoc.importNode 0
17970:
17971: * src/classes/xdoc.C: xdoc::set now untaints OK
17972:
1.115 ! moko 17973: * src/Makefile.in: stupid make runs automake on ths
! 17974:
1.95 moko 17975: 2002-01-25 paf
17976:
17977: * src/main/: compile.tab.C, compile.y: #comment before @ after
17978: @SPECIAL now works OK
17979:
17980: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
17981:
17982: * src/main/pa_exec.C: max arg count now 10, and proper message on
17983: violation that added
17984:
17985: * src/classes/hash.C: unified hash::sql, now
17986: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
17987:
17988: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
17989: ^file:lock[filename]{code}
17990:
17991: * src/: classes/file.C, classes/op.C, classes/string.C,
17992: classes/table.C, classes/xdoc.C, include/pa_common.h,
17993: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
17994: to some pa_common funcs
17995:
17996: * src/: include/pa_charset.h, main/pa_globals.C:
17997: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
17998:
17999: * src/: include/pa_charset.h, main/pa_charset.C,
18000: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18001: not stupid illegal define
18002:
18003: 2002-01-24 paf
18004:
18005: * src/include/pa_version.h: changed version number
18006:
18007: * src/: classes/hashfile.C, include/pa_db_table.h,
18008: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18009: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18010: main/pa_db_connection.C, main/pa_db_table.C,
18011: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18012: hashfile without logfiles
18013:
18014: * src/: classes/hashfile.C, include/pa_db_table.h,
18015: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18016: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18017: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18018: DB_INIT_TXN init bits, thus got rid of huge log files, which
18019: cluttered disk without huge need]
18020:
18021: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18022: handy macro, which is strangly abscent in dome lib
18023:
18024: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18025:
18026: * src/classes/xdoc.C: checked empty response
18027:
18028: * src/classes/xnode.C: xdoc.select fixed context node [were always
18029: /, not self node]
18030:
18031: * src/classes/xnode.C: xnode.select returns array always now, in
18032: case 'nothing found' returns empty array
18033:
18034: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18035: be more tender with ctrl/c/v
18036:
18037: 2002-01-23 paf
18038:
18039: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18040: substituted. // 2. when dom tree with entites goes under
18041: transform text nodes // got [erroreosly] cut on first
18042: entity occurance
18043:
18044: * src/types/pa_vdouble.h: double prec. todo: get rid of
18045: twice-converting
18046:
18047: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18048: 'e' in output this is for regretful twice-converting here:
18049: $a(double value) when they write double falue they convert it to
18050: string first, thus %g were losing precesion.
18051:
18052: todo: think up some way to remove double->string string->double
18053: twice-converting
18054:
18055: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18056: %.20E now default float format this is for regretful
18057: twice-converting here: $a(double value) when they write double
18058: falue they convert it to string first, thus %g were losing
18059: precesion.
18060:
18061: todo: think up some way to remove double->string string->double
18062: twice-converting
18063:
18064: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18065: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18066: reasons in comment inside
18067:
18068: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18069: statically linked]
18070:
18071: * src/: include/pa_exception.h, main/compile.tab.C,
18072: main/pa_exception.C: removed exception va_list constructor. 1.
18073: not needed anymore 2. there were a conflict[causing errors]
18074: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18075: never detected an ambiguilty here, compiling ctor(, "hello") into
18076: ctor(, va_list) which, of course, caused gpf
18077:
18078: * src/main/pa_globals.C: removed debug xslt messages
18079:
18080: 2002-01-22 paf
18081:
18082: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18083: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18084: helps compiling stylesheet properly. example: this refused to
18085: work, <b>«<xsl:value-of select="@title"
18086: />»</b> stranly worked only this way:
18087: <b>«<xsl:value-of select="@title" />»</b>
18088:
18089: docs says "set it to 1", never going into details, so I decided
18090: to try NOT to do that
18091:
18092: * src/classes/table.C: join behaived badly in case named tables
18093: structure mismatched: 0 strings sneaked into dest failing
18094: afterwards. replaced them with empty strings
18095:
18096: 2002-01-21 paf
18097:
18098: * src/main/pa_charset.C: checked empty transcoders in
18099: transcode_cstr|buf
18100:
18101: * src/classes/xdoc.C: xdoc::load error source = filespec
18102:
18103: * src/classes/xdoc.C: transform error source now
18104: stylesheet_filespec
18105:
1.115 ! moko 18106: * src/: classes/Makefile.in, classes/xdoc.C, classes/xnode.C,
1.95 moko 18107: include/pa_stylesheet_connection.h, main/pa_charset.C,
18108: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.115 ! moko 18109: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am,
! 18110: targets/cgi/Makefile.in: autoconf gnome
1.95 moko 18111:
18112: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18113: include/pa_globals.h, include/pa_stylesheet_connection.h,
18114: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18115: xslt generic error 1
18116:
18117: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18118: xml generic message 1
18119:
18120: * src/classes/table.C: ^table::load empty lines or #comments before
18121: headline
18122:
18123: * src/: include/pa_array.h, include/pa_globals.h,
18124: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18125: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18126: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18127: errors 0
18128:
18129: 2002-01-16 paf
18130:
18131: * src/: classes/hash.C, classes/op.C, classes/string.C,
18132: classes/table.C, classes/void.C, classes/xdoc.C,
18133: include/pa_db_connection.h, include/pa_request.h,
18134: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18135: include/pa_stylesheet_connection.h,
18136: include/pa_stylesheet_manager.h, main/pa_request.C,
18137: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18138: targets/cgi/pool_storage.h: auto closers to sql_connection,
18139: stylesheet_connection auto destroyers to remaining gnome objects
18140:
18141: * src/classes/xdoc.C: few comments
18142:
18143: 2002-01-15 paf
18144:
18145: * src/classes/xdoc.C: xdoc file save string
18146:
18147: ready. todo: error handling
18148:
18149: * src/classes/xdoc.C: xdoc save rewritten using
18150: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18151: result
18152:
18153: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18154: started output options parsing
18155:
18156: 2002-01-14 paf
18157:
18158: * src/classes/xdoc.C: method
18159:
18160: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18161: include/pa_pool.h, include/pa_stylesheet_connection.h,
18162: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18163: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18164: xslt transform0. TODO: use output options handle errors
18165:
18166: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18167:
18168: 2002-01-11 paf
18169:
18170: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18171: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18172: partial logical && || evaluation
18173:
18174: * src/classes/xnode.C: xpath selectNodes
18175:
18176: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18177: string/number/bool
18178:
18179: * src/classes/xnode.C: xpath selectNode 2
18180:
18181: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18182: xpath selectNode 1
18183:
18184: 2002-01-10 paf
18185:
18186: * src/classes/xnode.C: xpath selectNode -100 [just written]
18187:
18188: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18189: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18190: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18191: refcounter]
18192:
18193: 2001-12-29 paf
18194:
18195: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18196: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18197: glib works 0
18198:
18199: 2001-12-28 paf
18200:
18201: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18202: main/pa_exception.C: started glib transcoders
18203:
18204: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18205:
18206: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18207: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18208: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18209: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18210: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18211: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18212: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18213: libs just compiled in. no refcounting no xpath no xslt yet
18214:
18215: 2001-12-27 paf
18216:
18217: * src/: include/pa_charset.h, include/pa_common.h,
18218: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18219: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18220: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18221: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18222: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18223: from xalan&xerces, started the process. globals [initialization
18224: pool [charset update charset [transcodings vxnode vxdoc [DOM
18225: calls
18226:
18227: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18228: anymore
18229:
18230: 2001-12-26 paf
18231:
18232: * src/: include/pa_charset.h, include/pa_charsets.h,
18233: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18234: key globalized [bug]
18235:
18236: 2001-12-25 paf
18237:
18238: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18239: main/pa_string.C: table set & append changed splitting languages,
18240: separators now can be clean AND as-is same to mail command line
18241: $MAIN:MAIL.progX arguments
18242:
18243: 2001-12-24 paf
18244:
18245: * src/classes/mail.C: one parted text messages - no multipart
18246: mime-type anymore. for convinient if $.attach-ments
18247:
18248: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18249: main/pa_string.C: read from cache size check updated
18250:
18251: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18252:
18253: 2001-12-21 paf
18254:
18255: * src/classes/date.C: date:sql-string now returns localtime
18256:
18257: * src/main/pa_request.C: $result in @main actually not working, to
18258: hell with it for now
18259:
18260: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18261: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18262: @postprocess @exception
18263:
18264: * src/main/execute.C: junction evaluation canceled - endless
18265: recursion detected
18266:
18267: 2001-12-19 paf
18268:
18269: * src/main/pa_charset.C: charset->charset transcoding via unicode
18270: intermediate
18271:
18272: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18273:
18274: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18275:
18276: * src/classes/op.C: ^cache keypath now relative
18277:
18278: * src/classes/mail.C: changed weighting prior to sort
18279:
18280: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18281: were missing
18282:
18283: 2001-12-17 paf
18284:
18285: * src/main/pa_charset.C: ifndef XML were bad type
18286:
18287: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18288: outdated unset services_pool
18289:
18290: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18291: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18292: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18293:
18294: * src/main/untaint.C: allowed space in filespec
18295:
18296: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18297:
18298: * src/classes/image.C: no govno
18299:
18300: * src/classes/image.C: govno
18301:
18302: 2001-12-16 paf
18303:
1.115 ! moko 18304: * src/: main/Makefile.in, targets/cgi/Makefile.in,
! 18305: types/Makefile.in: makes
! 18306:
1.95 moko 18307: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18308:
18309: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18310: charset_connection&manager replaced by charset&charsets
18311:
18312: * src/main/pa_charset.C: name_cstr 0
18313:
18314: * src/main/untaint.C: uri lang now knows about client/source
18315: charsets
18316:
18317: * src/: classes/file.C, classes/math.C, classes/op.C,
18318: classes/string.C, classes/table.C, classes/xdoc.C,
18319: include/pa_array.h, include/pa_cache_managers.h,
18320: include/pa_charset_connection.h, include/pa_charset_manager.h,
18321: include/pa_common.h, include/pa_db_connection.h,
18322: include/pa_db_manager.h, include/pa_db_table.h,
18323: include/pa_dictionary.h, include/pa_exception.h,
18324: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18325: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18326: include/pa_sapi.h, include/pa_socks.h,
18327: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18328: include/pa_string.h, include/pa_stylesheet_connection.h,
18329: include/pa_stylesheet_manager.h, include/pa_table.h,
18330: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18331: main/pa_charset.C, main/pa_charset_connection.C,
18332: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18333: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18334: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18335: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18336: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18337: types/types.dsp: introducing Charset
18338:
18339: 2001-12-14 paf
18340:
18341: * src/: include/pa_request.h, include/pa_transcoder.h,
18342: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18343: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18344: uri lang
18345:
18346: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18347:
18348: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18349:
18350: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18351: defalts_name global
18352:
18353: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18354: include/pa_request.h, main/main.dsp,
18355: main/pa_charset_connection.C, main/pa_charset_manager.C,
18356: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18357: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18358: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18359: changed charset model. now important: $request:charset
18360: $response:charset while $response:content-type.charset become
18361: unimportant [informational]
18362:
18363: 2001-12-13 paf
18364:
18365: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18366:
18367: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18368: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18369: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18370: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18371: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18372: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18373:
18374: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18375: auto_ptr part other way, because of stupid gcc 2.96
18376: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18377: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18378: FormatterListener] /usr/include/g++-3/memory:48:
18379: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18380: _Tp1 = FormatterListener, _Tp = FormatterListener]
18381:
18382: * src/classes/xdoc.C: removed extra inc
18383:
18384: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18385:
18386: * src/include/pa_types.h: msvc head debugging flag
18387:
18388: * src/classes/xdoc.C: freed up listener
18389:
18390: * src/classes/string.C: change msg '... code is not code'
18391:
18392: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18393: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18394: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18395: [past/future prob]
18396:
18397: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18398: include/pa_config_fixed.h, include/pa_db_manager.h,
18399: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18400: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18401:
18402: * src/: include/pa_config_fixed.h, main/pa_common.C,
18403: main/pa_string.C: removed signed mismatch warnings
18404:
18405: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18406: 'expires' from header outputs
18407:
18408: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18409: row ptr
18410:
18411: * src/classes/file.C: file::cgi bug, request_method were passed to
18412: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18413:
18414: * src/classes/xdoc.C: lang list updated
18415:
18416: 2001-12-10 paf
18417:
18418: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18419:
18420: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18421: erase files like that, knowing their full name introducing //
18422: theoretical problem with, for instance, "_2B" and "." fragments,
18423: // they would yield the same // because
18424: need_file_encode('_')=false // but we need to delete such files
18425: somehow, getting names from ^index
18426:
18427: * src/main/pa_string.C: ^string.replace bug fixed [bad
18428: string::join_chank break]
18429:
18430: 2001-12-07 paf
18431:
18432: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18433: include/pa_common.h, include/pa_config_auto.h.in,
18434: include/pa_config_fixed.h, include/pa_config_includes.h,
18435: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18436: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18437: types/pa_vhashfile.C: merged from r14_simple_cache
18438:
18439: * src/main/pa_string.C: stupid sparc architecture failed to access
18440: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18441: lduh [ %i2 + 1 ], %l0
18442:
18443: bus error, fixed that
18444:
18445: * src/main/pa_string.C: strange string deserialize bug on
18446: client[pmts], a bit shortened,
18447:
18448: * src/include/pa_config_auto.h.in: makes
18449:
18450: * src/: include/pa_common.h, include/pa_config_fixed.h,
18451: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18452: file write shared lock file read
18453:
18454: * src/: classes/op.C, include/pa_common.h,
18455: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18456:
18457: 2001-12-06 paf
18458:
18459: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18460: main/pa_request.C: #ifdef RESOURCES_DEBUG
18461:
18462: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18463: info
18464:
18465: * src/classes/hashfile.C: removed transaction from ^cache
18466:
18467: 2001-12-05 paf
18468:
18469: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18470: IIS5 there were a prob with illegal call check
18471:
18472: 2001-12-04 paf
18473:
18474: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18475: main/pa_request.C: measures to log
18476:
18477: 2001-11-23 paf
18478:
18479: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18480: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18481: types/pa_vhashfile.C: merged from _0014, 1
18482:
18483: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18484: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18485: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18486: ^cache(33) would change
18487:
18488: 0660 bits in file_write & hashfile create
18489:
18490: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18491: after pa_string optimization]
18492:
18493: 2001-11-22 paf
18494:
18495: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18496: table.offset[whence]
18497:
18498: * src/classes/op.C: process cstr(,connection)
18499:
18500: * src/classes/op.C: process now gets its body on current language,
18501: not as-is
18502:
18503: * src/main/untaint.C: ORIGINS mode removed UHTML
18504:
18505: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18506: bit
18507:
1.115 ! moko 18508: * src/: Makefile.in, classes/xdoc.C, targets/Makefile.in,
! 18509: targets/cgi/Makefile.in: cached xslt [removed nocache forcing]
1.95 moko 18510:
18511: 2001-11-21 paf
18512:
18513: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18514: <xsl:output output options made identical to xsl:output
18515: attributes exclusion: cdata-section-elements what xalan can do
18516: but that not used now: it can escape and remove CDATA sections
18517:
18518: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18519: produced by xslt
18520:
18521: * src/targets/cgi/parser3.C: removed debug cgi||1
18522:
18523: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18524:
18525: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18526: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18527: default language for {code}, it happen to change it's language
18528: from CLEAN, so later refused to split by CLEAN \t
18529:
18530: 2001-11-20 paf
18531:
1.115 ! moko 18532: * src/: classes/Makefile.am, classes/Makefile.in, classes/table.C,
! 18533: main/Makefile.am, main/Makefile.in, main/pa_exception.C,
! 18534: types/Makefile.am, types/Makefile.in: moved ident.C & co to
1.95 moko 18535: bottom of dependeces, so that errors would popup quicklier, fixed
18536: line numbering in table::sql
18537:
18538: 2001-11-19 paf
18539:
18540: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18541: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18542: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18543: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18544: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18545: at wcontext.write
18546:
1.115 ! moko 18547: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.am,
! 18548: targets/Makefile.in, targets/cgi/Makefile.in,
! 18549: targets/cgi/parser3.C, types/Makefile.in: #if _MSC_VER
1.95 moko 18550: _set_new_handler
18551:
1.115 ! moko 18552: * src/: Makefile.in, targets/cgi/parser3.C,
! 18553: targets/isapi/parser3isapi.C: set_new_handler in apache&isapi
1.95 moko 18554:
18555: 2001-11-16 paf
18556:
18557: * src/targets/cgi/parser3.C: pool debug @ die
18558:
18559: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18560: removed 8 bytes from String, 2 bytes from
18561: string::chunk::row::item
18562:
18563: * src/main/pa_string.C: removed 1+4 bytes from String
18564:
18565: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18566: types/pa_vstring.C: removed 1+4 bytes from String
18567:
18568: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18569: 0
18570:
18571: * src/: include/pa_globals.h, include/pa_string.h,
18572: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18573: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18574: targets/cgi/parser3.C: introducing estimating
18575: String::cstr_bufsize, 0
18576:
18577: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18578:
18579: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18580:
18581: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18582: include/pa_pool.h: die in pool::fail
18583:
18584: 2001-11-15 paf
18585:
18586: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18587: main/pa_exception.C, targets/cgi/parser3.C: exception with
18588: dynamic buffer re-back now with counter
18589:
18590: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18591: static buffer back
18592:
18593: * src/targets/cgi/parser3.C: std::
18594:
18595: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18596: include/pa_config_includes.h: setnewhandler check
18597:
1.115 ! moko 18598: * src/: include/pa_config_auto.h.in, main/Makefile.in: makes
! 18599:
! 18600: * src/Makefile.in: configure set_new_handler check added
1.95 moko 18601:
18602: * src/targets/cgi/parser3.C: set_new_handler started
18603:
18604: 2001-11-14 paf
18605:
18606: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18607: was wrong
18608:
18609: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18610: was wrong
18611:
18612: * src/main/pa_request.C: z
18613:
18614: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18615: full returns win32 -1 solaris >buffer_size
18616:
18617: checked all that
18618:
18619: * src/classes/op.C: ^untaint{body} as-is default now
18620:
18621: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18622: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18623: with no_bad_constructors_try
18624:
18625: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18626: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18627: this: $bred[^string::length[]] $bred[^response::clear[]]
18628: $bred[^int::int[]]
18629:
18630: now VObject creation moved into overriden
18631: VClass::create_new_value, thus 0 from create_new_value means that
18632: class has no ctors
18633:
18634: 2001-11-13 paf
18635:
18636: * src/classes/classes.C: returned accedently removed if in foreach
18637: callbacks [when hash no-0-restructure]
18638:
18639: 2001-11-12 paf
18640:
18641: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18642: passed as-is to method, xalan makes & into & itself
18643:
18644: * src/classes/date.C: date.roll parser2 alg used
18645:
18646: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18647: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18648: main/pa_dictionary.C, main/pa_hash.C,
18649: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18650: now does not containt 0 values. put 0 actullay removes. no check
18651: on 0 value in foreach now required
18652:
18653: 2001-11-11 paf
18654:
18655: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18656:
18657: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18658:
18659: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18660: driver initialize not const
18661:
18662: 2001-11-10 paf
18663:
18664: * src/main/pa_exec.C: doc
18665:
18666: 2001-11-09 paf
18667:
18668: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18669: param properly
18670:
18671: * src/classes/string.C: string.save now does untainting before
18672: saving
18673:
18674: * src/main/pa_common.C: line endings fixing fixed last piece[was
18675: still cstr oriented]
18676:
18677: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18678: line endings fixing got rid of cstr, now must work ok with post
18679: multipart
18680:
18681: * src/types/pa_vform.C: line endings fixed at post / multipart /
18682: not file also now
18683:
18684: 2001-11-08 paf
18685:
18686: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18687: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18688: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18689: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18690: main/pa_stylesheet_manager.C: restructured Cache manager to be
18691: simple parent, not second parent [gcc 2.96 strangly refused to
18692: call virtual from second parent]
18693:
1.115 ! moko 18694: * src/: Makefile.in, include/pa_common.h, main/Makefile.am,
! 18695: main/Makefile.in, targets/cgi/pa_pool.C: makes
1.95 moko 18696:
18697: * src/: include/pa_request.h, main/pa_request.C,
18698: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18699: 'status' class enabler
18700:
18701: <Location /parser-status.html> ParserStatusAllowed </Location>
18702:
18703: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18704: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18705: include/pa_stylesheet_manager.h, main/main.dsp,
18706: main/pa_cache_managers.C, main/pa_charset_manager.C,
18707: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18708: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18709: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18710: todo: apache 'status' class enabler
18711:
18712: 2001-11-05 paf
18713:
18714: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18715: debug to normal
18716:
18717: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18718: hence i removed skipping 0 values in hash::for_each-es we need to
18719: check cleaned cache items manually. few more checks.
18720:
18721: expiring to 0 time was wrong, changed to 'now' time
18722:
18723: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18724: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18725: on apache already done :)
18726:
18727: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18728: skipping 0 values in hash::for_each-es we need to check cleaned
18729: cache items manually
18730:
18731: * src/main/: pa_db_connection.C, pa_db_table.C:
18732: parser_multithreaded check was wrong
18733:
18734: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18735: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18736: classes/hashfile.C, classes/image.C, classes/int.C,
18737: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18738: classes/string.C, classes/table.C, classes/void.C,
18739: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18740: include/pa_array.h, include/pa_charset_connection.h,
18741: include/pa_charset_manager.h, include/pa_common.h,
18742: include/pa_config_fixed.h, include/pa_config_includes.h,
18743: include/pa_db_connection.h, include/pa_db_manager.h,
18744: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18745: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18746: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18747: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18748: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18749: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18750: include/pa_stack.h, include/pa_string.h,
18751: include/pa_stylesheet_connection.h,
18752: include/pa_stylesheet_manager.h, include/pa_table.h,
18753: include/pa_threads.h, include/pa_types.h, main/compile.C,
18754: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18755: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18756: main/pa_charset_manager.C, main/pa_common.C,
18757: main/pa_db_connection.C, main/pa_db_manager.C,
18758: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18759: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18760: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18761: main/pa_socks.C, main/pa_sql_driver_manager.C,
18762: main/pa_status_provider.C, main/pa_string.C,
18763: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18764: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18765: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18766: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18767: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18768: targets/isapi/pool_storage.h, types/pa_valiased.C,
18769: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18770: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18771: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18772: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18773: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18774: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18775: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18776: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18777: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18778: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18779: types/pa_vstateless_object.h, types/pa_vstatus.h,
18780: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18781: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18782: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18783: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18784: $status:db fixed used not initialized in db_connection & db_table
18785:
18786: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18787: $status:charset
18788:
18789: * src/: classes/xdoc.C, include/pa_db_connection.h,
18790: include/pa_stylesheet_connection.h,
18791: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18792: types/pa_vstatus.h: $status:stylesheet
18793:
18794: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18795: include/pa_request.h, include/pa_sql_connection.h,
18796: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18797: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18798: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18799: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18800: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18801: types/pa_vxnode.C, types/types.dsp: started status parser class
18802:
18803: 2001-11-01 paf
18804:
18805: * src/include/pa_config_auto.h.in: makes
18806:
18807: * src/main/pa_hash.C: removed old extra include
18808:
18809: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18810: checks [for hp, there are such in math.h]
18811:
18812: * src/classes/op.C: ^for endless loop check strightened
18813:
18814: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18815: behavior in native calls. it left unchanged, so ^for ^foreach &
18816: co can use r.root to write their i & key,value there
18817:
1.115 ! moko 18818: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 18819: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 18820: makes
! 18821:
1.95 moko 18822: * src/classes/op.C: detected for var storage bug, fixed.
18823: todo:foreach
18824:
18825: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18826: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18827: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18828: changing of hash inside of foreach
18829:
18830: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18831: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18832: were hash.foreach
18833:
18834: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18835: types/pa_vstring.C, types/pa_vstring.h:
18836: ^foreach[key|value]{body}[[separator]|{separator}]
18837:
18838: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18839: types/pa_vcookie.C: ^hash.delete[key]
18840:
18841: 2001-10-31 paf
18842:
18843: * src/main/: compile.C, pa_common.C: completely empty file now
18844: considered "read", not ignored [not perfect trick used]
18845:
18846: * src/main/pa_common.C: simplier common ifdefs
18847:
18848: * src/main/pa_common.C: typing bug in common - bad ifdeff
18849:
18850: * src/main/pa_db_connection.C: z
18851:
18852: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18853: lockdetector flags
18854: dbenv.lk_detect=DB_LOCK_RANDOM;
18855:
18856: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18857: from accidental show [imagine user forgot @exception]
18858:
18859: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18860:
18861: * src/: classes/file.C, classes/image.C, classes/mail.C,
18862: classes/string.C, classes/xnode.C, include/pa_common.h,
18863: main/pa_common.C: ^string.save[[append;]path]
18864:
18865: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18866: main/execute.C: \ in expression: int divide 10/3=3
18867:
18868: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18869: inside of ^cache
18870:
18871: * src/: include/pa_threads.h, main/pa_db_connection.C,
18872: main/pa_db_table.C, targets/cgi/pa_threads.C,
18873: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18874: needed
18875:
18876: 2001-10-30 paf
18877:
18878: * src/: classes/classes.dsp, main/main.dsp,
18879: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18880: types/types.dsp: enabled debug incremental compile
18881:
18882: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18883: form post data line endings not reformatted now.
18884:
18885: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18886: now required [had bug when file= has no value]
18887:
18888: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18889: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18890: cstr(asis) default param removed
18891:
18892: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18893:
18894: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18895:
18896: * src/include/pa_dir.h: LOAD_DIR fixed
18897:
18898: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18899: was broken} fix_line_breaks
18900:
18901: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
18902: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
18903: packed with #pragma pack
18904:
1.115 ! moko 18905: * src/: Makefile.in, include/pa_config_auto.h.in: pragma detection
1.95 moko 18906:
18907: 2001-10-29 paf
18908:
18909: * src/types/pa_wcontext.h: bitfield syntax stricter
18910:
18911: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
18912: string hash.puts
18913:
18914: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
18915:
18916: * src/include/pa_sql_connection.h: there were one wrong
18917: SQL_CONNECTION_FUNC_GUARDED [failed]
18918:
18919: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
18920: param.someday either ifdef or remove it
18921:
18922: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
18923:
18924: * src/main/untaint.C: optimizing returned after debugging
18925:
18926: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18927: main/untaint.C: memory hunging #pragma pack(1)
18928:
18929: 16 419 844 13 169 394
18930:
18931: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18932: targets/cgi/pa_pool.C: String size_t replace to uint in proper
18933: places [todo:Array]
18934:
18935: * src/: main/execute.C, targets/cgi/pa_pool.C,
18936: targets/cgi/parser3.dsp, types/pa_wcontext.h,
18937: types/pa_wwrapper.h: debugging memory WContext flags to bits
18938:
18939: total 5 652 652/158731 total 5 469 332/158731
18940:
18941: * src/: include/pa_array.h, main/pa_array.C: debugging memory
18942: Array:: without cache in get/put now
18943:
18944: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
18945: 18:25:27 2001] total 5 652 652/158731
18946:
18947: * src/: include/pa_string.h, main/pa_string.C,
18948: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
18949: now
18950:
18951: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
18952: 18:11:53 2001] total 5796092/158731
18953:
18954: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
18955: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
18956: key ref now
18957:
18958: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
18959: 17:11:17 2001] total 16867948/202658
18960:
18961: * src/: classes/file.C, classes/image.C, classes/string.C,
18962: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
18963: main/execute.C, main/pa_array.C, main/pa_common.C,
18964: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18965: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
18966: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
18967: string::as_int/double now usually uses stack, not heap [200K out
18968: of 17M :)] VString(String&) not copies reference [29M -> 17M]
18969:
18970: * src/main/pa_sql_driver_manager.C: ping to have services [old
18971: hiding bug]
18972:
18973: * src/Makefile.am: .am order
18974:
18975: * src/: include/pa_array.h, include/pa_charset_manager.h,
18976: include/pa_db_connection.h, include/pa_db_manager.h,
18977: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
18978: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18979: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
18980: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
18981: required "friend class"
18982:
18983: ../include/pa_request.h:51: friend declaration requires
18984: class-key, i.e. `friend class Temp_lang'
18985:
18986: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18987: main/pa_exception.C, main/pa_sql_driver_manager.C,
18988: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
18989:
18990: the idea is to #1 jump to C++ some function to main body, where
18991: every function stack frame has exception unwind information and
18992: from there... #2 propagate_exception()
18993:
18994: 2001-10-28 paf
18995:
18996: * src/main/pa_db_connection.C: removed old consts
18997:
18998: * src/main/pa_db_connection.C: expire table [was accidently pasted
18999: with wrong type/cast]
19000:
19001: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19002: translation
19003:
1.115 ! moko 19004: * src/: classes/Makefile.am, classes/Makefile.in,
! 19005: targets/cgi/Makefile.am, targets/cgi/Makefile.in: db makes.
1.95 moko 19006: remember to build DB2 with -fexceptions!!!
19007:
19008: * src/main/pa_db_table.C: DB_RMW defed
19009:
19010: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19011: include/pa_db_connection.h, include/pa_db_manager.h,
19012: include/pa_db_table.h, main/pa_db_connection.C,
19013: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19014:
19015: 2001-10-27 paf
19016:
19017: * src/: classes/hashfile.C, include/pa_db_connection.h,
19018: include/pa_db_table.h, main/pa_db_connection.C,
19019: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19020: types/pa_vhashfile.C: DB2 ifdefs
19021:
1.115 ! moko 19022: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
! 19023: include/pa_config_fixed.h, main/Makefile.am, main/Makefile.in,
! 19024: targets/Makefile.in, targets/cgi/Makefile.am,
! 19025: targets/cgi/Makefile.in, types/Makefile.am, types/Makefile.in:
1.95 moko 19026: makes with DB2
19027:
1.115 ! moko 19028: * src/: Makefile.in, classes/Makefile.in,
! 19029: include/pa_config_auto.h.in, main/Makefile.am, main/Makefile.in,
! 19030: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.am,
! 19031: types/Makefile.in: makes db
1.95 moko 19032:
19033: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19034: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19035: globals.C
19036:
19037: * src/: classes/hashfile.C, include/pa_db_connection.h,
19038: include/pa_db_table.h, main/pa_db_connection.C,
19039: main/pa_db_table.C: ^hashfile.clear[]
19040:
19041: * src/classes/classes.awk: no $ in var names
19042:
19043: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19044: connection&table [forgotten calls]
19045:
19046: 2001-10-26 paf
19047:
19048: * src/main/pa_db_connection.C: db checkpoints
19049:
19050: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19051: checkpoints
19052:
19053: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19054: default. but entities still reparsed. todo: tothink
19055:
19056: * src/main/pa_db_connection.C: db recover mech 2
19057:
19058: * src/: classes/hashfile.C, include/pa_db_connection.h,
19059: include/pa_db_manager.h, include/pa_db_table.h,
19060: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19061: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19062: types/pa_vhashfile.h: db connections & tables now cached at
19063: create time & multithreaded
19064:
19065: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19066: parsed_source
19067:
19068: * src/main/pa_db_connection.C: about to remove connection from
19069: vhashfile
19070:
19071: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19072: transaction commit/rollback responsibility left to parent [as it
19073: sould - else there were a bug with double free]
19074:
19075: * src/include/pa_db_table.h: db: child transaction commit/rollback
19076: responsibility left to parent [as it sould - else there were a
19077: bug with double free]
19078:
19079: 2001-10-25 paf
19080:
19081: * src/: classes/hashfile.C, include/pa_common.h,
19082: include/pa_db_connection.h, include/pa_db_manager.h,
19083: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19084: types/pa_vhashfile.C, types/pa_vhashfile.h,
19085: include/pa_db_table.h, main/pa_db_table.C: started db_home
19086: [multiple, cached] todo: autorecover [tried, but not succeded,
19087: yet]
19088:
19089: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19090:
19091: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19092: transaction parent passed
19093:
19094: 2001-10-24 parser
19095:
1.115 ! moko 19096: * src/classes/: Makefile.am, Makefile.in: makes
1.95 moko 19097:
19098: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19099: isapi/pool_storage.h: pool_storage fixed
19100:
19101: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19102: types/pa_vform.h: form fix_line_breaks
19103:
1.115 ! moko 19104: * src/: classes/Makefile.in, main/Makefile.in,
! 19105: targets/cgi/Makefile.in, targets/cgi/pool_storage.h: makes
1.95 moko 19106:
19107: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19108: targets/cgi/pool_storage.h: makes
19109:
19110: * src/sql/pa_sql_driver.h: version
19111:
19112: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19113: types/pa_vform.C, types/pa_vform.h: .am
19114:
19115: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19116: this: DB_RMW Acquire write locks instead of read locks when doing
19117: the retrieval. Setting this flag may decrease the likelihood of
19118: deadlock during a read-modify-write cycle by immediately
19119: acquiring the write lock during the read part of the cycle so
19120: that another thread of control acquiring a read lock for the same
19121: item, in its own read-modify-write cycle, will not result in
19122: deadlock
19123:
19124: * src/targets/isapi/parser3isapi.dsp: doc
19125:
19126: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19127:
19128: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19129:
19130: * src/: classes/hashfile.C, include/pa_db_connection.h,
19131: main/pa_db_connection.C: hashfile expired deleted from db when
19132: get & iterate
19133:
19134: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19135: expiring 1
19136:
19137: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19138:
19139: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19140: db_connection not bothers with key when not returning expired
19141: data
19142:
19143: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19144: types/pa_vhashfile.C: db_cursor constructor public now
19145:
19146: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19147: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19148: stamped, todo: put_element analize
19149:
19150: * src/: include/pa_db_connection.h, include/pa_string.h,
19151: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19152: serialize. todo stamp
19153:
19154: 2001-10-23 parser
19155:
19156: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19157: classes/image.C, classes/mail.C, classes/response.C,
19158: classes/string.C, classes/table.C, classes/xdoc.C,
19159: include/pa_config_fixed.h, include/pa_db_connection.h,
19160: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19161: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19162: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19163: types/pa_vtable.C: ^hashfile.hash[]
19164:
19165: * src/: classes/hashfile.C, classes/xdoc.C,
19166: include/pa_config_fixed.h, main/pa_db_manager.C,
19167: main/pa_globals.C: ifdefs so it compiled without db
19168:
19169: * src/: classes/hashfile.C, include/pa_db_connection.h,
19170: include/pa_db_manager.h, main/pa_db_connection.C,
19171: main/pa_db_manager.C, types/pa_vhashfile.h:
19172: ^hashfile.transaction{code} ^hashfile:clear[filename]
19173: ^hashfile.delete[key]
19174:
19175: 2001-10-22 parser
19176:
19177: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19178: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19179:
19180: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19181: classes/xnode.C, include/pa_charset_connection.h,
19182: include/pa_db_connection.h, include/pa_db_manager.h,
19183: include/pa_exception.h, include/pa_sapi.h,
19184: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19185: include/pa_stylesheet_connection.h,
19186: include/pa_stylesheet_manager.h,
19187: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19188: main/pa_db_connection.C, main/pa_db_manager.C,
19189: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19190: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19191: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19192: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19193: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19194: types/types.dsp: hashfile 0
19195:
19196: * src/types/pa_vhashfile.C: z
19197:
19198: * src/: classes/classes.dsp, classes/hashfile.C,
19199: include/pa_config_fixed.h, main/execute.C,
19200: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19201: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19202:
19203: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19204:
19205: * src/: include/pa_exception.h, include/pa_request.h,
19206: main/execute.C, main/pa_exception.C, main/pa_request.C,
19207: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19208: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19209:
19210: 2001-10-19 parser
19211:
19212: * src/include/pa_pool.h: header
19213:
19214: * src/main/pa_pool.C: auto compiled on gcc
19215:
19216: * src/classes/image.C: comment
19217:
1.115 ! moko 19218: * src/: Makefile.in, classes/Makefile.in, include/pa_pool.h,
! 19219: main/Makefile.in, main/pa_common.C, targets/Makefile.in,
! 19220: targets/cgi/Makefile.in, types/Makefile.in: makes
1.95 moko 19221:
19222: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19223: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19224: types/pa_vxnode.h: xnode clone got freed
19225:
19226: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19227: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19228: can free up xalandomstring resulting from pool::transcode
19229:
19230: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19231: include/pa_config_fixed.h, include/pa_exception.h,
19232: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19233: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19234: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19235: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19236: from non-xml compile
19237:
19238: * src/main/pa_request.C: pool:: context - get_context
19239:
19240: * src/: classes/classes.h, classes/date.C, classes/double.C,
19241: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19242: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19243: classes/string.C, classes/table.C, classes/void.C,
19244: include/pa_config_fixed.h, include/pa_exception.h,
19245: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19246: main/compile.C, main/compile_tools.C, main/execute.C,
19247: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19248: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19249: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19250: main/pa_string.C, main/pa_table.C, main/untaint.C,
19251: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19252: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19253: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19254: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19255: types/pa_vstateless_class.h, types/pa_vtable.C,
19256: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19257: exceptions 0
19258:
19259: * src/classes/classes.awk: $ removed
19260:
19261: 2001-10-18 parser
19262:
19263: * src/types/pa_vcookie.C: cookie:CLASS
19264:
19265: * src/main/main.dsp: project
19266:
19267: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19268: set_document & ctor question "who owns document" solved
19269:
19270: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19271:
19272: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19273: main/pa_pool.C: encoding in dom creating funcs
19274:
19275: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19276: be transformed now
19277:
19278: * src/classes/xdoc.C: dom created by create can be transformed now
19279:
19280: * src/classes/xdoc.C: z
19281:
19282: * src/classes/xdoc.C: comment
19283:
19284: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19285: create now uses XercesDocumentBridge, appendChild&co now works
19286:
19287: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19288: @ recompile
19289:
19290: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19291: $origin @exception[
19292:
19293: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19294: tag names forced to XML lang
19295:
19296: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19297: leechy-found bugs in code&doc fixed
19298:
19299: 2001-10-17 parser
19300:
19301: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19302: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19303: n functionality preserved
19304:
19305: * src/types/pa_vimage.h: removed unused vimage::save
19306:
19307: 2001-10-16 parser
19308:
19309: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19310:
19311: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19312:
19313: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19314:
19315: * src/classes/image.C: image.copy tolerance
19316:
19317: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19318: ineffective, but works for small paleted image
19319:
19320: * src/types/pa_vimage.C: comment
19321:
19322: * src/classes/image.C: gd size/resize bugfix
19323:
19324: * src/: classes/classes.dsp, main/main.dsp,
19325: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19326: types/types.dsp: ident >nul 2>&1
19327:
19328: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19329: systems
19330:
19331: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19332: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19333:
19334: 2001-10-15 parser
19335:
19336: * src/main/execute.C: z
19337:
19338: * src/classes/: xdoc.C: !::create{qualifiedName}
19339:
19340: * src/types/pa_vxnode.C: document_type_node.
19341: !readonly attribute DOMString name
19342: !notation_node.
19343: !readonly attribute DOMString publicId
19344: !readonly attribute DOMString systemId
19345:
1.115 ! moko 19346: * src/: Makefile.in, types/pa_vcode_frame.h, types/pa_wcontext.C:
! 19347: code_frame fixed - ::write badly passed string too transparently
! 19348: [failed to intercept it]
1.95 moko 19349:
19350: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19351: include/pa_request.h, main/pa_sql_driver_manager.C,
19352: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19353: types/pa_vxnode.h: DOM1 major addtion, only few
19354: attributes/methods left
19355:
19356: 2001-10-13 parser
19357:
19358: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19359: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19360: in main handler
19361:
19362: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19363: cleanups & frees order
19364:
19365: * src/types/pa_vcode_frame.h: couple comments
19366:
19367: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19368: transparent enough to handle hash if creation&passing
19369:
19370: * src/: include/pa_config_fixed.h, main/execute.C,
19371: main/pa_exception.C: noticed that vcodeframe not transparent
19372: enough, would change now
19373:
19374: 2001-10-12 parser
19375:
19376: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19377: fixed. initialization&free on each thread!
19378:
19379: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19380: handling changed: now type of default param analized always, not
19381: only at problem time, thus helping early problem spotting
19382:
19383: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19384: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19385: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19386: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19387: multithread bug fixed. initialization&free on each thread!
19388:
19389: 2001-10-11 parser
19390:
19391: * src/classes/xnode.C: xnode.selectSingle now
19392:
19393: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19394: include/pa_pool.h, include/pa_stylesheet_connection.h,
19395: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19396: convertors out of Pool into Exception
19397:
19398: * src/main/pa_string.C: const
19399:
19400: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19401: linked pieces of same language together prior to String::replace
19402:
19403: * src/classes/hash.C: !^hash.add[addme]
19404: !^hash.sub[subme]
19405: !^a.union[b] = new
19406: !^a.intersection[b] = new
19407: !^a.intersects[b] = bool
19408:
19409: * src/classes/hash.C: !^hash::append[append_from]
19410:
19411: * src/: classes/hash.C, types/pa_vhash.h:
19412: !^hash::create[[copy_from]]
19413:
19414: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19415: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19416: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19417: fixed. got rid of empty_string, which caused errors - it hasnt
19418: exception but somebody[value.bark] tried to throw it on it's pool
19419:
1.115 ! moko 19420: * src/Makefile.in: makes
! 19421:
! 19422: * src/: Makefile.in, classes/Makefile.in: makes. stdc++ lib added
! 19423: to apache libraries
! 19424:
! 19425: * src/: Makefile.in, classes/Makefile.in,
! 19426: include/pa_config_auto.h.in, main/Makefile.in,
! 19427: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 19428: makes
! 19429:
! 19430: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 19431: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 19432: makes
1.95 moko 19433:
19434: 2001-10-10 parser
19435:
19436: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19437:
19438: * src/main/: compile.tab.C, compile.y: ^a[
19439:
19440: @next_method << now unclosed ] would be reported here
19441:
19442: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19443: compile error
19444:
19445: 2001-10-09 parser
19446:
1.115 ! moko 19447: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
! 19448: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
! 19449: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 19450: types/Makefile.am, types/Makefile.in: makes
! 19451:
! 19452: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 19453: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 19454: makes
1.95 moko 19455:
19456: * src/classes/Makefile.am: makes
19457:
19458: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19459: win32 errors intercepted [xalan transformer patched and
19460: incorporated]
19461:
19462: * src/: classes/classes.dsp, classes/xdoc.C,
19463: include/pa_stylesheet_connection.h, main/main.dsp,
19464: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19465: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19466: patches starting
19467:
19468: * src/classes/: string.C, table.C: ^string.save[file]
19469:
19470: * src/classes/: date.C, table.C: calendar moved to date
19471:
19472: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19473: string/table] now
19474:
19475: * src/classes/: op.C, table.C: z
19476:
19477: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19478: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19479: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19480: be code [be string..]
19481:
19482: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19483: table.C: lots of
19484: params->as_int/double/as_string/as_junction/as_no_junction
19485: messages added
19486:
19487: 2001-10-08 parser
19488:
19489: * src/: classes/date.C, classes/image.C, classes/string.C,
19490: classes/table.C, classes/void.C, include/pa_request.h:
19491: params->as_int/double message added
19492:
19493: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19494:
19495: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19496: image:sector removed image:html internal "line-*" attribs
19497:
19498: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19499: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19500:
19501: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19502: way
19503:
19504: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19505: main/untaint.C: header untainting to UL_HTTP_HEADER,
19506: UL_MAIL_HEADER made nonforced [only tainted pieces]
19507:
19508: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19509: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19510: @ SAPI::log
19511:
19512: * src/main/untaint.C: \r to ' ' in origins mode
19513:
19514: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19515: set]
19516:
19517: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19518: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19519: nonstandard liaison freed up
19520:
19521: 2001-10-07 parser
19522:
19523: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19524: project
19525:
19526: 2001-10-05 parser
19527:
19528: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19529: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19530: from outputing to cerr. lots of "todos"
19531:
19532: * src/main/untaint.C: http_header tainting more gentle with
19533: enquoting now
19534:
19535: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19536: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19537: xml errorhandler. fixed string.replace a little, read @test
19538:
19539: * src/main/pa_string.C: found replace bug - first_that_starts(char
19540: *) does not have limit, and looks further eos, fixing....
19541:
19542: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19543:
19544: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19545:
19546: * src/main/: pa_charset_connection.C: ctype another mem clear
19547: bugfix
19548:
1.115 ! moko 19549: * src/: Makefile.in, main/compile.tab.C, main/compile.y: disabled
! 19550: ^literals in names $result[^[$p^]z] now works fine
1.95 moko 19551:
19552: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19553: wrong. fixed it
19554:
19555: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19556: of totable appered to be vital
19557:
19558: 2001-10-04 parser
19559:
19560: * src/classes/image.C: ^image.length[text]
19561:
19562: 2001-10-03 parser
19563:
19564: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19565:
19566: * src/main/pa_request.C: restored pcre defaulting in request
19567: [mindlessly "optimized" yesterday] comment left
19568:
19569: 2001-10-02 parser
19570:
19571: * src/: main/pa_charset_manager.C,
19572: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19573: needed
19574:
19575: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19576: forgot non-xml pool.*charset needed
19577:
19578: * src/classes/table.C: # config comments fixed
19579:
19580: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19581: charset_connection #comment now
19582:
19583: * src/: classes/classes.dsp, types/types.dsp: release projects
19584: options fixed to use release msvcrt lib
19585:
1.115 ! moko 19586: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 19587: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 19588: makes
! 19589:
1.95 moko 19590: * src/main/pa_charset_connection.C: pcre tables now const inside
19591: removed default - pcre handles that internally fixed bug on
19592: not-cleaning tables [previously was calloced, now member]
19593:
19594: * src/: include/pa_request.h, main/pa_charset_connection.C,
19595: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19596: inside removed default - pcre handles that internally fixed bug
19597: on not-cleaning tables [previously was calloced, now member]
19598:
19599: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19600: tested charset reload on file change @ apache version = OK tested
19601: freeing up prev encoding on adding new = OK
19602:
19603: 2001-10-01 parser
19604:
19605: * src/main/pa_charset_connection.C: removed entitify external hack
19606: [internal installed]
19607:
1.115 ! moko 19608: * src/main/: Makefile.am, Makefile.in: makes+removed dtd
1.95 moko 19609:
19610: * src/: include/pa_charset_connection.h,
19611: include/pa_charset_manager.h,
19612: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19613: main/pa_charset_connection.C, main/pa_charset_manager.C,
19614: main/pa_request.C: charset loading & caching mech 0
19615:
19616: * src/: include/pa_stylesheet_connection.h,
19617: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19618: main/pa_globals.C, main/pa_request.C: would make charset loading
19619: & caching mech now
19620:
19621: 2001-09-30 parser
19622:
19623: * src/main/pa_request.C: forgot to fill toTable
19624:
19625: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19626: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19627: failed on win32 for now..
19628:
19629: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19630: now charsets table configuration variable is: CHARSETS
19631:
19632: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19633: ctype with unicode 1. todo: no П entities on output somehow
19634:
19635: * src/: classes/file.C, classes/op.C, classes/string.C,
19636: include/pa_request.h, main/pa_request.C: started ctype with
19637: unicode values
19638:
19639: 2001-09-28 parser
19640:
19641: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19642: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19643: string passed AS-IS now
19644:
19645: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19646: way of user-configuring... todo: implement
19647:
19648: 2001-09-27 parser
19649:
19650: * src/classes/table.C: table.sort changed to sort table itself
19651:
19652: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19653: X^.getElementsByTagName[tagname] = array of xnode
19654: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19655: nodes removed - regretfully not supported @ xalan. maybe someday
19656: would reimplement, if needed.
19657:
19658: win32build system: solved long waiting anti-non-started-apache
19659: problem
19660:
19661: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19662: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19663: types/types.dsp: win32 ident make system so not to rebuild
19664: library [ident.C.new]
19665:
19666: 2001-09-26 parser
19667:
19668: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19669: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19670: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19671: types/pa_vxnode.C, types/types.dsp: z
19672:
19673: * src/classes/classes.C: forgot one non-xml check
19674:
1.115 ! moko 19675: * src/: Makefile.am, classes/Makefile.am, classes/Makefile.in,
! 19676: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
! 19677: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 19678: types/Makefile.am, types/Makefile.in: makes with clases.awk
1.95 moko 19679:
19680: * src/targets/cgi/parser3.C: z
19681:
19682: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19683: targets/isapi/parser3isapi.C: #ifdef SMTP
19684:
19685: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19686: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19687: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19688: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19689: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19690: types/types.dsp: xdoc&xnode now
19691:
19692: * src/: classes/classes.C, classes/classes.awk,
19693: classes/classes.dsp, classes/classes.h, classes/date.C,
19694: classes/dnode.C, classes/dnode.h, classes/dom.C,
19695: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19696: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19697: classes/op.C, classes/response.C, classes/string.C,
19698: classes/table.C, classes/void.C, include/pa_array.h,
19699: include/pa_common.h, include/pa_config_fixed.h,
19700: include/pa_config_includes.h, include/pa_dictionary.h,
19701: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19702: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19703: include/pa_socks.h, include/pa_sql_connection.h,
19704: include/pa_sql_driver_manager.h, include/pa_stack.h,
19705: include/pa_string.h, include/pa_stylesheet_connection.h,
19706: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19707: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19708: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19709: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19710: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19711: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19712: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19713: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19714: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19715: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19716: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19717: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19718: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19719: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19720: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19721: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19722: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19723: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19724: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19725: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19726: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19727: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19728: types/pa_vmethod_frame.h, types/pa_vobject.h,
19729: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19730: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19731: types/pa_vstateless_object.h, types/pa_vstring.C,
19732: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19733: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19734: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19735: main.dsp splitted to main+classes+types along to .am
19736:
19737: * src/classes/Makefile.am: removed useless var
19738:
19739: * src/: classes/classes.cmd, main/main.dsp,
19740: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19741: main.dsp
19742:
19743: 2001-09-25 parser
19744:
19745: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19746: 1251 though, todo ICU
19747:
1.115 ! moko 19748: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
! 19749: classes/Makefile.in, classes/dom.C,
1.95 moko 19750: include/pa_stylesheet_connection.h, main/Makefile.am,
1.115 ! moko 19751: main/Makefile.in, main/pa_pool.C, targets/Makefile.in,
! 19752: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 19753: types/Makefile.am, types/Makefile.in, types/pa_vdom.h: xml
! 19754: configure makes
1.95 moko 19755:
19756: 2001-09-24 parser
19757:
1.115 ! moko 19758: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
! 19759: include/pa_config_auto.h.in, main/Makefile.in,
! 19760: targets/Makefile.in, types/Makefile.am, types/Makefile.in: makes
1.95 moko 19761:
1.115 ! moko 19762: * src/targets/cgi/: Makefile.am, Makefile.in: makefiles
1.95 moko 19763:
19764: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19765: started unix makes update
19766:
19767: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19768: started unix makes update
19769:
19770: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19771:
19772: * src/types/pa_value.h: z
19773:
19774: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19775: bugs with usinge hash/table in expressions
19776:
19777: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19778: resolved conflicts fixed [const]
19779:
19780: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19781: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19782: main/compile.C, main/compile.tab.C, main/compile.y,
19783: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19784: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19785: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19786: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19787: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19788: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19789: with before_xml [merge2 actually didn't happen - i've created
19790: tags on wrong branch. so this merge is in fact re-merge]
19791:
19792: 2001-09-21 parser
19793:
19794: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19795: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19796: produced "" in make file and sadly wrong interpreted on load]
19797:
1.115 ! moko 19798: * src/: Makefile.in, classes/classes.h, classes/hash.C,
! 19799: classes/op.C, classes/table.C, doc/doxygen.cfg,
! 19800: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
! 19801: include/pa_sapi.h, include/pa_sql_driver_manager.h,
! 19802: include/pa_string.h, main/compile.tab.C, main/main.dsp,
! 19803: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
! 19804: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: merged
! 19805: with before_xml
1.95 moko 19806:
19807: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19808: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19809: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19810: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19811: main/pa_pool.C, main/pa_request.C,
19812: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19813: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19814: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19815: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19816: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19817: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19818: types/pa_vrequest.C, types/pa_vresponse.h,
19819: types/pa_vstateless_class.C, types/pa_vstring.C,
19820: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19821: created new projects for sql drivers [planning to remove sql
19822: drivers from main cvs project] first, will join latest changes
19823:
19824: * src/classes/: dom.C: defaulted dom writing methods encoding to
19825: pool.get_charset
19826:
19827: * src/classes/dom.C: defaulted dom writing methods encoding to
19828: pool.get_charset
19829:
19830: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19831: pool.get_charset
19832:
19833: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19834: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19835: methods encoding to pool.get_charset
19836:
19837: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19838: transcoder were created right "unsupported encoding" message.
19839: not @ set time, but @ use time, so until xml output functions
19840: .string, .file, .save used - no encoding name check occur
19841:
19842: reduced transcode buffer size to 60 fixed pool cleanup - no
19843: registration needed, pools are officially destructured
19844:
19845: 2001-09-20 parser
19846:
19847: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19848:
19849: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19850: $MAIN:DEFAULTS.content-type[$.charset[here]]
19851:
19852: * src/: classes/dnode.C, classes/dom.C,
19853: include/pa_config_includes.h, include/pa_globals.h,
19854: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19855: main/pa_pool.C, targets/cgi/parser3.dsp,
19856: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19857: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19858: Pool::transcode 0
19859:
19860: * src/classes/dom.C: dom. string save file moved output xml options
19861: to last param and made it optional
19862:
19863: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19864: dnodes
19865: !$attributenode.specified = boolean
19866: true if the attribute received its value explicitly
19867: in the XML document,
19868: or if a value was assigned programatically with the
19869: setValue function.
19870: false if the attribute value came from the default value
19871: declared in the document's DTD.
19872: !$pinode.target = target of this processing instruction
19873: XML defines this as being the first token following the
19874: markup
19875: that begins the processing instruction.
19876: XPath:
19877: !^node.select[xpath/query/expression] = hash of 0->node0
19878: 1->node1
19879: !^node.select-single[xpath/query/expression] = first node if
19880: any
19881:
19882: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19883: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19884: some 'const's added
19885:
19886: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19887: expression context now, there value = size and boolean value
19888: size!=0
19889:
19890: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19891: can be used in expression context now, there value = size and
19892: boolean value size!=0
19893:
19894: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19895: types/pa_vstring.h: dnode .file .string .save moved back to dom
19896: due to strange xalan bug
19897:
19898: 2001-09-18 parser
19899:
19900: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19901: classes/image.C, classes/op.C, classes/table.C,
19902: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19903: include/pa_sql_driver_manager.h, main/compile.C,
19904: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19905: main/execute.C, main/pa_common.C, main/pa_request.C,
19906: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19907: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19908: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19909: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19910: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19911: before_xml branch ^if(def $hash) now true only when
19912: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19913:
19914: * src/: classes/op.C, main/execute.C: operators self changed to
19915: root ^for variable context changed to self
19916:
19917: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19918: dnode 1
19919:
19920: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19921: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19922:
19923: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19924: poly* fixed
19925:
19926: 2001-09-17 parser
19927:
19928: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19929: types/pa_vdom.h: started dnode+dom
19930:
19931: dnode DOM methods: $node.name $node.value
19932: ...others...
19933:
19934: ^node.xpath[/rates/USD] = hash
19935: $hash[
19936: $.0[node0]
19937: $.1[node1]
19938: ]
19939:
19940: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
19941: applies to all linear primitives
19942:
19943: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
19944: include/pa_stylesheet_connection.h, main/main.dsp,
19945: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
19946: types/pa_vimage.h: started dnode DOM: $node.name
19947: $node.value ...others... ^node.xpath[/rates/USD] = hash
19948: dom(dnode)
19949:
19950: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
19951: main/compile.y, main/compile_tools.h, main/execute.C,
19952: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
19953: in expression compound($aa.zz.xx) names now can have minus '-' in
19954: name after '.'
19955:
19956: 2001-09-15 parser
19957:
19958: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
19959: image: $line-width ^line(...)[**** style]
19960:
19961: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
19962: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
19963: pool_storage - cleanups first, allocations second. apache wisely
19964: does just like that
19965:
19966: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
19967: rewritten using template, no bugs now
19968:
19969: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
19970: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19971: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
19972: poorly started isapi pool_storage, would rewrite using template
19973: now
19974:
19975: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
19976: include/pa_stylesheet_connection.h, main/main.dsp,
19977: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19978: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
19979: xalan objects freed up [introducing Pool::register_cleanup]
19980:
19981: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
19982: comments
19983:
19984: 2001-09-14 parser
19985:
19986: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
19987: z
19988:
19989: * src/: classes/dom.C, classes/file.C, classes/image.C,
19990: classes/mail.C, include/pa_common.h,
19991: include/pa_sql_driver_manager.h, include/pa_string.h,
19992: include/pa_stylesheet_connection.h,
19993: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19994: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
19995: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
19996: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
19997: compiled&cached
19998:
19999: 2001-09-13 parser
20000:
20001: * src/: classes/dom.C, classes/file.C, classes/image.C,
20002: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20003:
20004: * src/classes/dom.C: dom:file content-type(.method)
20005:
20006: * src/: include/pa_common.h, include/pa_globals.h,
20007: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20008: string now more informative error messages
20009:
20010: * src/: include/pa_globals.h, include/pa_request.h,
20011: main/pa_request.C, targets/cgi/parser3.C,
20012: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20013: ParserSiteConfig .../parser3.conf
20014:
20015: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20016:
20017: 2001-09-12 parser
20018:
20019: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20020: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20021: precise error reporting: "connection string must start with
20022: protocol://" now
20023:
20024: * src/main/compile.tab.C: fixed - subname code parts actually []
20025: braced
20026:
20027: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20028: lexer on LS_USER level did [] matching without setting nestage,
20029: introduced special LS_NAME_SQUARE_PART state
20030:
20031: 2001-09-11 parser
20032:
20033: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20034: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20035: languages+=xml
20036:
20037: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20038:
20039: * src/classes/dom.C: ^dom:save/string/file[output options] output
20040: options: $.method[xml|html|text] detection fixed
20041:
20042: * src/types/pa_vdom.h: messages
20043:
20044: * src/classes/dom.C: ^dom:save/string/file[output options] output
20045: options: $.method[xml|html|text] detection fixed
20046:
20047: 2001-09-10 parser
20048:
20049: * src/classes/dom.C: ^dom:save/string/file[output options] output
20050: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20051:
20052: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20053: added]
20054:
20055: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20056: ^dom.xslt[stylesheet filename] 0
20057:
20058: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20059: ^dom.xslt[stylesheet filename] -1 doc is lying
20060:
20061: * src/classes/dom.C: ^dom.file[encoding] = file
20062:
20063: * src/classes/: dom.C: ^dom.string[encoding] 1
20064: ^dom.save[encoding;filename]
20065:
20066: * src/classes/dom.C: ^dom.string[] 0
20067:
20068: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20069:
20070: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20071: types/pa_vform.h: ^dom.save[b.xml] 0
20072:
20073: 2001-09-08 parser
20074:
20075: * src/types/pa_vform.C: $form:tables.name.field
20076:
20077: 2001-09-07 parser
20078:
20079: * src/classes/table.C: table:empty removed, superceded by ^if(def
20080: $table)...
20081:
20082: * src/targets/cgi/parser3.C: z
20083:
20084: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20085: from '' to int/double is 0]
20086:
20087: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20088: $table) is false when table is empty
20089:
20090: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20091: !$form:tables $atable[$form:tables.a]
20092: ^atable.menu{a=$atable.element}[,]
20093:
20094: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20095: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20096:
1.115 ! moko 20097: * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20098: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20099: of dom
20100:
20101: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20102: types/pa_vform.C, types/pa_vform.h: z
20103:
20104: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20105: element [not last]
20106:
1.115 ! moko 20107: * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20108: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20109:
20110: 2001-09-06 parser
20111:
20112: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20113: table with one column 'element' and two rows: 1 and 2
20114:
20115: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20116: table with one column 'element' and two rows: 1 and 2
20117:
20118: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20119: bad int/double conversions, and now $form:nonexistent.int(88)
20120: would return 88
20121:
20122: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20123: types/pa_vhash.h: now there's special hash key '_default'
20124: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20125: $._default[xx] ] $hash.c
20126:
20127: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20128: fixed [thanks, fif], ^; were treated there non-literally
20129:
20130: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20131: doxygen
20132:
20133: * src/: classes/image.C, classes/op.C, classes/string.C,
20134: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20135: types/pa_vtable.C: few #ifndef DOXYGEN
20136:
20137: 2001-09-05 parser
20138:
20139: * src/classes/: string.C, table.C: sql options can be void [same as
20140: image:html the other day]
20141:
1.115 ! moko 20142: * src/targets/cgi/Makefile.in: makes
! 20143:
1.95 moko 20144: * src/targets/cgi/Makefile.am: .am undo
20145:
20146: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20147: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20148: macro expantion on param, simply qoutes whatever passed, undone
20149:
20150: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20151: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20152: STRINGIZE(name) #name invented
20153:
20154: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20155: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20156: MAIN_SQL_DRIVERS_NAME "drivers"
20157:
20158: moved to be availible to all users
20159:
20160: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20161: SQL_DRIVER_CREATE_FUNC_NAME
20162:
1.115 ! moko 20163: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 20164: types/Makefile.in: makes
! 20165:
1.95 moko 20166: * src/classes/mail.C: MAIN:MAIL check fixed
20167:
20168: 2001-09-04 parser
20169:
20170: * src/classes/image.C: image.html now can accept void params
20171:
20172: * src/targets/isapi/parser3isapi.C: z
20173:
20174: * src/targets/cgi/parser3.C: full_file_spec bug
20175:
20176: * src/targets/cgi/parser3.C: getenvcheck
20177:
20178: * src/targets/cgi/parser3.C: zz
20179:
20180: * src/targets/cgi/parser3.C: zzz
20181:
20182: * src/classes/date.C: date
20183:
20184: * src/classes/date.C: date:sql-string is now without ''
20185:
1.115 ! moko 20186: * src/: include/pa_config_auto.h.in, targets/Makefile.in,
! 20187: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
1.95 moko 20188: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20189: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20190:
1.115 ! moko 20191: * src/: Makefile.in, include/pa_config_auto.h.in,
! 20192: targets/cgi/Makefile.in: makes
1.95 moko 20193:
20194: 2001-09-03 parser
20195:
20196: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20197:
20198: 2001-09-01 parser
20199:
20200: * src/classes/image.C: letter_spacing
20201:
20202: * src/classes/image.C: image: font params changed
20203:
20204: * src/classes/image.C: image: as_int as_string used
20205:
20206: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20207: analized
20208:
20209: 2001-08-31 parser
20210:
20211: * src/targets/cgi/parser3.C: z
20212:
1.115 ! moko 20213: * src/: Makefile.in, include/pa_dir.h, targets/Makefile.in,
! 20214: targets/cgi/parser3.C: compiled under cygwin
1.95 moko 20215:
20216: * src/classes/void.C: void:int/double += (default)
20217:
20218: * src/classes/image.C: image:font added space param image:font
20219: changed charwidth alg, added kerning const[for now]
20220:
20221: * src/classes/: string.C, table.C: string:int/double (defaults)
20222:
20223: 2001-08-29 parser
20224:
20225: * src/main/pa_exception.C: exception redundant debug info
20226:
20227: 2001-08-28 parser
20228:
20229: * src/classes/image.C: image error msgs
20230:
20231: * src/classes/image.C: image: gifsize little endian
20232:
1.115 ! moko 20233: * src/Makefile.in: makes
! 20234:
1.95 moko 20235: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20236: doxygeneration
20237:
1.115 ! moko 20238: * src/: classes/Makefile.in, main/Makefile.in,
! 20239: targets/cgi/Makefile.in, types/Makefile.in: make.ins
! 20240:
1.95 moko 20241: * src/: classes/Makefile.am, main/Makefile.am,
20242: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20243:
20244: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20245: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20246:
20247: * src/main/compile.C: NO_STRING_ORIGIN check2
20248:
1.115 ! moko 20249: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 20250: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 20251: makefiles
! 20252:
1.95 moko 20253: * src/classes/table.C: NO_STRING_ORIGIN check
20254:
20255: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20256: storage class specifiers invalid in friend function declarations
20257:
20258: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20259: main/untaint.C, targets/cgi/parser3.C,
20260: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20261: case of limit
20262:
20263: * src/: classes/file.C, main/pa_common.C: file:move
20264: autocreate/remove dest/src dir
20265:
20266: * src/: classes/string.C, include/pa_dictionary.h,
20267: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20268: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20269: to directory constructor. string:replace
20270:
20271: 2001-08-27 parser
20272:
20273: * src/classes/image.C: fixed jpgsize alg
20274:
20275: * src/classes/image.C: fixed jpgsize alg
20276:
20277: * src/main/pa_exception.C: z
20278:
20279: * src/main/pa_common.C: removed debug info from pa_common
20280:
20281: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20282: [auto.p from current dir loading]
20283:
1.115 ! moko 20284: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 20285: main/pa_common.C, main/pa_exception.C,
! 20286: main/pa_sql_driver_manager.C, targets/Makefile.in,
! 20287: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 20288: types/Makefile.in: configure for solaris -lsocket
1.95 moko 20289:
20290: 2001-08-24 parser
20291:
20292: * src/targets/cgi/parser3.C: not cgi extra \n 3
20293:
20294: * src/targets/cgi/parser3.C: not cgi extra \n 2
20295:
20296: * src/targets/cgi/parser3.C: not cgi extra \n
20297:
20298: * src/main/pa_sql_driver_manager.C: z
20299:
20300: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20301: sql* removed services from disconnect - cross-request ideological
20302: probs.
20303:
20304: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20305: cross-request ideological probs. oracle - fixed bug: cs
20306: allocated on request.pool and got freed before disconnect
20307:
20308: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20309: mallocs fixed
20310:
20311: 2001-08-23 parser
20312:
20313: * src/classes/file.C: minor bug in file:save fixed
20314:
20315: * src/main/pa_sql_driver_manager.C: oracle: dlink
20316:
20317: 2001-08-22 parser
20318:
20319: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20320: types/pa_vfile.h: file:load|save[text|binary;
20321:
20322: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20323:
20324: 2001-08-21 parser
20325:
20326: * src/classes/: file.C, table.C: ^file:list
20327:
20328: 2001-08-20 parser
20329:
20330: * src/: main/compile.tab.C, main/compile.y,
20331: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20332: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20333: recousively caused problems: inc incremeted 123 literal!! fixed
20334:
20335: 2001-08-10 parser
20336:
20337: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20338:
20339: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20340: added
20341:
20342: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20343: added
20344:
20345: * src/classes/table.C: table:sort restored [it was bad test :(]
20346:
20347: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20348: ''
20349:
20350: * src/main/: pa_request.C: wanted to make const int
20351: MAX_EXECUTE_SECONDS=1;
20352:
20353: but couldnt, set_callback_and_alarm appeared to be not exported
20354: :(
20355:
20356: * src/main/pa_string.C: string.match hanged on. there were a hang
20357: check but it weren't wise enough
20358:
20359: @parse[dateString][tmp]
20360: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20361: #end
20362:
20363: @main[] ^parse[2001-02-03]
20364:
20365: * src/classes/: table.C: table:sort now default desc
20366:
20367: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20368: table.sort now creates new sorted table
20369:
20370: 2001-08-09 parser
20371:
20372: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20373:
20374: * src/classes/hash.C: hash:_default now [was hash:default]
20375:
20376: * src/classes/op.C: case without switch check added
20377:
20378: * src/types/pa_vcookie.C: cookie name&value origins added, more
20379: precise $ORIGINS(1)
20380:
1.115 ! moko 20381: * src/main/Makefile.in: make.in
! 20382:
1.95 moko 20383: * src/main/Makefile.am: .am
20384:
20385: * src/classes/void.C: void: int double copy/paste from int: bug
20386: fixed
20387:
20388: * src/classes/void.C: void: int double copy/paste from int: bug
20389: fixed
20390:
20391: 2001-08-07 parser
20392:
20393: * src/: classes/double.C, classes/int.C, classes/string.C,
20394: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20395: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20396: string, table
20397:
20398: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20399: srand made working
20400:
20401: 2001-08-06 parser
20402:
20403: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20404: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20405: main/compile.tab.C, main/compile.y, main/pa_array.C,
20406: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20407: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20408:
20409: * src/main/pa_exec.C: exec win32 real filename
20410:
20411: * src/classes/file.C: exec stderr out
20412:
20413: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20414:
20415: 2001-08-03 parser
20416:
20417: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20418:
20419: 2001-08-02 parser
20420:
20421: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20422: main/execute.C, main/pa_exec.C: introducing Array_iter
20423:
20424: * src/main/execute.C: detected quick_get recursion bug. changed to
20425: get@execute, but needs array iterator, separate from array to
20426: avoid it & use caching
20427:
20428: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20429: bug fixed
20430:
20431: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20432: main/execute.C, main/pa_globals.C: found another multithread bug
20433: in op.C (last, last global var killed) :)
20434:
20435: 2001-08-01 parser
20436:
20437: * src/: include/pa_dictionary.h, include/pa_globals.h,
20438: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20439: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20440: main/untaint.C: speeded up typo-html replacements. introducing
20441: Dictionary with first-char caching
20442:
20443: 2001-07-31 parser
20444:
20445: * src/types/Makefile.am: pa_vtable.C added to .am
20446:
20447: * src/main/compile.tab.C: added, so that could be compiled even on
20448: non-bison-enabled platforms
20449:
20450: 2001-07-28 parser
20451:
20452: * src/classes/table.C: table:hash always produces hash, when can't
20453: - empty
20454:
20455: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20456: skipped \n
20457:
20458: 2001-07-27 parser
20459:
20460: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20461: on int/double/string :sql without result and default
20462:
20463: 2001-07-26 parser
20464:
20465: * src/classes/op.C: fixed bad multithread bug with strangly global
20466: OP
20467:
20468: * src/main/compile.y: $man[$.age[zzz]] 0
20469:
20470: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20471: creation syntax problem persists. restored $: for a while.
20472: thinking of $man[$.age[zzz]] syntax now
20473:
20474: * src/: classes/double.C, classes/int.C, classes/string.C,
20475: include/pa_opcode.h, main/compile.C, main/compile.y,
20476: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20477: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20478: types/pa_wwrapper.h: fixing :: realization #1
20479:
20480: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20481: main/compile_tools.h, main/execute.C, main/pa_request.C,
20482: types/pa_vmethod_frame.h: introducing :: this is constructor call
20483: prefix. ordinary : remains for static accesses
20484:
20485: 2001-07-25 parser
20486:
20487: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20488: fields 2. methods 3. columns
20489:
20490: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20491: quote. optimized double&int tostring-s
20492:
20493: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20494: whitespace before first method decl
20495:
20496: * src/classes/table.C: allowed nontable result in table:sql,
20497: results in empty table
20498:
20499: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20500: lines before first method decl
20501:
20502: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20503: types/pa_vtable.h: ^table.record[] now $table.fields
20504:
20505: * src/main/compile.y: $var[] is now empty string, not void
20506:
20507: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20508: void
20509:
20510: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20511: main/pa_globals.C: match replace code context moved to implicit
20512: $match context
20513:
20514: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20515: main/compile_tools.h, main/execute.C: with killed, code storage
20516: introduced with former 'with' syntax
20517:
20518: 2001-07-24 parser
20519:
20520: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20521: types/pa_value.h: first get_element, next get operator
20522:
20523: * src/main/compile.y: removed @end handling
20524:
20525: * src/main/: compile.C, compile.y: @end handling method2
20526:
20527: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20528: file:move
20529:
20530: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20531: fixed
20532:
20533: 2001-07-23 parser
20534:
20535: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20536: driver
20537:
20538: * src/classes/hash.C: changed sql driver query interface
20539:
20540: * src/: classes/hash.C, classes/string.C, classes/table.C,
20541: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20542: changed sql driver query interface
20543:
20544: 2001-07-20 parser
20545:
20546: * src/types/pa_vrequest.C: X!$browser:type
20547:
20548: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20549: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20550: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20551: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20552: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20553: types/pa_vobject.h, types/pa_vrequest.C,
20554: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20555: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20556: BASE element globally removed
20557:
20558: 2001-07-18 parser
20559:
20560: * src/classes/file.C: file:exec/cgi msg
20561:
20562: * src/classes/file.C: $file:exit-code renamed to 'status'
20563:
20564: * src/: classes/file.C, main/pa_exec.C: file:exec
20565:
1.115 ! moko 20566: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
! 20567: targets/cgi/Makefile.in, types/Makefile.in: $id in .in's from
! 20568: .am's removed
! 20569:
! 20570: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
! 20571: main/Makefile.am, targets/Makefile.am, targets/cgi/Makefile.am,
! 20572: types/Makefile.am: removed $id from *.in *.am
1.95 moko 20573:
20574: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20575: abbrevations
20576:
20577: * src/: classes/date.C, classes/mail.C, classes/math.C,
20578: classes/string.C, classes/table.C, include/pa_globals.h,
20579: include/pa_string.h, main/execute.C, main/pa_globals.C,
20580: main/pa_request.C, main/pa_string.C, main/untaint.C,
20581: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20582: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20583: $ORIGINS(1) output tracing mode
20584:
1.115 ! moko 20585: 2001-07-17 parser
! 20586:
! 20587: * src/: Makefile.in, classes/Makefile.in: == wrong
! 20588:
1.95 moko 20589: 2001-07-13 parser
20590:
20591: * src/: classes/double.C, classes/int.C, classes/string.C,
20592: include/pa_request.h, main/execute.C, main/pa_request.C:
20593: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20594: second would not call first @auto
20595:
20596: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20597: wrong, fixed
20598:
20599: 2001-07-12 parser
20600:
20601: * src/types/pa_value.h: pa_value.putelement modification of system
20602: classes prevented
20603:
20604: 2001-07-11 parser
20605:
20606: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20607: table $piece
20608:
20609: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20610: types/pa_vstateless_class.h: $file created by file:state +=
20611: .atime .mtime .ctime +found&fixed bug with exceptions on
20612: get_junction-created objects [they were on wrong pool]
20613:
20614: 2001-07-09 parser
20615:
20616: * src/main/untaint.C: qp wrong name
20617:
20618: * src/: classes/date.C, classes/string.C, classes/table.C,
20619: main/compile.y: date format 0
20620:
20621: 2001-07-07 parser
20622:
20623: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20624: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20625: roll table calendar
20626:
20627: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20628: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20629: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20630: include/pa_request.h, main/main.dsp, types/pa_value.h,
20631: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20632: string. todo: sql, calendar
20633:
20634: 2001-07-06 parser
20635:
20636: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20637: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20638:
20639: 2001-07-03 parser
20640:
20641: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20642: classes/random.C, main/main.dsp: class random renamed to math,
20643: operators became methods
20644:
20645: * src/classes/op.C: pow sqrt
20646:
20647: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20648:
20649: 2001-07-02 parser
20650:
20651: * src/classes/table.C: ^table.columns column renamed from 'name' to
20652: 'column'
20653:
20654: * src/classes/hash.C: ^hash.keys[]
20655:
20656: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20657:
20658: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20659: 'strings'
20660:
20661: 2001-06-29 parser
20662:
20663: * src/main/: execute.C: /0 %0 checkes ver 2
20664:
20665: * src/main/execute.C: /0 %0 checke
20666:
1.115 ! moko 20667: * src/: Makefile.in, classes/Makefile.in: makes
! 20668:
1.95 moko 20669: * src/classes/Makefile.am: nothing - void
20670:
20671: * src/classes/table.C: empty strings @ sql
20672:
20673: 2001-06-28 parser
20674:
20675: * src/: classes/double.C, classes/file.C, classes/form.C,
20676: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20677: classes/op.C, classes/random.C, classes/response.C,
20678: classes/string.C, classes/table.C, classes/void.C,
20679: main/compile.C, main/compile_tools.C, main/execute.C,
20680: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20681: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20682: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20683: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20684: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20685: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20686: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20687: $";
20688:
20689: * src/: classes/double.C, classes/file.C, classes/form.C,
20690: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20691: classes/op.C, classes/random.C, classes/response.C,
20692: classes/string.C, classes/table.C, classes/void.C,
20693: main/compile.C, main/compile.y, main/compile_tools.C,
20694: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20695: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20696: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20697: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20698: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20699: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
20700:
20701: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20702: $class:name: == ${class:name}:
20703:
20704: * src/classes/string.C: exactly one
20705:
20706: 2001-06-27 parser
20707:
20708: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20709: types/pa_vvoid.h: nothing renamed to void
20710:
20711: * src/classes/op.C: ^switch ^case
20712:
20713: * src/main/compile.y: nothing renamed to void
20714:
20715: * src/: classes/hash.C, classes/table.C, main/compile.y,
20716: main/execute.C, main/main.dsp, main/pa_request.C,
20717: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20718: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20719: void
20720:
20721: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20722:
20723: 2001-05-28 parser
20724:
20725: * src/doc/html2chm.cmd: removed >a
20726:
20727: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20728: project options [some bugs]
20729:
20730: * src/doc/sources2html.cmd: z
20731:
20732: * src/: classes/classes.C, main/compile.C, main/compile.y,
20733: main/execute.C: operators are not in root class again
20734:
20735: 2001-05-24 parser
20736:
20737: * src/targets/cgi/parser3.dsp: project file
20738:
1.115 ! moko 20739: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 20740: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 20741: makes
! 20742:
1.95 moko 20743: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20744: ^log ^exp
20745:
20746: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20747: conversions in @exception[params]
20748:
20749: * src/main/pa_request.C: // no _ conversions in @exception[params]
20750:
20751: 2001-05-23 parser
20752:
20753: * src/main/pa_string.C: string cmp bug
20754:
20755: * src/classes/: mail.C, op.C: rem max 1000
20756:
20757: * src/: classes/op.C, main/compile.y: allow one empty line before
20758: LS_DEF_NAME
20759:
20760: 2001-05-22 parser
20761:
20762: * src/classes/op.C: if params code-required
20763:
20764: 2001-05-21 parser
20765:
1.115 ! moko 20766: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 20767: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 20768: makes
! 20769:
1.95 moko 20770: * src/types/pa_vstring.C: eoleof
20771:
20772: * src/classes/Makefile.am: .AM
20773:
20774: * src/classes/nothing.C: resultless ^sql moved to nothing:
20775:
20776: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20777:
20778: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20779: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20780: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20781: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20782: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20783: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20784: 'nothing'
20785:
20786: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20787: vstring::set_string
20788:
20789: * src/classes/: double.C, int.C, string.C: int,double;sql
20790:
20791: * src/: classes/hash.C, classes/int.C, classes/string.C,
20792: classes/table.C, include/pa_string.h, main/pa_string.C,
20793: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20794:
20795: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20796: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20797: hash:sql moved to main trunc. operators.txt updated
20798:
20799: * src/classes/: hash.C, op.C, table.C: hash:sql
20800:
20801: * src/classes/op.C: z
20802:
20803: * src/: main/compile.C, classes/classes.C: 1
20804:
20805: * src/: classes/classes.C, main/compile.C, main/compile.y,
20806: main/execute.C: 0
20807:
20808: * src/main/execute.C: z
20809:
1.115 ! moko 20810: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 20811: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 20812: make system timestamps
! 20813:
! 20814: * src/Makefile.in: file stamps to remove autoreconf
! 20815:
1.95 moko 20816: * src/targets/cgi/parser3.C: z
20817:
20818: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20819: site_auto_path "." in that case
20820:
1.115 ! moko 20821: * src/targets/cgi/Makefile.in: z
! 20822:
1.95 moko 20823: * src/targets/cgi/: parser3.C: z
20824:
20825: * src/main/pa_request.C: .am
20826:
20827: * src/: main/pa_request.C, targets/cgi/parser3.C:
20828: pcre_tables=pcre_default_tables;
20829:
20830: 2001-05-19 parser
20831:
20832: * src/main/pa_string.C: z
20833:
20834: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20835: introducing String::cstr_bufsize, returns just size+1 for as_is
20836: target.
20837:
20838: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20839: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20840: used, 4* mem wasted
20841:
20842: * src/classes/string.C: root context in match replace body now
20843: unchanged
20844:
20845: * src/types/pa_value.h: parameter # 1 based
20846:
20847: * src/main/pa_common.C: common: actual filename '%s'
20848:
20849: * src/classes/string.C: z
20850:
1.115 ! moko 20851: * src/classes/Makefile.in: clean
! 20852:
1.95 moko 20853: * src/classes/Makefile.am: classes/.am
20854:
20855: * src/classes/: Makefile.am: classes/.am
20856:
20857: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20858: targets/cgi/pa_pool.C: classes/.am
20859:
20860: 2001-05-18 parser
20861:
1.115 ! moko 20862: * src/: Makefile.in, classes/Makefile.in,
! 20863: include/pa_config_auto.h.in, main/Makefile.in,
! 20864: targets/Makefile.in, targets/cgi/Makefile.in,
! 20865: targets/cgi/pa_pool.C, types/Makefile.in: .am pa_threads.C ins
1.95 moko 20866:
20867: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20868:
20869: 2001-05-17 parser
20870:
20871: * src/: classes/string.C, include/pa_config_fixed.h,
20872: include/pa_config_includes.h, main/compile.y,
20873: main/compile_tools.h, main/execute.C, main/pa_array.C,
20874: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20875: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20876: types/pa_vform.C: #include "pa_config_includes.h" removed from
20877: most .C
20878:
20879: * src/doc/html2chm.cmd: z
20880:
20881: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20882: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20883:
20884: * src/main/pa_sql_driver_manager.C: moved expiration to
20885: get_connection_from_cache
20886:
20887: * src/main/pa_sql_driver_manager.C: cache expiration bf
20888:
20889: * src/: classes/classes.h, include/pa_sql_connection.h,
20890: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20891: cache expiration[use SQL_Driver::disconnect]
20892:
20893: * src/main/pa_table.C: table.locate current restored on "not found"
20894:
20895: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20896: line no
20897:
20898: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20899: ANTI_ENDLESS_EXECUTE_RECOURSION
20900:
20901: * src/: classes/op.C, include/pa_sql_connection.h,
20902: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20903: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20904: 1driver and set_services fight for driver::fservices. before fix
20905:
20906: * src/: classes/op.C, include/pa_config_fixed.h,
20907: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20908: main/pa_sql_driver_manager.C: found problem at last: 2connections
20909: own 1driver and set_services fight for driver::fservices. before
20910: fix
20911:
20912: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20913: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20914: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20915: pa_threads.C
20916:
20917: * src/include/pa_threads.h: removed targets/parser
20918:
20919: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20920: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20921: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20922: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20923: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20924: headers
20925:
20926: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20927: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20928: order prevented sqlmanager to see MULTYTHREAD define
20929:
20930: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20931: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20932: put/gets
20933:
20934: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20935: from hash.h
20936:
20937: * src/: classes/op.C, include/pa_sql_connection.h,
20938: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20939: from cache ->set_services(&services);
20940:
20941: 2001-05-16 parser
20942:
20943: * src/targets/cgi/parser3.C: z
20944:
20945: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20946: debug, #ifdefed some. would debug later, on more precise sample
20947: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20948: $name.$tail[$tail!] $name.$tail } ok3
20949:
20950: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20951: removed array debug. before vstring rebasing
20952:
20953: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20954: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20955: array debugged; adjusted
20956:
20957: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20958: SQL_Driver_manager line no for connect/charset errors
20959:
20960: 2001-05-15 parser
20961:
20962: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20963: main/pa_string.C: string+array made linear grows
20964:
20965: * src/: include/pa_string.h, main/pa_string.C,
20966: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20967: grow lineary, not exponentialy
20968:
20969: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20970: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20971: with fullchunk cmps
20972:
20973: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20974: 70041= 81
20975:
20976: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20977: targets/cgi/parser3.C: detected huge mem allocation: size/times
20978: malloc 27809390/368771, calloc 3232/83. would test now
20979:
20980: * src/: classes/random.C, main/compile.y, main/execute.C,
20981: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20982: numbered params had wrong name - for instance: bad error message
20983: in ^for[] bad body type. fixed
20984:
20985: 2001-05-14 parser
20986:
20987: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20988: main/untaint.C: ^string.upper|lower[]
20989:
20990: 2001-05-11 parser
20991:
20992: * src/: classes/double.C, classes/image.C, classes/op.C,
20993: classes/string.C, classes/table.C, classes/unknown.C,
20994: main/execute.C, types/pa_value.h, types/pa_vbool.h,
20995: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
20996: types/pa_vunknown.h: op: MAX_LOOPS as_int
20997:
20998: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
20999: .dsp for win32tools
21000:
21001: 2001-05-11 paf
21002:
21003: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21004: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21005: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21006: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21007:
21008: 2001-05-10 paf
21009:
21010: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21011: for C++, that's all
21012:
1.115 ! moko 21013: * src/: Makefile.in, classes/Makefile.in,
! 21014: include/pa_config_auto.h.in, include/pa_config_fixed.h,
! 21015: include/pa_config_includes.h, main/Makefile.in,
! 21016: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 21017: inline wonders
1.95 moko 21018:
21019: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21020: doc/doxygen.cmd: hash.C added
21021:
21022: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21023:
21024: * src/main/compile.y: @end grammar: allowed zero strings in control
21025: menthod
21026:
21027: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21028: pa_vstateless_object.h: changed priority: field before method
21029: lookup in vclass & vobject
21030:
21031: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21032: grammar: priorities changes [lowerd && prior] vobject: now first
21033: fields, next methods
21034:
21035: 2001-05-08 paf
21036:
21037: * src/main/pa_table.C: table columnname2item on nameless ignored
21038: bark=false. fixed
21039:
21040: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21041: types/pa_vmethod_frame.h: hash:default works at last!
21042:
21043: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21044: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21045: hash:default
21046:
21047: * src/classes/table.C: z
21048:
21049: * src/classes/table.C: table:hash always hash of hash now
21050:
21051: * src/classes/table.C: table:empty return bool now
21052:
21053: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21054: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21055: types/pa_vtable.h: table:hash
21056:
21057: * src/classes/table.C: table:record have name
21058:
21059: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21060: returns vunknown
21061:
21062: * src/classes/: double.C, int.C, op.C, string.C:
21063: int,double,string:int[] double[] string:length[] results now have
21064: hames
21065:
21066: * src/: classes/op.C, classes/table.C, main/main.dsp,
21067: types/pa_vtable.h: removed table:find. table:locate and op:eval
21068: now return bool
21069:
21070: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21071: in method checkparams again. fixed
21072:
21073: 2001-05-07 paf
21074:
21075: * src/doc/chm.cmd: cmd
21076:
21077: * src/: classes/image.C, classes/mail.C, classes/string.C,
21078: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21079: types/pa_value.h: method reported errors on wrong pool
21080:
21081: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21082: now
21083:
21084: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21085: include/code.h, include/pa_opcode.h, main/compile.C,
21086: main/compile_tools.h, main/execute.C, types/pa_value.h,
21087: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21088: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21089: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21090: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21091: types/pa_vmethod_frame.h, types/pa_vobject.h,
21092: types/pa_vrequest.h, types/pa_vresponse.h,
21093: types/pa_vstateless_class.h, types/pa_vstring.h,
21094: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21095: types/pa_wwrapper.h: pa_code.h
21096:
21097: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21098:
21099: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21100: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21101: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21102: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21103: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21104: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21105: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21106: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21107: types/pa_vtable.h: dox, split by not clean parts also
21108:
21109: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21110: types/pa_vtable.h: table: fields, then methods. so to enable
21111: 'dir' fields & co. more
21112:
21113: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21114: so to enable 'dir' fields & co.
21115:
21116: * src/main/compile.y: grammar: @end
21117:
21118: 2001-05-04 paf
21119:
21120: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21121: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21122:
21123: * src/: classes/classes.h, classes/double.C, classes/file.C,
21124: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21125: classes/op.C, classes/random.C, classes/response.C,
21126: classes/string.C, classes/table.C, classes/unknown.C,
21127: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21128: method dox
21129:
21130: 2001-05-03 paf
21131:
21132: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21133: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21134: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21135: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21136: doc/string.dox, doc/targets.dox, doc/value.dox,
21137: main/pa_request.C: dox splitted .dox files and added some
21138:
21139: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21140:
21141: 2001-05-02 paf
21142:
21143: * src/classes/: image.C, table.C: table:dir result are not tainted
21144: by file_name language now
21145:
21146: 2001-04-28 paf
21147:
21148: * src/classes/classes.inc: removed classes.inc
21149:
21150: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21151: from .am
21152:
21153: * src/classes/classes.awk: skipped classes in .awk
21154:
21155: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21156: classes/classes.inc, classes/double.C, classes/file.C,
21157: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21158: classes/string.C, classes/table.C, classes/unknown.C,
21159: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21160: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21161: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21162: pa_methoded back to classes/classes.h
21163:
21164: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21165:
21166: * src/: classes/Makefile.am, classes/classes.awk,
21167: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21168: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21169:
21170: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21171: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21172: classes/response.C, classes/string.C, classes/table.C,
21173: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21174: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21175: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21176: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21177: include|main/pa_methoded
21178:
21179: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21180: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21181:
21182: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21183: moved some configured data to request::classes_conf moved some
21184: string crations from globals to M... [works]
21185:
21186: * src/: classes/form.C, classes/mail.C, classes/op.C,
21187: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21188: main/pa_request.C: moved some configured data to
21189: request::classes_conf moved some string crations from globals to
21190: M...
21191:
21192: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21193: about to move configured data to special request hash
21194:
21195: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21196: classes/form.C, classes/mail.C, include/pa_request.h,
21197: main/pa_request.C: configure started
21198:
21199: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21200: 2. todo: methoded-configure
21201:
21202: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21203: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21204: classes/_random.h, classes/_response.h, classes/_string.h,
21205: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21206: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21207: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21208: classes/random.C, classes/response.C, classes/string.C,
21209: classes/table.C, classes/unknown.C, include/pa_globals.h,
21210: include/pa_request.h, main/compile.y, main/execute.C,
21211: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21212: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21213: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21214: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21215: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21216: types/pa_vrequest.h, types/pa_vresponse.h,
21217: types/pa_vstateless_class.h, types/pa_vstring.h,
21218: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21219: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21220: methoded-configure
21221:
21222: * src/: classes/file.C, classes/table.C, main/compile.y,
21223: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21224: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21225: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21226:
21227: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21228: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21229: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21230: classes/random.C, classes/response.C, classes/string.C,
21231: classes/table.C, classes/unknown.C, include/pa_request.h,
21232: main/compile.y, main/execute.C, main/pa_globals.C,
21233: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21234: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21235: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21236: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21237: beautifying just compiled. todo: debug, configure
21238:
21239: 2001-04-27 paf
21240:
21241: * src/: classes/file.C, classes/image.C, classes/table.C,
21242: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21243: beautifying -99
21244:
21245: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21246: classes/_response.h, classes/_unknown.h, classes/classes.C,
21247: classes/classes.h, classes/double.C, classes/file.C,
21248: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21249: classes/op.C, classes/random.C, classes/response.C,
21250: classes/string.C, include/pa_globals.h, main/main.dsp,
21251: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21252: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21253: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21254: types/pa_vunknown.h: beautifying -100
21255:
21256: * src/main/compile.y: serge@ found @CLASS bug. fixed
21257:
21258: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21259: classes/_op.h, classes/_random.h, classes/_table.h,
21260: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21261: classes/op.C, classes/random.C, classes/response.C,
21262: classes/string.C, classes/table.C, classes/unknown.C,
21263: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21264: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21265: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21266: beautifying
21267:
21268: 2001-04-26 paf
21269:
21270: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21271:
21272: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21273: documentation ++
21274:
21275: * src/: classes/_exec.h, doc/doxygen.cfg,
21276: include/pa_config_fixed.h, include/pa_config_includes.h,
21277: targets/cgi/pa_pool.C: code documentation ++
21278:
21279: * src/: classes/_image.h, classes/op.C, classes/random.C,
21280: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21281: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21282: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21283: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21284: types/pa_vmethod_frame.h, types/pa_vobject.h,
21285: types/pa_vrequest.C, types/pa_vrequest.h,
21286: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21287: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21288: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21289: code documentation ++
21290:
21291: * src/: classes/image.C, classes/mail.C, classes/string.C,
21292: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21293: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21294: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21295: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21296: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21297: types/pa_vobject.h, types/pa_vstateless_class.h,
21298: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21299:
21300: * src/main/: pa_request.C, pa_string.C: z
21301:
21302: * src/: include/pa_common.h, include/pa_types.h,
21303: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21304: connection caching fixed. request-pooled-url were stored into
21305: global connectioncache
21306:
21307: 2001-04-25 paf
21308:
21309: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21310: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21311:
21312: * src/: include/code.h, include/pa_common.h, main/compile.y,
21313: main/execute.C, main/pa_common.C: -d
21314:
21315: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21316: illegal call check a bit improved, but still under iis no mapping
21317: of dir with parser allowed!
21318:
21319: 2001-04-24 paf
21320:
1.115 ! moko 21321: * src/targets/Makefile.in: apache makefile.in s
! 21322:
1.95 moko 21323: * src/targets/Makefile.am: apache module lib .am
21324:
21325: * src/main/pa_exec.C: windows32 buildCommand
21326:
21327: 2001-04-23 paf
21328:
21329: * src/targets/cgi/Makefile.am: win32 conditional
21330:
21331: * src/targets/cgi/Makefile.am: win32 conditional
21332:
21333: * src/targets/cgi/Makefile.am: liblink
21334:
21335: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21336: vfile fields return type
21337:
21338: * src/types/pa_vfile.h: vfile fields return type
21339:
21340: * src/include/pa_config_auto.h.in: .h.in
21341:
1.115 ! moko 21342: * src/targets/Makefile.in: makefiles&co
! 21343:
1.95 moko 21344: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21345: types/Makefile: makefiles removed
21346:
1.115 ! moko 21347: * src/: classes/Makefile.in, main/Makefile.in,
! 21348: targets/cgi/Makefile.in, types/Makefile.in, Makefile.in: makefile
! 21349: ins
! 21350:
1.95 moko 21351: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21352: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21353:
21354: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21355: [tested: i & g ]
21356:
21357: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21358: @test noticed series in isapi, check how initialize_random_class
21359: is called! [must be called only once]
21360:
21361: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21362: would not be 'unknown column'
21363:
21364: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21365: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21366:
21367: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21368: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21369: [now doesnt]
21370:
21371: * src/targets/cgi/parser3.C: cgi cmdline ver
21372:
21373: * src/targets/cgi/parser3.C: cgi /// @test disable
21374: /cgi-bin/parser3/auto.p
21375:
21376: * src/main/untaint.C: untaint without charset
21377:
21378: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21379: main/pa_common.C: common: file_write /// @test mkdirs
21380: file_delete rmdirs
21381:
21382: * src/main/untaint.C: mail header only once to =?
21383:
21384: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21385: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21386: main/untaint.C: untaint - @test optimize whitespaces for
21387: all but 'html'
21388:
21389: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21390: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21391: main/untaint.C: untaint - @test mail-header
21392:
21393: 2001-04-20 paf
21394:
21395: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21396: include/pa_request.h, include/pa_string.h, main/compile.y,
21397: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21398: targets/cgi/parser3.C: $MAIN:LOCALE
21399:
21400: * src/main/untaint.C: z
21401:
21402: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21403:
21404: 2001-04-19 paf
21405:
21406: * src/main/compile_tools.h: $a$b bugfix
21407:
21408: * src/targets/cgi/parser3.C: z
21409:
21410: * src/classes/file.C: z
21411:
21412: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21413: done: header to $fields. waits for header '\' tricks
21414:
21415: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21416: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21417: changed urlencode here and in untaint.C to HTTP standard's " and
21418: \" mech
21419:
21420: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21421: http://alx/~paf/ doesnt load /auto.p
21422:
21423: 2001-04-18 paf
21424:
21425: * src/main/pa_request.C: 1
21426:
21427: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21428: linux @alx
21429:
21430: 2001-04-17 paf
21431:
21432: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21433: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21434: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21435: enabled
21436:
21437: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21438: classes/_exec.h, classes/_file.h, classes/_form.h,
21439: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21440: classes/_random.h, classes/_response.h, classes/_string.h,
21441: classes/_table.h, classes/_unknown.h, classes/file.C,
21442: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21443: include/pa_config_fixed.h, include/pa_config_includes.h,
21444: include/pa_hash.h, include/pa_sql_driver_manager.h,
21445: include/pa_version.h, main/Makefile.am, main/compile.y,
21446: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21447: main/pa_sql_driver_manager.C, sql/Makefile.am,
21448: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21449: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21450: types/pa_vform.C, types/pa_vimage.h: exec @jav
21451:
21452: * src/: include/pa_sql_driver_manager.h,
21453: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21454: types/pa_vimage.h: sql driver interface now has initialize(client
21455: .so)
21456:
21457: 2001-04-16 paf
21458:
21459: * src/Makefile.am: compile2 cygwin
21460:
21461: * src/: include/pa_config_includes.h, main/pa_exec.C,
21462: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21463:
21464: * src/targets/cgi/Makefile.am: compile0 jav
21465:
21466: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21467: classes/_exec.h, classes/_file.h, classes/_form.h,
21468: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21469: classes/_random.h, classes/_response.h, classes/_string.h,
21470: classes/_table.h, classes/_unknown.h, classes/image.C,
21471: classes/mail.C, classes/op.C, classes/random.C,
21472: include/pa_config_fixed.h, include/pa_config_includes.h,
21473: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21474: main/compile.y, main/pa_common.C, main/pa_exec.C,
21475: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21476: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21477: compile-1
21478:
21479: 2001-04-15 paf
21480:
21481: * src/classes/op.C: z
21482:
21483: * src/classes/table.C: table:empty +=process
21484:
21485: * src/types/pa_value.h: MethodParams !junction
21486:
21487: * src/: classes/_string.h, classes/double.C, classes/file.C,
21488: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21489: classes/random.C, classes/response.C, classes/string.C,
21490: classes/table.C, classes/unknown.C, main/pa_request.C:
21491: MethodParams everywhere
21492:
21493: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21494: types/pa_vmethod_frame.h: MethodParams in op.C
21495:
21496: 2001-04-12 paf
21497:
21498: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21499:
21500: * src/: classes/_unknown.h, classes/unknown.C,
21501: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21502: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21503:
21504: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21505:
21506: * src/classes/image.C: image:gif now does not have params
21507:
21508: * src/classes/image.C:
21509: image:line/fill/rectangle/bar/replace/polygon/polybar
21510:
21511: * src/: classes/image.C, classes/op.C, main/execute.C,
21512: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21513: for var now written not to r.wcontext, but to r.root cleared
21514: "entered_object" state
21515:
21516: 2001-04-11 paf
21517:
21518: * src/classes/image.C: image:create image:load
21519:
21520: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21521: just compiled
21522:
21523: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21524: todo: gif without file
21525:
21526: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21527: started porting to Pooled descendant
21528:
21529: * src/: classes/image.C, main/execute.C, main/main.dsp,
21530: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21531: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21532: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21533:
21534: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21535: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21536: end. switching to python imaging lib
21537:
21538: * src/main/main.dsp: gd+smtp made separate libs
21539:
21540: * src/: include/pa_globals.h, include/pa_string.h,
21541: main/pa_common.C, main/pa_request.C, main/untaint.C,
21542: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21543: length
21544:
21545: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21546: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21547: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21548: UL_FILE_NAME of posted file name
21549:
21550: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21551: post [broke when moved post read to core]
21552:
21553: 2001-04-10 paf
21554:
21555: * src/classes/image.C: image:html done
21556:
21557: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21558:
21559: * src/classes/image.C: z
21560:
21561: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21562: forgotten!
21563:
21564: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21565: main/pa_request.C, main/pa_string.C, main/untaint.C,
21566: types/pa_vimage.h: image:measure -90
21567:
21568: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21569: classes/_int.h, classes/_mail.h, classes/_op.h,
21570: classes/_random.h, classes/_response.h, classes/_string.h,
21571: classes/_table.h, classes/file.C, classes/mail.C,
21572: include/pa_common.h, include/pa_globals.h, main/execute.C,
21573: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21574: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21575: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21576: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21577: compiled
21578:
21579: * src/classes/mail.C: minor bug with unclear from/to
21580:
21581: * src/classes/mail.C: sendmail unix skipping defaults
21582:
21583: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21584: sendmail unix added defaults
21585:
21586: * src/classes/mail.C: unix sendmail compiled. todo:testing
21587:
21588: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21589:
21590: 2001-04-09 paf
21591:
21592: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21593: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21594: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21595: targets/isapi/parser3isapi.dsp: all targets exec
21596:
21597: * src/: include/pa_sapi.h, include/pa_string.h,
21598: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21599: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21600: args in apache:util.script
21601:
21602: * src/include/pa_string.h: written but not tested exec with env for
21603: unix
21604:
21605: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21606: targets/cgi/parser3.C: exec win32 env
21607:
21608: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21609: 0
21610:
21611: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21612: main/execute.C, main/main.dsp, main/pa_globals.C,
21613: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21614: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21615:
21616: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21617: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21618:
21619: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21620: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21621:
21622: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21623: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21624: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21625: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21626: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21627: exec class just compiled. moved post read to request core
21628:
21629: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21630: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21631: main/pa_globals.C, targets/cgi/parser3.C,
21632: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21633: are already read by vform
21634:
21635: 2001-04-08 paf
21636:
21637: * src/: classes/file.C, classes/mail.C, classes/string.C,
21638: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21639: uuencode. string<<
21640:
21641: 2001-04-07 paf
21642:
21643: * src/classes/mail.C: z
21644:
21645: * src/classes/mail.C: z
21646:
21647: * src/classes/mail.C: ^mail[$attach
21648:
21649: * src/classes/mail.C: ^attach dead end
21650:
21651: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21652: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21653: targets/isapi/parser3isapi.C: mail:send 1
21654:
21655: * src/: classes/mail.C, main/pa_request.C: z
21656:
21657: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21658: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21659: compiled
21660:
21661: * src/classes/mail.C: +=
21662:
21663: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21664: prepared
21665:
21666: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21667: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21668: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21669: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21670:
21671: 2001-04-06 paf
21672:
21673: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21674: main/pa_string.C: table:dir 1
21675:
21676: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21677: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21678:
21679: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21680: classes/root.C, include/pa_globals.h, include/pa_request.h,
21681: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21682: main/pa_request.C: renamed 'root' to 'op'
21683:
21684: * src/classes/: _op.h, op.C: renamed from 'root'
21685:
21686: * src/types/pa_valiased.C: another root inherititance skipped
21687:
21688: * src/main/: compile.C, compile.y, execute.C: operators are now not
21689: root methods of parent class. just 'ROOT' class
21690:
21691: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21692: @office
21693:
21694: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21695:
21696: 2001-04-05 paf
21697:
21698: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21699: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21700: constructor flag dropped at get_method_frame and remembered into
21701: method_frame
21702:
21703: * src/: classes/file.C, classes/root.C, classes/string.C,
21704: classes/table.C, main/pa_request.C: junction to code&expression
21705: in errors
21706:
21707: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21708: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21709: $LOCALE:ctype[Russian_Russia.1251]
21710:
21711: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21712: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21713: main/pa_table.C: hash now not thread-safe.
21714:
21715: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21716: main/untaint.C: z
21717:
21718: * src/: classes/random.C, classes/root.C, classes/table.C,
21719: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21720: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21721: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21722: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21723:
21724: * src/: classes/table.C, include/pa_sql_connection.h,
21725: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21726:
21727: * src/classes/table.C: select * from hren error contains statement
21728:
21729: * src/: classes/table.C, include/pa_sql_connection.h,
21730: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21731: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21732:
21733: * src/: classes/root.C, include/pa_sql_connection.h,
21734: include/pa_sql_driver.h, main/main.dsp,
21735: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21736: services for conv memory & error reporting
21737:
21738: 2001-04-04 paf
21739:
21740: * src/doc/doxygen.cfg: z
21741:
21742: * src/include/pa_sql_driver.h: mysql connect
21743:
21744: * src/include/pa_sql_driver.h: mysql info
21745:
21746: * src/: classes/root.C, include/pa_sql_driver.h,
21747: include/pa_sql_driver_manager.h, main/main.dsp,
21748: main/pa_sql_driver_manager.C: more manager&connection&driver
21749:
21750: * src/sql/Makefile.am: forgot to add mysql client
21751:
21752: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21753: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21754: [forgot to add libltdl, added]
21755:
21756: * src/: Makefile.am, classes/root.C, classes/string.C,
21757: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21758: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21759: include/pa_string.h, include/pa_table.h, main/main.dsp,
21760: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21761: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21762: -1000 just compiled
21763:
21764: * src/: classes/random.C, classes/root.C, classes/table.C,
21765: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21766: main/pa_request.C, types/pa_vclass.h: sql frame -10
21767:
21768: 2001-04-03 paf
21769:
21770: * src/types/pa_vform.C: z
21771:
21772: * src/: classes/string.C, types/pa_vform.C: string:match replace
21773: assigned lang
21774:
21775: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21776: {}[]< empty []
21777:
21778: * src/: classes/file.C, classes/string.C, classes/table.C,
21779: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21780: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21781:
21782: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21783: string:match replace strange matches
21784:
21785: * src/classes/string.C: string:match replace 0
21786:
21787: * src/: classes/string.C, main/pa_string.C: string:match replace
21788: prepared 2
21789:
21790: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21791: string:match replace prepared
21792:
21793: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21794: string:match replace -11
21795:
21796: * src/: classes/string.C, include/pa_globals.h,
21797: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21798: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21799:
21800: * src/: classes/string.C, include/pa_globals.h,
21801: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21802: main/pa_string.C: string:match [search] -1 just compiled
21803:
21804: * src/types/pa_vstring.C: z
21805:
21806: * src/: classes/double.C, classes/file.C, classes/form.C,
21807: classes/int.C, classes/response.C, classes/root.C,
21808: classes/string.C, classes/table.C, include/pa_string.h,
21809: main/pa_string.C: string:match -10 [frame]
21810:
21811: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21812: main/pa_request.C: z
21813:
21814: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21815: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21816: todo/tests
21817:
21818: * src/include/pa_common.h: z
21819:
21820: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21821: main/pa_request.C, targets/cgi/parser3.C,
21822: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21823: content-disposition
21824:
21825: * src/: include/pa_common.h, include/pa_globals.h,
21826: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21827: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21828:
21829: * src/: include/pa_common.h, include/pa_request.h,
21830: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21831: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21832: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21833: response:body
21834:
21835: * src/classes/table.C: table:append now uses string::split
21836:
21837: * src/classes/table.C: z
21838:
21839: * src/: classes/file.C, classes/root.C, classes/string.C,
21840: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21841: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21842: include/pa_string.h, main/execute.C, main/pa_string.C,
21843: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21844: string::pos & cmp & piece bugs fixed. string::split new
21845: table:load separated from set table:set implemented with clean \n
21846: \t searches
21847:
21848: 2001-04-02 paf
21849:
21850: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21851: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21852: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21853: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21854: it in table:set/load
21855:
21856: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21857: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21858:
21859: * src/classes/random.C: random:generate 1
21860:
21861: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21862: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21863: types/pa_value.h: random:generate
21864:
21865: 2001-03-30 paf
21866:
21867: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21868: todo: table flip and append. string::pos
21869:
21870: * src/: classes/double.C, classes/file.C, classes/int.C,
21871: classes/response.C, classes/root.C, classes/string.C,
21872: classes/table.C, main/compile.y, main/execute.C,
21873: types/pa_value.h, types/pa_vstateless_class.C,
21874: types/pa_vstateless_class.h: static|dynamic|any method
21875: registration
21876:
21877: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21878: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21879: table:flip
21880:
21881: 2001-03-29 paf
21882:
21883: * src/classes/string.C: string:xsplit forgot that they must result
21884: in 1 row N column [not vice versa]
21885:
21886: * src/classes/string.C: z
21887:
21888: * src/classes/string.C: string: rsplit
21889:
21890: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21891: string: lsplit
21892:
21893: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21894: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21895: lsplit -1
21896:
21897: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21898: string: pos
21899:
21900: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21901: string: pos -1
21902:
21903: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21904: main/compile.y, main/pa_request.C, main/pa_string.C,
21905: main/untaint.C: string: left right mid
21906:
21907: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21908: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21909: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21910: and [;] are different now.
21911:
21912: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21913: main/untaint.C: pool.request undone
21914:
21915: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21916: main/untaint.C: pool.request
21917:
21918: 2001-03-28 paf
21919:
21920: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21921: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21922: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21923: $request:browser [.type .version]; unknown.get_double now = 0.
21924:
21925: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21926: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21927: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21928: types/pa_vform.C: file:load autodetection of mime-type by
21929: user-file-name
21930:
21931: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21932: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21933: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21934:
21935: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21936: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21937: write. must be self.set
21938:
21939: * src/: classes/file.C, classes/root.C, classes/table.C,
21940: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21941:
21942: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21943: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21944: types/pa_vtable.h: table:locate just compiled
21945:
21946: 2001-03-27 paf
21947:
21948: * src/main/: execute.C, pa_common.C: fixed r/w context of
21949: code-params2, fixed ntfs hardlink slow dir update
21950:
21951: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21952: types/pa_wcontext.h: fixed r/w context of code-params
21953:
21954: * src/: classes/table.C, main/execute.C: about to change junction
21955: rcontext!!
21956:
21957: * src/: classes/double.C, classes/int.C, classes/root.C,
21958: classes/string.C, classes/table.C, main/compile_tools.C,
21959: main/execute.C, main/pa_request.C, main/untaint.C,
21960: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21961: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21962: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21963: types/pa_vunknown.h: sort 0
21964:
21965: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21966: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21967: renamed to are_static_calls_disabled
21968:
21969: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21970: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21971: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21972: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21973:
21974: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21975:
21976: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21977: started table:sort fixed minor bug in #...^{
21978:
21979: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21980: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21981: decided to have as it were. stepped back. grammar: added 'in'
21982: 'is' 'lt'&co follow-space check
21983:
21984: 2001-03-26 paf
21985:
21986: * src/: classes/file.C, classes/root.C, classes/table.C,
21987: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21988: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21989: main/pa_table.C: moved ::save to pa_table. disabled @auto
21990: invocation in ^process
21991:
21992: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21993:
21994: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21995: main/pa_array.C: table:record
21996:
21997: * src/: main/untaint.C, targets/cgi/parser3.C,
21998: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21999: targets/isapi/pool_storage.h, types/pa_valiased.h,
22000: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22001: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22002: types/pa_vtable.h: z
22003:
22004: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22005: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22006: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22007: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22008: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22009: method realisations on 'self' validity - they now can simply
22010: assume that 'self' is V{Proper} .
22011:
22012: 2001-03-25 paf
22013:
22014: * src/main/untaint.C: z
22015:
22016: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22017: lowlevel - it initialization could be skipped if failed in @auto.
22018: so that exception report would use some table
22019:
22020: * src/main/pa_request.C: table empty lines ignored. system-default
22021: content type assigned in output:result [can fail in main:auto and
22022: skipped normal defaults extraction]
22023:
22024: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22025: bug
22026:
22027: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22028: processing to table [except preliminary \r\n \r \n replacements
22029: to "\n"]
22030:
22031: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22032: move all the processing to table
22033:
22034: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22035: main/pa_table.C, main/untaint.C: returned table originating.
22036: useful for reporting typo table problems origin. think would be
22037: useful somewhere else
22038:
22039: * src/main/untaint.C: typo \r \r\n \n properly handled
22040:
22041: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22042: include/pa_table.h, main/compile.y, main/compile_tools.C,
22043: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22044: main/pa_string.C, main/pa_table.C, main/untaint.C,
22045: types/pa_vcookie.h: typo & typo-default
22046:
22047: 2001-03-24 paf
22048:
22049: * src/main/pa_common.C: z
22050:
22051: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22052: targets/cgi/parser3.C: html-typo 2
22053:
22054: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22055: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22056: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22057: main/execute.C, main/pa_array.C, main/pa_globals.C,
22058: main/pa_request.C, main/pa_string.C, main/untaint.C,
22059: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22060: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22061: noticed double default content-type prob. run cgi.cmd tomorrow
22062: first html-typo sample. detected << problem: they become ltlt too
22063: fast
22064:
22065: * src/main/compile.y: z
22066:
22067: * src/main/: compile.y, compile_tools.h: #comment
22068:
22069: * src/: classes/file.C, classes/root.C, classes/table.C,
22070: include/pa_common.h, include/pa_request.h, main/compile.y,
22071: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22072: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22073: stringified
22074:
22075: * src/types/pa_valiased.C: decided to String-ify file_read
22076:
22077: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22078: isapi/parser3isapi.dsp: cgi: sapi::log
22079:
22080: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22081: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22082: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22083: error log experiments failed - cgi under iis got no access to
22084: log. registereventsource simply failed with 5(illegal call) code,
22085: while worked OK as standalone executable. isapi: used
22086: HSE_APPEND_LOG_PARAMETER feature
22087:
22088: * src/: include/pa_common.h, include/pa_globals.h,
22089: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22090: targets/isapi/parser3isapi.C: fixed default content-type
22091: allocation storage
22092:
22093: * src/: include/pa_globals.h, include/pa_request.h,
22094: main/pa_globals.C, main/pa_request.C: z
22095:
22096: * src/: include/pa_array.h, include/pa_hash.h,
22097: include/pa_request.h, main/compile.y, main/pa_array.C,
22098: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22099: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22100: content-type
22101:
22102: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22103: sanity
22104:
22105: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22106: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22107: away freeze mech. no danger now for you can't do
22108: ^request:process[@new-method[] body] trick anymore. still
22109: remains $some_instance.process[@new-method[] possibility] but
22110: would leave it as a feature. see index for sample
22111:
22112: * src/: include/pa_common.h, main/pa_common.C,
22113: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22114: monkey every target
22115:
22116: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22117: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22118: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22119:
22120: 2001-03-23 paf
22121:
22122: * src/: include/pa_pool.h, main/pa_request.C,
22123: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22124: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22125: targets/isapi/pool_storage.h: isapi: dumb pool storage
22126:
22127: * src/targets/isapi/pa_pool.C: decided to continue with extension
22128:
22129: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22130: it would be better to rewrite as filter then to deal with pool
22131:
22132: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22133: now like in cgi, not from APPL_PHYSICAL_PATH
22134:
22135: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22136: include/pa_config_fixed.h, include/pa_config_includes.h,
22137: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22138: include/pa_version.h, main/compile.y, main/execute.C,
22139: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22140: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22141: main/untaint.C, targets/cgi/parser3.C,
22142: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22143: cgi: reinvent document_root and request_uri under iis. autoconf
22144: updated. introducing ap_config_includes
22145:
22146: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22147:
22148: * src/targets/cgi/parser3.C: cgi: only one pool now
22149:
22150: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22151: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22152: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22153: types/pa_venv.h, types/pa_vform.C: sapi made object
22154:
22155: * src/: include/pa_globals.h, main/pa_request.C,
22156: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22157: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22158: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22159:
22160: * src/: main/pa_request.C, targets/cgi/parser3.C,
22161: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22162: isapi minor env beauty
22163:
22164: * src/: main/pa_request.C, targets/cgi/parser3.C,
22165: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22166: isapi document_root 0
22167:
22168: 2001-03-22 paf
22169:
22170: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22171:
22172: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22173: isapi/parser3isapi.C: z
22174:
22175: * src/: include/pa_pool.h, main/pa_request.C,
22176: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22177:
22178: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22179: kill.pl: isapi added utils
22180:
22181: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22182: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22183: types/pa_vform.C: isapi 0
22184:
22185: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22186: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22187: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22188: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22189: started isapi
22190:
22191: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22192: some comments
22193:
22194: * src/: include/pa_globals.h, include/pa_request.h,
22195: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22196: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22197: parser_root_auto_path parser_site_auto_path
22198:
22199: * src/types/pa_vcookie.C: cookie attr decoded
22200:
22201: 2001-03-21 paf
22202:
22203: * src/targets/cgi/parser3.C: z
22204:
22205: * src/include/pa_globals.h: post. todo: config of auto.p path
22206:
22207: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22208: types/pa_venv.h: in cookie & env. todo:post
22209:
22210: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22211: classes/root.C, classes/table.C, include/pa_array.h,
22212: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22213: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22214: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22215: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22216: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22217: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22218: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22219: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22220: shifted apache branch on main trunc
22221:
22222: * src/: include/pa_common.h, include/pa_globals.h,
22223: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22224: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22225: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22226: starting mod_parser3
22227:
22228: * src/targets/cgi/parser3.C: starting mod_parser3
22229:
22230: 2001-03-20 paf
22231:
22232: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22233: targets/cgi/parser3.C: automake compiled and works. todo:make
22234: win32 ifdefs work and add ifdef unistd
22235:
22236: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22237: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22238: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22239: z
22240:
22241: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22242: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22243: locking
22244:
22245: * src/: classes/Makefile.am, types/Makefile.am: z
22246:
22247: * src/: Makefile.am, classes/file.C, classes/root.C,
22248: classes/table.C, include/pa_array.h, include/pa_request.h,
22249: include/pa_string.h, main/Makefile.am, main/execute.C,
22250: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22251: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22252: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22253: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22254:
22255: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22256: main/pa_request.C, types/pa_vfile.h: ^table:save
22257:
22258: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22259: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22260: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22261: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22262: types/pa_vform.h: z
22263:
22264: * src/include/pa_string.h: z
22265:
22266: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22267: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22268: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22269: :Value
22270:
22271: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22272: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22273: :VStateless_object
22274:
22275: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22276: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22277: :VStateless_object
22278:
22279: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22280: types/pa_valiased.C, types/pa_vform.h: commented VForm
22281:
22282: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22283: types/pa_valiased.h, types/pa_value.h,
22284: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22285: types/pa_vstateless_object.h: moved common get_element part from
22286: stateless object&class into VAliased
22287:
22288: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22289: classes/table.C, main/execute.C, main/main.dsp,
22290: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22291: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22292: now :Value
22293:
22294: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22295: main/execute.C, main/main.dsp, main/pa_globals.C,
22296: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22297:
22298: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22299: doxx
22300:
22301: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22302: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22303: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22304: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22305: and ^file:save
22306:
22307: 2001-03-19 paf
22308:
22309: * src/types/pa_vfile.C: z
22310:
22311: * src/: classes/file.C, classes/request.C, classes/table.C,
22312: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22313: main/pa_request.C, main/untaint.C, types/pa_value.h,
22314: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22315:
22316: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22317: include/pa_string.h, include/pa_table.h, main/main.dsp,
22318: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22319: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22320: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22321: classes/_file.h, classes/file.C, types/pa_vfile.C,
22322: types/pa_vfile.h: file class just compiled
22323:
22324: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22325: include/pa_table.h, include/pa_types.h, main/execute.C,
22326: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22327: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22328: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22329:
22330: * src/include/pa_pool.h: z
22331:
22332: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22333: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22334: Hash::Value to Val so to doxygen would finlly stop confusing
22335: those Value-s
22336:
22337: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22338: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22339: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22340: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22341: include/pa_types.h, main/compile.C, main/compile.y,
22342: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22343: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22344: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22345: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22346: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22347:
22348: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22349: derivates somehow unlinked. don't know why yet
22350:
22351: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22352: include/pa_string.h, include/pa_threads.h, main/compile.C,
22353: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22354: main/execute.C, main/pa_array.C, main/pa_common.C,
22355: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22356: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22357: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22358:
22359: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22360: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22361: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22362: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22363: types/pa_vrequest.h: doc: detected Value derivates prob
22364:
22365: * src/include/pa_globals.h: z
22366:
22367: * src/: classes/_request.h, classes/request.C, include/code.h,
22368: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22369: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22370: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22371: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22372: main/execute.C, main/pa_pool.C, main/pa_request.C,
22373: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22374: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22375:
22376: 2001-03-18 paf
22377:
22378: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22379: cookie: allowed access to hash-assigned
22380:
22381: * src/targets/cgi/parser3.C: z
22382:
22383: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22384: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22385: include/pa_types.h, main/main.dsp, main/pa_common.C,
22386: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22387: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22388: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22389: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22390: types/pa_vunknown.h: cookie class
22391:
22392: * src/main/pa_request.C: zero length output allowed
22393:
22394: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22395: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22396:
22397: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22398: lang switch
22399:
22400: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22401: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22402: types/pa_value.h, types/pa_vhash.h:
22403: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22404:
22405: * src/main/execute.C: z
22406:
22407: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22408: targets/cgi/parser3.C: taint[uri
22409:
22410: * src/: classes/request.C, classes/response.C, classes/root.C,
22411: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22412: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22413: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22414:
22415: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22416: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22417: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22418: types/pa_vstateless_class.C: convinient string(pool, char *src,
22419: bool tainted) ctor
22420:
22421: * src/: include/pa_hash.h, include/pa_request.h,
22422: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22423: main/pa_request.C, main/pa_string.C, main/untaint.C,
22424: targets/cgi/parser3.C: proper @exceptions params tainting
22425:
22426: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22427: response fields to header
22428:
22429: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22430: z
22431:
22432: * src/: classes/_response.h, classes/response.C,
22433: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22434: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22435: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22436: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22437: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22438: $response: 0 request::core exception rethrow
22439:
22440: 2001-03-16 paf
22441:
22442: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22443: types/pa_vrequest.h: native method' class call with less params
22444: then needed error reporting
22445:
22446: * src/: classes/_request.h, classes/request.C,
22447: include/pa_globals.h, include/pa_request.h, main/execute.C,
22448: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22449: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22450: types/pa_vrequest.h: $request : query :uri
22451:
22452: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22453: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22454: types/pa_wcontext.h: $result
22455:
22456: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22457:
22458: * src/: classes/double.C, include/code.h, main/compile.y,
22459: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22460: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22461:
22462: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22463: main/compile.y, main/execute.C, types/pa_value.h,
22464: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22465: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22466: wcontext conflict
22467:
22468: * src/: main/execute.C, types/pa_value.h,
22469: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22470: $string.field
22471:
22472: 2001-03-15 paf
22473:
22474: * src/main/pa_request.C: news sample
22475:
22476: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22477: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22478:
22479: * src/main/: compile.y, execute.C: z
22480:
22481: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22482: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22483: pre pre works
22484:
22485: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22486: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22487: fillfields just compiled
22488:
22489: 2001-03-14 paf
22490:
22491: * src/: include/pa_request.h, main/pa_request.C,
22492: targets/cgi/parser3.C: z
22493:
22494: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22495: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22496: types/pa_vstring.h: limits -1
22497:
22498: * src/: include/pa_globals.h, include/pa_request.h,
22499: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22500: main/pa_request.C, targets/cgi/parser3.C,
22501: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22502: request_info -1
22503:
22504: * src/: include/pa_globals.h, main/pa_globals.C,
22505: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22506: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22507: vform_fields_fill
22508:
22509: * src/targets/cgi/parser3.C: # if MSVC
22510:
22511: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22512: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22513:
22514: * src/targets/cgi/parser3.C: z
22515:
22516: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22517: include/pa_string.h, include/pa_types.h, main/compile.y,
22518: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22519: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22520: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22521: types/pa_vunknown.h: global handler, exceptions in parser3
22522:
22523: 2001-03-13 paf
22524:
22525: * src/: classes/form.C, main/compile.y, main/core.C,
22526: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22527: types/pa_vform.h, types/pa_vstateless_class.C,
22528: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22529: instead
22530:
22531: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22532: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22533: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22534: started cgi target
22535:
22536: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22537: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22538: before error show with parser
22539:
22540: * src/: classes/_form.h, classes/form.C, include/core.h,
22541: include/pa_request.h, main/core.C, main/pa_request.C,
22542: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22543:
22544: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22545:
22546: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22547: parser3.C: renamed targets/ parser to cgi
22548:
22549: * src/: classes/double.C, classes/env.C, classes/int.C,
22550: classes/root.C, classes/string.C, classes/table.C,
22551: include/pa_request.h, types/pa_vhash.h: z
22552:
22553: * src/: classes/_env.h, classes/env.C, classes/root.C,
22554: include/core.h, include/pa_pool.h, include/pa_request.h,
22555: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22556: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22557: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22558: [historical moment :)]
22559:
22560: * src/: include/code.h, include/pa_string.h, main/compile.y,
22561: main/execute.C, main/pa_string.C: 'value is type' expr operator
22562:
22563: * src/types/pa_venv.h: $ENV 1
22564:
22565: * src/main/execute.C: z
22566:
22567: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22568: future methods of ENV constructor if
22569:
22570: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22571: class
22572:
22573: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22574: classes/_root.h, classes/_string.h, classes/_table.h,
22575: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22576: classes/string.C, classes/table.C, include/pa_request.h,
22577: main/compile.C, main/compile_tools.h, main/core.C,
22578: main/execute.C, main/main.dsp, main/pa_request.C,
22579: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22580: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22581: types/pa_vobject.h, types/pa_vstateless_class.C,
22582: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22583: types/pa_wcontext.h: $ENV: re 0, stateless classes
22584:
22585: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22586: classes/_root.h, classes/_string.h, classes/_table.h,
22587: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22588: classes/string.C, classes/table.C, include/pa_request.h,
22589: main/compile.C, main/compile_tools.h, main/core.C,
22590: main/execute.C, main/main.dsp, main/pa_request.C,
22591: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22592: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22593: types/pa_vobject.h, types/pa_vstateless_class.C,
22594: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22595: types/pa_wcontext.h: $ENV: re 0, stateless classes
22596:
22597: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22598: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22599: yesterdays bad decision on execute_static_method
22600:
22601: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22602:
22603: * src/: classes/double.C, classes/int.C, classes/root.C,
22604: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22605:
22606: * src/main/pa_request.C: z
22607:
22608: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22609: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22610:
22611: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22612: include/pa_pool.h, main/pa_request.C:
22613: restructure_exceptions_dead_end
22614:
22615: * src/: classes/root.C, main/compile.y: ^if required junctions.
22616: allowed ; inside {} to break params
22617:
22618: * src/classes/root.C: ^eval
22619:
22620: * src/: classes/_string.h, classes/double.C, classes/int.C,
22621: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22622: string ^format
22623:
22624: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22625: 'bad' but not 'enough'
22626:
22627: * src/: classes/double.C, classes/root.C, classes/table.C,
22628: include/pa_common.h, include/pa_types.h, main/compile.y,
22629: main/pa_common.C, main/pa_request.C, main/untaint.C,
22630: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22631: types/pa_wwrapper.h: think constructing flag as is is bad
22632:
22633: * src/: classes/double.C, classes/int.C, classes/root.C,
22634: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22635: types/pa_vint.h: ^for
22636:
22637: 2001-03-12 paf
22638:
22639: * src/classes/table.C: table ^empty
22640:
22641: * src/: classes/table.C, include/pa_table.h: table ^menu
22642:
22643: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22644: ^offset ^line ^count
22645:
22646: * src/classes/root.C: ^round() ^floor() ^ceiling()
22647: ^abs() ^sign()
22648:
22649: * src/classes/: root.C, table.C: ^use
22650:
22651: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22652: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22653: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22654: ^while. switched off wcontext.constructing after write(value) or
22655: auto-vhash-constructing
22656:
22657: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22658: main/pa_request.C: fail_if_junction_ helper func
22659:
22660: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22661: include/pa_request.h, main/execute.C, main/main.dsp,
22662: main/pa_common.C, main/pa_request.C: ^process error point by
22663: actual method_name, not source. ^load
22664:
22665: * src/types/pa_vtable.h: table: no, better with string in cells...
22666:
22667: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22668: classes/_table.h, classes/table.C, main/untaint.C: z
22669:
22670: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22671: include/pa_table.h, main/core.C, main/execute.C,
22672: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22673: types/pa_value.h: table:set 0
22674:
22675: * src/: classes/root.C, include/core.h, include/pa_array.h,
22676: include/pa_request.h, include/pa_table.h, main/core.C,
22677: main/main.dsp, main/pa_request.C, main/pa_table.C,
22678: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22679: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22680: types/pa_vstring.h: freeze, ^table:create[] -1
22681:
22682: * src/: classes/root.C, types/pa_value.h: z
22683:
22684: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22685: get_method in couple places optimizing them
22686:
22687: * src/classes/root.C: z
22688:
22689: * src/: classes/root.C, types/pa_vclass.h: process temp main
22690: zeroing
22691:
22692: * src/: classes/double.C, classes/int.C, classes/root.C,
22693: classes/string.C, include/pa_common.h, include/pa_request.h,
22694: include/pa_string.h, include/pa_types.h, main/compile.C,
22695: main/compile.y, main/compile_tools.h, main/execute.C,
22696: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22697: types/pa_vmframe.h: ^process. actual names to store param and
22698: check_actual_numbered_params for better place diagnostics
22699:
22700: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22701: method-junctions bug fixed
22702:
22703: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22704: pa_vstateless_object.h, pa_vstring.h: stateless_object
22705:
22706: 2001-03-11 paf
22707:
22708: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22709: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22710: VDouble VInt base now VObject_base - without fields
22711:
22712: * src/: classes/root.C, include/core.h, main/core.C: z
22713:
22714: * src/: classes/double.C, classes/int.C, classes/root.C,
22715: classes/string.C, include/core.h, include/pa_hash.h,
22716: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22717: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22718:
22719: * src/: classes/double.C, classes/int.C, classes/root.C,
22720: include/pa_request.h, main/execute.C: intercept_string
22721:
22722: * src/: classes/double.C, classes/int.C, classes/root.C,
22723: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22724:
22725: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22726: ^inc-s(expr)
22727:
22728: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22729: classes/_root.h, classes/_string.h, classes/double.C,
22730: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22731: include/code.h, include/core.h, include/pa_array.h,
22732: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22733: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22734: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22735: include/pa_types.h, main/compile.C, main/compile.y,
22736: main/compile_tools.C, main/compile_tools.h, main/core.C,
22737: main/execute.C, main/pa_array.C, main/pa_common.C,
22738: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22739: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22740: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22741: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22742: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22743: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22744: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22745: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22746:
22747: * src/: main/pa_request.C, types/pa_vhash.h: z
22748:
22749: * src/: include/core.h, include/pa_request.h, main/core.C,
22750: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22751:
22752: * src/: include/pa_valiased.h, include/pa_value.h,
22753: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22754: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22755: include/pa_vjunction.h, include/pa_vmframe.h,
22756: include/pa_vobject.h, include/pa_vstring.h,
22757: include/pa_vunknown.h, include/pa_wcontext.h,
22758: include/pa_wwrapper.h, main/compile.y, main/core.C,
22759: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22760: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22761: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22762: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22763: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22764: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22765: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22766: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22767: include/
22768:
22769: 2001-03-10 paf
22770:
22771: * src/: include/core.h, include/pa_request.h, main/core.C,
22772: main/pa_request.C: run+auto=run
22773:
22774: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22775:
22776: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22777: classes/_root.h, classes/_string.h, classes/double.C,
22778: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22779: include/code.h, include/core.h, include/pa_array.h,
22780: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22781: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22782: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22783: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22784: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22785: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22786: include/pa_vjunction.h, include/pa_vmframe.h,
22787: include/pa_vobject.h, include/pa_vstring.h,
22788: include/pa_vunknown.h, include/pa_wcontext.h,
22789: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22790: main/compile_tools.C, main/compile_tools.h, main/core.C,
22791: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22792: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22793: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22794: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22795: main/pa_wcontext.C: sources header
22796:
22797: * src/main/pa_request.C: auto..
22798:
22799: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22800: main/pa_request.C: auto tree0
22801:
22802: * src/: include/core.h, include/pa_request.h, main/compile.y,
22803: main/core.C, main/pa_request.C: names to core.C
22804:
22805: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22806: include/pa_request.h, main/core.C, main/execute.C,
22807: main/pa_common.C, main/pa_request.C: root auto.p loaded
22808:
22809: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22810: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22811: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22812: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22813:
22814: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22815: @auto[] realised. auto.p scan togo
22816:
22817: * src/: include/pa_request.h, main/execute.C: autocalc
22818: code-junctions result now have names
22819:
22820: * src/: classes/double.C, classes/int.C, classes/root.C,
22821: classes/string.C, include/pa_request.h, include/pa_string.h,
22822: include/pa_wcontext.h, main/compile.y, main/execute.C,
22823: main/pa_string.C, main/pa_wcontext.C: tainting 0
22824:
22825: * src/classes/env.C: env:file/line
22826:
22827: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22828: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22829: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22830: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22831: main/compile_tools.C, main/compile_tools.h, main/core.C,
22832: main/execute.C, main/main.dsp, main/pa_cframe.C,
22833: main/pa_request.C, main/pa_wcontext.C: const fight finished
22834:
22835: * src/include/pa_vclass.h: const fight to go
22836:
22837: * src/: classes/_env.h, classes/env.C, classes/root.C,
22838: include/pa_request.h, include/pa_vclass.h, main/core.C,
22839: main/main.dsp: env0
22840:
22841: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22842: classes/_string.h, classes/double.C, classes/int.C,
22843: classes/root.C, classes/string.C, include/pa_request.h,
22844: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22845: include/pa_wcontext.h, main/core.C, main/main.dsp,
22846: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22847: main/pa_wcontext.C: ^lang prepare0
22848:
22849: 2001-03-09 paf
22850:
22851: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22852: construct proper naming
22853:
22854: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22855: classes/double.C, classes/int.C, classes/root.C,
22856: classes/string.C, include/code.h, include/pa_value.h,
22857: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22858: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22859: main/compile.y, main/compile_tools.C, main/core.C,
22860: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22861: and ^double[]. fixed expr type
22862:
22863: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22864: ^string.length[]
22865:
22866: 2001-03-08 paf
22867:
22868: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22869:
22870: * src/: include/pa_vclass.h, include/pa_vstring.h,
22871: include/pa_wcontext.h, main/compile.y, main/core.C,
22872: main/execute.C, main/main.dsp: dead end: vstring can't be
22873: derivated from vobject
22874:
22875: * src/: include/pa_vclass.h, include/pa_vhash.h,
22876: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22877:
22878: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22879: remained clone conseqs
22880:
22881: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22882:
22883: * src/main/pa_vclass.C: wow! vclass were out of vcs
22884:
22885: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22886: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22887: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22888: include/pa_vobject.h, include/pa_vstring.h,
22889: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22890: main/execute.C: withoud cloning. didn't need it actually, params
22891: got passed from out unnamed ewpool
22892:
22893: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22894: include/pa_vjunction.h, include/pa_vobject.h,
22895: include/pa_vunknown.h, main/compile.y: cloning dead end
22896:
22897: * src/: include/pa_bool.h, include/pa_double.h,
22898: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22899: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22900: include/pa_vjunction.h, include/pa_vmframe.h,
22901: include/pa_vobject.h, include/pa_vstring.h,
22902: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22903: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22904: to give params proper names
22905:
22906: * src/main/pa_wcontext.C: z
22907:
22908: * src/: include/pa_vmframe.h, main/execute.C: added names to
22909: unknown values in get_element and unfilled params. removed wrong
22910: name change in get_element
22911:
22912: * src/main/execute.C: z
22913:
22914: * src/main/execute.C: fixed problems calling operators in
22915: constructors
22916:
22917: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22918: detected problems calling operators in constructors
22919:
22920: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22921: autocalc def to string
22922:
22923: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22924: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22925:
22926: * src/classes/root.C: added root.c
22927:
22928: * src/: include/pa_request.h, include/pa_value.h,
22929: include/pa_vcframe.h, include/pa_vmframe.h,
22930: include/pa_wcontext.h, main/compile.C, main/compile.y,
22931: main/core.C, main/execute.C, main/pa_cframe.C,
22932: main/pa_wcontext.C: 'if' just compiled
22933:
22934: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22935: include/pa_vjunction.h, include/pa_vmframe.h,
22936: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22937: main/pa_wcontext.C: z
22938:
22939: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22940: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22941: with parameter names in operator methods
22942:
22943: * src/main/compile.y: minor renamings in .y
22944:
22945: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22946: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22947: @BASE. changed 'RUN' assignment mech
22948:
22949: * src/main/execute.C: z
22950:
22951: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22952: main/compile_tools.h, main/execute.C: made class: dynamic, not
22953: static. so to enable runtime ^use
22954:
22955: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22956:
22957: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22958: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22959:
22960: * src/main/execute.C: root root in code-junction
22961:
22962: 2001-03-07 paf
22963:
22964: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22965: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22966:
22967: * src/: include/pa_stack.h, include/pa_value.h,
22968: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22969: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22970: fixed rwcontext of {} params up
22971:
22972: * src/main/: compile.y, compile_tools.h: ^func(params)
22973:
22974: * src/main/compile.y: .y priorities syntax shaped up a bit
22975:
22976: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22977: include/pa_vunknown.h, main/compile.y, main/execute.C,
22978: main/pa_hash.C: expr def in -f
22979:
22980: * src/main/: compile.y, execute.C: expr calls
22981:
22982: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22983: fixed
22984:
22985: * src/main/compile.y: expr quoted code
22986:
22987: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22988: support0
22989:
22990: * src/main/compile.y: expr string comparisons 0
22991:
22992: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22993: main/pa_string.C: just compiled lt&co
22994:
22995: * src/main/execute.C: ^var.menu{$field} problem detected. that
22996: $field not a $var.field
22997:
22998: 2001-03-06 paf
22999:
23000: * src/main/compile.y: .y expr visible-shorter
23001:
23002: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23003: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23004: logical
23005:
23006: * src/: include/pa_vstring.h, main/compile.y: problems with
23007: skipping whitespace in yylex
23008:
23009: * src/include/pa_vbool.h: forgot this
23010:
23011: * src/: include/code.h, main/compile.y, main/execute.C: without
23012: string ops in expressions 0
23013:
23014: * src/: include/pa_value.h, include/pa_vdouble.h,
23015: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23016: main/execute.C, main/main.dsp: !~
23017:
23018: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23019: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23020: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23021: include/pa_vunknown.h, include/pa_wcontext.h,
23022: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23023: main/compile_tools.h, main/execute.C: +-*/
23024:
23025: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23026: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23027:
23028: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23029: main/execute.C: expr grammar-1 2*2=4.000000 :)
23030:
23031: * src/main/compile.y: expr grammar-1
23032:
23033: * src/main/compile.y: expr lexx1
23034:
23035: * src/main/: compile.y, execute.C, main.dsp: z
23036:
23037: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23038: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23039: main/execute.C: expr lex0 exec-1
23040:
23041: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23042:
23043: 2001-02-26 paf
23044:
23045: * src/main/compile.y: max_string in yyerror bug fix
23046:
23047: 2001-02-25 paf
23048:
23049: * src/: include/pa_value.h, include/pa_vmframe.h,
23050: include/pa_wcontext.h, main/execute.C: VAliased3
23051:
23052: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23053:
23054: * src/main/execute.C: VAliased1
23055:
23056: * src/: include/pa_request.h, include/pa_value.h,
23057: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23058: VAliased0
23059:
23060: * src/: include/pa_pool.h, include/pa_request.h,
23061: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23062: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23063: VAliased just compiled
23064:
23065: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23066: include/pa_vobject.h, main/execute.C: alias dead end
23067:
23068: * src/: include/pa_value.h, include/pa_vclass.h,
23069: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23070: main/main.dsp: no not get fields into interm VFielded class.
23071: fields & staticfields 1
23072:
23073: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23074: include/pa_vobject.h, include/pa_wcontext.h,
23075: include/pa_wwrapper.h, main/core.C, main/execute.C,
23076: main/main.dsp: would now get fields into interm VFielded class
23077:
23078: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23079: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23080: include/pa_wcontext.h, main/compile.y, main/core.C,
23081: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23082: main/pa_wcontext.C: virtuals2
23083:
23084: * src/main/compile.y: : 1
23085:
23086: * src/main/compile.y: rethought to $class:static.field.subfield
23087:
23088: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23089: $class:element
23090:
23091: * src/: include/pa_value.h, include/pa_vmframe.h,
23092: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23093: main/pa_wcontext.C: before execute class calls rewrite
23094:
23095: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23096: name RUN, also alias
23097:
23098: * src/main/compile.y: escaping bug
23099:
23100: * src/: include/pa_request.h, include/pa_value.h,
23101: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23102: main/core.C, main/execute.C, main/pa_common.C: vobject1
23103:
23104: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23105: include/pa_vmframe.h, include/pa_vobject.h,
23106: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23107: main/compile_tools.h, main/execute.C: ^class:method() just
23108: compiled
23109:
23110: 2001-02-24 paf
23111:
23112: * src/main/main.dsp: no bison -d
23113:
23114: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23115: class' err msg wrong
23116:
23117: * src/main/compile.y: z
23118:
23119: * src/main/: compile.y, core.C: yylex need some @special lines adj
23120:
23121: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23122: main/compile.y, main/compile_tools.h, main/core.C: modules0
23123:
23124: * src/: include/pa_vclass.h, main/core.C: z
23125:
23126: * src/: include/pa_value.h, include/pa_vclass.h,
23127: include/pa_vobject.h, main/main.dsp: vobject00
23128:
23129: * src/main/pa_array.C: minor bug in expanding very small arrays.
23130: 60% from 1 were 0
23131:
23132: * src/: include/pa_value.h, include/pa_wcontext.h,
23133: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23134: as bad as you've named it: wcontext.value() was not a perfect
23135: idea
23136:
23137: * src/main/execute.C: codeframe1
23138:
23139: * src/: include/pa_value.h, include/pa_vcframe.h,
23140: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23141: include/pa_vjunction.h, include/pa_vmframe.h,
23142: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23143: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23144: just compiled
23145:
23146: * src/: include/pa_vframe.h, main/compile.y: found junction
23147: ideology @: ^x{$a()) must construct current wcontext element, so
23148: smart wcontext handling needed
23149:
23150: * src/main/compile.y: fixed grammar bugs in constructor/params
23151: klinch
23152:
23153: * src/main/: compile.y, execute.C: fixed empty constructor
23154: optimized empty case. failed on calls - produced empty string
23155: param
23156:
23157: * src/main/compile.y: fixed last \n macrotemplate strip bug
23158:
23159: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23160: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23161: main/compile_tools.C, main/compile_tools.h, main/core.C,
23162: main/execute.C: code junctions0. something wrong with last \n
23163: macrotemplate strip
23164:
23165: * src/: include/pa_value.h, main/compile.C, main/core.C,
23166: main/pa_value.C: minor error reporting format beautifyings
23167:
23168: * src/: include/pa_value.h, include/pa_vclass.h,
23169: include/pa_vframe.h, main/core.C, main/execute.C,
23170: main/pa_value.C: get_method RIP. junctions everywhere. call with
23171: junctions0
23172:
23173: 2001-02-23 paf
23174:
23175: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23176: pa_wwrapper.h: lara came, can't work, sorry :(
23177:
23178: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23179: junction
23180:
23181: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23182: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23183: main/execute.C, main/main.dsp, main/pa_value.C: call0
23184:
23185: * src/: include/pa_hash.h, include/pa_value.h,
23186: include/pa_wcontext.h, main/core.C, main/execute.C,
23187: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23188: done
23189:
23190: * src/include/pa_wcontext.h: z
23191:
23192: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23193: wrong grammar in complex constructor case
23194:
23195: * src/main/: compile.y, execute.C: empty constructor bug fixed
23196:
23197: * src/main/execute.C: with result rwpool
23198:
23199: * src/: include/pa_value.h, main/core.C, main/execute.C,
23200: main/main.dsp: value named
23201:
23202: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23203: strign 2 value in 2 places in execute
23204:
23205: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23206: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23207: wcontext.put_element when wcontext fvalue==0
23208:
23209: 2001-02-22 paf
23210:
23211: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23212: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23213: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23214:
23215: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23216: erroreos checkout
23217:
23218: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23219:
23220: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23221: main/compile_tools.h, main/pa_array.C: $self.get
23222:
23223: * src/main/: compile.C, compile.y, compile_tools.C: z
23224:
23225: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23226: bit. finished now.
23227:
23228: * src/main/compile.y: $: finished
23229:
23230: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23231:
23232: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23233: main/execute.C: OP_STRING better then some xxx _VALUE
23234:
23235: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23236: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23237: string to vstring it .y all
23238:
23239: * src/: include/pa_request.h, include/pa_stack.h,
23240: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23241: all
23242:
23243: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23244: precise parse error line:col
23245:
23246: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23247: main/pa_hash.C, main/pa_pool.C: TRY...
23248:
23249: * src/: include/pa_exception.h, include/pa_pool.h,
23250: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23251: main/compile.C, main/compile.y, main/compile_tools.C,
23252: main/core.C, main/pa_array.C, main/pa_exception.C,
23253: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23254: main/pa_table.C: removed exception from request
23255:
23256: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23257: some forgotten
23258:
23259: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23260: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23261: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23262: get/put simple vars to VClass works0
23263:
23264: * src/: include/pa_array.h, include/pa_wcontext.h,
23265: main/pa_string.C: in process, but found that exceptions are too
23266: global
23267:
23268: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23269: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23270: main/execute.C, main/pa_string.C: write_value write_string 0 it
23271: seems wcontext must write strings regardles of fvalue!=0
23272:
23273: 2001-02-21 paf
23274:
23275: * src/main/execute.C: tired :)
23276:
23277: * src/main/: compile.C, compile.y, execute.C: store0
23278:
23279: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23280: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23281: include/pa_wcontext.h, main/compile.C, main/compile.y,
23282: main/execute.C, main/main.dsp, main/pa_array.C,
23283: main/pa_request.C: get put -1 [just compiled]
23284:
23285: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23286: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23287: main/main.dsp, main/pa_request.C: request core methods0
23288:
23289: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23290: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23291: execute
23292:
23293: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23294: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23295: methods and one_big_piece. now compile returns array<method*>
23296:
23297: * src/main/compile.y: more straightforward yylex[end]
23298:
23299: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23300: string.operator==(char*)
23301:
23302: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23303: main/execute.C, main/pa_array.C: after array.const get wonders
23304:
23305: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23306: pa_string.h, pa_value.h: struck with const array.gets
23307:
23308: * src/main/: execute.C: z
23309:
23310: * src/main/: compile.y, execute.C: z
23311:
23312: * src/main/: compile.C, compile.y, compile_tools.h: error
23313: processing in eval & yyerror so it wouldn't cause memleaks.
23314:
23315: * src/main/: compile.C, compile.y: failed to add absolute precies
23316: parse error positions. leaving RIGHTMOST position as
23317: @file[line:col]
23318:
23319: * src/: include/compile.h, main/compile.C, main/compile.y,
23320: main/compile_tools.h: line numbers needed. would add them to .y
23321: now internally. externally it's not as precise as needed
23322:
23323: * src/: include/code.h, include/pa_types.h, main/compile.C,
23324: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23325: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23326: compiler works ok
23327:
23328: 2001-02-20 paf
23329:
23330: * src/main/: compile.C, compile.y, compile_tools.C,
23331: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23332: not perfect
23333:
23334: * src/: include/code.h, include/compile.h, include/execute.h,
23335: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23336: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23337: main/compile.C, main/compile.y, main/compile_tools.C,
23338: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23339: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23340: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23341: compiled. execute=dump for now
23342:
23343: * src/main/core.C: core rewrite using yacc investigations now will
23344: be compile[yacc]/execute[opcodes]
23345:
23346: 2001-02-15 paf
23347:
23348: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23349: rewrite as turing machine? for it seems it would be it's too many
23350: ifs with this syntax now
23351:
23352: 2001-02-14 paf
23353:
23354: * src/main/core.C: get_params 1
23355:
23356: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23357: :( ]
23358:
23359: * src/main/core.C: varios breaks
23360:
23361: * src/main/core.C: get names 3
23362:
23363: * src/main/core.C: get names 2
23364:
23365: * src/main/core.C: get names 1
23366:
23367: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23368: names 0
23369:
23370: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23371: text repassing2 operator static vars
23372:
23373: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23374: main/pa_string.C: process text repassing
23375:
23376: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23377: module:calls changes
23378:
23379: 2001-02-13 paf
23380:
23381: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23382: ^class:calls[] started
23383:
23384: * src/: include/pa_value.h, main/core.C: z
23385:
23386: * src/main/core.C: operators : and self. prefixes
23387:
23388: * src/main/core.C: z
23389:
23390: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23391: tested
23392:
23393: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23394: optimized
23395:
23396: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23397: would change privates to better support optimization
23398:
23399: * src/: include/pa_string.h, main/pa_string.C:
23400: String_iterator::skip_to todo:optimize
23401:
23402: 2001-02-12 paf
23403:
23404: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23405: String_iterator
23406:
23407: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23408: comments
23409:
23410: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23411: self/methodref joined
23412:
23413: 2001-02-11 paf
23414:
23415: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23416: main/main.dsp: core started. core.C, context&value .h
23417:
23418: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23419: include/pa_string.h, main/main.dsp, main/pa_array.C,
23420: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23421:
23422: 2001-01-30 paf
23423:
23424: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23425: comments
23426:
23427: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23428: main/pa_pool.C: moved pa_pool.C to be target specific
23429:
23430: * src/: include/pa_exception.h, include/pa_pool.h,
23431: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23432: to & changes
23433:
23434: * src/: include/pa_exception.h, include/pa_pool.h,
23435: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23436: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23437: re-associated. that's much better even removed 'die' necessety
23438:
23439: * src/: include/pa_error.h, include/pa_exception.h,
23440: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23441: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23442: targets/Makefile.am: lowered targets/parser into subdir, added
23443: parser_Pool(Pool) failed to add. would think..
23444:
23445: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23446: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23447: main/pa_string.C, main/pa_table.C: Table more like C++ style
23448: hence lots of 'const'
23449:
23450: * src/: include/pa_error.h, include/pa_request.h,
23451: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23452: main/pa_table.C: Error fixed
23453:
23454: 2001-01-29 paf
23455:
23456: * src/: include/pa_array.h, include/pa_common.h,
23457: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23458: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23459: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23460: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23461:
23462: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23463: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23464: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23465: main/pa_string.C, main/pa_table.C: Request Error Table
23466:
23467: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23468: templates"
23469:
23470: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23471: main/main.dsp, main/pa_array.C: templates failed no template
23472: specializations [VC6], no library auto instantation [VC6, GNU c++
23473: 2.95.2-6 from latest cygwin]
23474:
23475: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23476: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23477: main/main.dsp, main/pa_array.C, main/pa_string.C,
23478: main/pa_table.C: Table started would test template Array now
23479:
23480: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23481: String originating
23482:
23483: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23484: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23485: SYNCHRONIZED(thread_safe)
23486:
23487: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23488: parts to top
23489:
23490: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23491: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23492: see: needed only in global Hash now, made Hash:: put/get
23493: SYNCHRONIZED
23494:
23495: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23496: main/pa_threads.C: added pa_threads
23497:
23498: Mutex
23499:
23500: * src/include/pa_hash.h: some comments
23501:
23502: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23503: Array& operator += (Array& src)
23504:
23505: * src/main/pa_array.C: expand not convinient, would rewrite
23506:
23507: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23508: (Array& src)
23509:
23510: rethought, would change now
23511:
23512: 2001-01-27 paf
23513:
23514: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23515: caching
23516:
23517: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23518: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23519: cache rethought to chunk caching
23520:
23521: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23522: include/pa_string.h, main/main.dsp, main/pa_array.C,
23523: main/pa_hash.C, main/pa_string.C: Array 0
23524:
23525: * src/main/pa_string.C: String::operator ==
23526:
23527: * src/main/pa_hash.C: String(&String)
23528:
23529: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23530:
23531: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23532: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23533: pa_hash[forgotten]
23534:
23535: 2001-01-26 paf
23536:
23537: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23538: removed templates [vc++ suxx]
23539:
23540: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23541: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23542:
23543: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23544:
23545: * src/main/: main.dsp, pa_string.C: $Id$ check
23546:
23547: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
23548: check
23549:
23550: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23551: dynamic row_count
23552:
23553: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23554: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23555: targets/Makefile.am: Initial revision
23556:
23557: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23558: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23559: targets/Makefile.am: creating parser3 module
23560:
E-mail: