Annotation of parser3/ChangeLog, revision 1.113
1.113 ! moko 1: 2017-02-20 moko
! 2:
! 3: * operators.txt: actualization + beauty
! 4:
! 5: 2017-02-16 moko
! 6:
! 7: * tests/: 384.html, results/384.processed: test for
! 8: ^reflection:mixin[; $.name[] ] option added (related to feature
! 9: #1089)
! 10:
! 11: * tests/: 384.html, results/384.processed: test for
! 12: ^reflection:mixin[] added (related to feature #1089)
! 13:
! 14: * src/types/pa_value.h: warning war: virtual ~Value() added
! 15:
1.112 moko 16: 2017-02-15 moko
17:
18: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
19: fixed
20:
21: * tests/: 320.html, results/320.processed: $.reverse(true/false)
22: test added (related to feature #1069)
23:
24: * src/: classes/reflection.C, types/pa_vstateless_class.h:
25: compilation without HASH_ORDER fixed
26:
27: * src/: classes/reflection.C, include/pa_hash.h:
28: $.reverse(true/false) added to ^reflection:methods[] (related to
29: feature #1069)
30:
31: 2017-02-14 moko
32:
33: * tests/: 152.html, results/152.processed: test for $._default hash
34: added (related to bug #1131)
35:
36: * tests/: 277.html, results/277.processed: test for hash with only
37: $._default is now defined (related to bug #1131)
38:
39: * src/types/pa_vhash.h: hash with only $._default is now defined
40: (fixed bug #1131)
41:
42: 2017-02-13 moko
43:
44: * tests/cat-windows.sh: cat-windows added (cygwin required)
45:
46: * tests/: 171.html, 264.html, 286.html, 370.html,
47: results/320.processed, results/375.processed, results/auto.p:
48: cat-windows.sh support added
49:
50: * tests/375.html: Windows support
51:
52: * tests/270.html: documented
53:
54: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
55: (not backslashes) even under Windows (broke test 270)
56:
57: 2017-02-12 moko
58:
59: * tests/: descript.ion, todo.txt: cleanup
60:
61: 2017-02-09 moko
62:
63: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
64: run_tests.cmd: Windows compatibility
65:
66: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
67: incorrectly (GMT) if parser is called from cygwin
68:
1.111 moko 69: 2017-02-08 moko
70:
1.112 moko 71: * operators.txt: actualization 15% completed
72:
73: * operators.txt: cp1251 -> utf-8
74:
75: * NEWS, README: minor update
76:
77: * src/include/pa_config_includes.h: warning war continues
78:
79: * src/: include/pa_config_includes.h, include/pa_memory.h,
80: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
81: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
82: gcc 6.x issues fixed
83:
1.111 moko 84: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
85: classes/classes.h, classes/curl.C, classes/date.C,
86: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
87: classes/hashfile.C, classes/image.C, classes/inet.C,
88: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
89: classes/memcached.C, classes/memory.C, classes/op.C,
90: classes/reflection.C, classes/regex.C, classes/response.C,
91: classes/string.C, classes/table.C, classes/void.C,
92: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
93: include/pa_array.h, include/pa_cache_managers.h,
94: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
95: include/pa_config_fixed.h, include/pa_config_includes.h,
96: include/pa_dictionary.h, include/pa_dir.h,
97: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
98: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
99: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
100: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
101: include/pa_request_charsets.h, include/pa_request_info.h,
102: include/pa_sapi.h, include/pa_socks.h,
103: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
104: include/pa_stack.h, include/pa_string.h,
105: include/pa_stylesheet_connection.h,
106: include/pa_stylesheet_manager.h, include/pa_symbols.h,
107: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
108: include/pa_uue.h, include/pa_xml_exception.h,
109: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
110: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
111: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
112: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
113: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
114: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
115: main/compile.tab.C, main/compile.y, main/compile_tools.C,
116: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
117: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
118: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
119: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
120: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
121: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
122: main/pa_string.C, main/pa_stylesheet_connection.C,
123: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
124: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
125: main/untaint.C, sql/pa_sql_driver.h,
126: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
127: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
128: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
129: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
130: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
131: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
132: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
133: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
134: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
135: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
136: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
137: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
138: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
139: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
140: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
141: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
142: types/pa_vmemcached.h, types/pa_vmemory.h,
143: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
144: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
145: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
146: types/pa_vresponse.C, types/pa_vresponse.h,
147: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
148: types/pa_vstateless_object.h, types/pa_vstatus.C,
149: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
150: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
151: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
152: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
153: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
154: 2015->2017
155:
1.110 moko 156: 2017-02-07 moko
157:
158: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
159:
160: 2017-02-06 moko
161:
162: * src/main/pa_common.C: minor fixes, whitespace
163:
164: * src/: classes/curl.C, classes/file.C, classes/image.C,
165: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
166: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
167: now used (implements feature #1081)
168:
169: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
170:
171: 2017-02-01 moko
172:
173: * src/include/pa_request.h: cleanup
174:
175: 2017-01-30 moko
176:
177: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
178:
179: 2017-01-29 moko
180:
181: * tests/: 383.html, results/383.processed: test for
182: ^reflection:stack[] added (related to feature #1052)
183:
184: * src/classes/reflection.C: else added
185:
186: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
187: $.max_file_lock_wait added (implements feature #1128)
188:
189: 2017-01-28 moko
190:
191: * tests/: 379-curl.html, results/379-curl.processed: curl empty
192: body and other cases tests added (related to featue #1014)
193:
194: * src/classes/curl.C: bug if response is empty fixed (related to
195: feature #1014)
196:
197: 2017-01-27 moko
198:
199: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
200: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
201: added (implements feature #1052)
202:
203: 2017-01-25 moko
204:
205: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
206: method test added
207:
208: 2017-01-23 moko
209:
210: * src/classes/reflection.C: optimization: options->get replaced by
211: hash iterator
212:
213: * tests/: 381.html, results/381.processed: now -> fixed date
214:
215: * src/main/pa_request.C: warning war
216:
217: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
218: 5Mb (fixes bug #1058)
219:
220: * src/classes/curl.C: warning war
221:
222: * tests/: 381.html, results/381.processed: tests for ^json:string
223: $.one-line(true) option added (related to feature #1124)
224:
225: * src/: classes/json.C, types/pa_value.h: $json-string
226: $.one-line(true|false) options is now supported (implements
227: feature #1124)
228:
229: * tests/: 380.html, results/380.processed: test for modified
230: $.max_file_size added (related to bug #1014)
231:
232: * tests/: 379.html, results/auto.p: tests for rewritten http file
233: load added (related to bug #1014)
234:
235: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
236: main/pa_common.C, main/pa_http.C: check_file_size added and used
237: in curl / file load from disk and http, http file load rewritten
238: (related to bug #1014)
239:
240: 2017-01-18 moko
241:
242: * tests/: 378.html, results/378.processed: tests for ^result[]
243: added (related to feature #66)
244:
245: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
246: Method::CO_WITHOUT_FRAME as frame still added in expression
247: (related to feature #66)
248:
249: 2017-01-17 moko
250:
251: * tests/: 377.html, results/377.processed: test for different
252: combinations of breaks in body and delimiter (related to bug
253: #1077)
254:
255: * tests/: 376.html, results/376.processed: many ^break[] tests
256: added (related to bug #1077)
257:
258: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
259: passed to native method" exception added to avoid bugs due to
260: WRITE_EXPR_RESULT skipped and native methods execution continues
261: after ^break[] (related to bug #1077)
262:
263: 2017-01-14 moko
264:
265: * tests/: 330.html, results/330.processed: test results updated
266: after ^break[] bugs where fixed (related to bug #1077)
267:
268: * tests/: 329.html, results/329.processed: test results updated
269: after ^break[] bugs where fixed (related to bug #1077)
270:
271: * tests/results/320.processed: ^return[] added
272:
273: 2017-01-13 moko
274:
275: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
276: classes/table.C, include/pa_request.h, main/execute.C,
277: main/pa_request.C, targets/cgi/parser3.C,
278: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
279: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
280: checked after each possible process/execute call (fixes bug
281: #1077)
282:
283: 2016-12-29 moko
284:
285: * src/main/pa_common.C: warning war
286:
287: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
288: include/pa_types.h, main/pa_request.C, main/pa_string.C:
289: pa_file_size_limit added, ^math:random fixed for upper limit and
290: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
291: (related to feature #1014)
292:
293: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
294: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
295: (related to feature #1014)
296:
297: 2016-12-28 moko
298:
299: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
300: warning war
301:
302: 2016-12-26 moko
303:
304: * tests/: 341.html, results/341.processed: test for
305: ^table.hash[id;;$.type[string]] added (related to feature #1057)
306:
307: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
308: (related to feature #1057)
309:
310: * src/types/pa_vdate.C: warning war continues...
311:
312: * src/: classes/date.C, classes/image.C, classes/table.C,
313: include/pa_config_includes.h, types/pa_vfile.C: warning war
314:
315: * src/lib/gd/gifio.C: warning war / cleanup
316:
317: * src/lib/json/pa_json.C: warning war
318:
319: * src/classes/hash.C: warning war
320:
321: * src/types/pa_vfile.C: warning war
322:
323: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
324: -Wall warning war continues
325:
326: * configure.ac: --with-build-warnings actualized
327:
328: 2016-12-25 moko
329:
330: * src/main/pa_exec.C: -wAll warning war
331:
332: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
333: -wAll warning war
334:
335: * src/: include/pa_common.h, include/pa_sapi.h,
336: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
337: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
338: -wAll warning war
339:
340: 2016-12-23 moko
341:
342: * src/lib/ltdl/Makefile.am: extra dist added
343:
344: * tests/results/344.processed: test result updated after $file.text
345: prefetched in ^hash::create[$file] (related to feature #1075)
346:
347: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
348: ^hash::create[$file] (related to feature #1075)
349:
350: 2016-12-22 moko
351:
352: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
353: main/pa_request.C, main/pa_stylesheet_connection.C,
354: types/pa_vfile.C: file_stat now return 64-bit size (implements
355: #1014 under 32-bit unix versions)
356:
357: 2016-12-21 moko
358:
359: * tests/: 375.html, results/375.processed: test for exec returning
360: stated file added (related to feature #1119)
361:
362: * src/classes/file.C: load should not return file with null body
363: (fixes bug #1119)
364:
365: 2016-12-14 moko
366:
367: * tests/: 374.html, results/374.processed: test for $method.name
368: added (related to feature #1117) plus method returning junction
369: test
370:
371: 2016-12-13 moko
372:
373: * src/: include/pa_symbols.h, main/pa_symbols.C,
374: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
375: (implements feature #1117)
376:
377: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
378: HEAD and TRACE can't have body (implements feature #1116)
379:
380: 2016-12-09 moko
381:
382: * tests/: 373.html, results/373.processed: tests for
383: ^reflection:tainting added (related to feature #1098)
384:
385: * src/classes/reflection.C: ^reflection:tainting arguments order
386: change (related to feature #1098)
387:
388: 2016-12-06 moko
389:
390: * src/: classes/reflection.C, include/pa_string.h,
391: main/pa_string.C: ^reflection:tainting[$string] added (implements
392: feature #1098)
393:
394: 2016-12-05 moko
395:
396: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
397: (fixes bug #1114)
398:
399: 2016-12-04 moko
400:
401: * tests/: 206.html, results/206.processed: negative zero (0/-1)
402: check added
403:
404: 2016-12-03 moko
405:
406: * tests/: 346-curl.html, results/346-curl.processed: test modified
407: to test value.as_hash() usage
408:
409: * src/classes/curl.C: value.as_hash() used for correct hash
410: processing
411:
412: * src/classes/reflection.C: exceptions texts fixes
413:
414: 2016-12-02 moko
415:
416: * tests/: 372.html, results/372.processed: tests for
417: ^reflection:create[ $.class[name] $.constructor[name]
418: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
419: feature #1094)
420:
421: * src/types/pa_vmethod_frame.h: comment added: params should be
422: declared outside of *_FRAME_ACTION as MethodParams destructor
423: will be called in ~VNativeMethodFrame
424:
425: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
426: ] minor fix
427:
428: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
429: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
430: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
431: now supported (implements feature #1094) value::as_hash added
432: (and should be used everywhere)
433:
434: * src/classes/reflection.C: cleanup
435:
436: 2016-12-01 moko
437:
438: * tests/: 356.html, results/356.processed: test for method
439: junctions class name added to the resulting hash added (related
440: to feature #1068)
441:
442: * src/classes/reflection.C: for method junctions class name added
443: to the resulting hash (related to feature #1068)
444:
445: 2016-11-30 moko
446:
447: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
448: exception (related to bug #1113)
449:
450: * src/types/pa_vhashfile.C: whitespace
451:
452: * src/main/pa_os.C: errno now returned as it should (fixes bug
453: #1113)
454:
455: * tests/results/: 175.processed, 192.processed, 224.processed,
456: 229.processed, 239.processed, 244.processed, 246.processed,
457: 314.processed, 352.processed: tests results updated after method
458: call exceptions improved as method now keeps its name
459:
460: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
461: types/pa_vmethod_frame.h: method call exceptions improved as
462: method now keeps its name
463:
464: * tests/: 224.html, 239.html, results/224.processed,
465: results/239.processed: tests and tests results updated after
466: Request::construct exception changed
467:
468: * src/: classes/reflection.C, main/execute.C: Request::construct
469: exception optimized
470:
471: * tests/: 371.html, results/371.processed: test for
472: WWrapper.get_element call in $.name.key[value] code added
473: (related to feature #1091)
474:
475: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
476: in $.name.key[value] code (related to feature #1091)
477:
478: 2016-11-29 moko
479:
480: * src/classes/op.C: VS warning war
481:
482: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
483: C4239: nonstandard extension used : 'return' : conversion from
484: 'Value' to 'Value &' (related to feature #1020)
485:
486: * src/: main/execute.C, types/pa_vmethod_frame.h,
487: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
488: used : 'return' : conversion from 'Value' to 'Value &' (related
489: to feature #1020)
490:
491: * src/main/execute.C: VS warning war
492:
493: * src/targets/cgi/parser3.C: VS compatibility fix
494:
495: * src/include/pa_request.h: VS warning war
496:
497: * tests/: 370.html, results/370.processed: test for ^file::exec[
498: ... $.stdin[$binary_file] ] added (related to bug #1044)
499:
500: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
501: include/pa_string.h, main/pa_exec.C: pa_exec now supports
502: $.stdin[$binary_file] (fixes bug #1044)
503:
504: 2016-11-28 moko
505:
506: * src/main/pa_exec.C: whitespace
507:
508: * src/main/pa_request.C: whitespace
509:
510: * tests/: 369.html, results/369.processed: test for
511: $response:status usage added (related to feature #1099)
512:
513: * src/targets/cgi/parser3.C: HTTP response code used as exit status
514: if < 100 (implements feature #1099)
515:
516: * src/targets/cgi/parser3.C: whitespace
517:
518: * src/targets/cgi/parser3.C: whitespace
519:
520: * tests/: 368.html, results/368.processed: test updated after
521: ^reflection:filename[$method] added (related to feature #1053)
522:
523: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
524: main/compile.y, main/execute.C, main/pa_request.C,
525: types/pa_vclass.h: filename -> filespec,
526: ^reflection:filename[$method] added (related to feature #1053)
527:
528: 2016-11-27 moko
529:
530: * tests/: 368.html, results/368.processed: test for
531: reflection:filename[$class or object] added (related to feature
532: #1053)
533:
534: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
535: types/pa_vstateless_class.h: ^reflection:filename[$class or
536: object] added (implements feature #1053)
537:
538: 2016-11-26 moko
539:
540: * src/: include/pa_request_info.h,
541: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
542: remove_absolute_uri -> strip_absolute_uri
543:
544: 2016-11-25 moko
545:
546: * src/: include/pa_request_info.h,
547: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
548: request_info.remove_absolute_uri added to remove possible
549: http://site.name/ from $request:uri (implements feature #1112)
550:
551: 2016-11-24 moko
552:
553: * tests/: 367-curl.html, results/367-curl.processed: test for
554: previous request headers clearing after redirect added (related
555: to bug #1109)
556:
557: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
558: response headers from previous requests are now cleared, only
559: last request headers are collected (fixes bug #1109)
560:
561: * tests/results/: 266.processed, 321.processed, 356.processed:
562: tests results updated as method name now added to the resulting
563: hash for new syntax only (Imp1 compatimility fixed, related to
564: feature #1068)
565:
566: * src/classes/reflection.C: method name now added to the resulting
567: hash for new syntax only (Imp1 compatimility fixed, related to
568: feature #1068)
569:
570: * tests/results/366.processed: test for native and parser
571: implementation of ^use[] logic (related to feature #1074)
572:
573: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
574: for native and parser implementation of ^use[] logic (related to
575: feature #1074)
576:
577: 2016-11-23 moko
578:
579: * src/: classes/op.C, include/pa_request.h, main/compile.y,
580: main/pa_request.C: @USE file now implemented as ^use[file;
581: $.origin[origin_file] ] (implements feature #1074)
582:
1.109 moko 583: 2016-11-21 moko
584:
1.110 moko 585: * tests/: 365.html, results/365.processed: test for $caller bugs in
586: 3.4.4 and $caller.method now tested (related to feature #1110)
587:
588: * tests/: 364.html, results/364.processed: $caller usage in
589: different contexts now tested (related to feature #1110)
590:
591: * src/types/types.vcproj: +pa_vcaller_wrapper.h
592:
593: * src/types/Makefile.am: pa_vcaller_wrapper.h added
594:
1.109 moko 595: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
596: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
597: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
598: used (implements feature #1110)
599:
600: 2016-11-20 moko
601:
602: * src/types/pa_vdouble.h: whitespace
603:
604: 2016-11-11 moko
605:
606: * tests/: 363.html, results/363.processed: more tests for feature
607: #1091 (how parser methods work in expression context)
608:
609: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
610: expressions strings are now written as strings, not values by
611: write_as_string (related to feature #1091)
612:
613: * src/classes/op.C: to make more correct behavour in expression
614: context
615:
616: 2016-11-07 moko
617:
618: * tests/: 362.html, results/362.processed: test for
619: xsltParseStylesheetDoc caching as xsl modification after it added
620: (related to bug #1108)
621:
622: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
623: result now cached as xdoc is modified after it (fixes bug #1108)
624:
625: 2016-11-06 moko
626:
627: * src/types/pa_vxdoc.h: whitespace
628:
629: 2016-11-05 moko
630:
631: * src/types/pa_vmethod_frame.h: cleanup
632:
633: 2016-11-03 moko
634:
635: * tests/results/244.processed: more correct exception after method
636: frames separation
637:
638: * src/types/pa_vmethod_frame.h: minor optimizaion
639:
640: * src/types/pa_method.h: optimization: params_count added
641:
642: * src/: classes/json.C, classes/op.C, classes/reflection.C,
643: include/pa_request.h, main/execute.C, main/pa_request.C,
644: types/pa_value.C, types/pa_vmethod_frame.C,
645: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
646: VMethodFrame now divided into VNativeMethodFrame,
647: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
648: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
649: and used (related to feature #1104)
650:
651: 2016-11-02 moko
652:
653: * src/: classes/bool.C, classes/curl.C, classes/date.C,
654: classes/double.C, classes/file.C, classes/hash.C,
655: classes/hashfile.C, classes/image.C, classes/inet.C,
656: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
657: classes/memcached.C, classes/op.C, classes/reflection.C,
658: classes/regex.C, classes/string.C, classes/table.C,
659: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
660: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
661: r.write (implements feature #1091)
662:
663: * src/main/execute.C: cleanup (related to feature #1104)
664:
665: * src/: include/pa_request.h, main/execute.C,
666: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
667: added, in_expression removed (implements feature #1104)
668:
669: 2016-10-31 moko
670:
671: * src/types/pa_value.C: whitespace
672:
673: 2016-10-28 moko
674:
675: * tests/results/244.processed: updated after error reporting fixed
676: in pa_wcontext.C
677:
678: * src/types/pa_wcontext.C: error reporting fixed
679:
680: * src/types/pa_wcontext.h: whitespace
681:
682: * src/classes/image.C: not fully readed entries are no longer
683: processed (fixes bug #1106)
684:
685: 2016-10-26 moko
686:
687: * src/classes/image.C: whitespace
688:
689: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
690: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
691: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
692: longer required (related to feature #1091)
693:
694: * tests/results/: 264.processed, 350.processed: test results update
695: reverted (whitespace optimization) after write_no_lang removed :)
696: (related to feature #1091)
697:
698: * src/: classes/file.C, classes/hash.C, classes/op.C,
699: classes/string.C, classes/table.C, classes/void.C,
700: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
701: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
702: equal write_pass_lang (related to feature #1091)
703:
704: * tests/results/: 264.processed, 350.processed: test results
705: updated (whitespace optimization) after write_assign_lang removed
706: (related to feature #1091)
707:
708: * tests/: 361.html, results/361.processed: test for non-string
709: ^untaint added (related to feature #1091)
710:
711: * src/: classes/curl.C, classes/date.C, classes/file.C,
712: classes/hash.C, classes/op.C, classes/string.C,
713: include/pa_request.h, main/execute.C: optimization:
714: write_assign_lang removed as not required (first part of feature
715: #1091 implementation)
716:
1.108 moko 717: 2016-10-12 moko
718:
719: * tests/: 360.html, results/360.processed: more test code (related
720: to feature #1104)
721:
722: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
723: include/pa_request.h, main/compile.y, main/execute.C: opcode
724: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
725: WContext is next task (implements feature #1104)
726:
727: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
728: / CO_WITHOUT_WCONTEXT
729:
730: * tests/: 360.html, results/360.processed: test for in expression
731: state (related to feature #1104)
732:
733: 2016-10-11 moko
734:
735: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
736:
737: * src/classes/op.C: default value removed from initializer
738:
739: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
740:
741: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
742:
743: 2016-10-10 moko
744:
745: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
746: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
747: to feature #42)
748:
749: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
750: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
751:
752: 2016-10-08 moko
753:
754: * src/classes/double.C: whitespace
755:
756: 2016-10-07 moko
757:
758: * src/types/pa_vmethod_frame.h: reorder
759:
760: 2016-10-06 moko
761:
762: * src/classes/date.C: typo
763:
764: * src/types/pa_vmethod_frame.h: whitespace + cleanup
765:
766: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
767: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
768: types/pa_vmethod_frame.h: params.get now returns Value&, not
769: Value*
770:
771: * src/types/pa_vmethod_frame.C: params.get should return Value&.
772:
773: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
774: removed; first as_* code rewrite
775:
776: 2016-10-05 moko
777:
778: * src/include/pa_request.h: whitespace
779:
780: * tests/: 359.html, results/359.processed: test for VCodeFrame and
781: intercept_string added (related to feature #1097)
782:
783: * src/: classes/image.C, classes/op.C, classes/table.C,
784: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
785: optimization: intercept_string removed (implements feature #1097)
786:
787: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
788:
789: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
790: from VCodeFrame and WWrapper as not required
791:
792: 2016-10-04 moko
793:
794: * src/: classes/curl.C, classes/date.C, classes/double.C,
795: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
796: classes/int.C, classes/json.C, classes/op.C,
797: classes/reflection.C, classes/string.C, classes/table.C,
798: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
799: proces_to_value -> process after StringOrValue removed (related
800: to feature #1020)
801:
802: * src/classes/form.C: whitespace
803:
804: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
805:
806: * tests/: 357.html, 358.html, results/357.processed,
807: results/358.processed, results/auto.p: test for @conf
808: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
809:
810: 2016-10-03 moko
811:
812: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
813: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
814: supported (implements feature #42)
815:
816: * src/types/pa_vregex.h: no reason for VRegex to be
817: is_evaluated_expr
818:
819: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
820: (implements feature #1095)
821:
822: 2016-10-01 moko
823:
824: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
825: false by default (related to feature #1089)
826:
827: 2016-09-30 moko
828:
829: * src/types/pa_wcontext.h: cleanup
830:
831: 2016-09-29 moko
832:
833: * src/main/execute.C: whitespace
834:
835: * src/include/pa_request.h: whitespace
836:
837: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
838: classes/op.C, classes/table.C, include/pa_request.h,
839: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
840: types/pa_vobject.C, types/pa_wcontext.h: optimization:
841: StringOrValue removed as it just slows down and adds complexity
842: (implements feature #1020)
843:
844: 2016-09-28 moko
845:
846: * tests/: 356.html, results/266.processed, results/321.processed,
847: results/356.processed: tests updated after name was added to
848: method_info hash, test for ^reflection:method_info[junction]
849: added (related to feature #1068)
850:
851: * src/classes/reflection.C: ^reflection:method_info[junction] now
852: supported, method name added to the resulting hash (implements
853: feature #1068)
854:
855: * tests/: 276.html, results/276.processed: more tests for
856: ^reflection:delete[]
857:
858: * src/classes/reflection.C: fixed bug then ^reflection:delete
859: didn't work on class and could damage native objects (like file)
860:
861: 2016-09-26 moko
862:
863: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
864: results/345.processed, results/346-curl.processed,
865: results/347-curl.processed, results/348.processed: numbers added
866: to simplify diff analysis
867:
868: * tests/: 352.html, results/352.processed: test result updated as
869: method name used
870:
871: * src/classes/reflection.C: method name used
872:
873: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
874: its name
875:
876: * src/types/pa_method.h: whitespace
877:
878: * src/classes/reflection.C: both method and field with one name can
879: exist.
880:
881: * src/classes/reflection.C: ^reflection:mixin added (implements
882: feature #1089)
883:
884: * tests/: 355.html, results/355.processed: property appears in
885: derived class if added in base test added
886:
887: * src/types/pa_vstateless_class.h: get_method declaration +
888: whitespace
889:
890: * tests/: 354.html, results/354.processed: nice test from method
891: and property with one name in class added
892:
893: 2016-09-23 moko
894:
895: * src/classes/reflection.C: ^reflection:method usage documented
896:
897: 2016-09-22 moko
898:
899: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
900: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
901: compile warning and GPF occures on VS2003 (related to feature
902: #1087)
903:
904: * tests/: 350.html, results/350.processed: test added for
905: $.encloser[] support in ^table::create (related to feature #11)
906:
907: * src/classes/table.C: another minor fix (related to feature #11)
908:
1.107 moko 909: 2016-09-21 moko
910:
911: * src/include/pa_config_fixed.h: vs2015 compilation fixes
912:
913: * src/: classes/curl.C, classes/file.C, classes/hash.C,
914: classes/json.C, classes/string.C, classes/table.C,
915: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
916: main/pa_common.C, main/pa_http.C, main/pa_request.C,
917: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
918: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
919: pa_charsets, vs2015 warning war
920:
921: * src/classes/table.C: vs2015 warning war
922:
923: * src/types/pa_vdate.C: vs2015 warning war
924:
925: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
926:
927: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
928: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
929:
930: * src/main/pa_common.C: vs2015 compilation fixes
931:
932: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
933: vs2015 compilation fixes
934:
935: * src/main/pa_charset.C: vs2015 warning war
936:
937: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
938:
939: * src/main/pa_charset.C: vs2015 warning war
940:
941: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
942:
943: * src/types/pa_vdate.C: vs2015 compilation fix
944:
945: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
946:
947: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
948: VS2015 compilation fixes
949:
950: * src/classes/table.C: minor fix (related to feature #11)
951:
952: * tests/results/282.processed: no longer skipping extra enclosers
953: (related to feature #11)
954:
955: * src/classes/table.C: minor fix + no longer skipping extra
956: enclosers (related to feature #11)
957:
958: * src/classes/table.C: minor optimization (related to feature #11)
959:
960: * src/classes/table.C: minor fix and optimization (related to
961: feature #11)
962:
963: 2016-09-20 moko
964:
965: * tests/: 353.html, results/353.processed: test for
966: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
967: added (related to bug #1090)
968:
969: * src/main/compile.y: PC.cclass->is_vars_local() check added for
970: one_big_piece (fixes bug #1090)
971:
972: * tests/: 229.html, results/229.processed: code coverage tests
973:
974: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
975: body) was called
976:
977: * src/classes/op.C: whitespace
978:
979: * tests/: 323.html, results/323.processed: test for code junction
980: should not be returned by ^reflection:class, ^reflection:base
981:
982: * src/classes/reflection.C: bugfix: code junction should not be
983: returned by ^reflection:class, ^reflection:base
984:
985: * tests/: 323.html, 352.html, results/352.processed: no more
986: exception for ^reflection:method[class;no-such-method] (related
987: to feature #1087)
988:
989: * src/classes/reflection.C:
990: ^reflection:method[class;no-such-method] : exception -> void
991: (related to feature #1087)
992:
993: * src/include/pa_request.h: request::write_value added to allow
994: write value without convertion (related to issue #1091)
995:
996: 2016-09-19 moko
997:
998: * src/main/pa_random.C: windows build fix
999:
1000: * src/types/pa_vhash.h: warning war
1001:
1002: 2016-09-14 moko
1003:
1004: * tests/: 352.html, 552.html, results/352.processed,
1005: results/552.processed: test for ^reflection:method[] extension
1006: added (related to feature #1087)
1007:
1008: * tests/: 552.html, results/552.processed: test for
1009: ^reflection:method[] extension added (related to feature #1087)
1010:
1011: * src/classes/reflection.C: compatibility issue fixed, VClass
1012: dynamic_cast check added (related to feature #1087)
1013:
1014: * tests/: 351.html, results/351.processed: test for @auto[]
1015: inheritance bug diring ^process[] added (related to bug #1088)
1016:
1017: * src/: classes/op.C, main/pa_request.C,
1018: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1019: disable it inheritance during ^process (fixes bug #1088)
1020:
1021: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1022: added (implements feature #1087)
1023:
1024: 2016-09-13 moko
1025:
1026: * tests/: 349.html, results/auto.p: test for objects prototyping
1027: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1028: to feature #1086)
1029:
1030: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1031: types/pa_vobject.C: objects now are not class instances, but have
1032: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1033: in @conf (implements feature #1086)
1034:
1035: 2016-09-08 moko
1036:
1037: * src/: classes/file.C, classes/mail.C, classes/string.C,
1038: classes/table.C, main/pa_http.C, main/pa_string.C,
1039: include/pa_string.h: cleanup: string::split limit argument
1040: removed as no longer required, pos_after no longer reference
1041: (related to feature #11)
1042:
1043: * src/classes/table.C, tests/results/348.processed: now exception
1044: is rised when invalid option is passed to ^table::create[]
1045:
1046: * tests/: 282.cfg, 282.html, results/282.processed: more code
1047: coverage tests
1048:
1049: * tests/: 348.html, results/348.processed: code coverage tests
1050: added
1051:
1052: * tests/: 348.html, results/348.processed: generic ^table::create[]
1053: tests
1054:
1055: * tests/: 035.html, results/035.processed, results/272.processed:
1056: tests updated after $.encloser[] support for ^table::create
1057: implementation (related to feature #11)
1058:
1059: * src/classes/table.C: $.encloser[] support for ^table::create
1060: finally added (implements feature #11)
1061:
1062: 2016-09-07 moko
1063:
1064: * src/include/pa_string.h: added StringSplitHelper as friend
1065: (related to feature #11)
1066:
1067: * src/include/pa_string.h: body and langs now protected, not
1068: private to allow inheritance (related to feature #11)
1069:
1070: * src/classes/table.C: lsplit optimized before cloning for
1071: ^table::create with $.encloser[] (related to feature #11)
1072:
1073: * src/classes/table.C: optimizaion: TableControlChars.separators
1074: added and used (related to feature #11)
1075:
1076: * src/classes/table.C: spelling:
1077:
1078: TableSeparators -> TableControlChars column -> separator
1079: separators -> control_chars
1080:
1081: 2016-09-06 moko
1082:
1083: * src/main/pa_string.C: whitespace
1084:
1085: * src/main/pa_string.C: whitespace
1086:
1087: 2016-09-01 moko
1088:
1089: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1090: results OS-independent
1091:
1092: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1093: compiler (related to feature #1042)
1094:
1095: 2016-08-15 moko
1096:
1097: * src/include/pa_string.h: whitespace
1098:
1099: * src/classes/table.C: whitespace
1100:
1.106 moko 1101: 2016-08-05 moko
1102:
1103: * tests/: 344.html, results/344.processed: test for
1104: ^hash::create[$file] added (related to feature #1075)
1105:
1106: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1107: supported (implements feature #1075)
1108:
1109: 2016-08-04 moko
1110:
1111: * tests/: 341.html, results/341.processed: more code coverage tests
1112:
1113: * tests/: 346-curl.html, results/346-curl.processed: more code
1114: coverage tests for curl
1115:
1116: * tests/: 346-curl.html, results/346-curl.processed: more code
1117: coverage tests for curl
1118:
1119: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1120: results/223.processed: code coverage tests: $.form[ $.table[] ]
1121: test added
1122:
1123: * tests/: 223-curl.html, results/223-curl.processed: more code
1124: coverage tests for curl
1125:
1126: 2016-08-03 moko
1127:
1128: * src/classes/curl.C: dlink(curl_library) now called not once, but
1129: until it will be loaded, allowing to find existing library.
1130:
1131: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1132: results/347-curl.processed: more code coverage tests for curl
1133:
1134: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1135: results/339-curl.processed, results/346-curl.processed: curl
1136: functionality tests
1137:
1138: 2016-08-02 moko
1139:
1140: * tests/: 339.html, results/339.processed: test for tables in
1141: ^file:load[] and ^curl:load[] (commented) added (related to
1142: feature #1042)
1143:
1144: * tests/: 345.html, results/345.processed: code coverage tests for
1145: file class
1146:
1147: * tests/: 344.html, results/344.processed: code coverage tests
1148:
1149: * tests/: 344.html, results/344.processed: mdate removed from
1150: output
1151:
1152: * src/classes/file.C: minor bugfix: is_text should be taked from
1153: fcontent.is_text_mode() if not set (related to feature #1061)
1154:
1155: * tests/: 344.html, results/344.processed: more tests
1156:
1157: * tests/: 343.html, 344.html, results/343.processed,
1158: results/344.processed: tests for ^file::create[ $.from-charset
1159: and $.to-charset ] (related to feature #1061)
1160:
1161: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1162: aset_text_mode argument optimized
1163:
1164: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1165: checkBOM now used in detect_binary_content (related to feature
1166: #1061)
1167:
1168: * src/main/pa_request.C: load_charset no longer required to_upper
1169:
1170: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1171: preserves original file mode (if no $.mode specified)
1172:
1173: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1174: ^file::create now supports $.from-charset[] and $.to-charset
1175: options (implements feature #1061), automatic transcode is done
1176: if text file is created from binary file and charset is detected.
1177:
1178: 2016-07-30 moko
1179:
1180: * src/classes/table.C: ^t.hash[..;] now supported (related to
1181: feature #1057)
1182:
1183: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1184: added (related to feature #1057)
1185:
1186: * tests/: 286.html, results/286.processed: code tests coverage
1187:
1188: 2016-07-29 moko
1189:
1190: * src/classes/table.C: table size should be checked inside menu and
1191: foreach (related to feature #858)
1192:
1193: * src/: classes/curl.C, classes/file.C, classes/string.C,
1194: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1195: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1196: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1197: charsets.get now does str_upper inside (related to feature #1061)
1198:
1199: * tests/: 342.html, results/342.processed: more code coverage tests
1200:
1201: * tests/: 342.html, outputs/342.processed: table menu code coverage
1202: + foreach test added (related to feature #858)
1203:
1204: * tests/: 341.html, results/341.processed: tests for
1205: ^table.hash[]{code} added + code coverage tests (related to
1206: feature #1057)
1207:
1208: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1209: value} support (implements feature #1057)
1210:
1211: * src/classes/table.C: whitespace
1212:
1213: 2016-07-28 moko
1214:
1215: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1216: from URL, if not specified query string removed from url-based
1217: filenames in ^curl:load[] and ^file::load[] (related to feature
1218: #1042)
1219:
1220: 2016-07-27 moko
1221:
1222: * tests/: 340.html, results/340.processed: test for
1223: transcode_text_result=false added (related to issue #1042)
1224:
1225: 2016-07-26 moko
1226:
1227: * src/types/pa_vfile.C: file name should not be empty (if file path
1228: is folder and ends with /) (related to feature #1042)
1229:
1230: * src/main/pa_http.C: whitespace optimizaion
1231:
1232: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1233: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1234: multiple headers, ^file::load supports headers transcoding
1235: (implements feature #1042)
1236:
1237: 2016-07-25 moko
1238:
1239: * src/include/pa_common.h: PA_DEFAULT added
1240:
1241: 2016-07-22 moko
1242:
1243: * tests/: 338.html, results/338.processed: test for
1244: $date.field(value) added (related to feature #1066)
1245:
1246: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1247: $date.field(value) now supported for y/m/d/h/m/s (implements
1248: feature #1066)
1249:
1.105 moko 1250: 2016-07-21 moko
1251:
1252: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1253: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1254: arguments removed; image.C - absolute path shown in exception
1255: (implements feature #1071)
1256:
1257: * tests/: 235.html, results/235.processed: test and test result
1258: updated after static boundary in mail and Errors-To: mail header
1259: removed (related to feature #1047)
1260:
1261: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1262: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1263: used, static boundary in mail removed, Errors-To: mail header
1264: removed (implements feature #1047)
1265:
1266: 2016-07-20 moko
1267:
1268: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1269: equest.classes(): Value -> VStateless_class, part 3 (related to
1270: issue #1051)
1271:
1272: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1273: request.classes(): Value -> VStateless_class, part 2 (related to
1274: issue #1051)
1275:
1276: * tests/results/: 224.processed, 323.processed: classes without
1277: methods should not be methoded (related to issue #1051)
1278:
1279: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1280: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1281: -> VStateless_class, part 1 (related to issue #1051)
1282:
1283: * tests/: 337.html, results/337.processed: test for
1284: ^reflection:fields_reference[] and VHashReference class added
1285: (related to feature #1072)
1286:
1287: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1288: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1289: and VHashReference added, allowing ^reflection:fields_reference[]
1290: implementation (closes feature #1072)
1291:
1292: 2016-07-19 moko
1293:
1294: * tests/: 323.html, results/323.processed: we want to see
1295: "methoded"
1296:
1297: * tests/: 336.html, results/336.processed: test for $BASE:property
1298: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1299: #1059)
1300:
1301: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1302: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1303: somebody_entered_some_class, $BASE:property works again,
1304: ^BASE:method[] bugs fixed (fixes bug #1059)
1305:
1306: 2016-07-14 moko
1307:
1308: * tests/: 335.html, results/335.processed: test for feature #1055
1309: added
1310:
1311: * src/classes/hash.C: bugfix: $._default was not copied if empty
1312: feature: ^hash.contains[_default] added (implements feature
1313: #1055)
1314:
1315: 2016-07-13 moko
1316:
1317: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1318: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1319:
1320: 2016-07-05 moko
1321:
1322: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1323: in ^hash.foreach (related to feature #1073)
1324:
1325: 2016-07-04 moko
1326:
1327: * tests/: 134.html, 281.html, results/134.processed,
1328: results/281.processed: tests updated after hash blocking removed
1329: (related to feature #1073)
1330:
1331: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1332: no longer blocks on change during foreach (implements feature
1333: #1073)
1334:
1335: 2016-06-17 moko
1336:
1337: * tests/: 330.html, results/330.processed: try exception source
1338: test added (related to bug in #1062)
1339:
1340: * tests/: 334.html, results/334.processed: Exception stack trace
1341: test added (related to bug in $1062)
1342:
1343: * src/classes/op.C: Exception trace now correctly restored and
1344: errors reported (related to bug #1062)
1345:
1.104 moko 1346: 2016-05-25 moko
1347:
1348: * src/main/compile.y: minor cleanup + beauty
1349:
1350: 2016-05-24 moko
1351:
1352: * tests/: 333.html, results/333.processed: more exceptions testing
1353:
1354: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1355: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1356: features #1056, #1026)
1357:
1358: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1359: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1360: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1361: (implements feature #1056)
1362:
1363: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1364: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1365: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1366: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1367: feature #1026)
1368:
1369: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1370: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1371: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1372: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1373: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1374: feature #1026)
1375:
1376: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1377: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1378: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1379: SYMBOLS_CACHING define implemented (related to feature #1026)
1380:
1381: * src/main/main.vcproj: + ps_symbols
1382:
1383: * src/: include/Makefile.am, include/pa_string.h,
1384: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1385: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1386: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1387: types/pa_vstateless_class.C: initial implementation for symbols
1388: cache (related to feature #1026)
1389:
1390: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1391:
1392: * src/main/pa_globals.C: minor cleanup
1393:
1394: 2016-05-19 moko
1395:
1396: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1397: (related to feature #1046)
1398:
1399: * tests/: 331.html, results/331.processed: test for
1400: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1401: (related to feature #1051)
1402:
1403: * src/main/compile.y:
1404: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1405: (implements feature #1054)
1406:
1407: 2016-05-18 moko
1408:
1409: * src/types/pa_vtable.C, tests/results/324.processed: no more
1410: "column not found" exception for ^table.no-such-method[] (related
1411: to feature #1046)
1412:
1413: * tests/: 261.html, results/261.processed: test added and updated
1414: after feature #1046 implementation
1415:
1416: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1417: types/pa_vvoid.h: $string.anything works for whitespace strings,
1418: ^string.contains added for hash compatibility, $string.method no
1419: longer returns stting method (implements feature #1046)
1420:
1421: 2016-05-12 moko
1422:
1423: * src/classes/curl.C: content-type response header no longer
1424: ignored (fixes issue #1045)
1425:
1426: * tests/: 330.html, results/330.processed: test for incomplete
1427: finally execution when break occures added (related to issue
1428: #1077)
1429:
1430: * src/classes/op.C: bugfix: Request::skip reset is called before
1431: executing catch and finally code (fixes issue #1062)
1432:
1433: 2016-05-11 moko
1434:
1435: * tests/: 329.html, results/329.processed: test for invalid
1436: ^break[] behavour added (bug #1077)
1437:
1438: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
1439:
1440: 2016-04-24 moko
1441:
1442: * src/types/pa_vstateless_class.h: warning war
1443:
1444: 2016-04-17 moko
1445:
1446: * tests/: 328.html, results/328.processed: test for
1447: ^break(condition) and ^continue(condition) (related to feature
1448: #1063)
1449:
1450: * src/classes/op.C: ^break(condition) and ^continue(condition)
1451: implemented (feature #1063)
1452:
1453: 2016-04-12 moko
1454:
1455: * tests/results/280.processed: ordered hash now used for class
1456: methods and properties (test results updated for feature #1069)
1457:
1458: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
1459: to xdoc.C as under FreeBSD it was inited after and inheritance
1460: failed (related to issue #1051)
1461:
1462: * tests/: 320.html, results/320.processed: xdoc and xnode methods
1463: are printed to check inheritance (related to feature #1051)
1464:
1.103 moko 1465: 2016-04-09 moko
1466:
1467: * tests/results/320.processed: ordered hash now used for class
1468: methods and properties (test results updated for feature #1069)
1469:
1470: * src/types/pa_vstateless_class.h: ordered hash now used for class
1471: methods and properties (implements feature #1069)
1472:
1473: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
1474: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
1475: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
1476: feature #1051)
1477:
1478: 2016-04-07 moko
1479:
1480: * src/main/execute.C: returned Value in .CLASS case for VJunction
1481: (related to feature #1051)
1482:
1483: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
1484: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
1485: string constants deduplication (related to feature #1051)
1486:
1487: * tests/results/224.processed: test result updated (related to
1488: feature #1051)
1489:
1490: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
1491: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
1492: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
1493: types/pa_vstatus.h: classes hash now contains only
1494: VStateless_class derived objects, .CLASS is also allways
1495: VStateless_class derived object (related to feature #1051).
1496:
1497: 2016-04-06 moko
1498:
1499: * tests/results/323.processed: test result updated after feature
1500: #1051 implementation
1501:
1502: * src/: classes/classes.h, classes/op.C, classes/response.C,
1503: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1504: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
1505: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
1506: types/pa_vresponse.C, types/pa_vresponse.h,
1507: types/pa_vstateless_class.h: base -> methoded_donor for static
1508: classes, type() moved from VStateless_class to VClass and
1509: Methoded (implements feature #1051)
1510:
1511: 2016-04-04 moko
1512:
1513: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
1514: beauty: put_class added (related to feature #1051)
1515:
1516: 2016-04-01 moko
1517:
1518: * tests/results/: 175.processed, 192.processed, 224.processed,
1519: 229.processed, 244.processed, 246.processed, 316.processed: test
1520: results updated as class.type() removed from error messages, only
1521: type() left (related to feature #1051)
1522:
1523: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
1524: classes/op.C, classes/reflection.C, main/compile.y,
1525: main/compile_tools.h, main/execute.C, main/pa_request.C,
1526: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
1527: types/pa_vmethod_frame.h, types/pa_vobject.h,
1528: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
1529: from VStateless_class, type() is used instead (related to feature
1530: #1051)
1531:
1532: * src/classes/mail.C: old logic restored.
1533:
1534: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1535: classes/classes.h, classes/curl.C, classes/date.C,
1536: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1537: classes/hashfile.C, classes/image.C, classes/inet.C,
1538: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1539: classes/memcached.C, classes/memory.C, classes/reflection.C,
1540: classes/regex.C, classes/response.C, classes/string.C,
1541: classes/table.C, classes/xdoc.C, classes/xnode.C,
1542: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
1543: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
1544: feature #1051)
1545:
1546: 2016-03-30 moko
1547:
1548: * tests/: 327.html, results/224.processed, results/327.processed:
1549: test for TZ specification in ^date::create[], TZ is kept during
1550: ^date::create[$dt] (related to feature #1048)
1551:
1552: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
1553: ^date::create[], TZ is kept during ^date::create[$dt] (implements
1554: feature #1048)
1555:
1556: 2016-03-29 moko
1557:
1558: * tests/: 315.html, results/315.processed: test for timezone format
1559: +HHmm added (related to feature #1065)
1560:
1561: * src/classes/date.C: timezone format +HHmm now supported
1562: (implements feature #1065)
1563:
1564: 2016-03-28 moko
1565:
1566: * tests/: 202.html, results/131.processed, results/202.processed,
1567: results/224.processed, results/256.processed,
1568: results/315.processed: test results updated after %.2d now
1569: default for hours offset in iso-string (was %2d), test for
1570: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1571: added (related to feature #1065)
1572:
1573: 2016-03-27 moko
1574:
1575: * src/types/pa_vdate.C: '+' sign for zero offset (related to
1576: feature #1065)
1577:
1578: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1579: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1580: added (implements feature #1065)
1581:
1582: 2016-03-24 moko
1583:
1584: * tests/: 202.html, results/202.processed: test $date.week added
1585: (related to bug #1067)
1586:
1587: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
1588: date (fix for bug #1067)
1589:
1590: 2016-03-10 moko
1591:
1592: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
1593:
1.102 moko 1594: 2015-12-07 moko
1595:
1596: * tests/: 326.html, results/326.processed: test for .CLASS &
1597: .CLASS_NAME optimization added (related to feature #844)
1598:
1599: 2015-11-17 moko
1600:
1601: * tests/: 323.html, results/323.processed: order added
1602:
1603: * tests/: 325.html, results/325.processed: double range test added
1604: (related to bug #1049)
1605:
1606: 2015-11-16 moko
1607:
1608: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
1609: added to disallow NaN and Infinity (fixes bug #1049)
1610:
1611: 2015-11-11 moko
1612:
1613: * tests/324.html: parser 3.4.3 execution support added (related to
1614: feature #1017)
1615:
1616: * tests/: 324.html, results/324.processed: test for
1617: GET_ELEMENT4CALL feature added (feature #1017)
1618:
1.101 moko 1619: 2015-10-29 moko
1620:
1621: * operators.txt: updated for 3.4.4
1622:
1623: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
1624:
1625: * src/main/pa_exec.C: get_exit_status implemented for Windows
1626: (related to bug #1043)
1627:
1628: 2015-10-28 moko
1629:
1630: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
1631: hangup during ^file::exec (fixes bug #1043)
1632:
1.100 moko 1633: 2015-10-27 moko
1634:
1635: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
1636:
1.99 moko 1637: 2015-10-26 moko
1638:
1.100 moko 1639: * tests/322.html, src/classes/reflection.C: arguments reorder
1640: (related to issue #1041)
1641:
1642: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
1643: Copyright year updated
1644:
1.99 moko 1645: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
1646: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
1647: classes/form.C, classes/hash.C, classes/hashfile.C,
1648: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
1649: classes/mail.C, classes/math.C, classes/memcached.C,
1650: classes/memory.C, classes/op.C, classes/reflection.C,
1651: classes/regex.C, classes/response.C, classes/string.C,
1652: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1653: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
1654: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1655: include/pa_config_fixed.h, include/pa_config_includes.h,
1656: include/pa_dictionary.h, include/pa_dir.h,
1657: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1658: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1659: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1660: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1661: include/pa_request_charsets.h, include/pa_request_info.h,
1662: include/pa_sapi.h, include/pa_socks.h,
1663: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1664: include/pa_stack.h, include/pa_string.h,
1665: include/pa_stylesheet_connection.h,
1666: include/pa_stylesheet_manager.h, include/pa_table.h,
1667: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
1668: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
1669: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
1670: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
1671: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
1672: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
1673: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
1674: main/compile.y, main/compile_tools.C, main/compile_tools.h,
1675: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
1676: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
1677: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
1678: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
1679: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1680: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1681: main/pa_string.C, main/pa_stylesheet_connection.C,
1682: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1683: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1684: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
1685: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
1686: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
1687: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
1688: targets/isapi/parser3isapi.C, types/pa_junction.h,
1689: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1690: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
1691: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1692: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1693: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1694: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1695: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1696: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1697: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1698: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1699: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1700: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1701: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1702: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1703: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1704: types/pa_vresponse.C, types/pa_vresponse.h,
1705: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1706: types/pa_vstateless_object.h, types/pa_vstatus.C,
1707: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1708: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1709: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1710: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1711: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1712:
1713: * src/targets/cgi/parser3.C: year updated
1714:
1715: * src/classes/reflection.C: VS2003 compatibility fixed (related to
1716: issue #1041)
1717:
1718: * tests/: 323.html, results/323.processed: test for base classes
1719: added
1720:
1721: * tests/: 261.html, results/261.processed: updated after better
1722: error reporting done for $string.key exception
1723:
1724: * src/types/pa_vstring.h: better error report for $string.key
1725: exception
1726:
1727: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
1728: copied as VObject::get_element4call to remove extra virtual call
1729:
1730: * tests/: 322.html, results/322.processed: test for
1731: ^reflection:is[] added (related to feature #1041)
1732:
1733: * src/classes/reflection.C: ^reflection:is empty value is void
1734: (related to feature #1041)
1735:
1736: * src/classes/reflection.C:
1737: ^reflection:is[class_name|code|method;[context;]element_name]
1738: added (implements feature #1041)
1739:
1740: 2015-10-24 moko
1741:
1742: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
1743:
1.98 moko 1744: 2015-10-22 moko
1745:
1746: * tests/: 321.html, results/321.processed: test for
1747: ^reflection:method_info[] file detection added
1748:
1749: * tests/: 320.html, results/320.processed: test for
1750: ^reflection:class_by_name[class_name] added (related to feature
1751: #993)
1752:
1753: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
1754: added (implements feature #993)
1755:
1756: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
1757: (related to feature #1017)
1758:
1759: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
1760: added (related to issue #1039)
1761:
1762: * src/main/pa_request.C: ^throw origin fixed (related to feature
1763: #1039)
1764:
1765: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
1766: for VDate
1767:
1768: * tests/results/182.processed: updated after feature #1038
1769: implemented
1770:
1771: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
1772: compile-time exception origin added (test for feature #1039)
1773:
1774: * src/: include/pa_request.h, main/compile.C, main/compile.y,
1775: main/pa_request.C: exception unification: compile-time exceptions
1776: now have origin, @USE origins also tracked (implements feature
1777: #1039)
1778:
1779: 2015-10-20 moko
1780:
1781: * src/main/pa_request.C: cleanup
1782:
1783: 2015-10-15 moko
1784:
1785: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
1786:
1787: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
1788: types/pa_vtable.C: new feature: no more $table.method and
1789: $hash.method, aliases for _at, _count, _key (related to feature
1790: #1017)
1791:
1.97 moko 1792: 2015-10-14 moko
1793:
1.98 moko 1794: * tests/: 317.html, results/317.processed: test for
1795: ^string.unescape[] added (related to feature #120)
1796:
1.97 moko 1797: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
1798: defined" bug (described in issue #1036)
1799:
1800: * tests/: 247.html, results/247.processed: test for checkBOM added
1801: (test for bug #1037)
1802:
1803: * src/: include/pa_charsets.h, main/pa_charsets.C,
1804: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
1805: it's not enforced, skips BOM signature if it complies charset
1806: (fixes bug #1037)
1807:
1808: 2015-10-13 moko
1809:
1810: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
1811: linking
1812:
1813: * src/classes/inet.C: vs2003 compilation fix
1814:
1815: * src/classes/math.C: warning war
1816:
1817: * src/lib/punycode/pa_punycode.c: warning war
1818:
1819: 2015-10-12 moko
1820:
1821: * src/lib/punycode/pa_punycode.c: warning war
1822:
1823: * parser3.sln: moved parser3 first, to make it default startup
1824: project
1825:
1826: * buildall: parser "mirror" now used for external libs sources
1827: (implements feature #1036)
1828:
1829: * buildall: most external libs are updated to their current
1830: versions (related to feature #1036)
1831:
1832: * src/classes/image.C: more tags added
1833:
1834: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
1835:
1836: 2015-10-11 moko
1837:
1838: * src/classes/curl.C: minor optimization (related to feature #1035)
1839:
1840: 2015-10-09 moko
1841:
1842: * src/classes/curl.C: pa_strdup added for strings from curl
1843: (related to feature #1035)
1844:
1845: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
1846: ULLONG_MAX definition
1847:
1848: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
1849: (implements feature #1035)
1850:
1851: * src/main/pa_charset.C: String::Body(String::C) used
1852:
1853: * src/main/pa_charset.C: exceptions unified
1854:
1855: * src/: include/pa_charset.h, main/pa_charset.C: declarations
1856: unified
1857:
1858: * src/: classes/file.C, classes/image.C, classes/mail.C,
1859: classes/op.C, classes/xdoc.C, classes/xnode.C,
1860: include/pa_string.h, main/pa_request.C, main/pa_string.C,
1861: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
1862: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
1863: String::Body(String::C) constructor added (related to bug #957)
1864:
1865: * src/classes/file.C: minor optimization
1866:
1867: * src/include/pa_hash.h: hash.get(char*) added, to minimize
1868: Cord(char*) autocreation (related to bug #957)
1869:
1870: * src/: classes/string.C, main/untaint.C: minor optimizations
1871:
1872: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
1873: String(char*, Lang, length) removed, String(C(), Lang) used
1874: instead (related to bug #957)
1875:
1876: 2015-10-08 moko
1877:
1878: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
1879: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
1880: main/untaint.C: Now char * is converted to CORD only using
1881: AS_CORD() to check for empty cord bug (fixes bug #957)
1882:
1883: * src/include/pa_hash.h: fixed compilation without
1884: HASH_CODE_CACHING
1885:
1886: * src/classes/string.C:
1887: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
1888: feature #120)
1889:
1890: * src/main/pa_common.C: reduce js flags checks count (related to
1891: feature #120)
1892:
1.96 moko 1893: 2015-10-07 moko
1894:
1895: * tests/: 275.html, results/275.processed: test modified after
1896: unsigned long long int support implemented (feature #1034)
1897:
1898: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
1899: pa_atoul added for unsigned long long int support
1900:
1901: 2015-10-06 moko
1902:
1903: * src/types/pa_vdate.C: INT_MAX used
1904:
1905: 2015-10-03 moko
1906:
1907: * tests/: 302.html, results/302.processed: test for bug #1023
1908: (\u2028, \u2029 escaping) added
1909:
1910: * src/main/untaint.C: \u2028, \u2029 are now escaped in
1911: json:string[] (fixes bug #1023)
1912:
1913: 2015-09-29 moko
1914:
1915: * tests/305.html: try-catch added for OS without ipv6 support
1916:
1917: * src/lib/json/pa_json.C: more unique prefixes for Solaris
1918: compilation
1919:
1920: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
1921: main/execute.C, types/pa_value.h, types/pa_vhash.h,
1922: types/pa_vtable.C, types/pa_vtable.h: get_element4call
1923: implemented to distinguish ^hash.method from $hash.field
1924: (implements feature #1017)
1925:
1926: * src/lib/punycode/pa_punycode.c: warning war
1927:
1928: * src/include/pa_config_includes.h: warning war
1929:
1930: * src/include/pa_config_includes.h: pragma warning actualized a bit
1931:
1932: * src/include/pa_config_includes.h: warning war
1933:
1934: * src/include/pa_hash.h: clang compilation fix
1935:
1936: 2015-09-27 moko
1937:
1938: * src/main/compile.tab.C: Bison 3 is now default
1939:
1940: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
1941:
1942: 2015-09-25 moko
1943:
1944: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
1945: works with undefined HASH_ORDER (related to feature #196)
1946:
1947: 2015-09-24 moko
1948:
1949: * tests/: 027.html, results/027.processed: test modified to test
1950: ^hash.sort (feature #196)
1951:
1952: * src/: classes/hash.C, include/pa_hash.h:
1953: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
1954: added (implements feature #196)
1955:
1956: * tests/: 316.html, results/316.processed: Added test for bug #1025
1957: (exception handling in non-cached ^cache), plus for "it does not
1958: have logical value" and "$exception.handled value must be either
1959: boolean or string 'cache'" exceptions.
1960:
1961: * src/classes/op.C: ^cache: exceptions now handled in non-cached
1962: code (fixes bug #1025)
1963:
1.95 moko 1964: 2015-09-23 moko
1965:
1966: * src/classes/table.C: warning war
1967:
1968: * src/: classes/math.C, types/pa_vcookie.C: warning war
1969:
1970: * src/classes/file.C: warning war
1971:
1972: * src/: include/pa_table.h, main/pa_table.C: warning war
1973:
1974: * src/: main/pa_request.C, classes/date.C: warning war
1975:
1976: * src/: types/pa_vdate.C, classes/op.C: warning war
1977:
1978: * tests/: 122.html, results/122.processed: win sync: to remove
1979: differences with OS that doesn't keep timezone change history
1980:
1981: * src/types/pa_vdate.C: tzset() should be called in Windows after
1982: TZ change (related to feature #36)
1983:
1984: * tests/: 075.html, results/075.processed: win sync: to remove
1985: differences with OS that doesn't keep timezone change history
1986:
1987: * tests/: 315.html, results/315.processed: win sync: to remove
1988: differences with OS that doesn't keep timezone change history
1989:
1990: * tests/: 256.html, results/256.processed: win sync: to remove
1991: differences with OS that doesn't keep timezone change history
1992:
1993: * tests/: 124.html, results/124.processed: win results sync: to
1994: avoid hitting time change hole.
1995:
1996: * src/types/pa_vdate.C: static returned. :)
1997:
1998: 2015-09-22 moko
1999:
2000: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2001:
2002: * tests/results/131.processed: more tests for feature #1032
2003:
2004: * src/classes/date.C: minor fix related to feature #1032
2005:
2006: * operators.txt: ISO date creation documented (related to feature
2007: #1032)
2008:
2009: * operators.txt: iso-string documented (related to feature #1032)
2010:
2011: * tests/: 315.html, results/315.processed: more tests added
2012: (related to feature #1032)
2013:
2014: * tests/: 131.html, results/131.processed: date range checks
2015: updated (related to feature #36)
2016:
2017: * tests/: 315.html, results/057.processed, results/315.processed:
2018: test added for ISO date support (related to issue #315)
2019:
2020: * src/classes/date.C: more readable exceptions in date creation
2021: (related to ticket #1032)
2022:
2023: 2015-09-18 moko
2024:
2025: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2026: added (related to issue #1032)
2027:
2028: * tests/results/256.processed, src/classes/json.C: iso-string
2029: documented (related to issue #1032)
2030:
2031: * tests/: 256.html, results/256.processed: ISO date check added
2032: (related to issue #1032)
2033:
2034: * tests/: 057.html, results/057.processed, results/224.processed:
2035: tests results updated after ISO date support implemented (related
2036: to feature #1032)
2037:
2038: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2039: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2040: ^date::create[string] constructor formalized, ^date.iso-string[]
2041: added (implements feature #1032)
2042:
2043: 2015-09-05 moko
2044:
2045: * operators.txt: actualized
2046:
2047: * operators.txt: date changes documented (related to ticket #36)
2048:
2049: 2015-09-04 moko
2050:
2051: * src/types/pa_vdate.C: warning war
2052:
2053: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2054:
2055: 2015-09-03 moko
2056:
2057: * tests/results/096.processed: test result updated for 0..9999 year
2058: date range support (related to feature #36)
2059:
2060: * tests/: 314.html, results/314.processed: test for
2061: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2062: bug #1031)
2063:
2064: * src/classes/string.C: Static calls fixed for ^string:base64[],
2065: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2066:
1.101 moko 2067: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2068: configure.in -> configure.ac
1.95 moko 2069:
1.101 moko 2070: * configure, configure.in, src/include/pa_config_auto.h.in: more
2071: correct timezone check for FreeBSD Warning war: configure.in ->
2072: configure.ac
1.95 moko 2073:
2074: * configure, configure.in, src/classes/Makefile.am,
1.101 moko 2075: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2076: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2077: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2078: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2079: src/main/Makefile.am, src/targets/apache/Makefile.am,
2080: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2081: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2082: check added
2083:
2084: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2085:
2086: * tests/results/: 124.processed, 224.processed: test resuls updated
2087: for new date implementation (related to feature #36)
2088:
2089: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2090: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2091: types/pa_vdate.h: new double date implementation with internal
2092: support for extended 0..9999 year range, default timezone support
2093: (related to feature #36)
2094:
2095: 2015-08-28 moko
2096:
2097: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2098: (fixes bug #1030)
2099:
2100: 2015-08-21 moko
2101:
2102: * src/classes/inet.C: snprintf size "bug" commented
2103:
2104: * src/main/pa_common.C: snprintf comments updated
2105:
2106: 2015-08-16 moko
2107:
2108: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2109:
2110: 2015-08-11 moko
2111:
2112: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2113: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2114: can be null (fixes bug #1029)
2115:
2116: 2015-08-06 moko
2117:
1.101 moko 2118: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2119: pa_vdate.C added
1.95 moko 2120:
2121: 2015-08-05 moko
2122:
2123: * tests/: 313.html, results/313.processed: test for
2124: ^table.count[columns] and ^table.flip[] with nameless tables
2125: (feature #1003)
2126:
2127: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2128: max_cell added, now ^table.count[columns] and ^table.flip[] works
2129: correctly for nameless tables (implements feature #1003)
2130:
2131: 2015-08-03 moko
2132:
2133: * tests/312.html: test for ^table.append[$hash] and
2134: ^table.insert[$hash] added (related to feature #1028)
2135:
2136: * src/classes/table.C: ^table.append[$hash] and
2137: ^table.insert[$hash] now supported (implements feature #1028)
2138:
2139: * tests/: 312.html, results/312.processed: test row copy in
2140: ^table.hash[; $.type[table] ] added (related to feature #1016)
2141:
2142: * src/classes/table.C: row copy now created in ^table.hash[;
2143: $.type[table] ] (related to feature #1016)
2144:
2145: 2015-07-29 moko
2146:
2147: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2148: added (related to feature #1016)
2149:
2150: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2151: ^table.delete[] added to delete current row (related to feature
2152: 1016)
2153:
2154: 2015-07-28 moko
2155:
2156: * tests/: 312.html, results/312.processed: test for
2157: $table.column[value] and ^table.insert{row} (related to feature
2158: #1016)
2159:
2160: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2161: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2162: ^table.insert{row} are now implemented (feature #1016)
2163:
2164: * src/include/pa_array.h: Optimization: bool reverse removed from
2165: append(), insert() added, memmove arguments order in remove()
2166: fixed (related to feature #1016)
2167:
2168: 2015-07-23 moko
2169:
2170: * src/classes/json.C: tainted json and empty json exception added
2171: (implements feature #1015)
2172:
2173: * tests/: 311.html, results/311.processed: empty json and tainted
2174: json exception test added (related to issue #1015)
2175:
2176: 2015-07-22 moko
2177:
2178: * tests/: 311.html, results/311.processed: test for UTF-8
2179: processing added
2180:
2181: * tests/: 311.html, results/311.processed: test for
2182: json_exception_with_source added (related to issue #394)
2183:
2184: * src/classes/json.C: json_exception_with_source added (implements
2185: feature #394)
2186:
2187: 2015-06-29 moko
2188:
2189: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2190: directories are now correctly determined if _d_type == DT_UNKNOWN
2191: (closes bug #1027)
2192:
2193: 2015-06-10 moko
2194:
2195: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2196: error if libxml has LIBXML_ICU_ENABLED.
2197:
2198: 2015-06-04 moko
2199:
2200: * tests/099.html: ups, reverting
2201:
2202: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2203: results/310.processed: tests for $response:body[ $.file[] ] and
2204: $response:last-modified added
2205:
2206: * src/main/pa_request.C: last-modified check fixed
2207:
2208: 2015-06-03 moko
2209:
2210: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2211: results/205.processed, results/293.processed: $response:headers
2212: logging added (tests for feature #1007)
2213:
2214: * src/: include/pa_common.h, include/pa_request.h,
2215: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2216: $response:headers are now in uppercase (closes feature #1007)
2217:
2218: 2015-06-02 moko
2219:
2220: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2221: build errors reverted for clang compatibility
2222:
2223: 2015-06-01 moko
2224:
2225: * src/include/pa_memory.h: -pedantic build errors fixed
2226:
2227: * src/classes/math.C: -pedantic build error fixed
2228:
2229: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2230:
2231: 2015-05-31 moko
2232:
2233: * src/classes/table.C: USE_STRINGSTREAM optimized
2234:
2235: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2236: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2237: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2238: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2239: types/pa_vxnode.h: warning war (-pedantic flag)
2240:
2241: 2015-05-28 moko
2242:
2243: * tests/: 308.html, results/308.processed: test for
2244: ^table::create[$t;], etc work added (related to bug #975)
2245:
2246: * src/classes/table.C: check_option_param removed,
2247: ^table::create[$t;], etc now works (fixes bug #975)
2248:
2249: 2015-05-27 moko
2250:
2251: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2252: (Debian jessie) fixed (closes issue #1024)
2253:
2254: * tests/Makefile: sort added as in Debian jessie list become
2255: unsorted
2256:
2257: 2015-05-18 moko
2258:
2259: * tests/: 201.html, results/201.processed: test for
2260: ^string.trim[what] feature #1022
2261:
2262: * src/classes/string.C: ^string.trim[what] now supported,
2263: implements feature #1022
2264:
2265: 2015-05-17 moko
2266:
2267: * tests/results/185.processed: test result updated as feature #1021
2268: implemented (left/right accept negative parameter)
2269:
2270: * src/classes/string.C: left/right now accept negative parameter
2271: (implements feature #1021)
2272:
2273: 2015-05-08 moko
2274:
2275: * src/classes/math.C: isalnum -> pa_isalnum
2276:
2277: * src/main/execute.C: optimization in getter-junction processing
2278: (related to issue #997)
2279:
2280: 2015-05-07 moko
2281:
2282: * tests/: 307.html, results/307.processed: test for issue #997
2283: added
2284:
2285: * src/main/execute.C: process_getter result now checked if junction
2286: returned (closes issue #997)
2287:
2288: * tests/: 305.html, results/305.processed: sort added to ignore
2289: different order
2290:
2291: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2292: assignment (closes issue #994)
2293:
2294: * tests/: 306.html, results/306.processed: test for issue #994
2295: added
2296:
2297: * tests/: 303.html, results/303.processed: two more errors tested
2298:
2299: 2015-05-06 moko
2300:
2301: * tests/: 305.html, results/305.processed: test for name2ip &
2302: ip2name added (related to feature #992)
2303:
2304: * tests/: 303.html, 304.html, results/303.processed,
2305: results/304.processed: tests for idna conversion added (related
2306: to issue #849)
2307:
2308: 2015-05-02 moko
2309:
2310: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2311: implemented
2312:
2313: 2015-04-30 moko
2314:
2315: * src/main/pa_http.C: idna_host added, related to issue #849
2316:
2317: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2318: (related to issue #849)
2319:
2320: 2015-04-24 moko
2321:
2322: * src/types/pa_vjunction.C: warning war
2323:
2324: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2325: unification
2326:
2327: * src/lib/punycode/pa_idna.c: warning war
2328:
2329: 2015-04-22 moko
2330:
2331: * src/main/main.vcproj: punycode include path added
2332:
2333: * src/lib/punycode/pa_idna.c: windows compile error fixed
2334:
2335: * src/lib/punycode/pa_idna.c: warning war
2336:
2337: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2338: project file added
2339:
2340: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2341:
2342: * src/include/pa_memory.h: warning war
2343:
2344: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2345: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2346: implemented (related to feature #849)
2347:
2348: * configure.in, src/main/Makefile.am,
2349: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2350: libpunycode added in Unix
2351:
2352: 2015-04-21 moko
2353:
2354: * configure.in: large files support
2355:
2356: 2015-04-15 moko
2357:
2358: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2359: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2360: pa_punycode.h: initial version for punycode/idna support library
2361: (ticket #849)
2362:
2363: 2015-04-08 moko
2364:
2365: * src/: classes/curl.C, classes/date.C, classes/file.C,
2366: classes/image.C, classes/mail.C, classes/reflection.C,
2367: classes/string.C, classes/xnode.C, include/pa_request.h,
2368: include/pa_string.h, include/pa_stylesheet_connection.h,
2369: main/compile.y, main/compile_tools.h, main/execute.C,
2370: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2371: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2372: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2373: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2374: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2375: clang compiler warnings (closes issue #1018)
2376:
2377: * src/include/pa_string.h: String::Body comparation operators with
2378: char * added (related to issue #958)
2379:
2380: 2015-04-07 moko
2381:
2382: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2383: pa_malloc/pa_free to remove system malloc/free usage (related to
2384: issue #1018)
2385:
2386: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2387: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2388: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2389: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2390: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2391: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2392: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2393: malloc/strdup/free replaced with pa_ version and checks for
2394: accidental use of non-pa_ version added (related to issue #1018)
2395:
2396: 2015-04-03 moko
2397:
2398: * buildall: pcre-8.33 -> pcre-8.36
2399:
2400: * src/: main/compile.y, classes/form.C, classes/mail.C,
2401: classes/op.C, classes/string.C, main/compile.tab.C,
2402: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2403: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2404: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2405: ticket #958)
2406:
2407: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2408: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2409: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2410: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2411: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2412: $request:headers, $request:method added (implements feature
2413: #1007)
2414:
2415: 2015-03-17 misha
2416:
2417: * tests/302.html: - test for
2418: ^json:string[...;$._default[method-name]]
2419:
2420: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2421: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2422: option $._default[method-name] is specified in ^json:string[], a
2423: method with specified name will be called for classes/objects
2424: serialization ( new feature: #982 )
2425:
2426: 2015-03-16 misha
2427:
2428: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2429: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2430: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2431: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
2432: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
2433: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
2434: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2435: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
2436: types/pa_vrequest.h, types/pa_vstateless_class.C,
2437: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2438: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
2439: $var.CLASS_NAME now have special opcodes. This can be switched
2440: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
2441: on pa_opcode.h ( new feature: #844 )
2442:
2443: 2015-03-15 misha
2444:
2445: * tests/075.html: - test for $response:header[]
2446:
2447: * src/types/pa_vresponse.C: - $response:header[] deletes header
2448: that was set earlie ( new feature: #1001 )
2449:
2450: 2015-03-12 misha
2451:
2452: * tests/246.html: - more tests for ^hash._at[]
2453:
2454: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
2455: accepts second param [key|value|hash] ( new feature: #1012 )
2456:
2457: 2015-03-09 moko
2458:
2459: * src/types/pa_vmail.C: exception for everything but
2460: $mail:received, closes issue #1011
2461:
2462: 2015-02-20 moko
2463:
2464: * tests/: 275.html, results/275.processed: hex detection in
2465: pa_atoui fix test (closes issue #1010)
2466:
2467: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
2468: issue #1010)
2469:
2470: 2015-02-17 moko
2471:
2472: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
2473: tainted.
2474:
2475: 2015-02-03 misha
2476:
2477: * tests/301.html: - test for ^json:string($double) causes
2478: exception. bugfix: #1008
2479:
2480: * src/classes/json.C: - ^json:string($double) causes exception.
2481: bugfix: #1008
2482:
2483: * tests/014.html: - updated for work with ^hash.delete[]
2484:
2485: 2015-01-12 misha
2486:
2487: * src/: classes/form.C, include/pa_common.h,
2488: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
2489: types/pa_vform.h: - supports body with PUT method as well ( new
2490: feature: #1006 )
2491:
2492: * src/classes/file.C: - warnings war
2493:
2494: 2015-01-11 misha
2495:
2496: * tests/300.html: - test for ^hash.delete[] is added
2497:
2498: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
2499: feature: #989 ) - tiny optimization in intersects
2500:
2501: 2015-01-06 moko
2502:
2503: * src/types/pa_vmail.C: file names transcode added, to and cc added
2504: with transcode, attachments detection fixed
2505:
2506: * src/main/pa_request.C: filling mail received after cgi/auto.p
2507: load to allow charset switch (related to issue #996)
2508:
2509: 2014-12-31 moko
2510:
2511: * src/types/pa_vmail.C: from and subject now transcoded if not
2512: UTF-8 source charset (fixes issue 996)
2513:
2514: * src/main/pa_exception.C: fixed string from stack bug (closes
2515: issue #1000)
2516:
2517: 2014-12-11 misha
2518:
2519: * src/types/pa_vhashfile.C: - check if key is not empty before
2520: access ( bug fix: #1005 )
2521:
2522: 2014-11-13 misha
2523:
2524: * src/main/compile.y: - PC.append does not reset to false while
2525: creating a new class. bugfix: #990
2526:
2527: * tests/299.html: - test for creation class after working with
2528: partial class (create+append)
2529:
2530: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
2531: #995
2532:
2533: * tests/232.html: - test for @get[def] added
2534:
2535: 2014-10-12 moko
2536:
2537: * src/lib/pcre/pcre_internal.vcproj: correct path
2538:
2539: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2540: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
2541: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
2542: targets/apache/ApacheModuleParser3.vcproj,
2543: targets/apache/ApacheModuleParser3Core.vcproj,
2544: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2545: types/types.vcproj: project GUID inserted in *.vcproj for correct
2546: conversion in newer VS versions
2547:
2548: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
2549: pcre_internal.vcproj added
2550:
2551: 2014-08-28 moko
2552:
2553: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
2554: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
2555: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
2556:
2557: 2014-06-30 misha
2558:
2559: * tests/298.html: - tests for ^reflection:def[class;className]
2560: added
2561:
2562: * src/classes/reflection.C: - ^reflection:def[class;className]
2563: added ( new feature: #918 )
2564:
2565: 2014-06-29 misha
2566:
2567: * src/classes/table.C: - ^table::create[unsupported data] -
2568: exception comment changed to "body must be table or code" ( bug
2569: fix: #951 )
2570:
2571: * tests/: 261.html, results/261.processed: - tests for
2572: ^json:string[...;$.void[null|string]] added
2573:
2574: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
2575: option $.void[string|null] added to ^json:string[...] ( new
2576: feature: #952 )
2577:
2578: 2014-06-28 moko
2579:
2580: * src/classes/curl.C: $.charset now processed before other curl
2581: options (closes issue #980)
2582:
2583: 2014-05-23 misha
2584:
2585: * src/classes/json.C: - bug fix: #987
2586:
2587: 2014-05-04 misha
2588:
2589: * tests/: 253.html, 253_json.txt: - test for
2590: ^json:parse[$.int(false)] is added
2591:
2592: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
2593: default true). The option is similar to $.double(bool) but for
2594: integers.
2595:
2596: 2014-05-01 moko
2597:
2598: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
2599: #12 )
2600:
2601: 2014-04-16 moko
2602:
2603: * src/main/pa_http.C: response-charset option should finally work
2604: now (fix for issue #867)
2605:
2606: * src/main/pa_http.C: response-charset option should work now (fix
2607: for issue #867)
2608:
2609: 2014-03-07 moko
2610:
2611: * buildall: libgc moved
2612:
2613: * buildall: libgc moved
2614:
2615: 2013-12-29 moko
2616:
2617: * src/classes/string.C: ^string:js-unescape result now tainted,
2618: closes issue #966
2619:
2620: * tests/: 186.html, results/186.processed: ^string:js-unescape
2621: result now tainted, issue #966
2622:
2623: 2013-12-03 moko
2624:
2625: * src/: classes/memcached.C, types/pa_vmemcached.C,
2626: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
2627: option was added for http://www.parser.ru/forum/?id=79343
2628:
2629: * src/classes/file.C: bugfix for
2630: http://www.parser.ru/forum/?id=79337
2631:
2632: 2013-11-05 moko
2633:
2634: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
2635:
2636: * src/main/pa_globals.C: spelling fixed
2637:
2638: 2013-10-29 moko
2639:
2640: * src/lib/json/json.vcproj: json.c -> pa_json.C
2641:
2642: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
2643: #892
2644:
2645: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
2646: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
2647: exceptions to be thrown thougth json library), related to issue
2648: #892
2649:
2650: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
2651: related to issue #896
2652:
2653: 2013-10-24 moko
2654:
2655: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
2656:
2657: 2013-10-23 moko
2658:
2659: * README: actualization
2660:
2661: 2013-10-22 moko
2662:
2663: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
2664: compatibility patch from Sergey Kirpichev
2665:
2666: * tests/: 297.html, results/297.processed: non-working getter fix
2667: test for issue #948
2668:
2669: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
2670: called when saving value of $match variable in ^string.match[] to
2671: increase compatibility (related to issue #948).
2672:
2673: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
2674: usage optimization
2675:
2676: 2013-10-21 moko
2677:
2678: * tests/: 182.html, results/182.processed: local path removed for
2679: compatibility
2680:
2681: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
2682: results/244.processed, results/253.processed,
2683: results/254.processed, results/275.processed,
2684: results/281.processed: try_catch -> try-catch
2685:
2686: * tests/: 288.html, 294.html, 296.html, results/288.processed,
2687: results/294.processed, results/296.processed: try_catch ->
2688: try-catch
2689:
2690: 2013-10-20 moko
2691:
2692: * tests/: 296.html, results/296.processed: test for xsl exception
2693: for issue #938 added.
2694:
2695: * src/: include/pa_xml_exception.h,
2696: main/pa_stylesheet_connection.C: forgotten to be replaced
2697: XmlException is now replaced (once again closes issue #938)
2698:
2699: 2013-10-19 misha
2700:
2701: * bin/auto.p.dist.in: - more mime-types are added
2702:
2703: 2013-10-18 moko
2704:
2705: * buildall: disable clock_gettime detection to avoid librt linking
2706: (which in turn depends on libpthread), related to issue #943
2707:
2708: 2013-10-18 misha
2709:
2710: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
2711: lib/smtp/smtp.vcproj, main/main.vcproj,
2712: targets/apache/ApacheModuleParser3Core.vcproj,
2713: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2714: types/types.vcproj: - new locations for libxml2 includes where
2715: added to vcproj files
2716:
2717: 2013-10-18 moko
2718:
2719: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
2720: fix
2721:
2722: * tests/: 295.html, results/295.processed: test for issue #948
2723: updated
2724:
2725: * src/classes/table.C: hopefully last lost part for issue #948 fix.
2726: :)
2727:
2728: * tests/: 295.html, results/295.processed: test for issue #948
2729: added
2730:
2731: * src/: classes/hash.C, classes/string.C, classes/table.C,
2732: include/pa_request.h, types/pa_method.h: for getters and setters
2733: to be executed request.put_element should be called, not
2734: context.put_element (fixes issue #948)
2735:
2736: 2013-10-17 moko
2737:
2738: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
2739: LIBXML2_NEW_BUFFER check (closes issue #943)
2740:
2741: * buildall: libxml 2.9.1 build is broken --without-reader.
2742:
2743: 2013-10-16 moko
2744:
2745: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
2746:
2747: * tests/: 294.html, results/294.processed: test for issue #938
2748:
2749: * src/: classes/xdoc.C, classes/xnode.C,
2750: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
2751: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
2752:
2753: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
2754: libxslt-1.1.26 -> libxslt-1.1.28
2755:
2756: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
2757: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
2758: to '?', related to issue #938
2759:
2760: 2013-10-15 moko
2761:
2762: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
2763: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
2764: minor optimizations (closes issue #896)
2765:
2766: * tests/results/: 292.processed, 293.processed: results updated to
2767: comply with issue #896
2768:
2769: * tests/: 292.html, 293.html, results/292.processed,
2770: results/293.processed: tests for json escaping
2771:
2772: 2013-10-14 moko
2773:
2774: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
2775: and cleanup, code moved from .h to .C, no changes in code
2776:
2777: 2013-10-12 moko
2778:
2779: * tests/results/119.processed: updated test result commited
2780:
2781: * tests/: 291.html, results/291.processed: test for issue #894
2782: added
2783:
2784: * src/types/pa_wcontext.h: base methods call support function
2785: get_somebody_entered_some_class should not be true forever, as
2786: wcontext can have many get_elements calls (fixes issue #894)
2787:
2788: 2013-10-11 moko
2789:
2790: * tests/: 290.html, results/290.processed: test for junction GPF
2791: issue #942 added
2792:
2793: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
2794: to native method fixed (closes issue #942)
2795:
2796: * tests/: 158.html, results/158.processed: test for csv-string[]
2797: added
2798:
2799: * src/classes/table.C: minor fixes for table.csv-string[] (closes
2800: feature #907)
2801:
2802: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
2803: feature #907)
2804:
2805: 2013-10-09 moko
2806:
2807: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
2808: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
2809: types/pa_vstateless_class.C: GET_default, SET_default now works
2810: properly not only in objects, but in classes as well (closes
2811: issue #903)
2812:
2813: * tests/: 289.html, results/289.processed: GET/SET_default now
2814: works in classes, not only objects, test case added, related to
2815: issue #903
2816:
2817: * tests/: 288.html, results/288.processed: test for endless
2818: recursion bug added (related to issue #903)
2819:
2820: 2013-10-05 moko
2821:
2822: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2823: classes/table.C, main/execute.C, types/pa_method.h,
2824: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
2825: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2826: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
2827: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
2828: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
2829: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
2830: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2831: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2832: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
2833: optimization: put_element no longer has "bool areplace" argument,
2834: related to issue #903
2835:
2836: 2013-10-03 moko
2837:
2838: * tests/results/182.processed: result for $.replace(false) test
2839: commited
2840:
2841: * src/classes/date.C: ^date::create(number) processed correctly
2842: (fixes issue #901)
2843:
2844: * src/classes/image.C: as_no_junction removed, as param can be
2845: expression (closes issue #931)
2846:
2847: * tests/233.html: test for issue #931 added
2848:
2849: 2013-10-02 moko
2850:
2851: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
2852: modified, test for $.replace(false) added
2853:
2854: * src/main/compile_tools.h: forgotten class replace returned. :)
2855:
2856: 2013-09-30 moko
2857:
2858: * tests/: 141.html, results/141.processed: md5 tainting test added
2859:
2860: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2861: main/compile_tools.h, main/pa_request.C: allow_class_replace
2862: implemented; $.replace option added to ^process and ^use
2863:
2864: 2013-08-27 moko
2865:
2866: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
2867: cstr_to_string_body_untaint should be called with charsets for
2868: possible uri language and connection for possible sql language.
2869: related to issue #857
2870:
2871: * buildall: and -> or fixed
2872:
2873: 2013-08-26 moko
2874:
2875: * buildall: prepare_ functions logic changed to support
2876: gc-7.2d.tar.gz extracting to gc-7.2 directory
2877:
2878: 2013-08-23 moko
2879:
2880: * src/include/pa_config_fixed.h: gc and xml libs are now linked
2881: statically
2882:
2883: 2013-08-22 moko
2884:
2885: * src/classes/string.C: String::Empty used (related to issue #912)
2886: append_know_length removed (related to old GPF bug)
2887:
2888: 2013-08-21 moko
2889:
2890: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
2891:
2892: * src/classes/math.C: ^math:digest[...;$file] support added
2893: (related to ticket #857
2894:
2895: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
2896: implemented
2897:
2898: * src/types/pa_vhashfile.h: warning war
2899:
2900: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
2901: include/pa_request.h, main/pa_request.C, types/pa_value.h:
2902: anti_endless_json_string_recoursion removed from request;
2903: json_string_recoursion added to json_options; $.indent[indent
2904: value] now supported and passed within recoursion closes feature
2905: #937
2906:
2907: * tests/: 287.html, results/287.processed: test for feature #937
2908:
2909: 2013-07-31 moko
2910:
2911: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
2912: compilation having #define _S
2913:
2914: * src/main/pa_globals.C: cleanup
2915:
2916: 2013-07-30 moko
2917:
2918: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
2919: main/pa_common.C: vs2003 warning war
2920:
2921: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
2922:
2923: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
2924:
2925: * src/lib/md5/pa_sha2.c: warning war
2926:
2927: 2013-07-29 moko
2928:
2929: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
2930: patches from github
2931:
2932: * src/: classes/bool.C, classes/double.C, classes/int.C,
2933: classes/memcached.C, include/pa_config_includes.h,
2934: types/pa_vfile.C, types/pa_vfile.h: warning war
2935:
2936: * src/lib/json/json.vcproj: C++ -> C
2937:
2938: * src/lib/json/: json.c, pa_json.C: C++ warning revert
2939:
2940: * src/lib/json/: json.c, pa_json.C: windows compatibility
2941:
2942: * src/lib/json/: json.c, pa_json.C: windows compatibility
2943:
2944: * src/lib/json/: json.c, pa_json.C: warning war
2945:
2946: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
2947:
2948: * src/include/pa_config_fixed.h: uint16_t added
2949:
2950: * configure.in: uint16_t check added
2951:
2952: * src/: classes/json.C, lib/json/JSON_parser.C,
1.101 moko 2953: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
2954: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
2955: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
2956: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 2957:
2958: 2013-07-25 moko
2959:
2960: * parser3.sln: dependencies added
2961:
2962: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
2963: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
2964: module support
2965:
2966: * src/targets/apache/mod_parser3_core.C: win32 cleanup
2967:
2968: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
2969:
2970: 2013-07-23 moko
2971:
2972: * src/: include/pa_memory.h, main/pa_memory.C: non-working
2973: PA_DEBUG_GC_MEMORY removed
2974:
2975: * src/: main/pa_globals.C, targets/cgi/parser3.C:
2976: PA_DEBUG_DISABLE_GC compilation fix
2977:
2978: * src/: classes/op.C, classes/table.C, include/pa_request.h,
2979: main/pa_request.C: outdated RESOURCES_DEBUG removed
2980:
2981: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
2982: garbage cleanup
2983:
2984: * src/main/pa_common.C: warning war
2985:
2986: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
2987:
2988: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
2989: minor cleanup
2990:
2991: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
2992: uses cygwin, not WIN32 implementation
2993:
2994: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
2995: able to exec shell scripts
2996:
2997: * src/classes/math.C: ifdef WIN32 cleanup
2998:
2999: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3000:
3001: * bin/auto.p.dist.in: libpq.so -> libpq.
3002:
3003: * src/classes/curl.C: LT_MODULE_EXT used
3004:
3005: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3006:
3007: 2013-07-22 moko
3008:
3009: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3010: includes fix
3011:
3012: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3013:
3014: * configure.in, src/include/pa_config_includes.h,
3015: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3016: src/main/pa_exec.C: includes cleanup
3017:
3018: * src/targets/cgi/parser3.C: 2012->2013
3019:
3020: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3021:
3022: * configure.in, src/include/pa_config_includes.h,
3023: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3024: src/main/pa_random.C, src/main/pa_socks.C,
3025: src/types/pa_vstatus.C: cygwin support cleanup
3026:
3027: * configure.in: dirent.h check added
3028:
3029: * src/: include/pa_config_includes.h, include/pa_dir.h,
3030: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3031: not copied
3032:
3033: 2013-07-21 moko
3034:
3035: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3036:
3037: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3038: parser3.vcproj: unused getopt.h / getopt.c removed
3039:
3040: * operators.txt, src/classes/file.C, tests/022.html,
3041: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3042: $.stat(true)] usage commented
3043:
3044: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3045: src/main/pa_dir.C: ^file:list[] now has dir column and when
3046: $.stat(true) it has size/*date columns modified patch from misha@
3047: that closes issue #914.
3048:
3049: * src/: include/pa_config_includes.h, main/pa_globals.C:
3050: PA_RELEASE_ASSERTS removed
3051:
3052: * src/lib/md5/pa_md5c.c: minor cleanup
3053:
3054: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3055: localeconv()->decimal_point usage remoed (related to issue #934)
3056:
3057: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3058: cordprnt.c removed
3059:
3060: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3061: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3062: pa-include/pa_strings.h: includes cleanup
3063:
3064: * src/lib/md5/pa_md5c.c: headers cleanup
3065:
3066: 2013-07-20 moko
3067:
3068: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3069: cleanup
3070:
3071: 2013-07-19 moko
3072:
3073: * src/classes/math.C: extern "C" added for crypt
3074:
3075: 2013-07-18 moko
3076:
3077: * src/classes/math.C: fix redhat7.2 build
3078:
3079: 2013-07-17 moko
3080:
3081: * configure.in, src/include/pa_config_includes.h,
3082: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3083: added for uint8/32/64_t)
3084:
3085: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3086: pa_config_includes.h used for uint32/64_t
3087:
3088: 2013-07-16 moko
3089:
3090: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3091: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3092: war
3093:
3094: * src/main/compile.tab.C: compile.y was updated
3095:
3096: * src/main/compile.y: warning war
3097:
3098: * src/: include/pa_exception.h, main/pa_exception.C,
3099: main/pa_xml_exception.C: warning war
3100:
3101: * src/: include/pa_common.h, main/pa_common.C: warning war
3102:
3103: * configure.in: beauty :)
3104:
3105: * tests/: 141.html, results/141.processed: sha256/512 added
3106:
3107: 2013-07-13 moko
3108:
3109: * src/lib/md5/md5.vcproj: sha2 added
3110:
3111: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3112: classes/math.C: sha2 support (sha256/sha512 digest)
3113:
3114: 2013-07-08 moko
3115:
3116: * src/classes/image.C: directory read or other read problem message
3117: fixed (related to issue #933)
3118:
3119: 2013-07-07 moko
3120:
3121: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3122: dependense from $charsetsdir directory existance and content (and
3123: UTF-8 is default allready)
3124:
3125: * AUTHORS: + misha + moko. :)
3126:
3127: 2013-07-06 moko
3128:
3129: * src/: classes/curl.C, include/pa_globals.h,
3130: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3131: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3132: for lt_dlinit to be called once and lt_dlexit called at right
3133: place (related to issue #925)
3134:
3135: 2013-07-04 moko
3136:
3137: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3138: VString::as_vfile now uses vfile.set_binary_string to avoid
3139: content-type to be set, as it brokes badly designed logic in
3140: response output. This hopefully finishes issue #928.
3141:
3142: * tests/results/: 256.processed, 286.processed: file now displayed
3143: as name, size, mode, content-type
3144:
3145: * src/main/pa_common.C: read error now reported cottectly (fixes
3146: issue #933
3147:
3148: 2013-06-28 moko
3149:
3150: * tests/: 286.html, results/286.processed: test extended
3151:
3152: * tests/: 286.html, results/286.processed: Test for issue #928
3153: added. it tests default content-type change.
3154:
3155: * src/types/pa_vfile.C: closes issue #928 - default content-type
3156: now updated
3157:
3158: 2013-06-25 moko
3159:
3160: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3161: content-type for text/binary files without name added;
3162: ^file::create[$f;...] options now works properly and $f
3163: properties are default (fixes issue #928)
3164:
3165: 2013-05-16 misha
3166:
3167: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3168: added
3169:
3170: * src/main/pa_table.C: - a tiny memory optimisation while creating
3171: table if specified limit is bigger than source rows count
3172:
3173: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3174: added ( new feature: #858 )
3175:
3176: 2013-04-29 moko
3177:
3178: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3179: $.ipresolve(0|1|2) added (closes issue #891)
3180:
3181: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3182:
3183: 2013-04-24 moko
3184:
3185: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3186: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3187: types/pa_vmemcached.h: ^memcache.release[] added, calls
3188: memcached_quit (refs #893)
3189:
3190: 2013-04-22 moko
3191:
3192: * src/: include/pa_string.h, main/pa_common.C: no more double
3193: slashes in file path (fixes bug #872)
3194:
3195: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3196: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3197: #739)
3198:
3199: * tests/results/266.processed: $.max_params added (feature #915)
3200:
3201: * src/: include/pa_common.h, main/pa_http.C: response-charset
3202: option added to file::load (closes issue #867)
3203:
3204: 2013-04-20 misha
3205:
3206: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3207: commited
3208:
3209: 2013-03-15 misha
3210:
3211: * src/classes/: hash.C, table.C: - Optimisation: do not create
3212: multiple empty strings while ::sql. uae String::Empty instead
3213:
3214: 2013-03-14 misha
3215:
3216: * src/classes/reflection.C: - for user classes
3217: ^reflection:method_info[] returns $.max_params and $.extra_param
3218: with $.call_type if they available ( new feature: #915 )
3219:
3220: * src/classes/file.C: - ^file:delete[] now supports an option
3221: $.exception(false) that suppress any exception while deleting
3222: file ( new feature: #916 )
3223:
3224: * src/classes/curl.C: - parsing cookies after curl:load now should
3225: work :)
3226:
3227: 2013-03-12 misha
3228:
3229: * src/types/pa_vfile.C: - if specified file_name is empty string
3230: set default name for the file
3231:
3232: 2013-03-11 misha
3233:
3234: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3235: also available in $f.cookies
3236:
3237: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3238: moved to a separate method
3239:
3240: 2013-03-10 moko
3241:
3242: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3243: added
3244:
3245: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3246: removed (declared by autoconf)
3247:
3248: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3249: uint32_t define
3250:
3251: 2013-03-10 misha
3252:
3253: * src/classes/file.C: ^file:delete and ^file:move now support
3254: option $.keep-empty-dirs(true) ( new feature: #884 )
3255:
3256: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3257: empty dirs is added
3258:
3259: 2013-03-10 moko
3260:
3261: * src/classes/: bool.C, double.C, int.C: default can be present,
3262: but default check removed from ^int/double/bool.int/double/bool
3263: for string.int/double/bool compatibility (related to issue #913)
3264:
3265: * src/classes/string.C: ^string.int/dobule/bool no longer
3266: internally throws exception if default is present (closes issue
3267: #913)
3268:
3269: 2013-03-09 misha
3270:
3271: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3272: optimisations ( #845 )
3273:
3274: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3275:
3276: 2013-03-08 moko
3277:
3278: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3279: creates correct table (fixes issue #910)
3280:
3281: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3282: use outside of 'connect' operator (fixes issue #911)
3283:
3284: * tests/results/: 096.processed, 122.processed: test results
3285: updated as doubles now printed with 15 significant digits, not 5
3286: (fixes issue #882)
3287:
3288: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3289: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3290:
3291: 2013-02-21 moko
3292:
3293: * src/classes/table.C: _locate_name_value does not check arguments
3294: count, so we check it in advance (fixes issue #905)
3295:
3296: 2012-10-23 moko
3297:
3298: * buildall: old shell for and echo compatibility (for six)
3299:
3300: 2012-10-19 moko
3301:
3302: * buildall: --strip added --disable-safe-mode listed in usage
3303:
3304: 2012-10-17 misha
3305:
3306: * src/classes/op.C: - apply-taint should not throw "outside
3307: connect" exception with sql lang now
3308:
3309: 2012-10-17 moko
3310:
3311: * src/main/pa_request.C: bugfix: safe mode should be inited for
3312: each request (for apache module)
3313:
3314: 2012-09-26 moko
3315:
3316: * src/doc/doxygen.cfg: png -> svg
3317:
3318: 2012-09-25 moko
3319:
3320: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3321: test added
3322:
3323: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3324: double use when key is long
3325:
3326: 2012-09-16 moko
3327:
3328: * src/classes/math.C: Format -> Method Encode -> Format
3329:
3330: * tests/: 141.html, results/141.processed: math:digest hmac test
3331: added
3332:
3333: 2012-09-14 moko
3334:
3335: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3336: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3337: implementation added
3338:
3339: 2012-09-12 moko
3340:
3341: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3342: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3343: targets.dox and string.dox slightly actualized
3344:
3345: 2012-08-31 moko
3346:
3347: * ChangeLog: now generated with patched cvs2cl.pl
3348:
3349: 2012-07-29 moko
3350:
3351: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3352: result should be pushed after VMethodFrame destructor is called,
3353: as it deletes junctions from stack params (fixes issue #868)
3354:
3355: 2012-07-23 moko
3356:
3357: * INSTALL, README: buildall script usage documented, other outdated
3358: info updated.
3359:
3360: * buildall-with-xml, buildall-without-xml: replaced by buildall
3361:
3362: 2012-07-21 moko
3363:
3364: * buildall: glib does not compile when threads are disabled...
3365:
3366: * src/types/pa_vmail.C: g_assertion fixes for empty input
3367:
3368: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3369: unref, can't unref nested objects)
3370:
3371: * src/types/pa_vmail.C: another check added
3372:
3373: 2012-07-19 moko
3374:
3375: * buildall: usage added
3376:
3377: * buildall: new buildall script that unites buildall-with-xml,
3378: buildall-without-xml, --with-apache and --with-mailreceive
3379:
3380: * configure.in: support for static gmime and dynamic glib linking.
3381: fixes for FreeBSD
3382:
3383: 2012-07-17 moko
3384:
3385: * configure.in: --with-mailreceive replaced
3386: --with-static-mailreceive and --with-shared-mailreceive pathlink
3387: removed
3388:
3389: 2012-07-16 moko
3390:
3391: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3392: capitalized, content now decoded and text content converted to
3393: $request:charset. all properties are accessed by functions, this
3394: ready for dynamic load.
3395:
3396: 2012-06-28 moko
3397:
1.101 moko 3398: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3399: 32 bit
1.95 moko 3400:
3401: 2012-06-27 moko
3402:
3403: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3404: passive ftp
3405:
3406: * src/lib/ltdl/ltdl.vcproj: release build fixed
3407:
3408: * configure.in: 3.4.2 RC -> 3.4.2
3409:
3410: 2012-06-22 moko
3411:
3412: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3413: #815)
3414:
3415: * tests/: 284.html, results/284.processed: output options test
3416: (feature #265)
3417:
3418: 2012-06-22 misha
3419:
3420: * tests/215.html: - little changes
3421:
3422: 2012-06-21 moko
3423:
3424: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3425: types/pa_vxdoc.h: output_options returned and used (bugfix for
3426: feature #265)
3427:
3428: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3429: breaks long .*, default 10M restored. (issue #216)
3430:
3431: * tests/: 283.html, results/283.processed: test for issue #815
3432: added
3433:
3434: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
3435: again, cstrm not required.
3436:
3437: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
3438: Win32 and broken FreeBSD (issue #45)
3439:
3440: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
3441:
3442: * src/main/pa_string.C: warnings war
3443:
3444: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
3445: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
3446: main/pa_socks.C, targets/apache/pa_threads.C,
3447: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3448: types/pa_vstatus.C: compilation under cygwin fixed
3449:
3450: 2012-06-19 moko
3451:
3452: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
3453: Windows fixed
3454:
3455: * parser3.sln: removed antique pcre_ctype
3456:
3457: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
3458:
3459: * src/include/pa_config_fixed.h: undefined reference to
3460: __imp__pcre_* fix for Windows
3461:
3462: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101 moko 3463: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
3464: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
3465: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
3466: define fixed
1.95 moko 3467:
3468: 2012-06-18 moko
3469:
3470: * src/classes/memcached.C: flush -> clear
3471:
3472: * src/classes/memcached.C: memcached does not support quotes even
3473: in server name
3474:
3475: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3476: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
3477: called on open to check servers existance. $.key(true) syntax
3478: now supported
3479:
3480: 2012-06-17 moko
3481:
3482: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
3483: cleanup
3484:
3485: * src/classes/table.C, tests/282.cfg, tests/282.html,
3486: tests/results/282.processed: encloser at the EOF bug fixed,
3487: incorrectly enclosed data now processed more logicaly (fixes
3488: #339)
3489:
3490: 2012-06-15 moko
3491:
3492: * buildall-without-xml: sync with buildall-with-xml
3493:
3494: * buildall-with-xml: download auto-detected between fetch and curl
3495:
3496: * configure.in: --with-gc and --with-pcre now also processed
3497: correctly
3498:
1.101 moko 3499: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
3500: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
3501: should be run on rol1 using automake / aclocal (GNU automake)
3502: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 3503:
3504: * configure.in: new PARSER_VERSION logic
3505:
3506: * src/include/pa_version.h: new pa_version.h logic
3507:
3508: * src/: classes/curl.C, classes/file.C, classes/image.C,
3509: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3510: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
3511: feols_normalized -> fis_text_content set_binary added
3512:
3513: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
3514:
3515: 2012-06-15 misha
3516:
3517: * src/: classes/curl.C, classes/file.C, classes/image.C,
3518: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3519: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
3520: ^file::create[text;content] EOLs in content now is normalized. (
3521: new feature: #815 )
3522:
3523: 2012-06-15 moko
3524:
3525: * configure.in: --disable-version-update added to disable version
3526: update with host information (for debian package) whitespace
3527: optimized
3528:
3529: * configure.in: version changed to 3.4.2 RC no-pic added for
3530: libtool
3531:
3532: * src/include/pa_version.h: Nice pa_version.h default. Please keep
3533: it.
3534:
3535: 2012-06-14 moko
3536:
3537: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
3538: tests/results/281.processed: "hash flocked" error removed for
3539: safe operations like ^h._count[] ( new feature: #335 )
3540:
1.101 moko 3541: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 3542:
3543: * buildall-with-xml, buildall-without-xml: --with-static -> --with
3544:
3545: * configure.in: --with-static/shared xml replaced with --with-xml,
3546: xml compilation check added
3547:
3548: * configure.in: --with-static/shared-gc, --with-static-pcre are
3549: replaced with --with-gc and --with-pcre test for pcre linking
3550: added
3551:
3552: 2012-06-13 moko
3553:
3554: * configure.in: apxs2 check optimized
3555:
3556: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
3557: .la, includes optimized
3558:
3559: * buildall-with-xml: --with-pic looks better for -fPIC
3560:
3561: * configure.in: switched to convenience library in static linking
3562:
3563: * src/targets/apache/Makefile.am: switched to convenience library
3564: usage to avoid libtool warnings
3565:
3566: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
3567: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
3568: smtp/Makefile.am: switched to convenience library usage
3569:
3570: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
3571:
3572: * src/targets/apache/Makefile.am: updated for libtool usage
3573:
3574: * bin/auto.p.dist.in: .cfg removed from charset names.
3575:
3576: * buildall-without-xml: --with-included-ltdl added
3577:
3578: * buildall-without-xml: sync with buildall-with-xml
3579:
3580: * buildall-with-xml: --with-included-ltdl added $cflags added for
3581: -fPIC for x64 $download added for wget success check added
3582:
3583: * buildall-without-xml: --with-dynamic-stdcpp removed
3584:
3585: * configure.in: disable-static returned
3586:
3587: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
3588: LIBTOOLFLAGS
3589:
3590: 2012-06-12 moko
3591:
3592: * configure.in, src/targets/cgi/Makefile.am: disable-static not
3593: compatible with LIBTOOLFLAGS for unknown reasons
3594:
3595: * buildall-with-xml: --with-dynamic-stdcpp removed
3596:
3597: * configure.in: static/dynamic -lstdc++ linking option removed
3598: apxs2 check added
3599:
3600: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
3601: option removed
3602:
3603: 2012-06-10 moko
3604:
3605: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
3606: added
3607:
3608: * src/targets/cgi/pp3.cmd: old PAF stuff
3609:
1.101 moko 3610: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
3611: beauty
1.95 moko 3612:
3613: * depcomp: from libtool 2.4.2
3614:
3615: * configure.in: ltdl directory removed, it has correct Makefile.in
3616:
3617: 2012-06-09 moko
3618:
1.101 moko 3619: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
3620: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 3621: autogenerated files updated after libtool update
3622:
1.101 moko 3623: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
3624: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 3625: config_auto.h.in, config_fixed.h, configure, configure.ac,
3626: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
3627: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
3628: config/compile, config/config.guess, config/config.sub,
3629: config/depcomp, config/install-sh, config/ltmain.sh,
3630: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
3631: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
3632: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
3633: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
3634: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
3635: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
3636: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
3637: m4/lt~obsolete.m4: libtool updated to version 2.4.2
3638:
3639: * configure.in: preparation for new libtool
3640:
3641: * configure.in: Some beauty added :)
3642:
3643: * src/targets/apache/Makefile.am: := -> =
3644:
3645: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
3646: again. :)
3647:
3648: * src/include/pa_config_includes.h, configure.in: limits.h added,
3649: previously was taken from pcre_internal.h. :)
3650:
3651: * src/lib/pcre/Makefile.am: config.h returned
3652:
3653: * src/lib/pcre/config.h: still need this. :)
3654:
3655: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
3656:
3657: * configure.in: --with-charsets removed; --with-mysql-client & co
3658: removed
3659:
3660: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
3661: now in parser tree, no need to copy
3662:
3663: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
3664: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
3665: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
3666: debian/patches/101_pcre.patch - local copy of pcre_internal.h
3667: extracts now used old trash removed
3668:
3669: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
3670: rare charsets/drivers are commented, sql driver quessing removed
3671: (debian/patches/103_auto_p.patch)
3672:
3673: * etc/parser3.charsets/Makefile.am: charsets now in share
3674: (debian/patches/104_automake.patch) + all charsets are copied
3675:
3676: * buildall-with-xml, buildall-without-xml: curl option removed +
3677: extra arguments now supported
3678:
3679: 2012-06-08 misha
3680:
3681: * src/classes/table.C: - one params.as_hash usage was rolled back:
3682: the 2nd option in ^table.hash[] could be hash or table so
3683: .as_hash will throw an exception when table option is specified
3684:
3685: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3686: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
3687: classes/table.C, classes/void.C, classes/xdoc.C,
3688: include/pa_exception.h, types/pa_vmethod_frame.C,
3689: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
3690: and improved (whitespaces are allowed as empty options) -
3691: MethodParams::as_table is added - above methods are used for
3692: parsing methods' options ( new feature: #9 )
3693:
3694: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
3695: to vclass. now class fields can be accessible as a hash:
3696: $h[^hash::create[$asd:CLASS]]
3697:
3698: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
3699: have get_fields method so their fields can be accessed with
3700: ^reflection:fields[...] & ^reflection:field[...]
3701:
3702: 2012-06-06 misha
3703:
3704: * tests/280.html: - tests for
3705: ^reflection:method[obj-or-class;method],
3706: ^reflection:field[obj-or-class;field] and
3707: ^reflection:fields[obj-or-class] are added
3708:
3709: 2012-06-05 misha
3710:
3711: * src/classes/reflection.C: - ^reflection:method[class or
3712: object;method name] and ^reflection:field[class or object;field
3713: name] are added
3714:
3715: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
3716: is used
3717:
3718: * src/types/pa_method.h: - Method::as_vjunction method is added
3719:
3720: 2012-06-05 moko
3721:
1.101 moko 3722: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 3723:
3724: * src/classes/memcached.C: flish ttl fixed
3725:
3726: 2012-06-04 moko
3727:
3728: * src/classes/json.C, src/classes/op.C, tests/279.html,
3729: tests/results/279.processed: ^json:parse[] now supports $.taint
3730: option (new feature #833)
3731:
3732: 2012-06-04 misha
3733:
3734: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
3735: - search_stop method was moved from pa_vcookie.C to pa_common.C
3736:
3737: 2012-06-03 misha
3738:
3739: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
3740: cookies are parced and stored into $.cookies ( new feature: #31 )
3741:
3742: 2012-05-30 misha
3743:
3744: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
3745: incomplete class into a scope while @USE is found
3746:
3747: * src/main/compile.y: - add incomplete class into a scope while
3748: @USE and @CLASS instructions are found ( bugfix: #838 )
3749:
3750: 2012-05-30 moko
3751:
3752: * src/types/pa_vclass.C, tests/278.html,
3753: tests/results/278.processed: removed "property has no getter
3754: method" exception when GET_DEFAULT present (fixes #269)
3755:
3756: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
3757: $._default
3758:
3759: 2012-05-29 moko
3760:
3761: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
3762: uninitialized values usage (new feature: #154)
3763:
3764: 2012-05-28 moko
3765:
3766: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
3767: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
3768: src/types/pa_vdate.h, src/types/pa_vdouble.h,
3769: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
3770: src/types/pa_vobject.C, src/types/pa_vobject.h,
3771: src/types/pa_vstring.h, src/types/pa_vtable.C,
3772: tests/results/277.processed, src/types/pa_vtable.h,
3773: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
3774: ^json:string[$o; $.default[$method]] implemented for VObject (new
3775: feature #803)
3776:
3777: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
3778: tests/results/277.processed: json numbers are now treated as
3779: double ( new feature: #834 )
3780:
3781: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
3782: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
3783: added for out of range checks, zero division in vint/vdouble
3784: check added ( fixes #832 )
3785:
3786: * tests/: 275.html, results/275.processed: tests for pa_atoui added
3787: ( fixes #832 )
3788:
3789: 2012-05-28 misha
3790:
3791: * buildall-with-xml: - --without-lzma option is added to libxml2
3792: configure
3793:
3794: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
3795: added - tests for unsupported values for options $.file, $.table
3796: and $.date are added
3797:
3798: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
3799: accepts "stat" $.file[] option's value in addition to existed
3800: "text" and "base64" ( new feature: #835 )
3801:
3802: * tests/276.html: - test for
3803: ^reflection:delete[$object-or-class;field-name]
3804:
3805: * src/classes/reflection.C: -
3806: ^reflection:delete[$object-or-class;field-name] is added ( new
3807: feature: #268 )
3808:
3809: 2012-05-27 misha
3810:
3811: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
3812:
3813: 2012-05-24 misha
3814:
3815: * src/include/pa_common.h: - method lastposafter was removed
3816:
3817: * src/classes/file.C: - use strrpbrk & rskipchars instead of
3818: lastposafter - ^file:dirname[] & Co proper handle windows file
3819: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
3820: work as *nix commands
3821:
3822: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
3823:
3824: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
3825: rskipchars were added
3826:
3827: * tests/270.html: - more tests for ^file:find[]
3828:
3829: * tests/065.html: - more tests for ^file:dirname[] & Co
3830:
3831: * src/include/pa_version.h: - must be "win32" here. it is
3832: auto-generated on *nix
3833:
3834: 2012-05-24 moko
3835:
3836: * src/classes/math.C: ^math:convert[] now supports uint32 and
3837: throws overflow exception ( new feature: #830 )
3838:
3839: * tests/: 275.html, results/275.processed: test for ^math:convert[]
3840: uint32 support and overflow added ( new feature: #830 )
3841:
3842: 2012-05-23 moko
3843:
3844: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
3845: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
3846: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
3847: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
3848: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3849: types/pa_vregex.h, types/pa_vstateless_class.C,
3850: types/pa_vstateless_class.h, types/pa_vstring.h,
3851: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
3852: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
3853: "return string as-is" removed from as_expr_result. ( new feature:
3854: #831 )
3855:
3856: * tests/results/244.processed: test changed after bug #782 fix
3857: commited
3858:
3859: * tests/results/229.processed: test results for bug #782 commited
3860:
3861: * tests/: 254.html, results/254.processed: uid now just compared,
3862: not printed. :)
3863:
3864: 2012-05-20 moko
3865:
3866: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
3867: feature: #341 )
3868:
3869: * tests/: 254.html, results/254.processed: test for
3870: ^reflection:uid[] added
3871:
3872: * tests/: 254.html, results/254.processed: test for
3873: ^reflection:uid[$obj] added
3874:
3875: 2012-05-17 misha
3876:
3877: * src/main/untaint.C: - do not replace ' char by _26 while
3878: exploding filespec-tainting ( new feature: #829 )
3879:
3880: 2012-05-12 moko
3881:
3882: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
3883: not.
3884:
3885: 2012-05-08 moko
3886:
3887: * src/types/pa_vmethod_frame.h: bug #782 fixed
3888:
3889: * tests/229.html: test for bug #782
3890:
3891: * tests/results/259.processed, src/main/pa_request.C,
3892: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
3893: src/types/pa_vstring.h, src/types/pa_vvoid.C,
3894: src/types/pa_vvoid.h: feature #154 - first empty param now
3895: string; defined locals are empty strings; $STRICT-VARS(true)
3896: added
3897:
3898: 2012-04-27 moko
3899:
1.101 moko 3900: * src/targets/apache/Makefile.am:
1.95 moko 3901: ../../lib/memcached/libmemcached.a added
3902:
3903: 2012-04-27 misha
3904:
3905: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
3906: ( #827 )
3907:
3908: 2012-04-25 moko
3909:
3910: * src/: classes/json.C, classes/memcached.C,
3911: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3912: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
3913: implemented.
3914:
3915: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
3916:
3917: 2012-04-23 moko
3918:
3919: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3920: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3921: types/pa_vmemcached.h: open allows options hash for new
3922: memcached(options) function
3923:
3924: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
3925: not appended
3926:
3927: 2012-04-21 moko
3928:
3929: * src/classes/curl.C: '' added. :)
3930:
3931: * src/classes/classes.vcproj: new curl.h location
3932:
3933: * src/classes/curl.C: verbose output redirection from stderr to
3934: file curl option added
3935:
3936: 2012-04-20 moko
3937:
3938: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
3939: contains what we need from curl, #ifdef HAVE_CURL removed
3940:
1.101 moko 3941: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 3942: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101 moko 3943: src/lib/Makefile.am, src/lib/curl/Makefile.am,
3944: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 3945: configure option
3946:
3947: 2012-04-19 moko
3948:
3949: * src/: classes/double.C, classes/inet.C, classes/int.C,
3950: classes/string.C, lib/gc/include/gc_allocator.h,
3951: types/pa_vform.C: PVS-Studio detected errors fixes, unused
3952: options from sql_result_string removed. (closes issue #468)
3953:
3954: * src/types/pa_vmemcached.C: empty string fix
3955:
3956: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
3957: pa_vstring.C, pa_vstring.h: serialization helpers moved to
3958: pa_vmemcached.C
3959:
3960: 2012-04-18 moko
3961:
3962: * src/targets/apache/mod_parser3.c: "Parser3 module requires
3963: apache2-mpm-prefork" error displayed in threaded mpm.
3964:
3965: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3966: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
3967: installed (issue #354)
3968:
3969: 2012-04-16 moko
3970:
3971: * src/types/pa_vmemcached.C: call to memcached_result_create and
3972: memcached_result_free removed
3973:
3974: 2012-04-14 moko
3975:
3976: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
3977:
3978: * src/types/pa_vmemcached.C: check_key added and used
3979:
3980: 2012-04-13 moko
3981:
3982: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
3983: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
3984: Serialization_data now added and used, VString now serialized
3985: with languages into memcached.
3986:
3987: 2012-03-28 moko
3988:
3989: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
3990: lib/memcached/pa_memcached.h: result lengths added
3991:
3992: 2012-03-27 moko
3993:
3994: * src/types/pa_vmemcached.C: strdup added
3995:
3996: 2012-03-24 moko
3997:
3998: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3999: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4000: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4001:
4002: 2012-03-20 moko
4003:
1.101 moko 4004: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4005:
4006: * src/targets/cgi/Makefile.am: cleanup
4007:
4008: * src/: types/Makefile.am, types/pa_vmemcached.C,
4009: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4010:
4011: * src/: classes/Makefile.am, classes/memcached.C,
4012: lib/memcached/Makefile.am, lib/memcached/constants.h,
4013: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4014: lib/memcached/types.h, lib/Makefile.am: memcached initial
4015:
4016: 2012-03-16 moko
4017:
4018: * src/main/execute.C: ident now works under Linux + ident displays
4019: filenames (closes issue #818)
4020:
1.101 moko 4021: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4022: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4023: pa_vmethod_frame_local.h removed
4024:
4025: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4026: classes/classes.h, classes/curl.C, classes/date.C,
4027: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4028: classes/hashfile.C, classes/image.C, classes/inet.C,
4029: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4030: classes/memory.C, classes/op.C, classes/reflection.C,
4031: classes/regex.C, classes/response.C, classes/string.C,
4032: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4033: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4034: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4035: include/pa_config_fixed.h, include/pa_config_includes.h,
4036: include/pa_dictionary.h, include/pa_dir.h,
4037: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4038: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4039: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4040: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4041: include/pa_request_charsets.h, include/pa_request_info.h,
4042: include/pa_sapi.h, include/pa_socks.h,
4043: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4044: include/pa_stack.h, include/pa_string.h,
4045: include/pa_stylesheet_connection.h,
4046: include/pa_stylesheet_manager.h, include/pa_table.h,
4047: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4048: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4049: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4050: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4051: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4052: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4053: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4054: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4055: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4056: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4057: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4058: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4059: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4060: main/pa_string.C, main/pa_stylesheet_connection.C,
4061: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4062: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4063: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4064: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4065: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4066: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4067: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4068: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4069: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4070: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4071: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4072: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4073: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4074: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4075: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4076: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4077: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4078: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4079: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4080: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4081: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4082: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4083: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4084: types/pa_vresponse.h, types/pa_vstateless_class.C,
4085: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4086: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4087: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4088: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4089: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4090: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4091: ident now works under Linux + ident displays filenames (closes
4092: issue #818) Copyright updated
4093:
4094: 2012-03-13 moko
4095:
4096: * src/main/pa_string.C: compilation fix for feature #741
4097:
4098: 2012-03-09 misha
4099:
4100: * tests/193.html: - tests for ^string:base64[encoded] are updated
4101:
4102: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4103: now detects invalid base64 chars in the middle of encoded stricg
4104: ( new feature: #55 )
4105:
4106: * src/include/pa_exception.h: - new exception type for base64
4107: decoding is added
4108:
4109: 2012-03-06 misha
4110:
4111: * tests/274.html: - tests for ^date::today[] and
4112: ^date.sql-string[datetime|date|time] are added
4113:
4114: * src/classes/date.C: - constructor ^date::today[] is added ( new
4115: feature: #811 ) - ^date.sql-string[] now can accept one param --
4116: strings "datetime", "date" or "time" - comments tidying up
4117:
4118: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4119: date and time
4120:
4121: 2012-03-03 misha
4122:
4123: * tests/193.html: - tests for
4124: ^string:base64[encoded;$.strict(true)] are added
4125:
4126: * tests/results/auto.p: - try-catch operator is added
4127:
4128: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4129: main/pa_common.C: - $.strict(true|false) option is added to
4130: base64 decode methods ( new feature: #55 )
4131:
4132: * src/main/pa_common.C: - base64 decode memory usage was decreased
4133: ( new feature: #819 )
4134:
4135: 2012-02-28 moko
4136:
4137: * src/classes/hash.C: ident test
4138:
4139: 2012-02-27 misha
4140:
4141: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4142:
4143: 2012-01-08 misha
4144:
4145: * tests/273.html: - tests for ^string.replace[from;to] are added
4146:
4147: * src/: classes/string.C, include/pa_dictionary.h,
4148: main/pa_dictionary.C, main/pa_string.C: -
4149: ^string.replace[from;to] is added ( new feature: #741 ) -
4150: ^string.replace[one subst here] is slightly optimized
4151:
4152: 2011-12-07 misha
4153:
4154: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4155: named table with one empty column ( bugfix: #63 )
4156:
4157: 2011-11-30 misha
4158:
4159: * src/classes/json.C: - it's possible to set user's method for
4160: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4161: #763 )
4162:
4163: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4164:
4165: 2011-11-23 misha
4166:
4167: * src/: classes/curl.C, classes/file.C, classes/image.C,
4168: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4169: types/pa_vfile.h, types/pa_vform.C: - constructor
4170: ^file::create[mode;filename;content[;options]] now accepts binary
4171: mode and file-content - new constructor's format:
4172: ^file::create[string-or-file-content[;$.name[filename]
4173: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4174: feature: #65 )
4175:
4176: * src/: include/pa_request.h, main/pa_request.C: - new method
4177: mime_type_of(const String*) is added
4178:
4179: * src/include/pa_exception.h: - new exception constant
4180: FILE_NAME_MUST_BE_SPECIFIED is added
4181:
4182: * src/classes/table.C: - bug with negative offset transformed into
4183: a feature. it means pointing to a row from the end of the table (
4184: new feature: #810 )
4185:
4186: 2011-11-19 misha
4187:
4188: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4189: â ìåòîäå _select ( new feature: #810 )
4190:
4191: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4192: options were specified together is simplified
4193:
4194: 2011-11-12 misha
4195:
4196: * src/main/pa_request.C: - forgotten fix for escaping filename in
4197: HTTP content-disposition header (a part of bug #361 )
4198:
4199: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4200: checks for ancestors' classes as well ( new feature: #456 )
4201:
4202: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4203: "without cycle" now have types "parser.break" and
4204: "parser.continue" instead of "parser.runtime" ( new feature: #799
4205: )
4206:
4207: 2011-11-11 misha
4208:
4209: * tests/results/: 099.processed, 100.processed, 205.processed,
4210: 237.processed: - since bug #361 was fixed the content of filename
4211: in HTTP headers is quoted
4212:
4213: * tests/results/270.processed: - result for test 270
4214:
4215: * tests/: 065.html, results/065.processed: - more tests for
4216: ^file:basename[] & Co were added
4217:
4218: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4219:
4220: * tests/270.html: - tests for ^file:find[] are added
4221:
4222: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4223: using option $.charset. option $.engoding is still supported but
4224: these options can not be specified together
4225:
4226: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4227: comparation charset name with string "UTF-8" ( bugfix: #759 )
4228:
4229: 2011-10-11 misha
4230:
4231: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4232: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4233: #622)
4234:
4235: 2011-09-30 misha
4236:
4237: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4238: exception "saving stat-ed file" ( bugfix: #395 )
4239:
4240: 2011-05-30 misha
4241:
4242: * src/classes/string.C: - fixed bug which was added with
4243: params.as_hash into string:sql
4244:
4245: 2011-05-29 misha
4246:
4247: * src/types/pa_value.C: - filename in content-disposition header
4248: must be quoted ( bugfix: #361 )
4249:
4250: 2011-05-27 misha
4251:
4252: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4253: created file
4254:
4255: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4256: usage
4257:
4258: * src/include/pa_exception.h: - one more string for exception was
4259: added
4260:
4261: 2011-05-25 misha
4262:
4263: * tests/269.html: - tests for checking input params in some dom
4264: methods
4265:
4266: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4267: was added. it isn't possible not wo create xdoc with invalid
4268: tagName. ( bugfix: #160 )
4269:
4270: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4271: string "data must be string" was mover from pa_exception.h to
4272: pa_xml_exception.h
4273:
4274: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4275: as_xmlncname, as_xmlname and as_xmlnsuri were added
4276:
4277: * src/main/pa_xml_exception.C: - XmlException accepts more options
4278:
4279: * src/include/pa_xml_exception.h: - XmlException accepts more
4280: options - XML-related exception's strings were added
4281:
4282: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4283: output_options were removed)
4284:
4285: 2011-05-19 misha
4286:
4287: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4288: params.as_hash is used more while parsing methods hash-options
4289:
4290: 2011-05-18 misha
4291:
4292: * operators.txt: - info about json-serialization of xdoc was added
4293:
4294: * tests/256.html: - tests for json-serialization xdoc were added
4295:
4296: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4297:
4298: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4299: classes/json.C, classes/xdoc.C: - now json:string can serialize
4300: xdoc-objects. options (the same as ^xdoc.string[]) could be
4301: specified in $.xdoc[] ( new feature: #265 )
4302:
4303: 2011-05-15 misha
4304:
4305: * tests/268.html: - tests for ^table.count[with options] were added
4306:
4307: * src/classes/table.C: - method ^table.count[] now can accept
4308: options ( new feature: #93 ): ^table.count[column] returns number
4309: of columns for named table; ^table.count[cells] returns number of
4310: cells in the current row; ^table.count[] & ^table.count[rows]
4311: return number of rows in a table.
4312:
4313: * tests/267.html: - test for checking switch/case in boolean mode
4314: was added
4315:
4316: * src/classes/op.C: - if switch's or case's value is bool, they are
4317: compared as bool values, not as double values: new feature: #351
4318:
4319: 2011-05-06 misha
4320:
4321: * tests/242.html: - EOL before EOF was added
4322:
4323: * tests/169.html: - tests for splitting empty string and void were
4324: added
4325:
4326: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4327: returned table with one empty cell)
4328:
4329: 2011-04-03 misha
4330:
4331: * src/include/pa_version.h, configure.in: - version in head was
4332: changed to 3.4.2b
4333:
4334: 2011-03-30 misha
4335:
4336: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4337: as well ( new feature #294 )
4338:
4339: 2011-03-29 misha
4340:
4341: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4342: limited to approx. 6 MB. previous limits were too big for real
4343: life. bugfix: #216
4344:
4345: 2011-03-04 moko
4346:
4347: * etc/parser3.charsets/cp866.cfg: Conforms to
4348: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4349:
4350: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4351: vlalek@
4352:
4353: 2011-02-22 misha
4354:
4355: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4356: be under #ifdef XML or parser can't be compiled without xml
4357: support
4358:
4359: 2011-02-21 misha
4360:
1.101 moko 4361: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4362: ApacheModuleParser3.vcproj was removed
4363:
4364: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4365: removed)
4366:
4367: 2011-02-20 misha
4368:
4369: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4370: $.overridden in ^reflection:method_info[...] were added
4371:
4372: * src/classes/reflection.C: - beautifying result of
4373: ^reflection:method_info[] ($.overridden/inherited)
4374:
4375: 2011-02-18 misha
4376:
4377: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4378: and pa_isalnum instead of isalpha and isalnum - bug with
4379: redundand quoting lowercased latin chars while building email
4380: body was fixed
4381:
4382: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4383: added (they check for latin chars only)
4384:
4385: 2011-02-16 misha
4386:
4387: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4388: string size for transcoding gave too small value (should ever
4389: look for availability char in dest charset inspite of the char
4390: size)
4391:
4392: 2011-02-04 moko
4393:
4394: * tests/223.html: header values now not url-encoded (issue #195)
4395:
4396: 2011-02-01 misha
4397:
4398: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4399:
4400: 2011-01-31 misha
4401:
4402: * src/main/pa_request.C: - throw exception if param file_name in
4403: use_file is empty
4404:
4405: 2011-01-08 moko
4406:
4407: * src/classes/curl.C: compilations errors fixed
4408:
4409: 2010-12-29 moko
4410:
4411: * tests/: 265.html, results/265.processed: test for issue #200
4412: added
4413:
4414: * src/main/pa_string.C: empty regex result check added (fixes issue
4415: #200)
4416:
4417: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4418:
4419: * tests/results/223.processed: header values now not url-encoded
4420: (issue #195)
4421:
4422: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4423: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4424: pa_http_safe_header_name added for headers names (fixes bug #195)
4425:
4426: 2010-12-18 misha
4427:
4428: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4429: => pa-include
4430:
4431: 2010-11-28 moko
4432:
4433: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
4434:
4435: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
4436: -> pa
4437:
4438: * configure.in: apr -> pa
4439:
4440: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
4441:
4442: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
4443: classes/Makefile.am, types/Makefile.am: apr -> pa
4444:
4445: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
4446: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
4447: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
4448: pa-include/pa_apr.h, pa-include/pa_errno.h,
4449: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
4450: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
4451: module apr name conflict resolved)
4452:
4453: 2010-11-27 misha
4454:
4455: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
4456: libbz2
4457:
4458: 2010-11-26 misha
4459:
4460: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
4461: warnings removed
4462:
4463: 2010-11-25 moko
4464:
4465: * operators.txt: $.indent(true)
4466:
4467: * operators.txt: another bugfix. :)
4468:
4469: * operators.txt: bugfix. :)
4470:
4471: * buildall-with-xml: libxml2-2.7.8 + with-apache
4472:
4473: 2010-11-24 moko
4474:
1.101 moko 4475: * configure: apxs support
1.95 moko 4476:
4477: * configure.in: apxs support -Bstatic gc removed for OS X
4478:
4479: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
4480:
4481: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
4482: THREAD_LOCAL usage
4483:
4484: * src/: classes/curl.C, include/pa_config_includes.h,
4485: main/pa_globals.C: THREAD_LOCAL defined and used
4486:
4487: 2010-11-23 moko
4488:
4489: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
4490: should be passed to pa_sleep, and only fractional part (bugfix:
4491: #188)
4492:
4493: * src/targets/apache/mod_parser3.c: 1.3 compatibility
4494:
4495: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4496: GC_dont_gc=1, as in cgi version
4497:
4498: * src/targets/apache/mod_parser3.c: warning war
4499:
4500: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4501: pa_httpd.h: version removed, some trash removed
4502:
4503: * src/targets/apache/mod_parser3.c: version removed (we don't want
4504: to show it), warning war
4505:
4506: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4507: pa_httpd.h: parser_status_allowed removed + merge config
4508: functions removed (override is the default) + beauty
4509:
4510: * src/: include/pa_request.h, main/pa_request.C,
4511: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
4512: hide $status used in apache module removed
4513:
4514: 2010-11-18 moko
4515:
4516: * operators.txt: $.table[compact] added for ^json:string[]
4517:
4518: 2010-11-16 moko
4519:
4520: * src/targets/apache/mod_parser3.c: some cleanup done
4521:
4522: * src/main/untaint.C: bugfix: first, second String::Body argument
4523: is hashcode; second, info.fragment_begin is original, not
4524: resulting length
4525:
4526: * src/classes/file.C: new feature: $.stdin now untainted
4527:
4528: * tests/results/264.processed: new feature: $.stdin[] now untainted
4529:
4530: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
4531:
4532: * src/classes/op.C: ^apply-taint[] method added
4533:
4534: * tests/: 264.html, results/264.processed: ^apply-taint[] test
4535: added; $.stdin untaint test added
4536:
4537: 2010-11-15 moko
4538:
4539: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
4540: removed
4541:
4542: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4543: pa_httpd.h: 2x2 calculated under apache2. :)
4544:
4545: 2010-11-13 moko
4546:
4547: * src/targets/apache/mod_parser3.c: initial changes to build module
4548: with apache 2.x includes
4549:
4550: * src/targets/apache/: Makefile.am, mod_parser3.c,
4551: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
4552: united apache 1.3 / apache 2.x DSO module
4553:
4554: 2010-11-09 moko
4555:
4556: * src/types/pa_method.h: check added to dissallow @method[name;*]
4557: syntax
4558:
4559: * tests/: 263.html, results/263.processed: test from method[*args]
4560: added
4561:
4562: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
4563: number of params can now be passed to a method declared with *arg
4564:
4565: 2010-11-06 moko
4566:
4567: * src/classes/table.C: formating fixed. :)
4568:
4569: * src/classes/table.C: closes #4: ^table.select now supports
4570: $.limit(), $.offset, $.reverse() options
4571:
4572: * tests/: 262.html, results/262.processed: test for ^table:select
4573: with options added (feature #4)
4574:
4575: * src/include/pa_array.h: remove function added
4576:
4577: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
4578: object in get_element/put_element, using static one.
4579:
4580: 2010-11-04 moko
4581:
4582: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
4583: options is passed
4584:
4585: * tests/: 256.html, results/256.processed: $.table[compact] feature
4586: now tested; k and p in handler now tested.
4587:
4588: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
4589: $.table[compact] feature added
4590:
4591: * src/classes/json.C: key is now passed to handler in
4592: value_json_string; ^json:string result now process tainting
4593: inside and returns clean string, related to issue #153
4594:
4595: * src/main/untaint.C: bugfix: charset can be null (in
4596: ^string:save[] as example), thus check is added
4597:
4598: 2010-10-31 moko
4599:
4600: * src/classes/string.C: error message changed (fixes issue #149)
4601:
4602: 2010-10-29 moko
4603:
4604: * src/main/pa_http.C: ":port" is now added to "Host:" header if
4605: port is not default (fixes issue #155); exception on invalid port
4606: added.
4607:
4608: * src/main/untaint.C: '*' is now not urlencoded to allow header
4609: "Accept: */*" to be passed
4610:
4611: 2010-10-28 moko
4612:
4613: * src/classes/curl.C: bugfix: detect_charset() was throwing
4614: exception on unknown charset even if response_charset was
4615: specified
4616:
4617: 2010-10-27 moko
4618:
4619: * src/classes/string.C: ^string.append removed for void
4620: compatibility
4621:
4622: 2010-10-26 moko
4623:
4624: * src/classes/json.C: libjson supports array at top level, we too
4625: (GPF fixed)
4626:
4627: 2010-10-25 moko
4628:
4629: * tests/: 253.html, results/253.processed: libjson supports array
4630: at top level, parser now supports it as well.
4631:
4632: * tests/261.html, tests/results/261.processed,
4633: src/types/pa_vstring.h: empty string is now void compatible
4634: (allows $empty.key)
4635:
4636: 2010-10-22 misha
4637:
4638: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
4639: while adding additional expires checkout)
4640:
4641: * tests/030.html: - test for session cookie was added
4642:
4643: 2010-10-21 moko
4644:
4645: * src/: classes/string.C, classes/void.C, main/execute.C,
4646: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
4647: string (feature #111)
4648:
4649: * tests/: 261.html, results/261.processed: checks void from string
4650: inheritance (feature #111)
4651:
4652: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
4653: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
4654: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
4655: now true by default
4656:
4657: 2010-10-17 moko
4658:
4659: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
4660: upload now uses binary blocks instead of L_FILE_POST tainting.
4661: (bugfix: #128)
4662:
4663: * tests/: 223.html, results/223.processed: binary file upload test
4664: added, GPF (issue #128) also checked in this test
4665:
4666: 2010-10-13 misha
4667:
4668: * tests/260.html: - test for math:convert
4669:
4670: * src/classes/math.C: - error in math:convert was fixed
4671:
4672: * operators.txt: - info about
4673: ^math:convert[number](from-base;to-base) was added
4674:
4675: * src/classes/math.C: - method
4676: ^math:convert[number](from-base;to-base) for converting number
4677: represention from one base to another was added ( new feature:
4678: #23 )
4679:
4680: 2010-10-13 moko
4681:
4682: * src/main/compile.tab.C: [] now is empty string, not void
4683:
4684: * src/main/compile.y: [] now is empty string, not void
4685:
4686: * src/types/pa_vvoid.h: void now passed as parameter
4687:
4688: * tests/: 259.html, results/259.processed: to test difference
4689: between void and empty string (see ticket #111)
4690:
4691: * tests/results/152.processed: $sEmpty[] is now empty string, not
4692: void
4693:
4694: * tests/256.html: $s[$void] is no longer empty string
4695:
4696: * tests/254.html: empty string is no longer void
4697:
4698: 2010-10-12 misha
4699:
4700: * src/types/pa_vcookie.C: - check if $.expires value can be
4701: converted to date during cookies set up ( bugfix: #104 )
4702:
4703: * tests/041.html: - more tests for ^table.locate were added
4704:
4705: * src/classes/table.C: - ^table.locate[field;value;options] didn't
4706: work ( bugfix: #129 ) - exception comment for incorrect options
4707: ^table.locate[field;value;options] was fixed
4708:
4709: 2010-10-10 moko
4710:
4711: * src/: classes/reflection.C, main/execute.C: constructor returning
4712: another object feature returned
4713:
4714: * tests/results/258.processed: test result updated as constructor
4715: returning another object feature returned
4716:
4717: * tests/: 258.html, results/258.processed: test for constructor
4718: returning another object
4719:
4720: 2010-10-08 misha
4721:
4722: * tests/257.html: - whitespaces after @METACOMMANDS and their
4723: options shouldn't cause exceptions any longer
4724:
4725: 2010-10-06 moko
4726:
4727: * src/classes/: hash.C, table.C: length from sql server is now
4728: ignored, as sql string can contain 0x00 inside (bugfix: #119)
4729:
4730: 2010-10-02 misha
4731:
4732: * operators.txt: - the X mark was removed from ^cache[file]. it is
4733: usable to delete cache file.
4734:
4735: 2010-10-02 moko
4736:
4737: * tests/: 253.html, results/253.processed: hook_key added for key
4738: checking
4739:
4740: * src/classes/json.C: null key bug fixed
4741:
4742: 2010-09-29 misha
4743:
4744: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
4745:
4746: 2010-09-25 moko
4747:
4748: * src/classes/json.C: small fixed
4749:
4750: * tests/results/: 253.processed, 255.processed: just updated
4751:
4752: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
4753: results/255.processed: charset transcode test added for
4754: json:parse
4755:
4756: 2010-09-24 moko
4757:
4758: * src/types/pa_value.h: warning war :)
4759:
4760: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
4761: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
4762: ^json:string
4763:
4764: 2010-09-22 moko
4765:
4766: * src/main/pa_charset.C: parser charset tables declare only
4767: white-space before 0x20, thus adding the missing chars
4768:
4769: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
4770: to http://unicode.org/Public/MAPPINGS/VENDORS/
4771:
4772: 2010-09-21 misha
4773:
4774: * src/main/compile.y: - some semicolons were added (VS2010 don't
4775: want to compile grammar if they are absent)
4776:
4777: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
4778:
4779: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
4780:
4781: * src/main/main.vcproj: - path to bison is changed
4782:
4783: 2010-09-21 moko
4784:
1.101 moko 4785: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
4786: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
4787: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 4788:
4789: 2010-09-20 misha
4790:
4791: * src/types/pa_vtable.C: - add EOLs while json-serializing table
4792:
4793: * src/classes/json.C: - add EOL while json-serializing hash
4794:
4795: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
4796: compilers don't like 'ES'.
4797:
4798: 2010-09-17 misha
4799:
4800: * operators.txt: - info about json class was added
4801:
4802: * src/classes/json.C: - ^json:string[object]
4803:
4804: * src/: include/pa_request.h, main/pa_request.C: - stuff for
4805: preventing infinite recursion while executing json:string was
4806: added
4807:
4808: * src/include/pa_string.h: - method append_quoted was added
4809:
4810: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
4811: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
4812: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
4813: was added to Value & Co
4814:
4815: * src/classes/date.C: - methods get_gmt_string and get_sql_string
4816: were used
4817:
4818: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
4819: were added
4820:
4821: 2010-09-10 moko
4822:
4823: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4824: die_or_abort (backport from 3.4.1)
4825:
4826: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4827: die_or_abort (bugfix: #106)
4828:
4829: 2010-09-09 moko
4830:
4831: * src/classes/json.C: warning war. :)
4832:
4833: 2010-09-08 misha
4834:
4835: * src/lib/json/Makefile.am: - additional include directories were
4836: added (for pa_memory.h and gc.h)
4837:
4838: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
4839: compile as C++ instead default - additional include directory was
4840: added (for gc.h)
4841:
4842: * src/types/pa_vform.C: - little code reformating
4843:
4844: * src/classes/file.C: - $.content-type option now can be specified
4845: in ^file::create ( new feature: #102 )
4846:
4847: 2010-09-08 moko
4848:
4849: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
4850: pa_malloc/pa_free
4851:
4852: 2010-09-07 moko
4853:
4854: * tests/results/254.processed: VStateless_class:put_element
4855: exception was fixed
4856:
4857: * src/types/: pa_value.h, pa_vstateless_class.h: now
4858: VStateless_class:put_element barks self.type, not this.type
4859: (bugfix: #105)
4860:
4861: 2010-09-06 moko
4862:
4863: * src/classes/reflection.C: bugfix: new String() is required for
4864: exception handling
4865:
4866: * tests/: 254.html, results/254.processed: test modified
4867:
4868: 2010-09-05 moko
4869:
4870: * tests/: 254.html, results/254.processed: ^reflection:copy test
4871: added
4872:
4873: * src/: classes/reflection.C, include/pa_request.h:
4874: ^reflection:copy implemented (new feature: #100)
4875:
4876: 2010-09-03 moko
4877:
4878: * src/lib/json/JSON_parser.C: c++ compatiblity
4879:
4880: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
4881: option testing added
4882:
4883: 2010-09-02 moko
4884:
4885: * src/classes/json.C: $.distinct[first|last|all] added
4886:
4887: 2010-09-01 moko
4888:
4889: * tests/results/253.processed: json test result
4890:
4891: * tests/: 253.html, 253_json.txt: json test added
4892:
4893: * src/classes/json.C: json.C update to actual version + hash key
4894: creation bugfix
4895:
4896: 2010-08-31 misha
4897:
4898: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
4899: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
4900: src/lib/Makefile.am, src/classes/Makefile.am,
4901: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
4902: json library was added
4903:
4904: 2010-08-30 moko
4905:
4906: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
4907: types/pa_vobject.C: cosmetic optimization in
4908: request:execute_method usage
4909:
4910: * src/: include/pa_charset.h, main/pa_charset.C: small
4911: optimization, just to decrease number of lines. :)
4912:
4913: 2010-08-27 misha
4914:
4915: * src/classes/op.C: - taint[json] was added
4916:
4917: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
4918: were added
4919:
4920: * src/main/pa_exec.C: - warning fix was rolled back.
4921:
4922: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
4923: include/pa_string.h: - taint[json] was added - escaping was
4924: slightly modified
4925:
4926: 2010-08-25 misha
4927:
4928: * src/classes/file.C: - typo in file:sql exception was fixed
4929:
4930: * src/main/pa_exec.C: - warning about declared and not used
4931: variable forced_allow was removed
4932:
4933: 2010-08-14 misha
4934:
4935: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
4936: were removed
4937:
4938: 2010-08-11 moko
4939:
4940: * tests/: 249.html, results/249.processed: default setter and
4941: anti-recursive default getter test added
4942:
4943: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
4944: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
4945: types/pa_vobject.h, types/pa_vstateless_class.C,
4946: types/pa_vstateless_class.h: default setter support +
4947: anti-recursive default getter support ( new feature: #13 )
4948:
4949: * src/include/pa_hash.h: optimization: threshold member removed
4950: from hash, reducing sizeof(hash)
4951:
4952: 2010-08-10 misha
4953:
4954: * tests/196.html: - junction-method was added to the test
4955:
4956: * tests/248.html: - ups. typo :)
4957:
4958: * tests/248.html: - test for checking .match with 4 params
4959:
4960: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
4961: 247_windows1251.txt: - test for "transcode file from utf-8 to
4962: $request:charset during loading if the BOM code is detected"
4963:
4964: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
4965: $request:charset during loading if the BOM code is detected ( new
4966: feature: #98 )
4967:
4968: 2010-08-05 misha
4969:
4970: * src/classes/image.C: - ^image.replace now can accept only 2
4971: params. in this case the whole image is affected ( new feature:
4972: #95 )
4973:
4974: 2010-08-04 misha
4975:
4976: * tests/246.html: - test tor ^hash._at[] was added
4977:
4978: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
4979: #53 )
4980:
4981: * src/include/pa_hash.h: - methods for accessing the first and the
4982: last values of ordered hash were added (first_value and
4983: last_value)
4984:
4985: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
4986: (similar to others file's methods):
4987: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
4988: #68 )
4989:
4990: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
4991:
4992: 2010-08-01 moko
4993:
4994: * src/classes/op.C: to correctly process $result[] in code, called
4995: from ^process
4996:
4997: * tests/245.html: $result in ^process[] test added
4998:
4999: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5000: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5001: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5002: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5003: caller, self) op_call(VMethodFrame &frame, bool constructing)
5004: removed, construct(class,method) added
5005:
5006: * tests/results/: 192.processed, 244.processed: request::construct
5007: added
5008:
5009: * tests/: 244.html, 245.html, results/244.processed,
5010: results/245.processed: object creation exceptions and ^process
5011: tests added
5012:
5013: 2010-07-28 misha
5014:
5015: * tests/make_tests.cmd: - win32 EOLs
5016:
5017: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5018: tests on Win32 were added (The system timezone should be GMT+3)
5019:
5020: 2010-07-26 misha
5021:
5022: * tests/: 212.html, results/212.processed: - sizes were removed
5023: mecause they could be different on different OSs
5024:
5025: * tests/065.html: - make it "win32 friendly"
5026:
5027: 2010-07-25 misha
5028:
5029: * src/main/compile.y: - all EOLs between methods are removed during
5030: compilation ( new feature: #47 )
5031:
5032: * tests/results/149.processed: - prepare tests to trim trailing
5033: methods' EOLs
5034:
5035: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5036:
5037: * tests/: results/006.processed, results/014.processed, 006.html,
5038: 014.html, 022.html: - prepare tests to trim trailing methods'
5039: EOLs
5040:
5041: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5042: results/071.processed, results/022.processed: - prepare tests to
5043: trim trailing methods' EOLs
5044:
5045: * tests/: results/073.processed, results/109.processed,
5046: results/142.processed, results/144.processed,
5047: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5048: 144.html: - prepare tests to trim trailing methods' EOLs
5049:
5050: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5051: 149.html, 152.html, results/096.processed, results/107.processed,
5052: results/109.processed, results/142.processed,
5053: results/144.processed: - prepare tests to trim trailing methods'
5054: EOLs
5055:
5056: 2010-07-24 moko
5057:
5058: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5059: the hash order in this test
5060:
5061: * tests/014.html: to check hash order, hash no is longer sorted
5062: before print
5063:
5064: * src/include/pa_hash.h: hash copy constructor now keeps order
5065: (bugfix: #54)
5066:
5067: 2010-07-23 moko
5068:
5069: * tests/results/224.processed: @auto[] is no longer inherited
5070:
5071: * src/types/pa_vstateless_class.C, tests/227.html,
5072: tests/results/227.processed: @auto[] is no longer inherited
5073: (bugfix: #57)
5074:
5075: 2010-07-22 misha
5076:
5077: * src/classes/table.C: - don't skip comment lines during
5078: table::load if encloser or separator is set as '#' ( new feature:
5079: #30 )
5080:
5081: * src/targets/cgi/parser3.C: - don't run as cgi if
5082: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5083: #12 )
5084:
5085: * src/classes/file.C: - set PARSER_VARSION env before external
5086: script executing
5087:
5088: 2010-07-13 misha
5089:
5090: * tests/058.html: - test for suppressing @border was added - test
5091: for user attribute was added
5092:
5093: * tests/results/186.processed: unescaping from \uXXXX
5094:
5095: * tests/186.html: unescaping from \uXXXX
5096:
5097: * tests/: 239.html, results/239.processed: method call type
5098:
5099: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5100: $junction_method.CLASS_NAME (+CLASS)
5101:
5102: 2010-07-07 misha
5103:
5104: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5105: *nix
5106:
5107: 2010-07-05 misha
5108:
5109: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5110: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5111: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5112: comment strings "options must be hash", "options must be hash,
5113: not code" and "called with invalid option" were replaced by
5114: constatns - exception comment string "invalid option passed" was
5115: replaced by "called with invalid option" (now in different
5116: methods are the same exception comment string)
5117:
5118: * src/include/pa_exception.h: - more exception strings were defined
5119:
5120: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5121: types/pa_vstateless_class.h: - now we can define possible
5122: method's call type ( new feature: #5 ) 1.
5123: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5124: methods 2. @static:method[params] (only static keyword could be
5125: used here) -- for specified methods
5126:
5127: * src/main/pa_common.C: - junction points should not be deleted on
5128: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5129: cleanup
5130:
5131: 2010-07-03 misha
5132:
5133: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5134: results/158.processed, results/160.processed,
5135: results/161.processed, results/162.processed,
5136: results/163.processed: - prepare tests to trim trailing methods'
5137: EOLs
5138:
5139: * tests/results/169.processed: - prepare tests to trim trailing
5140: methods' EOLs
5141:
5142: * tests/results/: 168.processed, 169.processed: - prepare tests to
5143: trim trailing methods' EOLs
5144:
5145: * tests/: results/170.processed, results/167.processed,
5146: results/168.processed, results/169.processed, 167.html, 168.html,
5147: 169.html: - prepare tests to trim trailing methods' EOLs
5148:
5149: * tests/: results/170.processed, results/171.processed,
5150: results/172.processed, results/173.processed,
5151: results/174.processed, results/175.processed, 170.html, 171.html,
5152: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5153: trailing methods' EOLs
5154:
5155: * tests/: results/176.processed, results/180.processed,
5156: results/184.processed, results/185.processed,
5157: results/191.processed, results/192.processed,
5158: results/196.processed, results/197.processed,
5159: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5160: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5161: to trim trailing methods' EOLs
5162:
5163: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5164: results/199.processed, results/208.processed,
5165: results/209.processed, results/213.processed,
5166: results/214.processed: - prepare tests to trim trailing methods'
5167: EOLs
5168:
5169: 2010-06-29 misha
5170:
5171: * tests/: 220.html, 218.html, results/218.processed,
5172: results/215.processed, results/217.processed, 215.html, 217.html:
5173: - prepare tests to trim trailing methods' EOLs
5174:
5175: * tests/: results/224.processed, 224.html, 223.html,
5176: results/223.processed, results/220.processed: - prepare tests to
5177: trim trailing methods' EOLs
5178:
5179: * tests/results/: 226.processed, 230.processed: - prepare tests to
5180: trim trailing methods' EOLs
5181:
5182: * tests/: 229.html, results/229.processed: - prepare tests to trim
5183: trailing methods' EOLs
5184:
5185: * tests/: 232.html, 235.html, results/232.processed,
5186: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5187: results/226.processed, results/227.processed,
5188: results/228.processed, results/230.processed: - prepare tests to
5189: trim trailing methods' EOLs
5190:
5191: 2010-06-16 moko
5192:
5193: * tests/: 229.html, results/229.processed: elseif now supported in
5194: ^if
5195:
5196: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5197:
5198: 2010-06-03 misha
5199:
5200: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5201: instead of memcopy for overlaped regions
5202:
5203: 2010-05-25 misha
5204:
5205: * src/main/pa_common.C: - wanring about unused vars was removed
5206:
5207: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5208: get_method_filename was moved to execute.C
5209:
5210: 2010-05-23 misha
5211:
5212: * src/main/pa_request.C: - more accurate detection of method's file
5213:
5214: 2010-05-22 misha
5215:
5216: * src/classes/reflection.C: - bugfix: core during detection of
5217: .file if filespec isn't detected successfully
5218:
5219: 2010-05-20 misha
5220:
5221: * src/main/pa_request.C: - fix in get_method_filename
5222:
5223: * src/include/pa_request.h: - new feature: #24 -- searching
5224: included file in @USE/^use is changed. if its filespec doesn't
5225: start from '/' it will be searched in caller file directory
5226:
5227: * src/classes/reflection.C: - ^reflection:method_info returns file
5228: where the method is defined
5229:
5230: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5231: classes/op.C: - new feature: #24 -- searching included file in
5232: @USE/^use is changed. if its filespec doesn't start from '/' it
5233: will be searched in caller file directory
5234:
5235: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5236: is moved to pa_common.h
5237:
5238: 2010-05-18 misha
5239:
5240: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5241: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5242: cookie parser decode \uXXXX as well as %uXXXX
5243:
5244: 2010-05-17 misha
5245:
5246: * src/classes/curl.C: beauty: - unused param is removed in method
5247: _curl_version_action - some spaces were removed or replaced by
5248: tabs
5249:
5250: * src/classes/table.C: - bugfix: #72 core with empty value during
5251: ^table.hash[...;name_of_the_last_column][$.type[string]]
5252:
5253: 2010-05-16 misha
5254:
5255: * src/classes/curl.C: new: #61 more curl options were added
5256: (contributed by Sumo)
5257:
5258: 2010-04-29 pretender
5259:
5260: * src/main/pa_string.C: fixes #63 Split result from empty string
5261: now empty string.
5262:
5263: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5264: string type.
5265:
5266: 2010-04-28 pretender
5267:
5268: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5269: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5270: macrodefinition removed
5271:
5272: 2010-04-19 pretender
5273:
5274: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5275: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5276:
5277: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5278: fixes #64 Now file.missing exception generates in unsafe mode to.
5279:
5280: * src/classes/file.C: fixes #48 Now not throw "not save environment
5281: variable" exception in grpunlim version.
5282:
5283: 2010-04-05 misha
5284:
5285: * src/classes/string.C: - new feature: 4th param was added to
5286: match. if specified its value is returned in case of nothing was
5287: found
5288:
5289: 2010-04-01 misha
5290:
5291: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5292: multiple execution of /a/b/auto.p
5293:
5294: 2010-03-19 misha
5295:
5296: * src/main/execute.C: - core in $table1.$table2 was fixed
5297:
5298: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5299:
5300: 2010-01-27 misha
5301:
5302: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5303: trying to open file by path /existing-file/non-exixting-file
5304:
5305: 2010-01-26 misha
5306:
5307: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5308: was added (returns file)
5309:
5310: 2009-12-22 misha
5311:
5312: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5313: now parser doesn't have class curl if it was built without it
5314:
5315: 2009-12-15 misha
5316:
5317: * configure.in: - little cheat with curl include dir was added
5318:
5319: 2009-12-05 misha
5320:
5321: * src/classes/curl.C: - some fixes
5322:
5323: 2009-12-04 misha
5324:
5325: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5326: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5327: buildall-with-xml, buildall-without-xml, configure.in: - curl
5328: class was added
5329:
5330: * src/include/pa_hash.h: - hash-iterator was added
5331:
5332: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5333: was added to pcre
5334:
5335: 2009-11-27 misha
5336:
5337: * src/classes/image.C: - don't add @border attribute to output of
5338: ^image.html[] if it was specified by user with empty value
5339:
5340: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5341: root element and we are trying to access .documentElement
5342:
5343: 2009-11-11 misha
5344:
5345: * src/classes/table.C: - in ^table.flip[] look at number of columns
5346: instead of number of items in first row for named tables
5347:
5348: 2009-11-10 misha
5349:
5350: * operators.txt: - info about hash-options in ^file::create was
5351: added
5352:
5353: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5354: added
5355:
5356: 2009-11-09 misha
5357:
5358: * buildall-with-xml: - moving to libxml 2.7.6
5359:
5360: * tests/236.html: - tests for comparations cords with functions
5361: were added
5362:
5363: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5364: added
5365:
5366: * src/main/pa_http.C: - little optimisation
5367:
5368: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5369: GPF mallocs + stringstream (table.save)
5370:
5371: * src/classes/file.C: - file::create now accepts 4th param: options
5372: with $.charset
5373:
5374: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5375: bug in cord (comparation cords with functions was buggy)
5376:
5377: 2009-11-06 misha
5378:
5379: * src/main/pa_string.C: - bugfix: calculation string.length
5380: sometimes was buggy
5381:
5382: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5383: destroyed if exception occured during match/replace
5384:
5385: * src/: main/pa_charset.C, include/pa_charset.h: - method
5386: lengthUTF8Char was added
5387:
5388: * src/classes/op.C: - clean tainting lang was added for user's
5389: usage
5390:
5391: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5392: fixed: checkouts are required after GC_MALLOC
5393:
5394: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5395:
5396: * operators.txt: - actually, there is no ^untaint[xml] in
5397: file::create
5398:
5399: 2009-10-15 misha
5400:
5401: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5402: were added
5403:
5404: * tests/234.html: - more tests for checking ^taint[uri] escaping
5405: were added
5406:
5407: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5408: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5409: hacking: for dealing with transcoding+^taint[uri]
5410: transcode_and_untaint was replaced by untaint_and_transcode
5411:
5412: 2009-10-13 misha
5413:
5414: * tests/: 121.html, results/121.processed: - test transcoding +
5415: url-escaping now
5416:
5417: * tests/results/auto.p: - more helpers' methods were added
5418:
5419: * src/main/pa_globals.C: - die instead of abort
5420:
5421: 2009-10-06 misha
5422:
5423: * src/main/pa_common.C: - don't allocate memory during
5424: capitalization if input string is already capitalized
5425:
5426: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5427:
5428: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5429: use format function because it calls malloc
5430:
5431: * src/include/pa_common.h: - more capitalized headers were added
5432:
5433: * src/main/pa_common.C: - in safe mode clear executable bits during
5434: file writing
5435:
5436: 2009-10-05 misha
5437:
5438: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
5439:
5440: 2009-10-03 misha
5441:
5442: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
5443: ^img.text[] & ^img.length[] can work in utf-8 now
5444:
5445: * src/: include/pa_charset.h, main/pa_charset.C: - class
5446: UTF8_string_iterator was added
5447:
5448: * src/classes/image.C: - respect utf-8 when calculate alphabet
5449: length
5450:
5451: * src/classes/mail.C: - check from before get message.cstr
5452:
5453: 2009-10-02 misha
5454:
5455: * tests/233.html: - test for image.font, image.length, image.text
5456: with text in utf-8 were added
5457:
5458: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
5459:
5460: * buildall-with-xml, buildall-without-xml: - comment about gc
5461: version for freebsd 4 was added
5462:
5463: 2009-10-01 misha
5464:
5465: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
5466: terminator) - read_pipe were slightly optimized
5467:
5468: 2009-09-28 misha
5469:
5470: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
5471: removed
5472:
5473: * src/types/pa_vmail.C: - forgot about space after ':'
5474:
5475: * src/types/pa_vmail.C: - escape filenames while preparing mail
5476: body - small simplifications
5477:
5478: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
5479: inout params like pa_base64
5480:
5481: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
5482: option $.debug-print(1) was added to mail:send - changes for
5483: using uue_encode which uses less memory
5484:
5485: * src/main/pa_common.C: - pa_base64_encode uses less memory now
5486:
5487: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
5488: memory now
5489:
5490: 2009-09-26 misha
5491:
5492: * src/types/pa_vmail.C: - default encoding now is base64
5493:
5494: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
5495:
5496: 2009-09-25 misha
5497:
5498: * src/types/pa_vmail.C: - capitalization of headers was added to
5499: sending mail as well
5500:
5501: * buildall-with-xml: - catalog package was removed from libxml
5502:
5503: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
5504: win32 absolute path
5505:
5506: * src/include/pa_common.h: - one more capitalized header was added
5507:
5508: 2009-09-22 misha
5509:
5510: * INSTALL: - comment about building just httpd binary while
5511: building apache module was added
5512:
5513: 2009-09-21 misha
5514:
5515: * buildall-with-xml: - moving to the latest versions of xml libs:
5516: libxml 2.7.4 and libxslt 1.1.25
5517:
5518: 2009-09-19 misha
5519:
5520: * tests/231.html: - test for encoding cookie in win-1251
5521:
5522: 2009-09-18 misha
5523:
5524: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
5525: object] were added
5526:
5527: * operators.txt: - info about method ^reflection:fields[class or
5528: object] was added
5529:
5530: * src/classes/reflection.C: - method ^reflection:fields[class or
5531: object] was added
5532:
5533: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
5534: methods get_fields were added
5535:
5536: * tests/232.html: - tests for @GET[name]
5537:
5538: * src/classes/table.C: - some changes in handling hash-options for
5539: creare, join and locate
5540:
5541: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
5542: defined with option: the type of requested value
5543:
5544: 2009-09-17 misha
5545:
5546: * tests/212.html: - tests for .pattern and .options were added
5547:
5548: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
5549: $regex.options were added
5550:
5551: 2009-09-11 misha
5552:
5553: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
5554: rewrited. it checks not just one case of sending cookies during
5555: file::load[http], but also sending headers and fields (including
5556: files)
5557:
5558: 2009-09-10 misha
5559:
5560: * src/main/untaint.C: - workaround in file-spec lang for old Macs
5561: was removed => now parser can open files with Russian 'r' in
5562: filename
5563:
5564: * src/main/untaint.C: - bugfix: client charset whould be analized
5565: while escaping cookies but now source charset
5566:
5567: * src/main/pa_http.C: - bugfix: the values of http headers didn't
5568: ^tainted[uri] so it was possible to make request with incorrect
5569: http header
5570:
5571: * src/main/pa_http.C: - capitalization of http headers during
5572: file::load[http was slightly changes - bugfix: all headers which
5573: parser sends during file::load[http should be transcoded and only
5574: then escaped
5575:
5576: * src/main/untaint.C: - a bit more comments were added
5577:
5578: * src/classes/: file.C, string.C: - types where changes (minus 2
5579: warnings)
5580:
5581: * src/include/pa_common.h: - 2 capitalized strings for making http
5582: headers during file::load[http were added
5583:
5584: 2009-09-08 misha
5585:
5586: * operators.txt: - changes in file.save and string.save were added
5587:
5588: * tests/: 230.html, 230.txt: - tests for checking options in
5589: file.save and string.save were added
5590:
5591: * src/main/pa_request.C: - http headers names, which are passed to
5592: SAPI::add_header_attribute are lowercased now (it'll be
5593: capitalized in that method)
5594:
5595: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
5596: classes/string.C: - file_write accepts Request_charsets and asked
5597: charset and cound transcode content before writing - string.save
5598: and file.save have option $.charset now
5599:
5600: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
5601: classes/xdoc.C: - file_write accepts Request_charsets and asked
5602: charset and cound transcode content before writing
5603:
5604: * src/include/pa_exception.h: - new exception comment string was
5605: defined
5606:
5607: 2009-09-07 misha
5608:
5609: * src/main/compile.y: - grammar $name\ name stops now for regex
5610: sub-pattern\s
5611:
5612: 2009-09-04 misha
5613:
5614: * src/main/pa_http.C: - capitalization of http headers during
5615: file::load[http was implemented
5616:
5617: 2009-09-03 misha
5618:
5619: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5620: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
5621: types/pa_vmail.C, targets/cgi/parser3.C,
5622: targets/isapi/parser3isapi.C: - back to storing response http
5623: headers in lowercase - capitalize them during output
5624:
5625: 2009-08-31 misha
5626:
5627: * src/classes/table.C: - allow call with any brackets (it could be
5628: useful in methods with explict result declaration)
5629:
5630: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
5631: correctly if $request:charset==koi8-r
5632:
5633: 2009-08-30 misha
5634:
5635: * src/: include/pa_common.h, main/pa_request.C: - http headers were
5636: changed: content-type => Content-type and so on
5637:
5638: * src/classes/file.C, src/include/pa_common.h,
5639: src/include/pa_request.h, src/main/pa_http.C,
5640: src/main/pa_request.C, src/types/pa_vcookie.C,
5641: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
5642: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
5643: tests/results/002.processed, tests/results/003.processed,
5644: tests/results/004.processed, tests/results/005.processed,
5645: tests/results/006.processed, tests/results/007.processed,
5646: tests/results/008.processed, tests/results/009.processed,
5647: tests/results/010.processed, tests/results/011.processed,
5648: tests/results/012.processed, tests/results/013.processed,
5649: tests/results/014.processed, tests/results/015.processed,
5650: tests/results/016.processed, tests/results/017.processed,
5651: tests/results/018.processed, tests/results/019.processed,
5652: tests/results/020.processed, tests/results/021.processed,
5653: tests/results/022.processed, tests/results/023.processed,
5654: tests/results/024.processed, tests/results/025.processed,
5655: tests/results/026.processed, tests/results/027.processed,
5656: tests/results/028.processed, tests/results/029.processed,
5657: tests/results/030.processed, tests/results/031.processed,
5658: tests/results/032.processed, tests/results/033.processed,
5659: tests/results/034.processed, tests/results/035.processed,
5660: tests/results/036.processed, tests/results/037.processed,
5661: tests/results/038.processed, tests/results/039.processed,
5662: tests/results/040.processed, tests/results/041.processed,
5663: tests/results/042.processed, tests/results/043.processed,
5664: tests/results/044.processed, tests/results/045.processed,
5665: tests/results/046.processed, tests/results/047.processed,
5666: tests/results/048.processed, tests/results/049.processed,
5667: tests/results/050.processed, tests/results/051.processed,
5668: tests/results/052.processed, tests/results/053.processed,
5669: tests/results/054.processed, tests/results/055.processed,
5670: tests/results/056.processed, tests/results/057.processed,
5671: tests/results/058.processed, tests/results/059.processed,
5672: tests/results/060.processed, tests/results/061.processed,
5673: tests/results/062.processed, tests/results/063.processed,
5674: tests/results/064.processed, tests/results/065.processed,
5675: tests/results/066.processed, tests/results/067.processed,
5676: tests/results/068.processed, tests/results/069.processed,
5677: tests/results/070.processed, tests/results/071.processed,
5678: tests/results/072.processed, tests/results/073.processed,
5679: tests/results/074.processed, tests/results/075.processed,
5680: tests/results/076.processed, tests/results/077.processed,
5681: tests/results/078.processed, tests/results/079.processed,
5682: tests/results/080.processed, tests/results/081.processed,
5683: tests/results/082.processed, tests/results/083.processed,
5684: tests/results/084.processed, tests/results/085.processed,
5685: tests/results/086.processed, tests/results/087.processed,
5686: tests/results/088.processed, tests/results/089.processed,
5687: tests/results/090.processed, tests/results/091.processed,
5688: tests/results/092.processed, tests/results/093.processed,
5689: tests/results/094.processed, tests/results/095.processed,
5690: tests/results/096.processed, tests/results/097.processed,
5691: tests/results/098.processed, tests/results/099.processed,
5692: tests/results/100.processed, tests/results/101.processed,
5693: tests/results/102.processed, tests/results/103.processed,
5694: tests/results/104.processed, tests/results/105.processed,
5695: tests/results/106.processed, tests/results/107.processed,
5696: tests/results/108.processed, tests/results/109.processed,
5697: tests/results/110.processed, tests/results/111.processed,
5698: tests/results/112.processed, tests/results/113.processed,
5699: tests/results/114.processed, tests/results/115.processed,
5700: tests/results/116.processed, tests/results/117.processed,
5701: tests/results/118.processed, tests/results/119.processed,
5702: tests/results/120.processed, tests/results/121.processed,
5703: tests/results/122.processed, tests/results/123.processed,
5704: tests/results/124.processed, tests/results/125.processed,
5705: tests/results/126.processed, tests/results/127.processed,
5706: tests/results/128.processed, tests/results/129.processed,
5707: tests/results/130.processed, tests/results/131.processed,
5708: tests/results/132.processed, tests/results/133.processed,
5709: tests/results/134.processed, tests/results/135.processed,
5710: tests/results/136.processed, tests/results/138.processed,
5711: tests/results/139.processed, tests/results/140.processed,
5712: tests/results/141.processed, tests/results/142.processed,
5713: tests/results/143.processed, tests/results/144.processed,
5714: tests/results/145.processed, tests/results/146.processed,
5715: tests/results/147.processed, tests/results/148.processed,
5716: tests/results/149.processed, tests/results/150.processed,
5717: tests/results/151.processed, tests/results/152.processed,
5718: tests/results/153.processed, tests/results/154.processed,
5719: tests/results/155.processed, tests/results/156.processed,
5720: tests/results/157.processed, tests/results/158.processed,
5721: tests/results/159.processed, tests/results/160.processed,
5722: tests/results/161.processed, tests/results/162.processed,
5723: tests/results/163.processed, tests/results/164.processed,
5724: tests/results/165.processed, tests/results/166.processed,
5725: tests/results/167.processed, tests/results/168.processed,
5726: tests/results/169.processed, tests/results/170.processed,
5727: tests/results/171.processed, tests/results/172.processed,
5728: tests/results/173.processed, tests/results/174.processed,
5729: tests/results/175.processed, tests/results/176.processed,
5730: tests/results/177.processed, tests/results/178.processed,
5731: tests/results/179.processed, tests/results/180.processed,
5732: tests/results/181.processed, tests/results/182.processed,
5733: tests/results/183.processed, tests/results/184.processed,
5734: tests/results/185.processed, tests/results/186.processed,
5735: tests/results/187.processed, tests/results/188.processed,
5736: tests/results/189.processed, tests/results/190.processed,
5737: tests/results/191.processed, tests/results/192.processed,
5738: tests/results/193.processed, tests/results/194.processed,
5739: tests/results/195.processed, tests/results/196.processed,
5740: tests/results/197.processed, tests/results/198.processed,
5741: tests/results/199.processed, tests/results/200.processed,
5742: tests/results/201.processed, tests/results/202.processed,
5743: tests/results/203.processed, tests/results/204.processed,
5744: tests/results/205.processed, tests/results/206.processed,
5745: tests/results/207.processed, tests/results/208.processed,
5746: tests/results/209.processed, tests/results/210.processed,
5747: tests/results/211.processed, tests/results/212.processed,
5748: tests/results/213.processed, tests/results/214.processed,
5749: tests/results/215.processed, tests/results/216.processed,
5750: tests/results/217.processed, tests/results/218.processed,
5751: tests/results/219.processed, tests/results/220.processed,
5752: tests/results/221.processed, tests/results/222.processed,
5753: tests/results/223.processed, tests/results/224.processed,
5754: tests/results/225.processed, tests/results/226.processed,
5755: tests/results/227.processed, tests/results/228.processed,
5756: tests/results/229.processed: - http headers were changed:
5757: content-type => Content-type and so on
5758:
5759: 2009-08-27 misha
5760:
5761: * src/: main/pa_random.C, include/pa_random.h,
5762: targets/cgi/parser3.C: - year was updated :)
5763:
5764: 2009-08-26 misha
5765:
5766: * tests/: 224.html, 224.p: - test for creating of parser object
5767: using constructor without params - little bugfix in test
5768:
5769: * src/main/compile_tools.h: - bugfix: should't call autouse while
5770: checking existed class while processing partial option
5771:
5772: * src/classes/reflection.C: - bugfix: core when creating object
5773: with reflection and constructor doesn't have params
5774:
5775: 2009-08-24 misha
5776:
5777: * tests/229.html: - tests for checking the number of parameters
5778: were added
5779:
5780: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
5781: number of method's parameters wasn't checked correctly (the bug
5782: was introduced in 3.4.0)
5783:
5784: 2009-08-22 misha
5785:
5786: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
5787: transcoded, but tainted pieces are escaped only when
5788: content-type==url-encoding
5789:
5790: * tests/228.html: - test for checking
5791: ^file::load[http://...;$.body[]]
5792:
5793: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
5794: post charset was too early (charsets is empty at this moment)
5795:
5796: 2009-08-21 misha
5797:
5798: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
5799: main/untaint.C: - some fixes with transcode+untaint
5800:
5801: 2009-08-15 misha
5802:
5803: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
5804: was increaced to 100 (was 50)
5805:
5806: * tests/227.html: - test for checking overriding properties in
5807: static classes was added
5808:
5809: * tests/: 226.html, 226.p: - test for @autoload[] was added
5810:
5811: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
5812: main/execute.C, main/pa_request.C, classes/reflection.C: -
5813: autouse was implemented
5814:
5815: 2009-08-14 misha
5816:
5817: * src/classes/reflection.C: - outdated checkout was removed
5818:
5819: * src/classes/reflection.C: - optimization - method ^dynamical was
5820: added.
5821:
5822: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
5823: types/pa_vstateless_class.h, main/execute.C: - optimization
5824:
5825: * src/types/pa_vclass.C: - exception if base on sytem class
5826:
5827: 2009-08-12 misha
5828:
5829: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
5830: pa_vstateless_class.h: - little optimisation
5831:
5832: 2009-08-11 misha
5833:
5834: * tests/224.html: - method_params => method_info - checking for
5835: $.inherited
5836:
5837: * src/classes/reflection.C, operators.txt: - method method_params
5838: was renamed to method_info and now it returns class name, if
5839: method was defined in ancestor
5840:
5841: * tests/225.html: - tests for cheching properties in hierarhical
5842: classes were added
5843:
5844: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
5845: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5846: main/compile.y, main/execute.C, classes/classes.C: - problems
5847: with properties in new classes implementation were fixed
5848:
5849: 2009-08-10 misha
5850:
5851: * src/main/execute.C: - now constructor shouldn't be defined in
5852: class. it could be defined in parent.
5853:
5854: 2009-08-09 misha
5855:
5856: * src/classes/reflection.C: - ^reflection:methods doesn't return
5857: base's methods
5858:
5859: 2009-08-08 misha
5860:
5861: * src/: classes/classes.h, classes/date.C, classes/file.C,
5862: classes/form.C, classes/hash.C, classes/hashfile.C,
5863: classes/image.C, classes/mail.C, classes/op.C,
5864: classes/reflection.C, classes/regex.C, classes/string.C,
5865: classes/table.C, classes/xdoc.C, classes/xnode.C,
5866: classes/xnode.h, include/pa_hash.h, main/execute.C,
5867: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
5868: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5869: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5870: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5871: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
5872: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5873: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
5874: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
5875: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
5876: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
5877: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
5878: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
5879: types/pa_vresponse.C, types/pa_vresponse.h,
5880: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5881: types/pa_vstateless_object.h, types/pa_vstatus.C,
5882: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
5883: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5884: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5885: types/pa_wwrapper.h, types/types.vcproj: - new classes
5886: implementation
5887:
5888: * buildall-with-xml, buildall-without-xml: - gc has a bug if
5889: USE_MUNMAP is used. so it is disabled as a workaround.
5890:
5891: 2009-08-05 misha
5892:
5893: * src/: main/pa_common.C, include/pa_common.h: - not needed
5894: parameter was removed
5895:
5896: * src/main/pa_http.C: - bugfix: error was during detecting
5897: content-type of file which was loaded by http
5898:
5899: 2009-08-01 misha
5900:
5901: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
5902: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
5903: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
5904: can't be disabled with defines any longer
5905:
5906: 2009-07-29 misha
5907:
5908: * src/classes/reflection.C, tests/results/224.processed: - for
5909: native methods with any call type now returned empty call_type
5910: value
5911:
5912: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5913: classes/table.C, include/pa_hash.h, include/pa_request.h,
5914: main/pa_request.C: - break in cycles was optimized
5915:
5916: * INSTALL: - more defines were described
5917:
5918: 2009-07-28 misha
5919:
5920: * operators.txt: - some changes in information about reflection
5921: class
5922:
5923: * tests/: 224.html, 224.p: - tests for reflection class
5924:
5925: * src/classes/reflection.C: - some bugs were fixed, method classes
5926: was added, refactoring
5927:
5928: 2009-07-26 misha
5929:
5930: * src/classes/classes.vcproj: - reflection class wass added to
5931: project
5932:
5933: * operators.txt: - information about reflection class was added
5934:
5935: * src/classes/reflection.C: - class was redesigned
5936:
5937: 2009-07-24 misha
5938:
5939: * src/classes/: Makefile.am, reflection.C: - class reflection was
5940: added
5941:
5942: * src/types/pa_vstateless_class.h: - method for reflection method's
5943: in classes was added
5944:
5945: 2009-07-22 misha
5946:
5947: * src/main/compile_tools.h: - bugfix: $object.$var was
5948: over-optimized. it failed if $object1.$object2.field
5949:
5950: 2009-07-16 misha
5951:
5952: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
5953: lib/cord/cordxtra.c, lib/cord/include/cord.h,
5954: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
5955: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
5956: one more arg: length of cord
5957:
5958: 2009-07-15 misha
5959:
5960: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
5961: tainted in ^file::load[http://...;$.cookies[]]
5962:
5963: * src/classes/: op.C, regex.C, string.C: - new string with
5964: exception was used
5965:
5966: * src/include/pa_exception.h: - new string with exception was added
5967:
5968: * tests/223.html: - test for checking cookie-encoding during
5969: ^file::load[http was added
5970:
5971: * tests/: 221.html, 222.html: - tests for checking type of
5972: $table.fields.field were added
5973:
5974: * src/types/pa_vtable.C: - not used var decl was removed
5975:
5976: * src/include/pa_string.h: - use cached string length in Body::mid.
5977: it improves speed of match with brackets in pattern
5978:
5979: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
5980: outside
5981:
5982: 2009-07-14 misha
5983:
5984: * src/types/pa_vtable.C: - $table.fields.a return string even if
5985: column is empty (sometime returned void) - $table.fields was
5986: added for nameless tables
5987:
5988: * src/targets/cgi/getopt.c: - one warning resolved
5989:
5990: * src/main/pa_string.C: - potentian bug fixed
5991:
5992: * src/classes/op.C: - small optimization in taint/untaint
5993:
5994: 2009-07-13 misha
5995:
5996: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
5997: added
5998:
5999: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6000: souldn't add the attribut to output
6001:
6002: 2009-07-11 misha
6003:
6004: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6005: stack size was increaced to 2MB (default=1MB)
6006:
6007: 2009-07-08 misha
6008:
6009: * src/main/pa_string.C: - link to UTF-8 description was added
6010:
6011: * src/include/pa_hash.h: - hash keeps element's order in more
6012: places (ex: ._keys[])
6013:
6014: * tests/220.html: - test for checking order of elements in hash in
6015: foreach was added
6016:
6017: * tests/172.html: - small changes in printing hash
6018:
6019: * tests/129.html: - small changes in printing hash
6020:
6021: * src/: include/pa_common.h, include/pa_hash.h,
6022: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6023: types/pa_vmethod_frame.h: - hash now keeps order of elements
6024:
6025: * tests/014.html: - small changes in printing hash
6026:
6027: 2009-07-07 misha
6028:
6029: * src/classes/op.C: - new taint language "parser-code" was added
6030:
6031: * tests/219.html: - test for auto untaint parser code in process
6032: was added
6033:
6034: * src/classes/op.C: - tainted pieces in body of process are
6035: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6036:
6037: * src/: include/pa_string.h, main/untaint.C: - new language
6038: L_PARSER_CODE for auto-untaint in process was added
6039:
6040: * src/: classes/file.C, classes/hash.C, classes/image.C,
6041: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6042: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6043: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6044: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6045: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6046: code cleanup
6047:
6048: 2009-07-06 misha
6049:
6050: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6051: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6052: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6053:
6054: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6055: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6056: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6057: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6058: should be used
6059:
6060: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6061: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6062: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6063: untaint_cstr[m] should be used
6064:
6065: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6066: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6067:
6068: * tests/218.html: - test for checking automatic file-spec-taint was
6069: added
6070:
6071: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6072: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6073: classes/file.C, classes/hash.C, classes/image.C,
6074: classes/string.C, classes/table.C, classes/void.C,
6075: classes/xdoc.C: - optimizations and simplification of
6076: string.cstr(...)
6077:
6078: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6079: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6080: - optimizations and simplification of string.cstr(...)
6081:
6082: 2009-07-04 misha
6083:
6084: * tests/217.html: - test for recursion detection was added
6085:
6086: * src/: types/types.vcproj, main/main.vcproj,
6087: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6088: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6089: from .vcproj
6090:
6091: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6092:
6093: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6094: uploading files and case-insensitive http-method were added
6095:
6096: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6097: tainted pattern in ^file:list[] was added
6098:
6099: 2009-07-03 misha
6100:
6101: * src/: classes/classes.vcproj, main/main.vcproj,
6102: types/types.vcproj, targets/cgi/parser3.vcproj,
6103: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6104: for dynamic_cast) - little options changes
6105:
6106: * src/main/pa_http.C: - file::load[http works now with uploading
6107: files _and_ changing $.charset
6108:
6109: 2009-06-29 misha
6110:
6111: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6112: while creating pattern
6113:
6114: 2009-06-25 misha
6115:
6116: * src/classes/image.C, operators.txt: - options' names for
6117: ^image.font were changed to $.space, $.width and $spacing -
6118: default space width now == gif's width
6119:
6120: 2009-06-24 misha
6121:
6122: * tests/215.html: - tests for $file.mode were added
6123:
6124: * operators.txt: - added info about $file.mode and changes in
6125: ^image.font[
6126:
6127: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6128: param now could be omited - third param now could be hash (with
6129: all widths options: $.space-width, $.letter-width) - it's
6130: possible to specify tracking ($.letter-space)
6131:
6132: * src/classes/file.C: - file objects now could have mode field
6133: (text|binary)
6134:
6135: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6136:
6137: 2009-06-23 misha
6138:
6139: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6140: trim can work with utf-8 chars now
6141:
6142: 2009-06-20 misha
6143:
6144: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6145: was implemented
6146:
6147: * src/classes/table.C: - string length cacheing was implemented
6148:
6149: * src/include/pa_string.h: - string length cacheing was implemented
6150:
6151: 2009-06-17 misha
6152:
6153: * src/main/execute.C: - value param was removed from
6154: WContext::WContext
6155:
6156: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6157: pa_wwrapper.h: - value param was removed from WContext::WContext
6158: - field wcontext was removed from VCodeFrame (using fparent
6159: instead)
6160:
6161: * tests/214.html: - test with hash copying
6162:
6163: 2009-06-16 misha
6164:
6165: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6166: strings doesn't work in expression anymore
6167:
6168: * src/main/execute.C: - less calls for get_constructing() - little
6169: refactoring
6170:
6171: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6172: include/pa_request.h: - less calls for get_constructing()
6173:
6174: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6175: introduced with OPTIMIZE_SINGLE_STRING optimization
6176:
6177: 2009-06-14 misha
6178:
6179: * src/: classes/date.C, classes/file.C, classes/hash.C,
6180: classes/hashfile.C, classes/image.C, classes/regex.C,
6181: classes/table.C, classes/xdoc.C, classes/xnode.h,
6182: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6183: types/pa_vstateless_class.h, main/execute.C: - create object for
6184: storing object's fields only for parser objects
6185:
6186: 2009-06-13 misha
6187:
6188: * buildall-with-xml, buildall-without-xml: - new option was added
6189: for building GC (it slightly reduces memory usage)
6190:
6191: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6192: single string write
6193:
6194: * src/main/execute.C: - bytecode optimization of ^class:constructor
6195: - optimization of single string write
6196:
6197: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6198: - bytecode optimization of ^class:constructor
6199:
6200: 2009-06-09 misha
6201:
6202: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6203: main (better compatibility)
6204:
6205: 2009-06-08 misha
6206:
6207: * src/main/compile.y: - I've forgot to commit it :(
6208:
6209: 2009-06-07 misha
6210:
6211: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6212: WITH_READ and WITH_ROOT
6213:
6214: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6215: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6216: WITH_ROOT - little refactoring
6217:
6218: 2009-06-06 misha
6219:
6220: * tests/213.html: - tests for 3rd match string-param were added
6221:
6222: * src/classes/string.C: - 3rd match param could be string now
6223:
6224: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6225: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6226: GET_OBJECT_ELEMENT
6227:
6228: 2009-06-05 misha
6229:
6230: * src/main/pa_http.C: - bugfix: content-length was not calculated
6231: if $.body was specified
6232:
6233: 2009-06-04 misha
6234:
6235: * src/classes/op.C: - optimizing write_assign_lang in connect
6236:
6237: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6238:
6239: * src/main/execute.C: - little refactoring - optimizing
6240: write_assign_lang in taint/untaint
6241:
6242: * src/include/pa_opcode.h: - little refactoring
6243:
6244: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6245: main/compile_tools.h, main/execute.C: - optimizations for
6246: $self.field, ^self.method, $self.field[...] and $self.field(...)
6247: were added
6248:
6249: 2009-06-03 misha
6250:
6251: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6252:
6253: 2009-06-02 misha
6254:
6255: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6256: include/pa_opcode.h: - refactoring in last optimizations
6257: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6258: now but code is much easy and it is ready for further
6259: improvements.
6260:
6261: 2009-05-27 misha
6262:
6263: * src/: types/pa_junction.h, types/pa_vjunction.C,
6264: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6265: changed in destructing junctions
6266:
6267: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6268: String:Body
6269:
6270: 2009-05-26 misha
6271:
6272: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6273: one method detect_charset was deleted - bug was fixed in this
6274: method (error while detecting charset in content_type withot last
6275: ';')
6276:
6277: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6278: once
6279:
6280: 2009-05-25 misha
6281:
6282: * src/classes/file.C: - bugfix: file::exec didn't work after
6283: optimizing of helper_length
6284:
6285: 2009-05-24 misha
6286:
6287: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6288: were added - little refactoring
6289:
6290: * src/main/execute.C: - core while printing in debug log
6291: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6292: optimisations were added
6293:
6294: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6295: were added
6296:
6297: 2009-05-23 misha
6298:
6299: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6300: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6301: CORD_cat optimization
6302:
6303: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6304: - call constr optimisation under separate define now
6305:
6306: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6307: in $b should be string, not void
6308:
6309: * src/main/compile.y: - little fix for rem-cut optimisation
6310:
6311: * src/: include/pa_opcode.h, main/compile_tools.C,
6312: main/compile_tools.h, main/execute.C: - optimisations for
6313: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6314:
6315: * INSTALL: - description of some #defined were added
6316:
6317: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6318: before 1st access (memory usage is reduced if don't access to
6319: .text field)
6320:
6321: * src/include/pa_array.h: - array grows step now not static (it
6322: reduces numbers of reallocs)
6323:
6324: 2009-05-20 misha
6325:
6326: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6327: $.b(2), $c[d] and $.e[f] was added
6328:
6329: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6330: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6331: $.e[f] was added
6332:
6333: * src/main/execute.C: - debug printing moved in defines
6334:
6335: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6336: and little refactoring for OP_GET_OBJECT_ELEMENT +
6337: OP_GET_OBJECT_VAR_ELEMENT optimisation
6338:
6339: 2009-05-19 misha
6340:
6341: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6342: execute.C: - $a.$b & ^a.$b bytecode optimisation
6343:
6344: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6345: ^a.$b optimisation)
6346:
6347: * src/main/compile.y: - compiler now generate new opcodes:
6348: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6349: ^a.b - compiler now cut off ^rem{ with all content ; any number
6350: of params }
6351:
6352: * src/main/execute.C: - code for handle new opcodes
6353: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6354:
6355: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6356: added for LA2V and LA2S
6357:
6358: * src/include/pa_opcode.h: - new defines which can be used for
6359: disable some bytecode optimisation and new opcodes were added
6360:
6361: 2009-05-17 misha
6362:
6363: * src/lib/cord/cordxtra.c: - bugfix.
6364:
6365: * tests/212.html: - .size[] and .study_size[] were added to tests
6366:
6367: * operators.txt: - info about regex class was added
6368:
6369: * tests/212.html: - tests for regex class were added
6370:
6371: 2009-05-16 misha
6372:
6373: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6374: gc7.1
6375:
6376: * tests/022.html: - test for ^file:list[path;] (empty second param)
6377: was added
6378:
6379: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6380: param) should work
6381:
6382: 2009-05-15 misha
6383:
6384: * src/classes/table.C: - automatically disable stringstream usage
6385: on freebsd4
6386:
6387: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6388: scope
6389:
6390: * tests/211.html: - test with different types of access to hash was
6391: added
6392:
6393: * tests/210.html: - test which checks for loosing tainting in
6394: hash's keys was added
6395:
6396: * tests/208.html: - some parser work added. or stime == 0 %-)
6397:
6398: * src/lib/cord/cordbscs.c: - little hack was added to cord
6399:
6400: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6401:
6402: * src/include/pa_version.h, configure.in: - moko have made a lot of
6403: optimisations for increacing version number more dramatically :)
6404:
6405: * src/classes/date.C: - little refactoring: use constructor which
6406: accepts formated string
6407:
6408: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6409: which can print formatted string was added
6410:
6411: 2009-05-14 misha
6412:
6413: * src/include/pa_string.h: - type was fixed
6414:
6415: * src/: classes/hashfile.C, classes/op.C,
6416: include/pa_cache_managers.h, include/pa_charset.h,
6417: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6418: include/pa_request.h, include/pa_sql_driver_manager.h,
6419: include/pa_string.h, include/pa_stylesheet_manager.h,
6420: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6421: main/pa_charsets.C, main/pa_string.C,
6422: main/pa_stylesheet_connection.C, types/pa_value.h,
6423: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6424: types/pa_vobject.C, types/pa_vstateless_class.C,
6425: types/pa_vstateless_class.h: - hash_code caching was implemented
6426: (seaches should be faster now)
6427:
6428: * src/: classes/file.C, classes/hash.C, classes/image.C,
6429: classes/string.C, classes/table.C, include/pa_string.h,
6430: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6431: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
6432: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
6433: types/pa_vrequest.C: - String constructors don't have that stupid
6434: true/false param which means 'tainted'. they accept lang instead.
6435:
6436: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
6437: with OPTIMIZE_RESULT
6438:
6439: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
6440: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
6441:
6442: 2009-05-13 misha
6443:
6444: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
6445: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
6446: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6447: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
6448: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
6449: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6450: include/pa_string.h, classes/date.C, classes/file.C,
6451: classes/hash.C, classes/image.C, classes/string.C,
6452: classes/table.C, classes/xdoc.C: - result optimisation -
6453: helper_length parameter removed from string constructors
6454:
6455: 2009-05-11 misha
6456:
6457: * tests/209.html: - tests for ^hash::create[hash] were added
6458:
6459: * tests/208.html: - tests for $status:rusage, $status:memory,
6460: ^memory:compact[] were added
6461:
6462: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
6463: log10 were added
6464:
6465: * tests/206.html: - test for try with finally was added
6466:
6467: 2009-05-10 misha
6468:
6469: * tests/205.html: - test for ^file::create[...] was added
6470:
6471: * tests/204.html: - test for ^response:clear[] was added
6472:
6473: * tests/038.html: - tests for trigonometric functions were added
6474:
6475: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
6476: added - more tests for .add, .sub, .union, .intersects and
6477: .intersections
6478:
6479: * tests/065.html: - test for ^file:dirname was added
6480:
6481: * tests/030.html: - test for $cookie:fields was added
6482:
6483: * tests/203.html: - test for ^h._keys[column name] was added
6484:
6485: * tests/201.html: - tests for .trim were added
6486:
6487: * tests/202.html: - tests for last-day,
6488: date:calendar[type](YYYY;MM;DD) were added
6489:
6490: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
6491: .offset[type](N) were added
6492:
6493: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
6494: and .pos[c](N) were added
6495:
6496: * tests/141.html: - test for math:sha1 was added
6497:
6498: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
6499:
6500: 2009-05-09 misha
6501:
6502: * src/main/compile.y: - rollback
6503:
6504: 2009-05-05 misha
6505:
6506: * src/main/pa_exec.C: - little optimisation: somewhere length() was
6507: replaced by is_empty()
6508:
6509: * src/: include/pa_string.h, main/pa_charset.C: - little
6510: optimisation: somewhere length() was replaced by is_empty()
6511:
6512: * src/classes/table.C: - little optimisation: somewhere length()
6513: was replaced by is_empty()
6514:
6515: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
6516: classes/op.C, classes/table.C, main/pa_exception.C: - little
6517: optimisation: somewhere length() was replaced by is_empty()
6518:
6519: 2009-05-04 misha
6520:
6521: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6522: types/pa_vstateless_class.h, main/execute.C,
6523: include/pa_request.h, classes/hash.C, classes/op.C,
6524: classes/table.C: - more optimisations were added: some operators
6525: don't switch write context anylonger
6526:
6527: 2009-05-01 misha
6528:
6529: * src/main/compile.y: - slightly more opcode optimisations for
6530: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
6531:
6532: * src/main/execute.C: - simplifying process for getters
6533:
6534: 2009-04-30 misha
6535:
6536: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
6537:
6538: * tests/results/199.processed: - test for checking $result into
6539: ^rem was added
6540:
6541: * tests/199.html: - test for checking $result into ^rem was added
6542:
6543: * tests/: 022.html, 096.html: - þsort after :list was asses (on
6544: some OS it returns list in different order)
6545:
6546: * src/: include/pa_array.h, include/pa_request.h,
6547: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
6548: changes in stack impl - get_element() optimisation: 3rd param
6549: removed - bugfix: problems with reading empty input param -
6550: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
6551:
6552: * tests/results/198.processed: - test for reading empty local var
6553: was added
6554:
6555: * tests/198.html: - test for reading empty local var was added
6556:
6557: 2009-04-29 misha
6558:
6559: * src/main/compile.y: - bugfix: couldn't compile because
6560: OP_VALUE__GET_ELEMENT should be unde #ifdef
6561:
6562: * src/: include/pa_array.h, include/pa_opcode.h,
6563: include/pa_request.h, main/compile.y, main/execute.C,
6564: main/pa_request.C, types/pa_vmethod_frame.C,
6565: types/pa_vmethod_frame.h: - we can work without opcode
6566: OP_STORE_PARAM, so it was removed
6567:
6568: 2009-04-28 misha
6569:
6570: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
6571: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
6572: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
6573: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
6574: 4.
6575: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
6576:
6577: * src/main/compile_tools.h: - new stuff for op-codes optimisation
6578:
6579: * src/: main/pa_string.C, classes/string.C: - !length() =>
6580: is_empty()
6581:
6582: 2009-04-27 misha
6583:
6584: * src/types/pa_vregex.h: - back explicit vars initialisation
6585:
6586: 2009-04-24 misha
6587:
6588: * src/classes/string.C: - ups. typo fixed
6589:
6590: * src/main/execute.C: - more replacements '*new VBool' to
6591: 'VBool::get' - checks for ^break[], ^continue[] and
6592: parser.interrupted were optimised
6593:
6594: * src/classes/string.C: - number of params.count() calls was
6595: slightly reduced
6596:
6597: 2009-04-23 misha
6598:
6599: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6600: make it x64 friendly
6601:
6602: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6603: parser is x64 friendly now
6604:
6605: 2009-04-22 misha
6606:
6607: * src/types/pa_vhashfile.C: - coder friendly exception about
6608: exceeding record size was added
6609:
6610: * src/classes/file.C: - use vregex object instead of direct calls
6611: methods from pcre lib
6612:
6613: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
6614: classes/string.C: - use vregex object instead of direct calls
6615: methods from pcre lib
6616:
6617: * src/: include/pa_common.h, main/pa_common.C: - method
6618: print_pcre_exec_error_text was moved to class vregex
6619:
6620: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
6621: was added
6622:
6623: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
6624: - class vregex was added
6625:
6626: 2009-04-21 misha
6627:
6628: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
6629:
6630: * src/: types/pa_junction.h, types/pa_value.C,
6631: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
6632: types/pa_wcontext.h, main/execute.C, classes/op.C: -
6633: junction-optimisation (destructors)
6634:
6635: * src/include/pa_array.h: - free under if now
6636:
6637: 2009-04-19 misha
6638:
6639: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
6640:
6641: 2009-04-18 misha
6642:
6643: * src/include/pa_version.h:
6644: :q :
6645:
6646: CV:
6647: ----------------------------------------------------------------------
6648:
6649: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
6650: refactoring
6651:
6652: * src/: include/pa_array.h, include/pa_hash.h,
6653: types/pa_vmethod_frame.h: - destructors under #ifdef now
6654:
6655: * src/include/pa_memory.h: - define for using destructors was added
6656:
6657: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6658: main/execute.C: - some junctions will be cached now
6659:
6660: * src/include/pa_hash.h: - hash destructor frees pairs now
6661:
6662: * src/include/pa_array.h: - inline was added to destructor
6663:
6664: * src/types/pa_method.h: - comment was changed
6665:
6666: 2009-04-17 misha
6667:
6668: * src/: include/pa_array.h, include/pa_hash.h,
6669: types/pa_vmethod_frame.h: - destructors were added
6670:
6671: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
6672: renamed to always_use_result
6673:
6674: * src/main/: compile.y, compile_tools.h: - rollback changes in
6675: compiler: full backward compatibility is better
6676:
6677: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
6678: result in var's hash
6679:
6680: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6681: optimisation in method_frame
6682:
6683: * src/include/pa_array.h: - optimisation in array (allocate
6684: elements only when needed)
6685:
6686: * src/types/pa_vresponse.C: - check for $response:headers field
6687: before looking at custom fields
6688:
6689: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
6690: not needed to check existance var with name 'result' in var's
6691: hash
6692:
6693: * src/main/compile.y: - compiler was changed: now it detects
6694: writings to $result and set flag writo_to_result in method
6695:
6696: * src/classes/string.C: - little optimisation: no needed to write
6697: number with lang
6698:
6699: * src/main/pa_charset.C: - methods readChar and skipChar which is
6700: used for read utf8-strings were renamed - is_escaped was renamed
6701: to isEscaped (to the same name convention)
6702:
6703: * src/: types/pa_method.h, main/compile_tools.h: - flag
6704: write_to_result added. compiler get this info from code.
6705:
6706: 2009-04-16 misha
6707:
6708: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
6709: String only before 1st write
6710:
6711: * src/include/pa_string.h: - not needed template removed
6712:
6713: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
6714: types/pa_vjunction.C, types/pa_vproperty.C,
6715: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
6716: main/pa_request.C, classes/bool.C, classes/double.C,
6717: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
6718: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
6719: bool objects)
6720:
6721: 2009-04-15 misha
6722:
6723: * src/lib/cord/cordxtra.c: - more optimisation
6724:
6725: * src/: include/pa_string.h, main/untaint.C: - String::append
6726: optimisation
6727:
6728: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
6729: then get and can sometime be used)
6730:
6731: * src/main/pa_string.C: - String::length optimisation
6732:
6733: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
6734: these methods read different strings
6735:
6736: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6737: fresult_initial_void removed + some optimisation - if $result
6738: defined we don't write to context anymore
6739:
6740: * src/main/pa_charset.C: - readChar => skipChar (in this place we
6741: need just skip char)
6742:
6743: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6744: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
6745: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
6746:
6747: * src/types/pa_vvoid.h: - added get() method for retreave one
6748: instance
6749:
6750: 2009-04-11 misha
6751:
6752: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
6753:
6754: * tests/197.html: - test for parser://test in xml was added
6755:
6756: * src/classes/string.C: - small optimisation
6757:
6758: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
6759: optimisation
6760:
6761: 2009-04-10 misha
6762:
6763: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
6764: to pcre-7.8
6765:
6766: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
6767:
6768: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
6769: added
6770:
6771: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
6772: $request:CLASS_NAME were added
6773:
6774: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
6775: were added
6776:
6777: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
6778: $env:CLASS_NAME were added
6779:
6780: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
6781: '@todo' now
6782:
6783: * src/targets/cgi/parser3.C: - size_t -> int for calming down
6784: compirer
6785:
6786: * src/main/pa_string.C: - little code cleanup
6787:
6788: * src/main/pa_common.C: - describe one more UTF-8 related error
6789: during PCRE compile/execute
6790:
6791: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
6792: normalizing todo-comments: '@todo' now
6793:
6794: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
6795:
6796: * src/main/pa_charset.C: - type changed for making compiler happy
6797:
6798: 2009-03-10 misha
6799:
6800: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
6801: in main()
6802:
6803: 2009-02-01 misha
6804:
6805: * src/main/pa_http.C: - bugfix: double CRLF before the end of
6806: boundary
6807:
6808: 2009-01-25 misha
6809:
6810: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
6811:
6812: * src/classes/file.C: - more changes for parsing different number
6813: of params for file::load
6814:
6815: * tests/193.html: - tests for exception while base64-decode binary
6816: to string was added
6817:
6818: * tests/192.html: - tests for file::load with different number of
6819: options
6820:
6821: * src/classes/math.C: - ups. forgot '+1'
6822:
6823: * src/: classes/table.C, classes/file.C, include/pa_common.h,
6824: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
6825: main/pa_http.C: - ^file::load[...;http://...;] now can post files
6826: (new option $.encode[multipart-form/data] should be specified) -
6827: $.method[] option for file::load now is not case-sensitive
6828:
6829: * src/: include/pa_string.h, main/untaint.C: - for file post the
6830: new taint language L_FILE_POST was added
6831:
6832: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
6833: main/main.vcproj, classes/math.C, include/Makefile.am: - some
6834: stuff was moved to separate files
6835:
6836: 2009-01-23 misha
6837:
6838: * src/classes/math.C: - little optimisation in ^math:sha1[] -
6839: spaces to tabs were converted
6840:
6841: 2009-01-12 misha
6842:
6843: * src/main/pa_http.C: - value of $.method[] option force uppercased
6844: now
6845:
6846: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
6847: types/pa_vform.C, types/pa_vmail.C: - some constants changed
6848: their names
6849:
6850: * src/main/pa_common.C: - changes in formating
6851:
6852: * src/: classes/file.C, main/pa_http.C: - some constants changed
6853: their names
6854:
6855: * src/include/pa_http.h: - some spaces were converted to tabs
6856:
6857: * src/include/pa_common.h: - some constants changed their names
6858:
6859: * src/classes/file.C: - fixed 4-th paramether for file::load -
6860: little code rewriting
6861:
6862: * src/types/pa_vfile.C: - little code rewriting
6863:
6864: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
6865: types/pa_value.h: - some formating changes
6866:
6867: * src/include/pa_common.h: - some formating spaces transformed to
6868: tabs
6869:
6870: * src/classes/string.C: - exception while base64-decode binary to a
6871: string
6872:
6873: 2009-01-11 misha
6874:
6875: * configure.in: - version changed to 3.3.1b
6876:
6877: 2008-09-05 misha
6878:
6879: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
6880: release_3_3_0 on 2008-09-05 10:59:35 +0000
6881:
6882: 2008-09-04 misha
6883:
6884: * tests/: 130.html, 131.html: - these exceptions not typeless
6885: anymore
6886:
6887: * src/classes/op.C: - exception with 'invalid taint language' not
6888: typeless anylonger
6889:
6890: * src/classes/image.C: - some exceptions while operations with
6891: image not typeless anymore
6892:
6893: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
6894: main/pa_exec.C, main/pa_http.C: - some exceptions while
6895: operations with files not typeless anymore
6896:
6897: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
6898: types/pa_vdate.h: - exceptions while checking date range not
6899: typeless anymore
6900:
6901: * src/include/pa_exception.h: - exception type string for invalid
6902: date range was added
6903:
6904: 2008-09-03 misha
6905:
6906: * src/: classes/file.C, main/pa_string.C: - exception while pce
6907: operations not typeless anymore
6908:
6909: * src/include/pa_exception.h: - exception type for pce operations
6910: was added
6911:
6912: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
6913: and .CLASS_NAME insite classes
6914:
6915: * src/classes/table.C: - don't save table header whiile
6916: ^table.save[append;filename] if file exists
6917:
6918: 2008-09-02 misha
6919:
6920: * src/main/compile.y, src/main/compile_tools.h,
6921: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
6922: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
6923: renamed to partial and it login changed: we must mark class as
6924: partial for allow their modifications in future.
6925:
6926: 2008-08-29 misha
6927:
6928: * tests/results/022.processed: - testing taint[regex] in mask for
6929: file:list
6930:
6931: * tests/022.html: - testing taint[regex] in mask for file:list
6932:
6933: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
6934: for file:list was added
6935:
6936: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
6937: file:list
6938:
6939: 2008-08-26 misha
6940:
6941: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
6942: last derived object
6943:
6944: * src/classes/image.C: - many strings "image.format" replaced by
6945: IMAGE_FORMAT constant string - handle GPS info while parse exif -
6946: understand some more exif tags
6947:
6948: * src/include/pa_exception.h: - string "image.format" was added
6949:
6950: 2008-08-21 misha
6951:
6952: * src/: main/pa_string.C, classes/file.C: - use method for print
6953: pcre_exec text error
6954:
6955: * src/main/pa_common.C: - method for print pcre_exec text error was
6956: added
6957:
6958: * src/include/pa_common.h: - method declaration for print pcre_exec
6959: text error was added
6960:
6961: 2008-08-19 misha
6962:
6963: * src/main/execute.C: - bugfix: opcodes must be in separate
6964: namespace while debug execution as well
6965:
6966: * tests/: 015.html, results/015.processed: - test for escaping some
6967: parser chars was added
6968:
6969: 2008-08-18 misha
6970:
6971: * tests/: 190.html, 190.p, results/190.processed: - test for
6972: $caller.self.field + default getter in one class was added
6973:
6974: * tests/: 189.html, results/189.processed: - test for
6975: ^date::create[date object]
6976:
6977: * tests/: 188.html, results/188.processed: - tests for match with
6978: UTF-8 strings
6979:
6980: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
6981: ^string.match[]
6982:
6983: * ChangeLog: - parser 3.3.0 beta13
6984:
6985: 2008-08-15 misha
6986:
1.101 moko 6987: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
6988: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
6989: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
6990: dftables.c: - old PCRE files removed
1.95 moko 6991:
6992: * src/lib/pcre/config.h: - configuration for PCRE library
6993:
6994: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6995: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
6996:
6997: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
6998: library and set flag UTF8 if $request:charset is UTF-8
6999:
7000: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7001: include/pa_config_fixed.h: - moved to new PCRE library
7002:
7003: * src/: main/main.vcproj, types/types.vcproj,
7004: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7005: win32\pcre instead of parser3\src\lib\pcre
7006:
7007: * src/: include/pa_opcode.h, include/pa_operation.h,
7008: main/compile.C, main/compile.y, main/compile_tools.C,
7009: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7010: opcodes were moved to separate namespace
7011:
7012: 2008-08-14 misha
7013:
7014: * src/types/pa_vstateless_class.C: - newline at the end missed
7015:
7016: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7017: tainting
7018:
7019: 2008-08-11 misha
7020:
7021: * tests/: 187.html, 187.p, results/187.processed: - tests for
7022: $caller.self, $caller.self.field and $caller.self.field[value]
7023: were added
7024:
7025: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7026: runtime as well (for $caller.self)
7027:
7028: 2008-07-25 misha
7029:
7030: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7031: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7032: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7033: tests with international characters
7034:
7035: 2008-07-23 misha
7036:
7037: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7038: file::load[...;http://
7039:
7040: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7041: now everywhere in separate namespace
7042:
7043: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7044: for vars
7045:
7046: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7047: can be escaped by '^'
7048:
7049: 2008-07-22 misha
7050:
7051: * src/classes/string.C, tests/186.html: - names changes:
7052: escape=>js-escape, unescape=>js-unescape
7053:
7054: 2008-07-21 misha
7055:
7056: * tests/results/186.processed: - test for string escape/unescape
7057:
7058: * tests/186.html: - test for string escape/unescape
7059:
7060: * src/classes/string.C: - string has escape and unescape methods
7061: now
7062:
7063: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7064: added
7065:
7066: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7067: method-layers added (with different params)
7068:
7069: 2008-07-18 misha
7070:
7071: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7072: was added
7073:
7074: * tests/185.html: - test for ^str.pos[sub](offset) added
7075:
7076: * src/classes/string.C, src/classes/void.C, operators.txt: -
7077: ^string.pos[substr](offset) -- 2nd param accepted now
7078:
7079: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7080: strings
7081:
7082: 2008-07-17 misha
7083:
7084: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7085: helper length added for mid for small optimisation
7086:
7087: 2008-07-16 misha
7088:
7089: * tests/: 185.html, results/185.processed: - tests for
7090: length/left/right/mid/pos with utf-8 strings
7091:
7092: * src/classes/string.C: - left/right/mid/length/pos works fine for
7093: utf-8 strings
7094:
7095: * src/main/untaint.C: - comments removed
7096:
7097: * src/: include/pa_string.h, main/pa_string.C,
7098: include/pa_charset.h, main/pa_charset.C: - methods for working
7099: with pos/mid for strings in utf-8 were added
7100:
7101: 2008-07-15 misha
7102:
7103: * tests/: 184.html, results/184.processed: - test for case body as
7104: expression: $var(^switch(1){^case(1)(true)..})
7105:
7106: * src/classes/op.C: - case body can be expression now:
7107: $var(^switch(1){^case(1)(true)..})
7108:
7109: * tests/: results/183.processed, 183.html: - added test for testing
7110: new cookie encoding (%uXXXX)
7111:
7112: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7113: decoding for backward compatibility they decoded from %XX in
7114: request:charset too
7115:
7116: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7117: - cookie class now decode cookies before first access after last
7118: request:charset changing (as form class).
7119:
7120: * src/main/pa_charset.C: - added method escape for escaping cookies
7121: as %uXXXX - before transcode calculate required space for dest
7122: string. it reduce mem usage for transcode
7123:
7124: * src/include/pa_charset.h: - added method escape for escaping
7125: cookies as %uXXXX
7126:
7127: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7128: was added. will used for escaping cookies as %uXXXX
7129:
7130: * src/include/pa_common.h: - escape method has new option for skip
7131: converting '+' to a space char
7132:
7133: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7134: transcode - escape method has new option for skip converting '+'
7135: to a space char
7136:
7137: 2008-07-08 misha
7138:
7139: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7140: (no UE if more then 1 case matches anylonger) - optimization:
7141: doing searching.as_string() || searching.as_double() only once
7142:
7143: 2008-07-04 misha
7144:
7145: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7146: now ^date::create[date object] works
7147:
7148: * src/classes/string.C: - left and right added as aliases for start
7149: and end in ^string.trim[]
7150:
7151: 2008-07-03 misha
7152:
7153: * src/classes/file.C: - allow $.limit for file::sql as well
7154:
7155: * src/classes/file.C: - allow $.offset option for file::sql - force
7156: send limit=1 to query for use sql specifics authomatically
7157:
7158: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7159: if $.limit value if empty. autoconvert it as everywere
7160:
7161: 2008-07-02 misha
7162:
7163: * configure.in: - time to change version number to 3.3.0 %-)
7164:
7165: * src/include/pa_version.h: - time to change version number to
7166: 3.3.0 %-)
7167:
7168: 2008-06-26 misha
7169:
7170: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7171: $.limit(0) fixes
7172:
7173: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7174: - $.limit(0) fixes
7175:
7176: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7177: new API)
7178:
7179: * src/: include/pa_sql_driver_manager.h,
7180: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7181: classes/op.C: - document_root added
7182:
7183: * src/main/compile.tab.C: - error message was changed
7184:
7185: 2008-06-25 misha
7186:
7187: * src/main/compile.y: - error message was changed
7188:
7189: 2008-06-24 misha
7190:
7191: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7192:
7193: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7194: tests for @OPTIONS\nappend
7195:
7196: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7197:
7198: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7199:
7200: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7201:
7202: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7203: compile.y
7204:
7205: 2008-06-17 misha
7206:
7207: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7208: compilation: ^if(default){true. it's incorrect. must be
7209: exception}
7210:
7211: 2008-06-16 misha
7212:
7213: * tests/: 181.ent, 181.html, results/181.processed: - test for
7214: checking external reference loading with 'http://localhost'
7215: prefix while creating xdoc
7216:
7217: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7218: ^math:long2ip[] and ^math:ip2long[]
7219:
7220: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7221: added which use scalar stateless class method when user object
7222: used in scalar context - use get_scalar_value when user object
7223: requested in scalar context
7224:
7225: * src/main/pa_common.C: - size must be int but not size_t or we
7226: can't compare with 0 sprintf result
7227:
7228: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7229: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7230: with internal switch between local/global vars
7231:
7232: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7233: specified
7234:
7235: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7236: pa_vstateless_object.h: - stateless class and object now has
7237: private scalar field and getter/setter for working with it
7238:
7239: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7240: moved to inet static class
7241:
7242: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7243: class added (^inet:aton[IP], ^inet:ntoa(number))
7244:
7245: * tests/: 180.html, results/180.processed: - tests for
7246: ^math:long2ip(long) and ^math:ip2long[IP]
7247:
7248: * src/classes/math.C: - ^math:ip2long[IP] added
7249:
7250: 2008-06-11 misha
7251:
7252: * src/main/pa_xml_io.C: - use file_read_text again because of we
7253: need cut BOM code and remove DOS newline chars. but don't
7254: transcode it anyway.
7255:
7256: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7257: main/pa_http.C: - option for disable transcoding while file_read
7258: and file_read_text added
7259:
7260: 2008-06-10 misha
7261:
7262: * tests/: 179.html, 179.p, results/179.processed: - test for many
7263: classes in 1 file
7264:
7265: * src/main/: compile.C, compile_tools.h: - compile return list of
7266: classes now.
7267:
7268: * src/main/: compile.y, compile.tab.C: - compile return list of
7269: classes now. internals.
7270:
7271: * src/main/pa_request.C: - compile return list of classes now. try
7272: call @conf and @auto for each returned class
7273:
7274: * src/include/pa_request.h: - compile return list of classes now
7275:
7276: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7277: return list of classes when compile buf)
7278:
7279: 2008-06-07 misha
7280:
7281: * src/main/pa_request.C: - constructing VRequest object with 3rd
7282: param -- form
7283:
7284: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7285: 3rd param: form. needed for get post_charset
7286:
7287: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7288: added
7289:
7290: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7291: types/pa_vform.C, types/pa_vform.h: - some polish
7292:
7293: 2008-06-06 misha
7294:
7295: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7296: charset and decode chars from it but not from response:charset
7297:
7298: * src/main/pa_http.C: - detect_charset moved out of here
7299:
7300: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7301: methods moved here - unescape_chars accepn one charset now
7302:
7303: * src/main/pa_http.C: - new constants used - don't allow
7304: $.content-type in ^file::load[;http://;$.method[POST]] - add
7305: charset info while ^file::load[;http://;$.method[POST]] - option
7306: $.omit-post-charset(true) added to ^file::load[;http://] for
7307: disabling charset during post
7308:
7309: * src/types/pa_vform.C: - new constants used
7310:
7311: * src/include/pa_common.h: - some constants were added
7312:
7313: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7314: instead of StrEqNc
7315:
7316: * src/main/pa_common.C: - new method for caseless search
7317: c-substring in c-string - use isxdigit instead of is_hex_digit
7318:
7319: * src/include/pa_common.h: - new method for caseless search
7320: c-substring in c-string
7321:
7322: 2008-06-05 misha
7323:
7324: * tests/results/178.processed: - test for testing default getter
7325:
7326: * tests/178.html: - test for testing default getter
7327:
7328: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7329: for test for testing default getter
7330:
7331: * src/main/execute.C: - default getter soul
7332:
7333: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7334: requested objects' field not found
7335:
7336: * src/types/pa_vclass.C: - register default getter if defined - get
7337: default getter if requested field not found
7338:
7339: * src/types/pa_vstateless_object.h: - method get_default_getter was
7340: added
7341:
7342: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7343: pointer to default getter and methods for get/set it were added
7344:
7345: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7346: auto_name field (for default getter)
7347:
7348: 2008-06-04 misha
7349:
7350: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7351: transcoding, no cutting BOM code, no fixing line breaks) and get
7352: it to libxml "as is"
7353:
7354: 2008-06-03 misha
7355:
7356: * src/main/pa_common.C: - use store_Char instead of
7357: transcodeCharFromUTF8
7358:
7359: * src/: include/pa_charset.h, main/pa_charset.C: - method
7360: store_Char added, transcodeCharFromUTF8 -- removed
7361:
7362: 2008-06-02 misha
7363:
7364: * tests/: results/177.processed, 177.html: - test for checking
7365: .[acm]date after local ^file::load[] was added
7366:
7367: * tests/: results/176.processed, 176.html: - test for checking
7368: @OPTION\locals + @method[vars][locals] added
7369:
7370: * tests/results/auto.p: - CLASS_PATH specified for checking use
7371:
7372: 2008-05-30 misha
7373:
7374: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7375: @OPTION\nlocals + @method[vars][;locals;] were added
7376:
7377: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7378: moved to separate method op_code - switch from VMethodFrame to
7379: VMethodFrameGlobal + VMethodFrameLocal
7380:
7381: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7382: was moved to separate method op_code
7383:
7384: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7385: VMethodFrame now
7386:
7387: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7388: all_vars_local as well
7389:
7390: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7391: pa_vmethod_frame_local.h, Makefile.am: - who children for
7392: VMethodFrame were added: one (global) works as VMethodFrame
7393: before and second (local) write all vars in self vars scope
7394:
7395: * src/types/pa_method.h: - method has bool flag all_vars_local now
7396:
7397: 2008-05-29 misha
7398:
7399: * tests/: 129.html, results/129.processed: - more tests for
7400: ^table.hash[]
7401:
7402: * src/classes/hash.C: - ^hash::sql has a new option:
7403: $.type[hash|string|table] as ^table.hash[] one.
7404:
7405: * src/classes/op.C: - ^try has 3rd param now: finally code which
7406: executed anyway after try or catch section
7407:
7408: 2008-05-27 misha
7409:
7410: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7411: must not fail if $.distinct(1) wasn't specified
7412:
7413: 2008-05-26 misha
7414:
7415: * src/classes/op.C: - allow ^throw[my type]
7416:
7417: 2008-05-22 misha
7418:
7419: * configure.in, configure: - version number updated to 3.2.4b
7420:
7421: * src/classes/: op.C, string.C: - trim format string before
7422: eval/format
7423:
7424: * tests/: results/175.processed, 175.html: - more tests for
7425: different format strings in .format[]
7426:
7427: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7428: as well (not only %XX)
7429:
7430: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7431: charset specified - checks for format before print number
7432: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
7433: (instead of tabs) removed
7434:
7435: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
7436: charset specified
7437:
7438: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
7439: char in requested charset from utf code was added
7440:
7441: 2008-05-19 misha
7442:
7443: * tests/: 174.html, results/174.processed: - test for
7444: ^hashfile.cleanup[] added
7445:
7446: * src/classes/hashfile.C: - optimization: don't create any key or
7447: value variable if it's name weren't specified
7448: (^hf.foreach[;v]{...})
7449:
7450: 2008-05-16 misha
7451:
7452: * src/classes/hash.C: - optimization: don't create any key variable
7453: if variable name wasn't specified (^h.foreach[;v]{...})
7454:
7455: 2008-05-15 misha
7456:
7457: * src/classes/op.C: - small changes
7458:
7459: * src/classes/hashfile.C: - code reformating (as hash.foreach)
7460:
7461: * src/classes/hash.C: - calculate var_context once before foreach
7462:
7463: 2008-05-14 misha
7464:
7465: * src/classes/hashfile.C: - incorrect vars context calculation for
7466: ^hashfile.foreach[;]{} fixed
7467:
7468: * src/classes/: hash.C, table.C: - little optimisation
7469:
7470: * src/classes/file.C: - bugfix: double absolute path while loading
7471: file
7472:
7473: * tests/: 174.html, results/174.processed: - tests for hashfile
7474: were added
7475:
7476: * buildall-with-xml: - moving to libxslt 1.1.24
7477:
7478: 2008-04-30 misha
7479:
7480: * src/classes/file.C: - stat file while loading (local only) so
7481: .adate, .mdate and .cdate available without additional ::stat
7482:
7483: 2008-04-28 misha
7484:
7485: * src/classes/file.C: - $.name and $.content-type available for
7486: stated file
7487:
7488: 2008-04-14 misha
7489:
7490: * src/targets/cgi/parser3.C: - new year in copyright %-)
7491:
7492: * src/include/pa_version.h: - new version number in head
7493:
7494: 2008-04-10 misha
7495:
7496: * tests/: 080.html, results/080.processed: - cut '0' from
7497: exponential part because of on diff OS it differ (20 or 020 for
7498: ex)
7499:
7500: * tests/: 119.html, results/119.processed: - check for encoding
7501: while creating xdoc
7502:
7503: 2008-04-09 misha
7504:
7505: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
7506:
7507: * src/main/pa_common.C: - comment added
7508:
7509: * src/classes/date.C: - little refactoring
7510:
7511: 2008-04-07 misha
7512:
7513: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
7514: style of ^table.save[]: prepare one big string and sabe it at
7515: once. it's safe on freebsd 4.x but use much more memory.
7516:
7517: * buildall-with-xml, buildall-without-xml: - option
7518: --disable-stringstream added (under comment. use it on freebsd
7519: 4.x)
7520:
7521: 2008-02-22 misha
7522:
7523: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
7524: specified together in file::load[;http] - get back transcoding
7525: $.body[] in file::load[;http]
7526:
7527: 2008-02-21 misha
7528:
7529: * src/classes/date.C: - ^date.gmt-string[] was added
7530:
7531: * src/types/pa_value.C: - method for output date in RFC 822 format
7532: moved to pa_common.h
7533:
7534: * src/include/pa_common.h: - method for output date in RFC 822
7535: format moved here from pa_value.C
7536:
7537: * src/types/pa_vmail.C: - fixed core in sending mail with
7538: attachment in simple mode ($.file[file here]) introduced in 3.2.2
7539:
7540: 2008-02-20 misha
7541:
7542: * src/main/pa_http.C: - transcode $.headers before escaping into
7543: specified charset while ^file::load[...;http://...] (L_URI
7544: instead of L_HTTP_HEADER) - $.cookies param available in
7545: ^file::load[;http://...] now (but we don't parse set-cookies from
7546: response yet) (cookies not transcoded as common $cookies)
7547:
7548: 2008-02-19 misha
7549:
7550: * src/main/pa_request.C: - rollback: we mustn't force taint
7551: $response:field values because in this case
7552: $response:locateion[http://...] don't works.
7553:
7554: 2008-02-15 misha
7555:
7556: * src/classes/op.C: - little refactoring
7557:
7558: * src/main/pa_http.C: - taint names of $.headers for load[;http
7559:
7560: * src/main/pa_request.C: - force taint values of $response:field
7561:
7562: 2008-02-14 misha
7563:
7564: * src/main/pa_request.C: - $response:field transcoded to
7565: $response:charset before escaping now
7566:
7567: * src/main/pa_http.C: - some outdated comments removed
7568:
7569: * src/classes/date.C: - lastdat -> last-day
7570:
7571: * src/classes/date.C: - ^date:lastday(year;month) and
7572: ^date.lastday[] were added - little code refactoring - comments
7573: changes
7574:
7575: * tests/: 159.html, results/159.processed: - test for number of
7576: days in February
7577:
7578: * src/types/pa_value.C: - fixes in code formatting
7579:
7580: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
7581: and comments
7582:
7583: 2008-02-13 misha
7584:
7585: * src/main/pa_common.C: - bugfix for february at leap year
7586:
7587: 2008-01-28 misha
7588:
7589: * tests/: 160.html, results/160.processed: - more test for cache
7590: added
7591:
7592: * src/classes/op.C: - bugfix: cache body executed twice if contains
7593: unhandled exception
7594:
7595: 2008-01-25 misha
7596:
7597: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
7598: bug when hashfile became inavailable after memory:compact)
7599:
7600: * src/lib/sdbm/apr_strings.C: - +arp_malloc
7601:
7602: 2008-01-22 misha
7603:
7604: * src/classes/table.C: - little refactiring and exception texts
7605: changes in method ^table.hash[]
7606:
7607: * src/types/pa_vcookie.C: - link to cookie specification changed
7608:
7609: 2008-01-21 misha
7610:
7611: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
7612: file::exec/cgi
7613:
7614: * src/classes/file.C: - bugfix: core while processing headers if
7615: executed cgi script don't return content
7616:
7617: 2008-01-18 misha
7618:
7619: * buildall-with-xml: - move to libxml2 version 2.6.31
7620:
7621: * src/include/pa_version.h, configure.in: - version number updated
7622: to '3.2.3b'
7623:
7624: 2007-12-28 misha
7625:
7626: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
7627: hash.contains
7628:
7629: 2007-12-27 misha
7630:
7631: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7632: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
7633: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
7634: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
7635: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7636: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
7637: src/targets/cgi/parser3.vcproj,
7638: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
7639: back to VS2003 because of Apache 1.3 module can't work if it was
7640: built in VS 2005. with cgi all file so VS2003 project files can
7641: be easy converted to the new format.
7642:
7643: 2007-12-04 misha
7644:
7645: * src/types/pa_vcode_frame.h: - changes in comment
7646:
7647: 2007-11-29 misha
7648:
7649: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
7650: intercept strings any longer
7651:
7652: * tests/: 173.html, results/173.processed: - tests for
7653: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
7654: but not in main code frame
7655:
7656: * tests/: 172.html, results/172.processed: - more tests for pass
7657: objects from code frames
7658:
7659: 2007-11-27 misha
7660:
7661: * tests/: 152.html, results/152.processed: - tests for converting
7662: strings 'true'/'false' to bool were added
7663:
7664: * tests/152.html: - added checks for converting strings
7665: 'true'/'false' to bool
7666:
7667: * src/classes/string.C: - ^srting.bool[] now can convert to bool
7668: not only strings with numbers but with values 'true'/'false' as
7669: well
7670:
7671: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
7672: for parser3.log increased
7673:
7674: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
7675:
7676: * src/include/pa_common.h: - remove_crlf return cstring size now
7677:
7678: * src/include/pa_types.h: - constant with buffer size for
7679: parser3.log added
7680:
7681: 2007-11-16 misha
7682:
7683: * tests/cat.sh: - script for tests for file::exec/cgi
7684:
7685: * tests/171.html: - tests for file::exec/cgi
7686:
7687: * tests/results/171.processed: - tests results for file::exec/cgi
7688:
7689: 2007-11-15 misha
7690:
7691: * src/main/pa_exec.C: - fixed incorrect exec code for unix
7692:
7693: * src/classes/file.C: - .body must be set before analyzing cgi
7694: headers
7695:
7696: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
7697: only if exec/cgi return anything.
7698:
7699: 2007-11-14 misha
7700:
7701: * operators.txt: - info about new text|binary option for
7702: file::exec/cgi was added
7703:
7704: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
7705: ^file:exec[[text|binary];script;...]
7706:
7707: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
7708: classes/string.C, classes/table.C: - more text strings moved to
7709: the one place
7710:
7711: 2007-11-09 misha
7712:
7713: * src/types/pa_vrequest.C: - $request:argv must be taint
7714:
7715: * ChangeLog: - $request:argv [patch from Sumo]
7716:
7717: * operators.txt: - $request:argv
7718:
7719: * src/: include/pa_request_info.h, types/pa_vrequest.C,
7720: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
7721:
7722: 2007-10-25 misha
7723:
7724: * buildall-with-xml, buildall-without-xml: - options preparations
7725: for ./configure rewrited
7726:
7727: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
7728: error occure in unhandled_exception finally fixed
7729:
7730: 2007-10-23 misha
7731:
7732: * tests/: 170.html, results/170.processed: - test for
7733: @method[][result]
7734:
7735: * operators.txt: - added info about node.prefix and
7736: node.namespaceURI
7737:
7738: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
7739:
7740: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
7741: added for node and attribute
7742:
7743: 2007-10-22 misha
7744:
7745: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
7746:
7747: * src/main/pa_request.C: - added const content-transfer-encoding
7748:
7749: * src/include/pa_request.h: - added const content-transfer-encoding
7750: - ups. constants must be in lowercase (for search)
7751:
7752: * src/types/pa_vmail.C: - more constants used -
7753: content-transfer-encoding: 8bit added
7754:
7755: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
7756:
7757: * src/include/pa_request.h: - more constants
7758:
7759: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
7760: ommit anymore if $.content-disposition was specified - little
7761: refactoring
7762:
7763: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
7764:
7765: 2007-10-17 misha
7766:
7767: * operators.txt: - info about
7768: table::create[nameless]{data}[>options<] was added
7769:
7770: * src/main/: compile.tab.C, compile.y: - if error occure while
7771: compile method don't put this method in methods table anymore.
7772: in other case the parser coredumped if @unhandled_exception
7773: method can't be compiled because of parser.compile error.
7774:
7775: * src/main/execute.C: - little code reformating
7776:
7777: * src/main/pa_request.C: - little code reformating - comment
7778: changed
7779:
7780: 2007-10-16 misha
7781:
7782: * tests/: 035.html, results/035.processed: - tests
7783: table::create[]{}[options] added
7784:
7785: * src/classes/table.C: - table::create[]{} now accept 3rd param:
7786: options (only $.seperator[] yet)
7787:
7788: 2007-10-10 misha
7789:
7790: * src/classes/table.C: - some contstants moved to pa_common.h -
7791: some code changes
7792:
7793: 2007-10-02 misha
7794:
7795: * src/main/pa_uue.C: - memory usage during uuencode reduced more
7796: then three time as much. but base64 encoding method still use
7797: less memory anyway.
7798:
7799: 2007-09-17 misha
7800:
7801: * operators.txt: - added info about $cookie:fields
7802:
7803: * src/types/pa_vcookie.C: - $cookie:fields available now
7804:
7805: * src/classes/hash.C: - some stuff for use with .for_each moved to
7806: common
7807:
7808: * src/include/pa_common.h: - some stuff for use with .for_each
7809: moved here
7810:
7811: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
7812:
7813: 2007-09-14 misha
7814:
7815: * buildall-with-xml: - new xml libs again =)
7816:
7817: 2007-08-28 misha
7818:
7819: * operators.txt: - texts about ^table.columns[[column name]] and
7820: ^string.split[...][v][column name] were added
7821:
7822: * tests/: 168.html, 169.html, results/168.processed,
7823: results/169.processed: - tests for ^table.columns[[column name]]
7824: and ^string.split[...][v][column name] were added
7825:
7826: * src/classes/table.C: - new option ^table.columns[[column name]]
7827: was added
7828:
7829: * src/classes/string.C: - new option ^string.split[...;v;[column
7830: name]]
7831:
7832: * src/include/pa_exception.h: - error text message for
7833: ^hash._keys[], ^table.columns[] and ^string.split[]
7834:
7835: 2007-08-27 misha
7836:
7837: * src/main/untaint.C: - try to fix coredump on unix if print to
7838: body ^taint[sql][something] outside of connect
7839:
7840: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
7841: outside of connect
7842:
7843: * buildall-with-xml, buildall-without-xml: - strip parser3 was
7844: added (commented by default)
7845:
7846: 2007-08-20 misha
7847:
7848: * operators.txt: - comment about new method ^node.hasAttributes[]
7849: was added
7850:
7851: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
7852: duplicated exception text strings were removed
7853:
7854: * src/include/pa_exception.h: - more exception text strings moved
7855: here
7856:
7857: * src/classes/table.C: - some duplicate exceptions' text strings
7858: removed
7859:
7860: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
7861: xdoc.C, xnode.C: - some duplicate exceptions' text strings
7862: removed
7863:
7864: * src/include/pa_exception.h: - some exception text strings movet
7865: to pa_exception
7866:
7867: * tests/: 149.html, results/149.processed: - test for
7868: ^xnode.hasAttributes[] was added - some code changes
7869:
7870: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
7871: added
7872:
7873: 2007-08-17 misha
7874:
7875: * tests/: results/006.processed, results/059.processed, 006.html,
7876: 059.html: - more tests for match
7877:
7878: * tests/: 129.html, results/129.processed: - tests for
7879: ^table.hash[...][$.type[string|hash|table]] added
7880:
7881: * src/targets/cgi/parser3.C: - little syntax changes
7882:
7883: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
7884: syntax changes
7885:
7886: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
7887: messages in parser3.log switched off by default. If someone
7888: really still need it: use $SIGPIPE(1)
7889:
7890: 2007-08-08 misha
7891:
7892: * buildall-with-xml, buildall-without-xml: - remove libs source
7893: files by default since now
7894:
7895: 2007-08-07 misha
7896:
7897: * buildall-without-xml: - some option syntax changes
7898:
7899: * buildall-with-xml: - compile libxml2 without http support - some
7900: option syntax changes
7901:
7902: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
7903:
7904: 2007-08-06 misha
7905:
7906: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
7907:
7908: * tests/: 160.html, results/160.processed: - cache test was
7909: rewrited
7910:
7911: 2007-07-06 misha
7912:
7913: * tests/: 153.html, results/153.processed: - added test for
7914: ^math:sha1[string]
7915:
7916: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
7917: transcoded
7918:
7919: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
7920: were added
7921:
7922: 2007-06-28 misha
7923:
7924: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
7925: some incorrect chars
7926:
7927: 2007-06-19 misha
7928:
7929: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
7930: were moved on top because of gcc 4 had a problems during
7931: building.
7932:
7933: 2007-06-18 misha
7934:
7935: * tests/results/019.processed: - new image commited
7936:
7937: 2007-06-09 misha
7938:
7939: * src/classes/: op.C, table.C: - in while and table.select method
7940: as_expression used now
7941:
7942: * src/types/pa_vmethod_frame.h: - method as_expression was added
7943:
7944: 2007-06-08 misha
7945:
7946: * tests/: 166.html, results/166.processed: - test for
7947: ^match[...][n]
7948:
7949: * tests/: 165.html, results/165.processed: - tests for loops
7950:
7951: * src/lib/cord/include/private/cord_pos.h: - back to origin value
7952: because of no speed/memory optimisation but some proglems with
7953: long cycles occure
7954:
7955: 2007-06-06 misha
7956:
7957: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
7958: ^table.select(true) and ^table.select(1) didn't works because of
7959: awaiting junction-param only. fixed.
7960:
7961: 2007-05-24 misha
7962:
7963: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
7964: with 0.5 secs interval
7965:
7966: * src/classes/op.C: - cache was rewrited. I hope it works with
7967: locking system now on unix
7968:
7969: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
7970: system locks which wait till other threads release it but try get
7971: lock, if fail wait 1 sec and make 10 attempts.
7972:
7973: * src/include/pa_os.h: - consts for blocking locks + some comments
7974: were added
7975:
7976: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
7977: opening files
7978:
7979: * src/classes/table.C: - changes in includes. if unclude <sstream>
7980: after our classes on unix it can't be build
7981:
7982: * src/types/pa_vhashfile.C: - not needed code removed
7983:
7984: 2007-05-23 misha
7985:
7986: * src/: classes/file.C, classes/op.C, main/pa_common.C,
7987: include/pa_common.h: - cosmetic changes
7988:
7989: 2007-05-18 misha
7990:
7991: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
7992: often. it's give some speed increasing
7993:
7994: * tests/results/160.processed: - returned time corrected
7995:
7996: * tests/160.html: - time increased because on unix 1 mean nothing
7997: :(
7998:
7999: * operators.txt: - added info about ^hash.contain[key]
8000:
8001: * src/classes/hash.C: - added ^hash.contain[key]
8002:
8003: * src/include/pa_hash.h: - added method for checking key exists in
8004: hash
8005:
8006: 2007-05-07 misha
8007:
8008: * src/include/pa_string.h: - was compilation error during build on
8009: freebsd4
8010:
8011: 2007-05-03 misha
8012:
8013: * src/classes/table.C: - option $.type[hash|string|table] was added
8014: for ^table.hash[]
8015:
8016: * src/classes/file.C: - comment removed
8017:
8018: 2007-04-26 misha
8019:
8020: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8021: real files doesn't opened in place anymore
8022:
8023: 2007-04-24 misha
8024:
8025: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8026:
8027: * src/include/pa_exception.h: "static" removed
8028:
8029: 2007-04-23 misha
8030:
8031: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8032:
8033: * src/classes/math.C: added: - ^math:ln(N) (the same as
8034: ^math:log(N)) - ^math:lg(N)
8035:
8036: * tests/: 097.html, results/097.processed: - charsets converstion
8037: during ^file::load[text;http://...] added
8038:
8039: * tests/: 164.html, results/164.processed: - check for set expires
8040: as a date
8041:
8042: * tests/: 164.html, results/164.processed: - test for hashfile
8043:
8044: * src/classes/hashfile.C: - little comment changes
8045:
8046: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8047: access
8048:
8049: * src/: classes/date.C, classes/double.C, classes/file.C,
8050: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8051: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8052: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8053: classes/xnode.h, include/pa_request.h, main/execute.C,
8054: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8055: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8056: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8057: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8058: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8059: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8060: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8061: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8062: "parser.runtime" strings were removed
8063:
8064: * src/classes/hashfile.C: - with .clear[] called files_delete()
8065: now.
8066:
8067: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8068:
8069: * src/include/pa_exception.h: - string constant with
8070: "parser.runtime" text was added
8071:
8072: 2007-04-20 misha
8073:
8074: * operators.txt: - some comments changing
8075:
8076: * operators.txt: - added info about .^hashfile.release[],
8077: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8078:
8079: * configure: =cheching for unsetenv
8080:
8081: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8082: ^hashfile.release[] were added
8083:
8084: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8085: ^string.match[][] understand new option now: return number of
8086: matches but not table wit results
8087:
8088: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8089: reopen now
8090:
8091: * src/classes/op.C: - bug. must be false
8092:
8093: * configure.in: - checking for unsetenv was added
8094:
8095: * src/types/pa_vform.C: - some comments
8096:
8097: 2007-04-18 misha
8098:
8099: * buildall-with-xml: moving to libxml2-2.6.28
8100:
8101: * buildall-with-xml, buildall-without-xml: added commented lines
8102: with --disable-safe-mode option
8103:
8104: * operators.txt: - info about $form:files
8105:
8106: 2007-04-17 misha
8107:
8108: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8109: $form:files was added
8110:
8111: * tests/: 163.html, results/163.processed: removing auto format
8112:
8113: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8114:
8115: 2007-04-16 misha
8116:
8117: * tests/: 163.html, results/163.processed: - test for .int[],
8118: floor, round, ceiling and .format[]
8119:
8120: * src/classes/file.C: - little optimization for getting args in
8121: exec/cgi
8122:
8123: 2007-04-13 misha
8124:
8125: * src/classes/file.C: - arguments for file::exec/cgi can be
8126: specified now as s table with one column
8127:
8128: 2007-03-27 misha
8129:
8130: * tests/: 162.html, results/162.processed: - test for
8131: ^table.select(^condition[$t])
8132:
8133: * tests/results/auto.p: - load windows-1251 charset for some tests
8134:
8135: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8136:
8137: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8138: 161_windows1251.txt: - added test for
8139: ^file::load[text;/local/file.txt;$.charset[...]]
8140:
8141: * tests/: results/013.processed, 013.html: - added test for
8142: checking $._default value while hash modifications
8143:
8144: * tests/: 160.html, results/160.processed: - add test for
8145: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8146:
8147: 2007-03-22 misha
8148:
8149: * src/include/pa_common.h: - "charset" string defined for
8150: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8151:
8152: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8153: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8154: added - not needed transcodes were removed from
8155: ^file::load[...;http://...]
8156:
8157: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8158: added
8159:
8160: * src/classes/date.C: - date.week was fixed
8161:
8162: * operators.txt: - added info about date.weekyear
8163:
8164: * tests/: 159.html, results/159.processed: - tests for date.week
8165: and date.weekyear added
8166:
8167: 2007-03-15 misha
8168:
8169: * src/classes/table.C: - enclose column numbers for nameless tables
8170: as well
8171:
8172: 2007-03-14 misha
8173:
8174: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8175:
8176: * src/classes/table.C: - table.save optimization: now required much
8177: less memory
8178:
8179: 2007-03-13 misha
8180:
8181: * tests/results/: 158.processed, 158.processes: - tests for
8182: table.save/table.load
8183:
8184: * tests/: 158.html, results/158.processes: - tests for
8185: table.save/table.load
8186:
8187: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8188:
8189: * buildall-with-xml: - pattern needed now for building
8190:
8191: * tests/results/097.processed: - added test results for xdoc::load
8192: & xdoc::load[http://...]
8193:
8194: * tests/097.html: - added test for xdoc::load
8195:
8196: 2007-03-12 misha
8197:
8198: * tests/: 107.html, results/107.processed: - added test for xpath
8199: '//man'
8200:
8201: 2007-03-01 misha
8202:
8203: * tests/: 097.html, results/097.processed: - added test for
8204: creating xdoc from file
8205:
8206: * tests/: results/157.processed, 157.html: - added test for
8207: file:move
8208:
8209: 2007-02-28 misha
8210:
8211: * src/classes/xdoc.C: - another attempt
8212:
8213: * src/classes/xdoc.C: - roll back last changes for a while
8214:
8215: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8216:
8217: * src/classes/file.C: - under lock we create non-exist dir anyway
8218:
8219: * tests/results/099.processed: - ever send content-disposition to
8220: client with file
8221:
8222: * tests/157.html: + test for file:copy
8223:
8224: 2007-02-26 misha
8225:
8226: * src/classes/file.C: - some similar strings moved to #define
8227: instead of to be copy/pasted many times
8228:
8229: * src/types/pa_vfile.h: - class name string ("file") moved to
8230: #define
8231:
8232: 2007-02-20 misha
8233:
8234: * bin/auto.p.dist.in: - added lines for sqlite
8235:
8236: * configure.in: - added some strings for sqlite detection
8237:
8238: 2007-02-19 misha
8239:
8240: * operators.txt: - some comments changes
8241:
8242: * buildall-with-xml, buildall-without-xml: - some modifications
8243:
8244: 2007-02-17 misha
8245:
8246: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8247:
8248: * src/main/pa_request.C: - damn, i forgot to commit it while I
8249: change console behaviour
8250:
8251: 2007-02-12 misha
8252:
8253: * src/targets/cgi/parser3.C: - don't print headers if
8254: $console:line[data] was used during cgi execution.
8255:
8256: * src/types/pa_vconsole.h: - console class have bool flag now which
8257: marked as 'true' if class was used.
8258:
8259: * tests/: 152.html, results/152.processed: - more types was added
8260: to test 152
8261:
8262: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8263: adding 'bool' (^if($image){} caused exception)
8264:
8265: 2007-02-09 misha
8266:
8267: * tests/: 152.html, results/152.processed: - test alightly updated
8268:
8269: * tests/: 152.html, results/152.processed: - test rewrited
8270:
8271: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8272: bugfix. I broke xdoc & xnode in expression
8273:
8274: 2007-02-08 misha
8275:
8276: * tests/: 152.html, results/152.processed: - add test for checking
8277: 'def' for void, string, bool, int & double
8278:
8279: 2007-02-07 misha
8280:
8281: * operators.txt: - ^file:base64[filespec] was added
8282:
8283: * tests/results/153.processed: - result test for
8284: ^file:base64[filespec] was updated
8285:
8286: * tests/153.html: - test for ^file:base64[filespec] was added
8287:
8288: * src/types/pa_vconsole.h: - little optimization
8289:
8290: * src/classes/file.C: - ^file:base64[filespec]
8291:
8292: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8293:
8294: * src/include/pa_common.h: - declarations for
8295: ^file:base64[filespec]
8296:
8297: * src/types/pa_vcookie.C: - little optimization
8298:
8299: 2007-02-06 misha
8300:
8301: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8302: were temporary commented
8303:
8304: * src/types/pa_vbool.h: - bugfix
8305:
8306: * tests/156.html: - added test for bool cookie
8307:
8308: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8309:
8310: * tests/: 155.html, results/155.processed: - added test for check
8311: $.encloser[] option for table save/load
8312:
8313: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8314:
8315: 2007-02-05 misha
8316:
8317: * tests/results/152.processed: - newline at the end was missed
8318:
8319: * tests/results/141.processed: - math:md5 must be lowercased
8320:
8321: * src/targets/cgi/parser3.C: - 2007 in help ;)
8322:
8323: 2007-02-03 misha
8324:
8325: * tests/results/: 150.processed, 151.processed, 152.processed: -
8326: test for bool added and some content length fixes
8327:
8328: * tests/152.html: - test for bool added
8329:
8330: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8331:
8332: * operators.txt: - info bool class was added
8333:
1.101 moko 8334: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8335: classes/classes.vcproj, classes/double.C, classes/int.C,
8336: classes/string.C, classes/void.C, classes/xnode.C,
8337: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8338: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8339: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8340: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8341: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8342: types/types.vcproj: - bool class was added
8343:
8344: * src/main/pa_request.C: - fix
8345:
8346: 2007-01-18 misha
8347:
8348: * src/: main/pa_string.C, classes/string.C: - return table during
8349: ^string.match[][] even if no matched found.
8350:
8351: 2006-12-20 misha
8352:
8353: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8354: http://www.parser.ru/forum/?id=55598 ]
8355:
8356: 2006-12-19 misha
8357:
8358: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8359: details: http://www.parser.ru/forum/?id=52359
8360:
8361: * src/main/pa_request.C: - always set content-disposition for
8362: $response:body[hash here]. more details:
8363: http://www.parser.ru/forum/?id=52130
8364:
8365: 2006-12-07 misha
8366:
8367: * operators.txt: - added info about bool params in cookie set
8368:
8369: * src/types/pa_vcookie.C: - bool param in cookies available now
8370: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8371: ]
8372:
8373: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8374: was added
8375:
8376: 2006-12-02 misha
8377:
8378: * src/classes/file.C: - file_block_read used instead of native read
8379:
8380: * src/main/pa_common.C: - added file_block_read with read error
8381: detection - file_block_read used instead of native read
8382:
8383: * src/include/pa_common.h: - added file_block_read declaration
8384:
8385: 2006-12-01 misha
8386:
8387: * operators.txt: - info about $var.CLASS_NAME was added
8388:
8389: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8390: $var.CLASS_NAME added
8391:
8392: * operators.txt: - added info about ^file:copy[]
8393:
8394: * src/classes/file.C: - ^file:copy[from;fo] was added
8395:
8396: 2006-11-20 misha
8397:
8398: * src/classes/date.C: - bug fix :)
8399:
8400: 2006-11-17 misha
8401:
8402: * src/include/pa_common.h: - array in crc32 calculation was changed
8403: to static
8404:
8405: * src/main/pa_common.C: - little optimization in getMonthDays -
8406: small changes in crc32 calculation
8407:
8408: * src/classes/date.C: - not needed code was removed
8409:
8410: 2006-11-16 misha
8411:
8412: * src/types/pa_vmail.C: - fix missed brakes
8413:
8414: * src/types/pa_vmail.C: - mail:send now set content-type:
8415: multipart/related instead of multipart/mixed if file have
8416: $.content-id[]
8417:
8418: 2006-11-15 misha
8419:
8420: * src/types/pa_vdouble.h: abs -> fabs
8421:
8422: 2006-11-14 misha
8423:
8424: * operators.txt: - added info about ^file.md5[] and
8425: ^file:md5[file-name]
8426:
8427: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8428: added
8429:
8430: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8431: FILE_BUFFER_SIZE
8432:
8433: * src/classes/math.C: - hex_string was moved to pa_common.h
8434:
8435: * src/include/pa_common.h: - hex_string was moved from math.C -
8436: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
8437:
8438: * src/types/pa_vdouble.h: - incorrect frac detection with negative
8439: values was fixed
8440:
8441: 2006-11-13 misha
8442:
8443: * operators.txt: - added info about ^math:crc32[string],
8444: ^file:crc32[file-name] & ^file.crc32[]
8445:
8446: * src/classes/math.C: - added ^math:crc32[string]
8447:
8448: * src/classes/file.C: - some comments were changed - added
8449: ^file:crc32[file-name] and ^file.crc32[]
8450:
8451: * src/: include/pa_common.h, main/pa_common.C: - some functions for
8452: crc32 calculation added
8453:
8454: 2006-11-03 misha
8455:
8456: * src/include/pa_array.h: - not needed variable removed
8457:
8458: * tests/: 150.html, 151.html, results/150.processed,
8459: results/151.processed: - 2 tests were added
8460:
8461: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
8462: with $.reverse(1) were fixed
8463:
8464: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
8465: query converted to $.charset during ^file::load[http://...]
8466:
8467: 2006-11-02 misha
8468:
8469: * src/include/pa_table.h: ups. forget '=' char
8470:
8471: * src/include/pa_table.h: - one more fix in
8472: .locate[...][$.reverse(1)]
8473:
8474: 2006-11-01 misha
8475:
8476: * src/classes/math.C: - bug fix, details:
8477: http://www.parser.ru/forum/?id=53360
8478:
8479: * src/include/pa_table.h: - bug fix during ^table.locate( condition
8480: false for all records )[$.reverse(1)]
8481:
8482: * src/main/pa_http.C: - second param for this mid method is length
8483: but not end_index so this method has error and can't detect
8484: charsets in next content-types: Content-type: text/html;
8485: charset="windows-1251" Content-type: text/html;
8486: charset="windows-1251"; Content-type: text/html;
8487: charset=windows-1251;
8488:
8489: only Content-type: text/html; charset=windows-1251 was fine
8490:
8491: 2006-10-31 misha
8492:
8493: * src/classes/file.C: - empty args in file::exec removed now
8494:
8495: 2006-09-11 misha
8496:
8497: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
8498: replaced to table::create - some changes in text/code formatting
8499:
8500: 2006-09-03 paf
8501:
8502: * src/classes/file.C: proper tainting of
8503: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
8504:
8505: 2006-06-09 paf
8506:
8507: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
8508:
8509: * src/classes/table.C: formatting
8510:
8511: * src/classes/table.C: incorporated patch from misha: Sent:
8512: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
8513: ignoring string options for ^table.save[]
8514:
8515: * src/classes/hash.C: incorporated patch from misha Sent:
8516: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
8517: $hash._default disappear while
8518:
8519: * operators.txt: ^mail:send[ $.file1[ $.value[file]
8520: $.format[!uue|!base64] << new base64 option. default uue ] ]
8521:
8522: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
8523: PM Subject: patch for base64 in ^mail:send[] %-)
8524:
8525: 2006-04-09 paf
8526:
8527: * src/main/compile.tab.C: ` change compiled
8528:
8529: * gnu.vcproj, operators.txt, parser3.sln,
8530: src/classes/classes.vcproj, src/classes/file.C,
8531: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
8532: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8533: src/classes/xnode.C, src/include/pa_array.h,
8534: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8535: src/include/pa_memory.h, src/include/pa_request.h,
8536: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8537: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8538: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8539: src/lib/pcre/pcre_dftables.vcproj,
8540: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8541: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8542: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8543: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8544: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8545: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8546: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8547: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8548: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8549: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8550: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8551: src/types/pa_value.h, src/types/pa_vcookie.C,
8552: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
8553: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8554: src/types/pa_vstatus.C, src/types/types.vcproj,
8555: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
8556: ^menu, ^hash/hashfile.foreach
8557:
8558: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8559: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
8560: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8561: src/classes/xnode.C, src/include/pa_array.h,
8562: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8563: src/include/pa_memory.h, src/include/pa_request.h,
8564: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8565: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8566: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8567: src/lib/pcre/pcre_dftables.vcproj,
8568: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8569: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8570: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8571: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8572: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8573: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8574: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8575: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8576: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8577: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8578: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8579: src/types/pa_value.h, src/types/pa_vcookie.C,
8580: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8581: src/types/pa_vstatus.C, src/types/types.vcproj,
8582: tests/descript.ion: ! switched to VS2005 (projects and
8583: object<info explicitly typed>.for_each(, info)) +
8584: $response:field[] setting void means removing + grammar $name`
8585: name stops now, for mysql `$field` + started ^break[]
8586: ^continue[], in ^for. TODO: to other iterators (while, menu,
8587: foreach) + all log messages += [uri=, method=, cl=]
8588:
8589: * buildall-with-xml: merged . ftp paths update
8590:
8591: * buildall-with-xml: . ftp paths update
8592:
8593: 2006-03-04 paf
8594:
8595: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
8596: checks++ [thanks to Igor Zinkovsky for detailed report]
8597:
8598: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
8599: Igor Zinkovsky for detailed report]
8600:
8601: 2006-03-01 paf
8602:
8603: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8604: \n to ' ' in
8605:
8606: 2006-02-18 paf
8607:
8608: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8609: \n to ' ' in
8610:
8611: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
8612:
8613: 2006-02-03 paf
8614:
8615: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
8616: base64
8617:
8618: * src/main/pa_common.C: ! bugfix: decoding from base64
8619:
8620: 2006-01-20 paf
8621:
8622: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8623: economy fix
8624:
8625: * src/classes/: table.C: merged from HEAD ! bugfix
8626: ^table.save[$.encloser-s now handled properly
8627:
8628: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
8629: handled properly
8630:
8631: 2006-01-19 paf
8632:
8633: * buildall-with-xml, buildall-without-xml: merged from HEAD !
8634: libgc:USE_MUNMAP activates merging of free memory blocks which
8635: helps a lot in our case: after transform we want
8636: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
8637:
8638: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8639: economy fix
8640:
8641: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
8642: activates merging of free memory blocks which helps a lot in our
8643: case: after transform we want CORD(main.result)->cstr[big
8644: malloc]->transcode[big malloc]
8645:
8646: 2006-01-17 paf
8647:
8648: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
8649: before reading them. got rid of reallocs = became quicker and
8650: less fragmentated
8651:
8652: 2005-12-29 paf
8653:
1.101 moko 8654: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
8655: configure, configure.in, src/include/pa_version.h,
8656: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 8657: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
8658: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
8659: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
8660: src/lib/ltdl/missing: . merged from 3.2.1
8661:
1.101 moko 8662: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
8663: packaged when 'make dist', so do configure companion files in
8664: src/lib/ltdl
8665:
8666: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
8667: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
8668: missing: . now config_auto.h is created with configure [were
8669: constant]
1.95 moko 8670:
8671: * INSTALL: . references to documentation and some clarification
8672:
8673: * buildall-with-xml, buildall-without-xml: . farawell doc
8674: indication
8675:
1.101 moko 8676: * Makefile.am: . dist+=buildall*
1.95 moko 8677:
8678: 2005-12-28 paf
8679:
8680: * configure: . 3.2.1
8681:
8682: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
8683: simplify build process, see INSTALL
8684:
8685: 2005-12-26 paf
8686:
8687: * configure: ver
8688:
8689: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
8690: version
8691:
8692: 2005-12-21 paf
8693:
8694: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
8695: compiled with bison 1.875b, it reports unexpected token names
8696:
8697: 2005-12-19 paf
8698:
8699: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
8700: holds a link to xmlNode to prevent premature gc(xmlNode)
8701:
8702: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
8703: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
8704: src/main/main.vcproj, src/main/pa_globals.C,
8705: src/targets/cgi/parser3.vcproj,
8706: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
8707: configure, configure.in, src/include/pa_version.h: . killing
8708: gdome [what a relief]
8709:
8710: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
8711: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
8712: run_parser.sh, results/001.processed, results/002.processed,
8713: results/003.processed, results/004.processed,
8714: results/005.processed, results/006.processed,
8715: results/008.processed, results/009.processed,
8716: results/010.processed, results/011.processed,
8717: results/012.processed, results/013.processed,
8718: results/014.processed, results/015.processed,
8719: results/016.processed, results/017.processed,
8720: results/018.processed, results/020.processed,
8721: results/021.processed, results/022.processed,
8722: results/023.processed, results/024.processed,
8723: results/025.processed, results/026.processed,
8724: results/027.processed, results/028.processed,
8725: results/029.processed, results/030.processed,
8726: results/031.processed, results/032.processed,
8727: results/033.processed, results/034.processed,
8728: results/035.processed, results/036.processed,
8729: results/037.processed, results/038.processed,
8730: results/039.processed, results/040.processed,
8731: results/041.processed, results/042.processed,
8732: results/043.processed, results/044.processed,
8733: results/045.processed, results/046.processed,
8734: results/047.processed, results/048.processed,
8735: results/049.processed, results/050.processed,
8736: results/051.processed, results/052.processed,
8737: results/053.processed, results/054.processed,
8738: results/055.processed, results/056.processed,
8739: results/057.processed, results/058.processed,
8740: results/059.processed, results/060.processed,
8741: results/061.processed, results/062.processed,
8742: results/063.processed, results/064.processed,
8743: results/065.processed, results/066.processed,
8744: results/067.processed, results/068.processed,
8745: results/069.processed, results/070.processed,
8746: results/071.processed, results/072.processed,
8747: results/073.processed, results/074.processed,
8748: results/075.processed, results/076.processed,
8749: results/077.processed, results/078.processed,
8750: results/079.processed, results/080.processed,
8751: results/081.processed, results/082.processed,
8752: results/083.processed, results/084.processed,
8753: results/085.processed, results/086.processed,
8754: results/087.processed, results/088.processed,
8755: results/089.processed, results/090.processed,
8756: results/091.processed, results/092.processed,
8757: results/093.processed, results/094.processed,
8758: results/095.processed, results/096.processed,
8759: results/097.processed, results/099.processed,
8760: results/100.processed, results/101.processed,
8761: results/102.processed, results/104.processed,
8762: results/105.processed, results/106.processed,
8763: results/107.processed, results/108.processed,
8764: results/109.processed, results/110.processed,
8765: results/111.processed, results/112.processed,
8766: results/113.processed, results/114.processed,
8767: results/115.processed, results/117.processed,
8768: results/119.processed, results/120.processed,
8769: results/121.processed, results/122.processed,
8770: results/123.processed, results/124.processed,
8771: results/125.processed, results/126.processed,
8772: results/127.processed, results/128.processed,
8773: results/129.processed, results/130.processed,
8774: results/131.processed, results/132.processed,
8775: results/133.processed, results/134.processed,
8776: results/135.processed, results/136.processed,
8777: results/138.processed, results/139.processed,
8778: results/140.processed, results/141.processed,
8779: results/142.processed, results/143.processed,
8780: results/144.processed, results/145.processed,
8781: results/146.processed, results/147.processed,
8782: results/148.processed, results/149.processed, results/auto.p: .
8783: now works if we turn off default auto.p
8784:
1.101 moko 8785: * configure: . makes
1.95 moko 8786:
8787: * src/types/pa_vxnode.C: . less warnings
8788:
8789: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
8790: tests/145.html, tests/149.html, tests/descript.ion,
8791: tests/outputs/d.cmd, tests/results/142.processed,
8792: tests/results/143.processed, tests/results/144.processed,
8793: tests/results/145.processed, tests/results/146.processed,
8794: tests/results/147.processed, tests/results/148.processed,
8795: tests/results/149.processed: . removed .nodeValue from all node
8796: types other than 5 (grabbed piece from gdome)
8797:
8798: * tests/: 137.html, results/137.processed: . not handled this case
8799: yet. code does not hang from inserting parent into child,
8800: considering thing minor issue -- nodes are removed from source
8801: anyway, don't know why shold that be an error after all
8802:
8803: * src/targets/cgi/parser3.C: . style
8804:
8805: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
8806: xdoc too [were barking "not element"]
8807:
8808: 2005-12-16 paf
8809:
8810: * tests/: 146.html, 147.html, 148.html: . more tests
8811:
8812: * src/classes/xnode.C: . also bark on possible errors
8813:
8814: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
8815: props
8816:
8817: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
8818: main/compile.y: merged from HEAD ! fixed overoptimized
8819: ^call(false) case. (confused it with ^call[] case)
8820:
8821: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
8822: ^call(false) case. (confused it with ^call[] case)
8823:
8824: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
8825:
8826: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
8827: results/001.processed, results/002.processed,
8828: results/003.processed, results/004.processed,
8829: results/005.processed, results/006.processed,
8830: results/008.processed, results/009.processed,
8831: results/010.processed, results/011.processed,
8832: results/012.processed, results/013.processed,
8833: results/014.processed, results/015.processed,
8834: results/016.processed, results/017.processed,
8835: results/018.processed, results/019.processed,
8836: results/020.processed, results/021.processed,
8837: results/022.processed, results/023.processed,
8838: results/024.processed, results/025.processed,
8839: results/026.processed, results/027.processed,
8840: results/028.processed, results/029.processed,
8841: results/030.processed, results/031.processed,
8842: results/032.processed, results/033.processed,
8843: results/034.processed, results/035.processed,
8844: results/036.processed, results/037.processed,
8845: results/038.processed, results/039.processed,
8846: results/040.processed, results/041.processed,
8847: results/042.processed, results/043.processed,
8848: results/044.processed, results/045.processed,
8849: results/046.processed, results/047.processed,
8850: results/048.processed, results/049.processed,
8851: results/050.processed, results/051.processed,
8852: results/052.processed, results/053.processed,
8853: results/054.processed, results/055.processed,
8854: results/056.processed, results/057.processed,
8855: results/058.processed, results/059.processed,
8856: results/060.processed, results/061.processed,
8857: results/062.processed, results/063.processed,
8858: results/064.processed, results/065.processed,
8859: results/066.processed, results/067.processed,
8860: results/068.processed, results/069.processed,
8861: results/070.processed, results/071.processed,
8862: results/072.processed, results/073.processed,
8863: results/074.processed, results/075.processed,
8864: results/076.processed, results/077.processed,
8865: results/078.processed, results/079.processed,
8866: results/080.processed, results/081.processed,
8867: results/082.processed, results/083.processed,
8868: results/084.processed, results/085.processed,
8869: results/086.processed, results/087.processed,
8870: results/088.processed, results/089.processed,
8871: results/090.processed, results/091.processed,
8872: results/092.processed, results/093.processed,
8873: results/094.processed, results/095.processed,
8874: results/096.processed, results/097.processed,
8875: results/099.processed, results/101.processed,
8876: results/102.processed, results/104.processed,
8877: results/105.processed, results/106.processed,
8878: results/107.processed, results/108.processed,
8879: results/109.processed, results/110.processed,
8880: results/111.processed, results/112.processed,
8881: results/113.processed, results/114.processed,
8882: results/115.processed, results/116.processed,
8883: results/117.processed, results/118.processed,
8884: results/119.processed, results/120.processed,
8885: results/121.processed, results/122.processed,
8886: results/123.processed, results/124.processed,
8887: results/125.processed, results/126.processed,
8888: results/127.processed, results/128.processed,
8889: results/129.processed, results/130.processed,
8890: results/131.processed, results/132.processed,
8891: results/133.processed, results/134.processed,
8892: results/135.processed, results/136.processed,
8893: results/137.processed, results/138.processed,
8894: results/139.processed, results/140.processed,
8895: results/141.processed: . refreshed old tests, made them work
8896: without auto.p (in utf8) . things noted: . gif got encoded
8897: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
8898: some strange year)
8899:
8900: * INSTALL: . revived linux libgc fix
8901:
8902: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
8903: glib/gdome in INSTALL and patches]
8904:
8905: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8906: include/pa_charset.h, include/pa_config_includes.h,
8907: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
8908: include/pa_xml_exception.h, lib/cord/Makefile.am,
8909: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8910: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
8911: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
8912: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
8913: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
8914: types/pa_vxnode.h: . started killing gdome
8915:
8916: 2005-12-13 paf
8917:
8918: * src/main/: pa_request.C: merged from HEAD ! when code in
8919: @unhandled_exception thrown another exception, print correct
8920: origin (earlier code in catch of exception inside of
8921: @unhandled_exception grabbed parent_frame(original_exception)
8922: origin and printed it, instead of true origin)
8923:
8924: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
8925: another exception, print correct origin (earlier code in catch of
8926: exception inside of @unhandled_exception grabbed
8927: parent_frame(original_exception) origin and printed it, instead
8928: of true origin)
8929:
8930: 2005-12-09 paf
8931:
8932: * INSTALL: . updated INSTALL doc to work around linux stack base
8933: detection problem, due to change in gc6.4 code
8934:
8935: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
8936: ignored in ^string.matched :(
8937:
8938: * src/main/pa_string.C: ! regex tainting were ignored in
8939: ^string.matched :(
8940:
8941: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
8942: src/include/pa_config_fixed.h, src/include/pa_version.h,
8943: src/main/compile.y, src/main/compile_tools.h,
8944: src/main/pa_charset.C, src/main/pa_common.C,
8945: src/main/pa_globals.C, src/main/pa_string.C,
8946: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
8947: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
8948:
8949: 2005-12-08 paf
8950:
8951: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
8952: 500 chars now handled OK [were wrapped on 500th char according to
8953: rfc, but sendmail failed to unwrap it properly]
8954:
8955: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
8956: handled OK [were wrapped on 500th char according to rfc, but
8957: sendmail failed to unwrap it properly]
8958:
8959: * src/targets/isapi/parser3isapi.C: . less warnings
8960:
8961: * src/targets/isapi/parser3isapi.C: . undone some strange change
8962: since 3.1.5
8963:
8964: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
8965: link fixes
8966:
8967: * src/: classes/date.C, include/pa_config_fixed.h,
8968: main/compile.tab.C, main/compile.y, main/compile_tools.h,
8969: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
8970: main/pa_string.C, targets/cgi/getopt.c: . less warnings
8971:
8972: * src/include/pa_config_fixed.h: . removed outdated string origins
8973: [in current storage scheme there's no place for them. someday we
8974: can add third CORD to store origins and special version of parser
8975: which stores origins there [separate binary]]
8976:
8977: 2005-12-07 paf
8978:
8979: * src/targets/isapi/parser3isapi.C: . now links in release mode
8980:
8981: * src/include/pa_version.h: makefiles
8982:
8983: * src/include/pa_version.h: . not beta
8984:
8985: * configure, configure.in, src/include/pa_version.h: not beta
8986:
8987: 2005-12-06 paf
8988:
8989: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
8990: [some details here http://i2/tasks/edit/?id=4869912143891354460]
8991: decided to undo the change ^call[$void] passes void. now it will
8992: pass empty string again.
8993:
8994: * src/main/: compile.tab.C, compile.y: . version readded
8995:
8996: * src/classes/op.C: . in this version there is no ^switch[$nothing]
8997: = ^switch[void] problem
8998:
8999: 2005-12-01 paf
9000:
9001: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9002: caused ^case[string] to be coerced to double since searching
9003: value were not string (it was vvoid)
9004:
9005: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9006: ^case[string] to be coerced to double since searching value were
9007: not string (it was vvoid)
9008:
9009: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9010: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9011:
9012: 2005-11-30 paf
9013:
9014: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9015: win32 must putenv("TZ="), on unix works only putenv("TZ")
9016:
9017: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9018: putenv("TZ="), on unix works only putenv("TZ")
9019:
9020: * INSTALL: . xml libs versions updated
9021:
9022: * src/main/pa_globals.C: //20051130 trying to remove this, author
9023: claims that fixed a lot there // 20040920 for now both
9024: workarounds needed. wait for new libxml/xsl versions
9025:
9026: 2005-11-28 paf
9027:
9028: * src/classes/table.C: merged from HEAD: ! nameless table has
9029: columns==0
9030:
9031: * src/classes/table.C: ! nameless table has columns==0
9032:
9033: * src/main/pa_http.C: merged from HEAD: ! status line check made
9034: earlier [was totally wrong]
9035:
9036: * src/main/pa_http.C: ! status line check made earlier [was totally
9037: wrong]
9038:
9039: 2005-11-25 paf
9040:
9041: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9042: undoing for now...
9043:
9044: * src/include/pa_version.h: -this reduces speed(table::load),
9045: strange. undoing
9046:
9047: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9048:
9049: * src/classes/op.C: + ^while(){}[SEPARATOR]
9050:
9051: * src/include/pa_array.h: + optimistics added: all arrays (table
9052: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9053: this speeds things up and saves memory a LOT! (not noticed
9054: negative effect on syntetic tests, future will tell...)
9055:
9056: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9057: changed gc_malloc implementation, which obscured profiling
9058:
9059: * src/classes/table.C: merged from HEAD: + optimized
9060: table::load/sql, now row ArrayString-s allocated with
9061: columns.count() elements and don't always grow from
9062: count=3[realloc,realloc]
9063:
9064: * src/classes/table.C: + optimized table::load/sql, now row
9065: ArrayString-s allocated with columns.count() elements and don't
9066: always grow from count=3[realloc,realloc]
9067:
9068: * src/classes/table.C: merged from HEAD: . ^table.save unused
9069: buffer after save
9070:
9071: * src/classes/table.C: . ^table.save unused buffer after save
9072:
9073: 2005-11-24 paf
9074:
9075: * configure.in: . merged glib2-config patch
9076:
9077: * configure.in: + trying to find glib2-config
9078:
9079: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9080: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9081: file/dir_readable to simple file/dir_exist, this would help in
9082: situations "class not found because .p file has bad rights" << in
9083: that case error would be explicit "access denied to 'this' file"
9084:
1.101 moko 9085: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9086:
9087: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9088: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9089: to simple file/dir_exist, this would help in situations "class
9090: not found because .p file has bad rights" << in that case error
9091: would be explicit "access denied to 'this' file"
9092:
9093: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9094: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9095: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9096: ^file::exec/cgi[script;$.charset[changed]
9097: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9098: encoded in $.charset charset
9099:
9100: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9101: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9102: encoded in $.charset charset
9103:
9104: * src/: include/Makefile.am, include/pa_common.h,
9105: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9106: main/pa_common.C, main/pa_http.C: . extracted http:// into
9107: separate file [preparation for
9108: ^file::cgi[script;$.form[$.field1[]
9109:
9110: 2005-11-22 paf
9111:
9112: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9113:
9114: * acinclude.m4, configure.in: . merged underquting fixes
9115:
1.101 moko 9116: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9117:
9118: * src/classes/op.C: . overmerged a little
9119:
9120: * src/main/compile.tab.C: Makefile
9121:
9122: * src/main/: pa_common.C: . less gcc warnings
9123:
9124: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9125: now reports original exception if we have no old cache
9126:
9127: * src/classes/op.C: + $exception.handled[cache] now reports
9128: original exception if we have no old cache
9129:
9130: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9131: from HEAD: + ^taint/untaint[regex] << escapes these:
9132: \^$.[]|()?*+{}
9133:
9134: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9135: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9136:
9137: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9138: getenv-ed variable, which does not work both on win32&unix.
9139: copied old TZ value now
9140:
9141: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9142: stored pointer to getenv-ed variable, which does not work both on
9143: win32&unix. copied old TZ value now
9144:
9145: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9146: getenv-ed variable, which does not work both on win32&unix.
9147: copied old TZ value now
9148:
9149: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9150: access to internal hash
9151:
9152: * src/types/pa_vresponse.C: + $response:headers access to internal
9153: hash
9154:
9155: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9156: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9157: isapi] this reduces number of "GC Warning: Repeated allocation of
9158: very large block" messages to only important onces
9159:
9160: * src/targets/isapi/parser3isapi.C: +
9161: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9162: isapi] this reduces number of "GC Warning: Repeated allocation of
9163: very large block" messages to only important onces
9164:
9165: * src/classes/string.C: merged from HEAD: + removed limitation on
9166: ^string/int/double:sql{}[$.default[({param style})] ]
9167:
9168: * src/classes/string.C: + removed limitation on
9169: ^string/int/double:sql{}[$.default[({param style})] ]
9170:
9171: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9172: with ?params or $.form option" limitation
9173:
9174: * src/main/pa_common.C: + removed "use either uri with ?params or
9175: $.form option" limitation
9176:
9177: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9178: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9179: ^file::base64[encoded] decode
9180:
9181: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9182: main/pa_common.C: + ^file.base64[] encode +
9183: ^file::base64[encoded] decode
9184:
9185: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9186: ^string:base64[encoded] decode
9187:
9188: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9189: ^string:base64[in] encode + ^string.base64[] decode
9190:
9191: 2005-11-21 paf
9192:
9193: * src/classes/file.C: + merged from HEAD:
9194: ^file::create[text;file.xml;^untaint[xml]{data}]
9195:
9196: * src/classes/file.C: +
9197: ^file::create[text;file.xml;^untaint[xml]{data}]
9198:
9199: * src/main/pa_request.C: ! merged: $response:body[file] now
9200: differes from :download, it does not return content-disposition
9201: at all now [previusely it returned valueless content-disposition]
9202:
9203: * src/main/pa_request.C: ! $response:body[file] now differes from
9204: :download, it does not return content-disposition at all now
9205: [previusely it returned valueless content-disposition]
9206:
9207: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9208: literals, reverted to just vvod, recreating empty array with each
9209: void_value token. that's absolutely needed, since that array
9210: grows
9211:
9212: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9213: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9214: types/pa_vmethod_frame.h: + merged: expression literals:
9215: true/false. ^format[$.indent(true)]
9216:
9217: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9218: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9219: types/pa_vmethod_frame.h: + expression literals: true/false.
9220: ^format[$.indent(true)]
9221:
9222: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9223: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9224: i386-pc-win32)"
9225:
9226: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9227: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9228: i386-pc-win32)"
9229:
9230: 2005-11-18 paf
9231:
9232: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9233: null}[$.default(123)] will now return default value
9234:
9235: * src/classes/op.C: + merged ^cache[] << returns current cache
9236: expiration time
9237:
9238: * src/classes/op.C: + ^cache[] << returns current cache expiration
9239: time
9240:
9241: * src/classes/table.C: ! merged ^table::create[not'nameless';
9242: failed << Exception.problem_source pointed to local var!
9243:
9244: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9245: Exception.problem_source pointed to local var!
9246:
9247: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9248: now loads VFile.ptr!=0, so such files can be saved now
9249:
9250: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9251: loads VFile.ptr!=0, so such files can be saved now
9252:
9253: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9254: only . and .. now removed from list [were removed all .*]
9255:
9256: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9257: .. now removed from list [were removed all .*]
9258:
9259: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9260: open error now checked, were not :( [stole that piece from apache
9261: 1.3 sources]
9262:
9263: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9264: checked, were not :( [stole that piece from apache 1.3 sources]
9265:
9266: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9267: untainting of @main result if returned by $result or
9268: $response:body
9269:
9270: * src/main/pa_request.C: ! ensured proper untainting of @main
9271: result if returned by $result or $response:body
9272:
9273: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9274: issue: now tries to guess content-length and allocates one big
9275: piece if possible [regretfully gc_realloc works as malloc+free,
9276: leaving lots of holes behind]
9277:
9278: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9279: fixed file load memory issue: now tries to guess content-length
9280: and allocates one big piece if possible [regretfully gc_realloc
9281: works as malloc+free, leaving lots of holes behind]
9282:
9283: 2005-11-16 paf
9284:
9285: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9286: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9287: table::save with enclosers now doubles them: "->"" !
9288: table::save/load do not remove elements from options hash
9289:
9290: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9291: [were overoptimized ^if(double_literal), compiler confused
9292: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9293:
9294: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9295: [were overoptimized ^if(double_literal), compiler confused
9296: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9297:
9298: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9299: main/pa_common.C: ! table::save with enclosers now doubles them:
9300: "->"" ! table::save/load do not remove elements from options hash
9301:
9302: 2005-11-03 paf
9303:
1.101 moko 9304: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9305: compilation, not all makefiles liked that
1.95 moko 9306:
9307: 2005-08-30 paf
9308:
9309: * src/classes/op.C: merge . speedup check of [DEFAULT]
9310:
9311: * src/classes/op.C: . speedup check of [DEFAULT]
9312:
9313: 2005-08-26 paf
9314:
9315: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9316:
9317: * src/: classes/date.C, types/pa_vdate.h: + date.week
9318:
9319: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9320: complains about bad!=nameless
9321:
9322: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9323: about bad!=nameless
9324:
9325: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9326: optional options were allowed to be empty. were checked
9327: if(is_string), changed to !defined||is_string to allow void
9328:
9329: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9330: classes/string.C, classes/table.C, classes/void.C: ! optional
9331: options were allowed to be empty. were checked if(is_string),
9332: changed to !defined||is_string to allow void
9333:
9334: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9335: as_junction where they needed as_int/double, so failed with
9336: recent "(const) now no junction" optimization
9337:
9338: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9339: merged ! many classes/* used as_junction where they needed
9340: as_int/double, so failed with recent "(const) now no junction"
9341: optimization
9342:
9343: * src/: classes/double.C, classes/int.C, classes/math.C,
9344: classes/op.C, classes/string.C, classes/table.C,
9345: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9346: used as_junction where they needed as_int/double, so failed with
9347: recent "(const) now no junction" optimization
9348:
9349: 2005-08-24 paf
9350:
9351: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9352: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9353: stripped it
9354:
9355: 2005-08-09 paf
9356:
9357: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9358: not cleared
9359:
9360: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9361: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9362: classes/hashfile.C, classes/image.C, classes/int.C,
9363: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9364: classes/response.C, classes/string.C, classes/table.C,
9365: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9366: include/pa_array.h, include/pa_cache_managers.h,
9367: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9368: include/pa_config_fixed.h, include/pa_config_includes.h,
9369: include/pa_dictionary.h, include/pa_dir.h,
9370: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9371: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9372: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9373: include/pa_request_charsets.h, include/pa_request_info.h,
9374: include/pa_sapi.h, include/pa_socks.h,
9375: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9376: include/pa_stack.h, include/pa_string.h,
9377: include/pa_stylesheet_connection.h,
9378: include/pa_stylesheet_manager.h, include/pa_table.h,
9379: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9380: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9381: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9382: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9383: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9384: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9385: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9386: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9387: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9388: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9389: main/pa_sql_driver_manager.C, main/pa_string.C,
9390: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9391: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9392: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9393: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9394: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9395: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9396: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9397: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9398: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9399: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9400: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9401: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9402: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9403: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9404: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9405: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9406: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9407: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9408: types/pa_vresponse.C, types/pa_vresponse.h,
9409: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9410: types/pa_vstateless_object.h, types/pa_vstatus.C,
9411: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9412: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9413: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9414: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9415: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9416:
9417: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9418: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9419: speedup consequent checks in vmethod_frame
9420:
9421: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9422: not cleared
9423:
9424: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9425: params: 50 max (were 10)
9426:
9427: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9428: params: 50 max (were 10)
9429:
9430: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9431: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
9432: pa_wcontext.h: + ^call[$void] param inside now is void (were:
9433: empty string) ! simplified (double) speedup consequent checks in
9434: vmethod_frame
9435:
9436: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
9437: optimized constants in expressions vstring->vdouble + optimized
9438: ^call(vdouble), no junction creation, no calls later
9439:
9440: 2005-08-08 paf
9441:
9442: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
9443: integrated
9444:
9445: * bin/auto.p.dist.in: . apache bad 404 handling workaround
9446: integrated
9447:
9448: * src/main/: compile.tab.C, compile.y, compile_tools.C,
9449: compile_tools.h: merged + optimized constants in expressions
9450: vstring->vdouble + optimized ^call(vdouble), no junction
9451: creation, no calls later
9452:
9453: * src/types/pa_vdouble.h: merged . double values without fractional
9454: part now default printed as %.0f instead of %g
9455:
9456: * src/types/pa_vdouble.h: . double values without fractional part
9457: now default printed as %.0f instead of %g
9458:
9459: * src/classes/hashfile.C: . merged ! second hashfile::open would
9460: cause an exception
9461:
9462: * src/classes/hashfile.C: ! second hashfile::open would cause an
9463: exception
9464:
9465: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
9466: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9467: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9468: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9469: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
9470: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9471: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9472: types/pa_vresponse.h, types/pa_vstateless_class.C,
9473: types/pa_vstateless_object.h, types/pa_vvoid.h,
9474: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9475: merged VJunction(new Junction) optimization from 3.1.4
9476:
9477: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
9478: types/pa_vstateless_class.C: + optimized new VJunction(new
9479: Junction(params)) to new VJunction(params), thousands of mallocs
9480: removed
9481:
9482: 2005-08-05 paf
9483:
9484: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
9485: types/pa_vdouble.h, types/pa_vmethod_frame.C,
9486: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
9487: creation, no calls later
9488:
9489: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9490: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9491: classes/hashfile.C, classes/image.C, classes/int.C,
9492: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9493: classes/response.C, classes/string.C, classes/table.C,
9494: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9495: include/pa_array.h, include/pa_cache_managers.h,
9496: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9497: include/pa_config_fixed.h, include/pa_config_includes.h,
9498: include/pa_dictionary.h, include/pa_dir.h,
9499: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9500: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9501: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9502: include/pa_request_charsets.h, include/pa_request_info.h,
9503: include/pa_sapi.h, include/pa_socks.h,
9504: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9505: include/pa_stack.h, include/pa_string.h,
9506: include/pa_stylesheet_connection.h,
9507: include/pa_stylesheet_manager.h, include/pa_table.h,
9508: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9509: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9510: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9511: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9512: lib/smtp/smtp.h, main/compile.C, main/compile.y,
9513: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9514: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9515: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9516: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9517: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
9518: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
9519: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9520: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9521: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9522: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9523: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9524: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9525: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9526: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9527: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9528: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9529: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9530: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
9531: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
9532: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
9533: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
9534: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9535: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9536: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9537: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9538: types/pa_vstateless_object.h, types/pa_vstatus.C,
9539: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9540: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9541: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9542: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9543: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
9544:
9545: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
9546: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
9547: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9548: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
9549: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9550: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
9551: optimized constants in expressions vstring->vdouble
9552:
9553: 2005-07-29 paf
9554:
9555: * src/types/pa_vclass.C: . shaped up error messages a bit
9556:
9557: * src/types/pa_vclass.C: + property getter can now be overridden
9558:
9559: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
9560: bug fix: static parent fields were not replaced in case
9561: $derived:field[put] + property setter can now be overridden
9562:
9563: 2005-07-28 paf
9564:
9565: * configure, configure.in, src/classes/classes.h,
9566: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
9567: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
9568: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
9569: src/classes/xnode.h, src/include/pa_hash.h,
9570: src/include/pa_version.h, src/main/execute.C,
1.101 moko 9571: src/types/Makefile.am, src/types/pa_method.h,
9572: src/types/pa_value.h, src/types/pa_vclass.C,
9573: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
9574: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
9575: src/types/pa_vcookie.h, src/types/pa_vhash.h,
9576: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
9577: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
9578: src/types/pa_vobject.C, src/types/pa_vobject.h,
9579: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
9580: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
9581: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
9582: src/types/pa_vstateless_class.h,
1.95 moko 9583: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
9584: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
9585: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
9586: dynamic_fields_join
9587:
9588: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9589: classes/xnode.C, include/pa_hash.h, main/execute.C,
9590: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9591: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9592: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9593: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9594: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9595: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9596: types/pa_vresponse.h, types/pa_vstateless_object.h,
9597: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
9598: types/pa_wwrapper.h: ! restored put_element('replace' param), and
9599: restored its checks in vobject.put_element->static fields |
9600: dynamic properties
9601:
9602: 2005-07-27 paf
9603:
9604: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
9605: is some old code containing @set_name $name
9606:
9607: * src/types/pa_vobject.h: . fixed warning
9608:
9609: * configure, configure.in, src/include/pa_version.h,
1.101 moko 9610: src/types/Makefile.am: 3.2.0beta started
1.95 moko 9611:
9612: * src/: classes/xnode.C, include/pa_hash.h,
9613: types/pa_vstateless_class.C: ! new asserts were all false.
9614: regretfully reverted them all to checks
9615:
9616: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9617: classes/op.C, main/execute.C, types/pa_method.h,
9618: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9619: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9620: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9621: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9622: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9623: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9624: types/pa_vstateless_object.h, types/pa_vvoid.h,
9625: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9626: joined_dynamic_fields: removed unused param from put_method
9627: (returned to 3 params)
9628:
9629: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
9630: joined_dynamic_fields: dynamic get/set works with overriding
9631: props [alpha2]
9632:
9633: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
9634: works [alfa]
9635:
9636: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9637: classes/op.C, include/pa_hash.h, main/execute.C,
9638: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9639: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9640: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9641: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9642: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9643: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9644: types/pa_vresponse.h, types/pa_vstateless_class.C,
9645: types/pa_vstateless_object.h, types/pa_vvoid.h,
9646: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9647: joined_dynamic_fields: just compiled
9648:
9649: * src/: classes/date.C, classes/file.C, classes/hash.C,
9650: classes/hashfile.C, classes/image.C, classes/table.C,
9651: classes/xdoc.C, classes/xnode.h, main/execute.C,
9652: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9653: types/pa_vstateless_class.h: joined_dynamic_fields: started
9654:
9655: * src/types/pa_vobject.C: . object setters [only started, does not
9656: work yet]
9657:
9658: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
9659: object setters [only started, does not work yet]
9660:
9661: 2005-07-26 paf
9662:
9663: * src/: include/pa_request.h, main/execute.C: . properties: set
9664: works [alpha2]. for classes. todo: for objects
9665:
9666: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
9667: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9668: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9669: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9670: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9671: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9672: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9673: types/pa_vstateless_object.h, types/pa_vvoid.h,
9674: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9675: properties: set works [alpha1]
9676:
9677: 2005-07-25 paf
9678:
9679: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
9680: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
9681: properties: started, get works [alpha1, other approach]
9682:
9683: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
9684: properties: started, get works [alpha2]
9685:
9686: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9687: pa_vstateless_class.h: . properties: started, get works [alpha]
9688:
9689: 2005-07-15 paf
9690:
9691: * src/: classes/classes.h, classes/op.C, main/execute.C,
9692: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
9693: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9694: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9695: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9696: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
9697: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
9698: types/pa_vresponse.C, types/pa_vresponse.h,
9699: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9700: types/pa_vstateless_object.h, types/pa_vvoid.h,
9701: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
9702: types/pa_wwrapper.h, types/types.vcproj: + started property
9703: [getters work but think of changing them too to precaching]
9704:
9705: 2005-07-08 paf
9706:
9707: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
9708: gpf
9709:
9710: 2005-06-28 paf
9711:
9712: * src/: classes/file.C, main/untaint.C: ! string invariant violated
9713: in passing empty strings to file::exec/cgi environment
9714:
9715: 2005-06-06 paf
9716:
9717: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
9718: ^table:sql ^hash:sql now DO process $.bind option
9719:
9720: 2005-05-24 paf
9721:
9722: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
9723: $.limit] now work again [support was broken in 3.1.4]
9724:
9725: * src/: main/pa_string.C, classes/op.C: . steps toward removing
9726: ALL_INTERIOR_POINTERS
9727:
9728: 2005-05-12 paf
9729:
9730: * configure: 3.1.5beta
9731:
9732: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
9733:
9734: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
9735: $.limit] now work again [support was broken in 3.1.4]
9736:
9737: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
9738: line-width [was refusing to fill if line-width >1, thanks to
9739: Seras <seras@pinxit.lt> for repro case
9740:
9741: 2005-04-25 paf
9742:
9743: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
9744: correctly
9745:
9746: 2005-04-19 paf
9747:
9748: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
9749: in VString violating invariant!!
9750:
9751: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
9752: getenv("TZ")==null
9753:
9754: 2005-04-08 paf
9755:
9756: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
9757: bugfix: when there is no char in charset one byte produces 6
9758: (ÿ <<max). increased buffer size!
9759:
9760: 2005-03-23 paf
9761:
9762: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
9763: ^date.sql-string now takes TZ into account
9764:
9765: 2005-03-16 paf
9766:
9767: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
9768: gcc 3.4
9769:
9770: * src/types/pa_vhash.C: . warning about eof eol
9771:
9772: 2005-02-17 paf
9773:
9774: * operators.txt, src/classes/op.C: + operator ^sleep(double
9775: seconds)
9776:
9777: 2005-02-02 paf
9778:
9779: * src/classes/xnode.C: beauty: removed needless includes
9780:
9781: 2005-01-31 paf
9782:
9783: * src/types/pa_vmail.C: change: $.partX now always 1... change:
9784: $.partNoNumber now alias to $.part1
9785:
9786: * src/types/pa_vmail.C: change: incoming letter part contains
9787: "content-disposition" header with any value? now considering that
9788: part to be "file#" [for text/plain text/html were $.text#
9789: $.html#]
9790:
9791: * INSTALL: updatet to latest working versions available
9792:
9793: 2005-01-20 paf
9794:
9795: * configure.in, src/include/pa_version.h: version
9796:
9797: 2005-01-19 paf
9798:
1.101 moko 9799: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
9800: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
9801: couple warnings in parser3.C
1.95 moko 9802:
9803: 2004-12-23 paf
9804:
9805: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
9806:
9807: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
9808: dir to directory of script (when shbang used), not to directory
9809: of its interpreter
9810:
9811: * src/include/pa_version.h: compiled on win32...
9812:
9813: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
9814: we need more hspace
9815:
9816: * configure, configure.in, src/include/pa_version.h: configured
9817: host to pa_version. will be displayed everywhere
9818:
9819: * src/main/pa_request.C: new: @unhandled_exception can prevent
9820: exception from being logged by setting $exception.handled(1)
9821:
9822: * operators.txt, src/classes/file.C: change:
9823: ^file::sql{query}[[options]] options: $.name[file name]
9824: $.content-type[application/what]
9825:
9826: * src/: include/pa_common.h, main/pa_common.C,
9827: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
9828: new file
9829:
9830: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
9831: bugfix: table->hash now regards _default
9832:
9833: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
9834: created by accessing $name_of_method it acquired bad self=closest
9835: methodframe; instead of proper self (current class)
9836:
9837: * src/types/pa_vhashfile.C: bugfix: reading empty string from
9838: hashfile produced bad cord
9839:
9840: 2004-12-10 paf
9841:
9842: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
9843: subsequent failures though defined in .h
9844:
9845: * src/main/pa_common.C: comment on volatile
9846:
9847: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
9848: alarm function were not used since the beginning due to stupid
9849: error [setsigjmp were not checked in configure.in]
9850:
9851: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
9852: unix too
9853:
9854: * src/main/pa_common.C: http: exception status of send/recv errors
9855: change to most probable http.timeout
9856:
9857: * src/main/pa_common.C: win32: http connection $.timeout option now
9858: works [setsockopt on send/receive]
9859:
9860: 2004-12-08 paf
9861:
9862: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
9863: cstr-ed knowing mail charset, and untainting uri lang now knows
9864: proper charset
9865:
9866: 2004-11-24 paf
9867:
9868: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
9869:
9870: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
9871: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
9872:
9873: 2004-11-12 paf
9874:
9875: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
9876: [since 3.0.4]
9877:
9878: 2004-11-09 paf
9879:
9880: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
9881: writes basics to c:\parser3.log
9882:
9883: 2004-10-21 paf
9884:
9885: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
9886: tainted strings [were returning clean onces]
9887:
9888: 2004-10-15 paf
9889:
9890: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
9891: cycles(i=1; i=2), which was wrong, now does ONE
9892:
9893: 2004-10-12 paf
9894:
9895: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
9896:
9897: 2004-10-07 paf
9898:
9899: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
9900: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
9901: release asserts
9902:
9903: * src/: main/pa_string.C, include/pa_string.h: debugger help:
9904: String.dump() to stdout in detailed form [were String.v() in
9905: short form]
9906:
9907: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
9908: \t\r\n as @#| and truncates long char sequences less
9909:
9910: 2004-10-06 paf
9911:
9912: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
9913: win32 beauty: socket errors properly decoded
9914:
9915: 2004-10-05 paf
9916:
9917: * src/: include/pa_request.h, main/pa_request.C: bugfix:
9918: request::configure_user/admin done always, even if no
9919: file-to-process useful in @unhandled_exception [say, if they
9920: would want to mail by SMTP something]
9921:
9922: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
9923: now performed prior to file loading [and @auto executing] thus
9924: making $cookie:value available in @auto and in
9925: @unhandled_exception when IIS is configured to run interpreter
9926: even if no file exist
9927:
9928: 2004-09-20 paf
9929:
9930: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
9931: somewhere where it should have called xmlMalloc and it calls
9932: xmlFree when it should have not called it. inserted two
9933: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
9934: xmlFree just ignored. put away a testcase, maybe someday libxml
9935: author would fix all that. until that day: we have SLOW garbage
9936: collecting when many xml objects are alive hint: do
9937: ^memory:compact[] before xdoc::create
9938:
9939: 2004-09-17 paf
9940:
9941: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
9942: error from 3.0.8 version]
9943:
9944: 2004-09-14 paf
9945:
9946: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
9947: part bugfix: hashfile.foreach iterated only part if hashfile were
9948: modified inside
9949:
9950: 2004-09-13 paf
9951:
9952: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
9953: [were as octal]
9954:
9955: * src/types/pa_vhashfile.C: beauty: not reproduced
9956: $hashfile.key[$novalue] bug [reported by motorin], inserted
9957: safety-check
9958:
9959: * src/types/pa_vhashfile.C: change: empty keys now error in parser
9960: [not something obscure from sdbm lib]
9961:
9962: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
9963: = strerror now returnes something and we can properly report that
9964: to client
9965:
9966: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
9967: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
9968:
9969: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9970: [tainted as-is] this helps //[space][newline] to remain as-is and
9971: not be unnecessary optimized away [ruining javascript]
9972:
9973: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9974: [tainted as-is]
9975:
9976: * src/classes/mail.C: bugfix: typo error
9977:
9978: 2004-09-09 paf
9979:
9980: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
9981: separators bugfix: loads header with endings \r\n\r\n and \n\n
9982: (bloody yandex.server)
9983:
9984: 2004-09-06 paf
9985:
9986: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
9987: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
9988: encoded
9989:
9990: 2004-09-01 paf
9991:
9992: * src/types/pa_vmail.C: change: multipart/mixed changed to
9993: multipart/related outlook express have no problems showing
9994: unrelated attachments. todo: someday figure out a way of
9995: multipart/mixed multipart/related text/html
9996: image/xxx application/octet-stream << true attachments
9997:
9998: * src/types/pa_vmail.C: new:
9999: ^mail:send[$.file[$.content-disposition can be overriden new:
10000: empty mail header fields removed from letter
10001:
10002: * src/: classes/mail.C, include/pa_config_fixed.h,
10003: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10004: ^mail:send[ $.file[ $.any[header]
10005:
10006: 2004-08-30 paf
10007:
10008: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10009: warnings
10010:
10011: * src/main/pa_common.C: beauty: do not bother with charset
10012: detection when ^file::load[binary
10013:
10014: 2004-08-27 paf
10015:
10016: * src/main/pa_common.C: hack: for yandex.server http server
10017:
10018: 2004-08-18 paf
10019:
10020: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10021: possibly-chunked response
10022:
10023: 2004-08-17 paf
10024:
10025: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10026: $f.content-type now = that of http response
10027:
10028: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10029: $f.content-type now = that of http response
10030:
10031: 2004-07-30 paf
10032:
10033: * src/: include/pa_request.h, main/pa_request.C,
10034: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10035: win32: system&parser exceptions in release mode reported properly
10036: parser exception in exception handler WERE mistakenly reported as
10037: system exception, without details [in apache & isapi] +some
10038: beauty in exception text
10039:
10040: * src/: include/pa_exception.h, main/pa_request.C,
10041: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10042: release mode reported properly parser exception in exception
10043: handler WERE mistakenly reported as system exception, without
10044: details
10045:
10046: * src/main/execute.C: beauty: simplified system exception handling
10047:
10048: 2004-07-29 paf
10049:
10050: * src/classes/table.C: bugfix:
10051: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10052: were ignored, and \t used unconditionally]
10053:
10054: * src/types/Makefile.am: added vhash.c
10055:
10056: 2004-07-28 paf
10057:
10058: * src/: classes/date.C, classes/image.C, classes/math.C,
10059: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10060: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10061: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10062: failed on russian letters
10063:
10064: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10065: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10066: letters
10067:
10068: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10069: as 'currentDirectory' parameter to CreateProcess
10070:
10071: 2004-07-27 paf
10072:
10073: * src/targets/cgi/parser3.vcproj: beauty: win32:
10074: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10075: from release somewhere [to help searching for unhandled system
10076: exceptions]
10077:
10078: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10079: TZ shift
10080:
10081: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10082: but also in ctor
10083:
10084: 2004-07-26 paf
10085:
10086: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10087: src/main/pa_request.C, src/types/pa_vfile.h,
10088: src/types/pa_vhash.C, src/types/pa_vhash.h,
10089: src/types/types.vcproj: new: $response:body/download[
10090: $.file[name on disk] $.name[of file for user]
10091: $.mdate[date of last-modified. default from directory] ]
10092:
10093: * src/classes/file.C: moving file:send somewhere else..
10094:
10095: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10096: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10097: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10098: $response:download[ $.filename[filename] $.option[] ,, ]
10099:
10100: * src/classes/file.C: beauty: invalid mode thoroughly reported
10101:
10102: 2004-07-21 paf
10103:
10104: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10105: to several lines
10106:
10107: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10108:
10109: note: ms outlook[!express] shows only first 255 characters of
10110: subject
10111:
10112: 2004-07-15 paf
10113:
10114: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10115: off]
10116:
10117: 2004-07-14 paf
10118:
10119: * src/classes/table.C: bugfix: $.bind values now got untainted
10120: according to lang [were: as-is]
10121:
10122: 2004-07-07 paf
10123:
10124: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10125: checked that
10126:
10127: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10128: now untainted according to their languages. were: as-is.
10129: EVERYWHERE
10130:
10131: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10132: environment string now untainted according to their languages.
10133: were: as-is. EVERYWHERE
10134:
10135: * src/main/pa_exec.C: bufix: on unix environment string now
10136: untainted according to their languages. were: as-is. on win32:
10137: ok
10138:
10139: * parser3.vssscc: ...would not go unnoticed
10140:
10141: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10142: fails. in case on input appears nonutf, those bytes will be
10143: printed in %HH form. that can be easily decoded/recovered.
10144:
10145: this form is quite noticable, and hopefully would not go noticed
10146:
10147: 2004-07-06 paf
10148:
10149: * src/main/pa_exec.C: bufix: on unix environment string now
10150: untainted according to their languages. were: as-is. on win32:
10151: ok
10152:
10153: 2004-07-01 paf
10154:
10155: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10156: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10157: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10158: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10159: main/main.vcproj, targets/cgi/parser3.vcproj,
10160: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10161: option: global optimization ON
10162:
10163: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10164: to do xdoc::create{invalid chars} standard disables chars less
10165: then \x20, except tab, cr, lf.
10166:
10167: changed tainting so that those become '!'
10168:
10169: 2004-06-25 paf
10170:
10171: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10172: int on odd address [prev bugfix failed due to superwize
10173: optimizer, which turned memcpy into same 'ld' asm command]
10174:
10175: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10176: int on odd address
10177:
10178: 2004-06-22 paf
10179:
10180: * src/sql/pa_sql_driver.h: note: about possible optimization
10181:
10182: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10183: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10184: src/include/pa_config_includes.h: new: ^void:sql{call
10185: paf(:a)}[ $.bind[ $.a[2]
10186: ] ] output variables work. todo: check in out
10187: variables
10188:
10189: 2004-06-18 paf
10190:
10191: * src/: classes/file.C, classes/hash.C, classes/string.C,
10192: classes/table.C, classes/void.C, include/pa_globals.h,
10193: include/pa_sql_connection.h, main/compile.tab.C,
10194: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10195: $.bind[ $.a[2] ]
10196: ] input variables work. todo:output
10197:
10198: * src/targets/cgi/parser3.C: bugfix: iis specific
10199: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10200: /_bug.html?404;http://hpsv/test/
10201: --------------------------------------------------------------------------------
10202: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10203: --------------------------------------------------------------------------------
10204: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10205:
10206: 2004-06-16 paf
10207:
10208: * src/targets/cgi/parser3.C: new: iis specific
10209: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10210: $request:query
10211: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10212: $form:fields IIS-STATUS="404"
10213: IIS-DOCUMENT="http://server/_bug.html" f="v"
10214:
10215: todo: isapi too
10216:
10217: 2004-05-26 paf
10218:
10219: * src/include/pa_version.h: 3.1.3
10220:
10221: * operators.txt: beauty: removed outdated level 'table'
10222:
10223: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10224:
10225: * src/main/pa_string.C: beauty: removed 3 warnings
10226:
10227: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10228: classes/op.C: beauty: removed outdated level 'table'
10229:
10230: 2004-05-25 paf
10231:
10232: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10233: implementation. mistery: how anything worked
10234:
10235: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10236: changed, it is now safe to use url if pointers to it are stored
10237: to gc mem
10238:
10239: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10240: unknown errors reported and not cause SIGSEGV now
10241:
10242: 2004-05-24 paf
10243:
10244: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10245: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10246: less memory: CORD_chars_block originally intended to ... it was
10247: good that CORD_chars_block were not used: it consumes more memory
10248: [and, might be slow too] undoing that. [and removed that func so
10249: that it would not confuse parser developer in future]
10250:
10251: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10252: less memory: CORD_chars_block originally intended to
10253: speedup/reduce mem usage were forgotten, and were used stupid
10254: CORD_chars
10255:
10256: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10257:
10258: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10259: BIGENDIAN processors space-conserving mech failed, causing
10260: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10261: (1|2|3));
10262:
10263: 2004-05-14 paf
10264:
10265: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10266: bugfix: void now has vfile value, and $response:body[] works OK
10267:
10268: 2004-05-12 paf
10269:
10270: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10271: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10272: sources to use is_defined() {return as_bool();} along VBool
10273:
10274: 2004-05-11 paf
10275:
10276: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10277: referencing to local objects
10278:
10279: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10280: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10281: left intact
10282:
10283: 2004-04-15 paf
10284:
10285: * src/classes/date.C: merged: beauty: unused var removed
10286:
10287: * src/classes/date.C: beauty: unused var removed
10288:
10289: * src/include/: pa_exec.h: bugfix: interface without pointer
10290: provoked bug
10291:
10292: 2004-04-09 paf
10293:
10294: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10295:
10296: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10297:
10298: 2004-04-08 paf
10299:
10300: * src/classes/date.C: new: ^date::create[y-m-d
10301: h-M-s>>.milliseconds<<] now allowed, ignored so far
10302:
10303: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10304:
10305: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10306: to consult default catalog [usually, that file belongs to other
10307: user/group]
10308:
10309: 2004-04-06 paf
10310:
10311: * src/main/pa_common.C: beauty: gcc warning removed
10312:
10313: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10314: accept that trick, trying other
10315:
10316: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10317: explicit result problem
10318:
10319: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10320: explicit result problem
10321:
10322: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10323: explicit result problem
10324:
10325: * operators.txt, src/classes/string.C: new: ^string.append[string]
10326:
10327: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10328: main/execute.C: attempt_check_call_in_explicit_result_mode:
10329: failed
10330:
10331: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10332: http://i.p.a.ddress gethostbyaddr added [on some platforms
10333: gethostbyname failed with such 'domains'] now checked properly,
10334: were: needless reverse/forward dns lookup
10335:
10336: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10337: http://i.p.a.ddress gethostbyaddr added [on some platforms
10338: gethostbyname failed with such 'domains'] now checked properly,
10339: were: needless reverse/forward dns lookup
10340:
10341: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10342: @method[][result] means "no string output here" moved to lexical
10343: level [on grammar level it were too difficult]
10344:
10345: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10346: src/main/compile.y, src/main/compile_tools.h,
10347: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10348: @method[][result] means "no string output here", implemented part
10349: of that idea: compiler throws away string literal generation
10350: code. and barks nonwhitespace chars
10351:
10352: * operators.txt: truth: removed comment about $ORIGIN
10353:
10354: 2004-04-05 paf
10355:
10356: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10357: src/include/pa_version.h, src/main/pa_common.C,
10358: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10359:
10360: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10361: Konstantin Tomashevitch [mailto:konst@design.ru]
10362:
10363: * src/doc/html2chm.cmd: beauty: no need in bg here
10364:
10365: * src/doc/sources2html.cmd: beauty: same window, in bg it
10366: interfered with FAR console
10367:
10368: * configure, configure.in: 3.1.3
10369:
10370: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10371:
10372: * src/main/pa_common.C: removed warning
10373:
10374: * src/include/pa_version.h: 3.1.3
10375:
10376: 2004-04-02 paf
10377:
10378: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10379:
10380: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10381: allows to specify where to put parser log file
10382:
10383: 2004-04-01 paf
10384:
10385: * src/classes/table.C: bugfix: bugfix: table::load last line
10386: without tab and enter were ignored
10387:
10388: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10389: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10390: main/pa_socks.C, targets/cgi/parser3.C,
10391: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10392: bugfix: sql connections now are disconnected
10393:
10394: 2004-03-30 paf
10395:
10396: * src/classes/table.C: bugfix: table::load last line without tab
10397: and enter were ignored
10398:
10399: * src/classes/table.C: bufix: if last table lines were commented,
10400: gpfed
10401:
10402: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10403: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10404: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10405: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10406: doc/methoded.dox, doc/object.dox, doc/string.dox,
10407: doc/targets.dox, doc/value.dox, include/pa_version.h,
10408: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10409: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10410: bugfixes from 3.1.2, changed version to 3.1.3beta
10411:
10412: 2004-03-29 paf
10413:
10414: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10415: causes gpf
10416:
10417: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10418: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10419: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10420: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10421: value.dox: translated to english
10422:
10423: 2004-03-25 paf
10424:
10425: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10426: parser3project dependency removed
10427:
10428: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10429: bugfix: refused to compile without xml
10430:
10431: * src/types/pa_vform.C: beauty: removed warning
10432:
10433: * src/classes/classes.vcproj: merged bugfix: now all compiles in
10434: any folder [removed last ;) folder dependency]
10435:
10436: * src/classes/classes.vcproj: bugfix: now all compiles in any
10437: folder [removed last ;) folder dependency]
10438:
10439: * src/include/pa_version.h: release
10440:
10441: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
10442:
10443: * src/classes/table.C: beauty: comment& more meaningful error
10444: message
10445:
10446: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
10447: $.hash[$.column_value1(true) ... ] [were producing some strang
10448: thing]
10449:
10450: 2004-03-23 paf
10451:
10452: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
10453: and http status line parsing checked number of columns in table
10454: [user reported an assert]
10455:
10456: * operators.txt: example: on hashfile
10457:
10458: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
10459: bugfix: junction reattach now actually reattaches a junction to
10460: new wcontext [were only assigning it to junction, which caused
10461: junction tracking to loose junction, and it's context were not
10462: killed, and it tried to process in invalid context, gpf]
10463:
10464: * src/targets/cgi/parser3.C: debug helper added
10465:
10466: 2004-03-19 paf
10467:
10468: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
10469: "type(type)" in braces
10470:
10471: 2004-03-10 paf
10472:
10473: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
10474: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10475: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
10476: solution to search-in-namespaces problem:
10477: $xdoc.search-namespaces.x[http://pif.design.ru/]
10478: $nodes[^xdoc.select[//x:second]]
10479:
10480: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
10481: expression][[NAMESPACES HASH]] allows to search for info in
10482: namespaces
10483:
10484: $nodes[^xdoc.select[//x:second][
10485: $.x[http://pif.design.ru/] ]]
10486:
10487: 2004-03-09 paf
10488:
10489: * operators.txt, src/main/pa_common.C: new:
10490: ^file::load[...][options] $.form[
10491: !$.field1[string]
10492: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
10493: ] !$.body[string]
10494:
10495: GET ?here notGET(POST, HEAD, others) in content-type:
10496: application/x-www-form-urlencoded
10497:
10498: todo: upload files ability
10499:
10500: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
10501: properly, done
10502:
10503: 2004-03-05 paf
10504:
10505: * operators.txt, src/main/pa_common.C: new: file::load[;http://
10506: GET/POST $.form[$.fields started, not tested yet
10507: todo:$.field[table] for multiple values
10508:
10509: * operators.txt: new: http:// options $.user $.password basic
10510: authorization
10511:
10512: * src/main/pa_common.C: beauty: link to rtf added
10513:
10514: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
10515: new: http:// options $.user $.password basic authorization
10516:
10517: * src/main/pa_common.C: beauty: removed needless vars
10518:
10519: * operators.txt: new: pgsql option [like that recently added to
10520: oracle driver] ClientCharset=parser-charset <<
10521: charset in which parser thinks client works
10522:
10523: * operators.txt: new: odbc option [like that recently added to
10524: oracle driver] ClientCharset=parser-charset <<
10525: charset in which parser thinks client works
10526:
10527: * src/sql/pa_sql_driver.h: beauty: important warning added
10528:
10529: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
10530: char!
10531:
10532: * etc/parser3.charsets/windows-1251.cfg: typo
10533:
10534: 2004-03-04 paf
10535:
10536: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
10537: cached, sql transcoding now goes faster
10538:
10539: * operators.txt: new: mysql option [like that recently added to
10540: oracle driver] ClientCharset=parser-charset <<
10541: charset in which parser thinks client works
10542:
10543: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
10544: typo error
10545:
10546: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
10547: chars commented
10548:
10549: 2004-03-03 paf
10550:
10551: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
10552: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
10553:
10554: 2004-03-02 paf
10555:
10556: * operators.txt: new[update typo]: !^void.left(n)
10557: nothing !^void.right(n) nothing !^void.mid(p[;n])
10558: nothing
10559:
10560: * operators.txt, src/classes/void.C: new: !^void.left(n)
10561: nothing !^void.right(n) nothing !^void.pos(p[;n])
10562: nothing
10563:
10564: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
10565: ^file::sql[[name_to_become_$.name]]{} query result must be one
10566: row with columns: first: data second: file name third:
10567: content-type
10568:
10569: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
10570: ^connect gets properly escaped string, which can be passed to
10571: request now this for mysql only. it's up to parser sql driver to
10572: fix zeros properly
10573:
10574: * INSTALL: note: added on building apache with this option:
10575: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
10576:
10577: 2004-03-01 paf
10578:
10579: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
10580: extension memory:compact befor processingrequest
10581:
10582: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
10583: call sole column of result
10584:
10585: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
10586: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
10587: pixel color
10588:
10589: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
10590: beauty: image -- less checks [were ugly impl]
10591:
10592: * src/classes/string.C: bugfix: ^string.left/right/mid with
10593: negative values now considered bad
10594:
10595: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
10596:
10597: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
10598: options now have unified defaults [after transform
10599: indent/omit-xml-declaration/standalone 'default' erroreously
10600: meant 'true']
10601:
10602: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
10603: added [on some platforms gethostbyname failed with such
10604: 'domains']
10605:
10606: * src/include/pa_config_auto.h.in: no select check, no define
10607:
10608: * src/classes/string.C: feature: ^string.trim both parameters may
10609: be empty-strings, meaning kind=both chars=whitespaces
10610:
10611: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
10612: exist
10613:
10614: * src/classes/string.C: check: trim 'chars' must not be empty,
10615: exception if it is
10616:
10617: * src/classes/string.C: changed: ^string.trim [] << both,
10618: whitespaces [start|both|end] << kind, whitespaces
10619: [start|both|end;chars] full
10620:
10621: 2004-02-27 paf
10622:
10623: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
10624: method: ^string.trim[start|both|end[;chars]] default
10625: 'chars' -- whitespace chars finished
10626:
10627: * operators.txt, src/classes/string.C, src/include/pa_string.h,
10628: src/main/pa_string.C: new method:
10629: ^string.trim[start|both|end[;chars]] default 'chars' --
10630: whitespace chars started, only start works
10631:
10632: * src/main/compile.C: bugfix: line numbers after
10633: ^process{}[$.line(-10]] can be negative, allowed to print they as
10634: signed
10635:
10636: * src/main/untaint.C: speed: there's no \n chars in output
10637: [normally], so no need to optimize them they could be retrived
10638: from databases, though. but 1. should be replaced 2. if not
10639: optimized, no harm done
10640:
10641: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
10642: ^file::exec/cgi could return invalid status & zombie child can
10643: remain for short period until process exists [very bad in
10644: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
10645:
10646: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
10647: malicious SMTP server to attack as by returning too long status
10648: responses http://i2/tasks/edit/?id=4629448401140924947
10649:
10650: 2004-02-26 paf
10651:
10652: * operators.txt: feature: ^process...{CODE}[now has options] which
10653: are $.main[to what to rename @main] $.file[file,
10654: from which (user says) goes that CODE] $.lineno(line
10655: number in that file, where CODE starts. may be negative)
10656:
10657: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10658: src/main/compile.C, src/main/compile_tools.h,
10659: src/main/pa_request.C: feature: ^process...{CODE}[now has
10660: options] which are $.main[to what to rename @main]
10661: $.file[file, from which (user says) goes that CODE]
10662: $.lineno(line number in that file, where CODE starts. may be
10663: negative)
10664:
10665: 2004-02-25 paf
10666:
1.101 moko 10667: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
10668: old @charsetsdir@ recently erased from configure.in]
1.95 moko 10669:
10670: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
10671: produces hash of column=>1
10672:
10673: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
10674: with incomplete errno constants set
10675:
10676: 2004-02-24 paf
10677:
10678: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
10679: "man select"
10680:
10681: * src/main/pa_os.C: beauty: <0 better then ==-1
10682:
10683: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
10684:
10685: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
10686:
1.101 moko 10687: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 10688:
10689: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
10690: unix: steps to work on unix [extracted 'to']
10691:
10692: * src/classes/mail.C: smtp on unix: steps to work on unix
10693:
10694: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
10695:
1.101 moko 10696: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
10697: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
10698: unix [testing on solaris]
1.95 moko 10699:
10700: 2004-02-20 paf
10701:
10702: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
10703: pointing that out
10704:
10705: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
10706: fixed again [same solution, mistanenly removed one line]
10707:
10708: 2004-02-19 paf
10709:
10710: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
10711: date::create from bad datetime in spring daylightsaving hole now
10712: OK for all platforms [on some platforms it failed]
10713:
10714: * src/classes/: date.C, image.C: beauty: date::create[bad date time
10715: in daylightsaving hole] now throws error
10716:
10717: * src/classes/date.C: comment: mistake fixed
10718:
10719: 2004-02-18 paf
10720:
10721: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
10722: now renderes in $request:charset, but in header puts
10723: $response:charset todo: make that default only so that coder
10724: could override that
10725:
10726: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
10727: turns off omit-xml-declaration
10728:
10729: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
10730: /.xsl for sample
10731:
10732: 2004-02-17 paf
10733:
10734: * src/classes/xdoc.C: beauty: needless helper class removed
10735:
10736: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
10737: copied extra time
10738:
10739: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
10740: part of libxml
10741:
10742: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
10743: libxml to do the work] <xsl:output method="html"
10744: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
10745: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
10746: />
10747:
10748: * src/classes/xdoc.C: beauty: no <meta ... charset generated
10749:
10750: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
10751: caused assertion
10752:
10753: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
10754: could hang. now such add does nothing, sub clears $hash
10755:
10756: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
10757: not made quoted-printable
10758:
10759: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
10760: string invariant
10761:
10762: 2004-02-16 paf
10763:
10764: * src/main/pa_globals.C: bugfix: xml errors copy from library now
10765: cleared [were not cleared properly]
10766:
10767: 2004-02-13 paf
10768:
1.101 moko 10769: * src/include/pa_version.h: prerelease
1.95 moko 10770:
10771: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
10772: used, introducing dependencies timestamp check
10773:
10774: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
10775: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
10776: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
10777: .xsl.stamp now not used, introducing dependencies timestamp check
10778:
10779: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
10780:
10781: 2004-02-12 paf
10782:
10783: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
10784: ruined empty <input type=file> submits. parser thought there were
10785: nameless empty file and $form:field got value of type 'file'
10786:
10787: * INSTALL: --without-threads
10788:
10789: * src/include/pa_sapi.h: 2004
10790:
10791: 2004-02-11 paf
10792:
10793: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10794: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10795: classes/hashfile.C, classes/image.C, classes/int.C,
10796: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10797: classes/response.C, classes/string.C, classes/table.C,
10798: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10799: include/pa_array.h, include/pa_cache_managers.h,
10800: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10801: include/pa_config_fixed.h, include/pa_config_includes.h,
10802: include/pa_dictionary.h, include/pa_dir.h,
10803: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10804: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10805: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10806: include/pa_request_charsets.h, include/pa_request_info.h,
10807: include/pa_socks.h, include/pa_sql_connection.h,
10808: include/pa_sql_driver_manager.h, include/pa_stack.h,
10809: include/pa_string.h, include/pa_stylesheet_connection.h,
10810: include/pa_stylesheet_manager.h, include/pa_table.h,
10811: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10812: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10813: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10814: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10815: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10816: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10817: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10818: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10819: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10820: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10821: main/pa_sql_driver_manager.C, main/pa_string.C,
10822: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
10823: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
10824: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10825: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10826: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10827: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10828: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10829: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10830: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10831: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10832: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10833: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10834: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10835: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10836: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10837: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10838: types/pa_vresponse.h, types/pa_vstateless_class.C,
10839: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10840: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10841: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10842: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10843: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10844: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
10845:
10846: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
10847: debug version of gc.dll
10848:
10849: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10850: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10851: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
10852: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
10853: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
10854: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
10855: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
10856: processes
10857:
10858: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
10859: main/pa_globals.C, targets/cgi/parser3.vcproj,
10860: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
10861: changes to reflect libxml xsl new folders
10862:
10863: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10864: lib/smtp/smtp.vcproj, main/main.vcproj,
10865: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
10866: to reflect libxml xsl new folders
10867:
10868: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10869: lib/smtp/smtp.vcproj, main/main.vcproj,
10870: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
10871: types/types.vcproj: started changes to reflect libxml xsl new
10872: folders
10873:
10874: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
10875: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10876: src/main/compile.tab.C, src/main/main.vcproj,
10877: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
10878: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10879: started changes to reflect libxml xsl new folders
10880:
10881: 2004-02-10 paf
10882:
10883: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
10884: compile. recommened latest libxml up to date
10885:
10886: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
10887: pattern compilation errors", on which spent 4 hours worktime. use
10888: versions higher than that. recommended now latest up to date
10889:
10890: 2004-02-06 paf
10891:
10892: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
10893: beauty: unified destructing style
10894:
10895: * src/main/untaint.C: beauty: removed old def/ifdef
10896:
10897: * src/main/untaint.C: beauty: coredump @unknown untaint language
10898: now
10899:
10900: 2004-02-03 paf
10901:
10902: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
10903: targets/isapi/parser3isapi.C, types/pa_value.C,
10904: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
10905: then %ld/%lu
10906:
10907: * src/main/pa_common.C: typo: %l -> %u
10908:
10909: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
10910: in attributes or documents-results of transform now not xx;
10911:
10912: * src/classes/xnode.C: memleaks found: not fixed yet. todo
10913:
10914: * src/main/pa_charset.C: bugfix: forgot to undo some
10915:
10916: * src/main/pa_charset.C: beauty: uncomment
10917: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
10918: libraries
10919:
10920: 2004-02-02 paf
10921:
10922: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
10923: $cookie:example[ $.value[value] $.path[/there/] ]
10924:
10925: $cookie:example[ $.value[] $.expires[session]
10926: $.path[/there/] $.domain[test.com] ]
10927:
10928: * src/types/pa_vform.C: bugfix: empty values with
10929: enctype=multipart/form-data now produce entries in $form:tables
10930: <form method=post enctype=multipart/form-data> <input type=hidden
10931: name=a> <input type=hidden name=b>
10932:
10933: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
10934: <hr> <pre>$request:body
10935:
10936: 2004-01-30 paf
10937:
10938: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
10939: or documents-results of transform now not xx;
10940:
10941: * src/classes/date.C: bugfix: ^date::create[invalid fields now
10942: produce exception.
10943:
10944: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
10945: bugfix: ^date::create[invalid fields now produce exception.
10946:
10947: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
10948: year] now produces exception. todo: check other fields
10949:
10950: 2004-01-29 paf
10951:
10952: * src/include/pa_memory.h: typo error
10953:
10954: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
10955: more byte then specified, then zeroed it << useless and
10956: potentially harmful(could gpf)
10957:
10958: 2004-01-22 paf
10959:
10960: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
10961:
10962: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
10963: optimization
10964:
10965: * src/main/untaint.C: bugfix: whitespace now optimized properly
10966: [were bug: ^taint[1 & 2]="1 &2"
10967:
10968: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
10969: errors
10970:
10971: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
10972: overflow
10973:
10974: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
10975: error-reporting code * in parser-error reporting code [when no
10976: @unhandled_exception defined]
10977:
10978: fixed in one place: my *snprintf override
10979:
10980: 2004-01-13 paf
10981:
10982: * operators.txt: typo erro
10983:
10984: 2003-12-25 paf
10985:
10986: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
10987: garbled [pieces after zero bytes were removed]
10988:
10989: 2003-12-22 paf
10990:
1.101 moko 10991: * src/include/Makefile.am: bugfix: removed from dist:
10992: src/include/pa_config_auto.h which were configured for
1.95 moko 10993: make-dist-platform and badly updated proper config file in target
10994: [when .tar used for updating existing source tree]
10995:
10996: * ChangeLog, operators.txt, src/classes/op.C,
10997: src/include/pa_sql_connection.h,
10998: src/include/pa_sql_driver_manager.h,
10999: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11000: feature: sql introducing ability to transcode charsets
11001:
11002: 2003-12-19 paf
11003:
11004: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11005: error message
11006:
11007: * src/main/pa_charset.C: bugfix: memory for charsethandler
11008: structure for libxml now allocated properly
11009:
11010: 2003-12-17 paf
11011:
11012: * src/types/pa_vfile.C: beauty: removed outdated cast
11013:
11014: * src/main/pa_common.C: bugfix: empty http response caused gpf
11015:
11016: * src/include/pa_string.h: bugfix: removed too strong a assert
11017:
11018: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11019: unreported xmlGenericErrors]
11020:
11021: 2003-12-15 paf
11022:
11023: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11024: works}
11025:
11026: 2003-12-11 paf
11027:
11028: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11029: id
11030: !$status:tid thread id
11031:
11032: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11033: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11034: bugfix(solaris): removed dependency on object initialization
11035: order [one more place]
11036:
11037: * src/: classes/file.C, classes/mail.C, classes/op.C,
11038: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11039: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11040: understand that
11041:
11042: * src/: classes/file.C, classes/mail.C, classes/op.C,
11043: classes/xdoc.C, include/pa_cache_managers.h,
11044: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11045: include/pa_stylesheet_manager.h, main/pa_request.C,
11046: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11047: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11048: ctor call [relying on implicit String::Body(cstr) call]
11049:
11050: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11051: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11052: object initialization order [two places]
11053:
11054: 2003-12-10 paf
11055:
11056: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11057: << time now ok
11058:
11059: * operators.txt, src/main/pa_sql_driver_manager.C,
11060: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11061: operational
11062:
11063: * ChangeLog, operators.txt, src/classes/xdoc.C,
11064: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11065: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11066: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11067: back operational
11068:
11069: 2003-12-02 paf
11070:
11071: * src/types/pa_vmail.C: bugfix:
11072: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11073: as-is forced]
11074:
11075: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11076: exceptions out of libxml callbacks: reimplemented error handling
11077: of http://localhost, parser://method and safemode check callbacks
11078:
11079: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11080: [merged from HEAD]
11081:
11082: * src/classes/image.C: nothing: comment removed
11083:
11084: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11085: addresses to int
11086:
11087: 2003-12-01 paf
11088:
11089: * src/main/pa_xml_io.C: bugfix: typo
11090:
11091: * src/main/pa_globals.C: bugfix: win32: compile prob
11092:
11093: * src/classes/xdoc.C: bugfix: typo
11094:
11095: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11096: exception
11097:
11098: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11099:
11100: 2003-11-28 paf
11101:
11102: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11103: all xml documents read
11104:
11105: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11106:
11107: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11108: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11109: replaced original open mech of xdoc::create & co to use libxml
11110: open, so that this would work for root document todo: safe mode
11111: checks to libxml: ideally to some 1 point
11112:
11113: * src/main/pa_xml_io.C: comment
11114:
11115: * operators.txt, src/main/pa_xml_io.C: leading / in
11116: http://parser[abscent params]
11117:
11118: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11119: works. todo: maybe replace original open mech of xdoc::create &
11120: co to use libxml open, so that this would work for root document
11121:
11122: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11123: "parser://method/params/here"> <test> &test^; </test> }]
11124:
11125: ^taint[^xdoc.string[]]
11126:
11127: @method[param] <!ENTITY test
11128: "test-entity-value+$form:user+$param!">
11129:
11130: 2003-11-27 paf
11131:
11132: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11133:
11134: * src/classes/date.C: bugfix: typo error
11135:
11136: 2003-11-26 paf
11137:
11138: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11139: src/main/Makefile.am, src/main/main.vcproj,
11140: src/main/pa_globals.C, src/main/pa_request.C,
11141: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11142: xml errors to hash<thread_id,error> reorganization: xml io moved
11143: to pa_xml_io.C/h
11144:
11145: * src/types/pa_value.h: warnings: --
11146:
11147: 2003-11-25 paf
11148:
11149: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11150: whatever)
11151:
11152: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11153: a, (c?x:y, z)
11154:
11155: * src/main/untaint.C: bugfix: consequences of not reading this
11156: comment: CORD_pos_chars_left /* Number of characters in cache.
11157: <= 0 ==> none */
11158:
11159: * src/include/pa_array.h: removed needless checks
11160:
11161: 2003-11-24 paf
11162:
11163: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11164: removed limit: now $form:xxx can be accessed anytime, even in
11165: @auto/conf [and request/response:charset still can be changed
11166: anytime]
11167:
11168: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11169: now not transcodes response body
11170:
11171: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11172: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11173: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11174: $xdoc.firstChild.firstChild.nodeValue[different]
11175: ^taint[^xdoc.string[]]
11176:
11177: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11178: workaround: static Hash::allocates -> static Hash_allocates
11179:
11180: 2003-11-21 paf
11181:
1.101 moko 11182: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11183: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11184: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11185:
11186: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11187:
11188: * src/classes/mail.C: bugfix: typo
11189:
11190: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101 moko 11191: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11192: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11193: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11194: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11195: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11196:
11197: * src/main/pa_exec.C: bug in safe mode
11198:
11199: * src/include/Makefile.am: pa_xml_exception.h
11200:
11201: * src/targets/isapi/parser3isapi.C: more warnings --
11202:
11203: 2003-11-20 paf
11204:
11205: * src/: classes/math.C, classes/op.C, classes/string.C,
11206: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11207: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11208: --
11209:
11210: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11211: more warnings --
11212:
11213: * src/classes/xdoc.C: more warnings --
11214:
11215: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11216:
11217: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11218: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11219:
11220: * src/: classes/date.C, classes/file.C, classes/hash.C,
11221: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11222: classes/table.C, include/pa_cache_managers.h,
11223: include/pa_stylesheet_connection.h, main/pa_request.C,
11224: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11225: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11226: --
11227:
11228: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11229: can't report problem (undefined @unhandled_exception) problem
11230: source string were not reported
11231:
11232: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11233: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11234: classes/hashfile.C, classes/image.C, classes/int.C,
11235: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11236: classes/response.C, classes/string.C, classes/table.C,
11237: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11238: include/pa_array.h, include/pa_cache_managers.h,
11239: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11240: include/pa_config_fixed.h, include/pa_dictionary.h,
11241: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11242: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11243: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11244: include/pa_request.h, include/pa_request_charsets.h,
11245: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11246: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11247: include/pa_stack.h, include/pa_string.h,
11248: include/pa_stylesheet_connection.h,
11249: include/pa_stylesheet_manager.h, include/pa_table.h,
11250: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11251: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11252: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11253: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11254: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11255: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11256: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11257: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11258: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11259: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11260: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11261: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11262: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11263: targets/isapi/parser3isapi.C, types/pa_junction.h,
11264: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11265: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11266: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11267: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11268: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11269: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11270: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11271: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11272: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11273: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11274: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11275: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11276: types/pa_vresponse.h, types/pa_vstateless_class.C,
11277: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11278: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11279: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11280: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11281: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11282: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11283: const IDENT
11284:
11285: * src/: include/pa_array.h, include/pa_pool.h,
11286: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11287: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11288: types/pa_wcontext.h: more warnings --
11289:
11290: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11291: classes/file.C, classes/hash.C, classes/hashfile.C,
11292: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11293: classes/memory.C, classes/op.C, classes/string.C,
11294: classes/table.C, classes/xdoc.C, classes/xnode.C,
11295: include/pa_config_includes.h, include/pa_operation.h,
11296: include/pa_sql_connection.h, include/pa_table.h,
11297: include/pa_types.h, lib/ltdl/config_fixed.h,
11298: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11299: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11300: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11301: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11302: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11303: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11304: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11305: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11306: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11307: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11308: types/pa_vmail.C, types/pa_vobject.C,
11309: types/pa_vstateless_class.h, types/pa_vtable.C,
11310: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11311: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11312: on all projects (except libltdl=off & libsdbm=level3) found
11313: several unitialized vars
11314:
11315: 2003-11-19 paf
11316:
11317: * src/classes/op.C: more ansi C++ comp
11318:
11319: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11320: src/main/pa_request.C: ^cache[...]{body}{catch block with
11321: $exception.handled[cache] meaning "get expired cache, if any.
11322: else error"}
11323:
11324: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11325: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11326: ^cache[...]{body}{catch code with $exception.cache field}
11327:
11328: 2003-11-12 paf
11329:
11330: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11331: [copy/paste bug]
11332:
11333: 2003-11-11 paf
11334:
11335: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11336: failed]
11337:
11338: * bin/auto.p.dist.in: colno
11339:
11340: 2003-11-10 paf
11341:
11342: * src/types/pa_vconsole.h: flush
11343:
11344: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11345: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11346: read/write [for nntp]
11347:
11348: * operators.txt: mysql: transaction support: ?autocommit=0
11349:
11350: * operators.txt: comment: updated
11351:
11352: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11353: serialize version and exipire now removes entries
11354:
11355: * operators.txt: ^hashfile.delete[] removes files altogether [and
11356: dir, if could]
11357:
11358: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11359: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11360: removes files altogether [and dir, if could]
11361:
11362: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11363: nonexistent pair. .c coded that that was error. fixed
11364:
11365: * src/types/pa_vhashfile.C: sdbm: exception type change to
11366: file.access [regretfull can't split it to different exceptions
11367: without modifying sdbm source wich would prefer not to]
11368:
11369: 2003-11-07 paf
11370:
11371: * src/: classes/date.C, classes/file.C, classes/hash.C,
11372: classes/hashfile.C, classes/image.C, classes/table.C,
11373: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11374: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11375: main/execute.C, main/main.vcproj, main/pa_pool.C,
11376: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11377: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11378: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11379: destructing objects at request processing end
11380:
11381: 2003-11-06 paf
11382:
11383: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11384: updates
11385:
11386: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11387: to include sdbm
11388:
1.101 moko 11389: * src/include/: pa_config_includes.h, pa_version.h: our
11390: replacements of max& co only for cpp
1.95 moko 11391:
11392: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11393: upper dir, .am updated
11394:
11395: * tests/todo.txt: hashfile: done
11396:
11397: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11398: expiration [time in value. todo: move time to key]
11399:
11400: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11401:
11402: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11403: to do that in foreach, no errors, but surely wrong]
11404:
11405: * operators.txt, src/types/pa_vhashfile.C,
11406: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11407:
11408: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11409: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11410: foreach
11411:
11412: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11413: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11414:
11415: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11416: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11417:
11418: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11419: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11420: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11421: get/put [raw]
11422:
11423: * src/: classes/op.C, main/pa_os.C: just linked
11424:
11425: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11426: XmlException changes
11427:
11428: * src/: include/pa_charset.h, include/pa_globals.h,
11429: include/pa_stylesheet_connection.h, main/pa_exception.C:
11430: XmlException changes
11431:
11432: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
11433:
11434: * src/: include/pa_common.h, include/pa_exception.h,
11435: main/main.vcproj, main/pa_common.C, include/pa_os.h,
11436: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
11437: main/pa_xml_exception.C: locking move to pa_os [along with
11438: pa_sleep] apr-impl locking done
11439:
11440: * configure, configure.in, operators.txt, parser3.sln,
11441: src/classes/classes.vcproj, src/classes/hashfile.C,
11442: src/classes/xdoc.C, src/include/pa_config_fixed.h,
11443: src/include/pa_exception.h, src/include/pa_globals.h,
11444: src/include/pa_memory.h, src/include/pa_version.h,
11445: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
11446: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
11447: src/main/compile.tab.C, src/main/main.vcproj,
11448: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
11449: src/types/Makefile.am, src/types/pa_vhash.C,
11450: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11451: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
11452: again with sdbm from apache
11453:
11454: 2003-11-05 paf
11455:
11456: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11457: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
11458: \parser3project dir anymore
11459:
11460: * src/main/pa_charset.C: bugfix: had broken binary search [copied
11461: thoughtlessly from xalan]
11462:
11463: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
11464: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
11465: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
11466:
11467: * src/main/helpers/CaseFolding.txt:
11468: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
11469:
11470: 2003-11-04 paf
11471:
11472: * operators.txt: comment: ^mail:send[$.options[
11473:
11474: * src/classes/table.C: compiled on unix
11475:
1.101 moko 11476: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 11477:
11478: * src/classes/mail.C: compiled on unix
11479:
11480: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
11481: src/types/pa_vmail.h: !^mail:send[
11482: $.options[unix: string to append to sendmail command
11483: line]
11484:
11485: * operators.txt, src/classes/table.C, src/main/pa_string.C,
11486: tests/todo.txt: ^table.save[... $.separator[^#09]
11487: $.encloser["] <nothing> by default
11488:
11489: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
11490: !$.separator[^#09] !$.encloser["] <nothing> by
11491: default
11492:
11493: 2003-11-03 paf
11494:
11495: * operators.txt, src/classes/table.C, src/main/pa_common.C:
11496: ^table::load[; options: !$.column-separator[^#09]
11497: !$.column-encloser["]
11498:
11499: * operators.txt, src/include/pa_config_fixed.h,
11500: src/types/pa_vrequest.C: $request:document-root
11501:
11502: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
11503: [already included into uri=xxx]
11504:
11505: * operators.txt, src/classes/image.C, tests/todo.txt:
11506: ^image.gif[filename] for $response:download
11507:
11508: * src/classes/date.C: minor precaution
11509:
11510: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
11511: !^date.unix-timestamp[]
11512:
11513: 2003-10-30 paf
11514:
11515: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
11516: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
11517:
11518: * src/classes/: date.C, image.C: improvement diagnostics:
11519: $now[^date::create[$undefined]] now is error
11520:
11521: * src/main/pa_common.C: read errors would now be reported 'actually
11522: read -1 bytes'
11523:
11524: 2003-10-24 paf
11525:
11526: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
11527: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
11528: src/main/Makefile.am, src/targets/cgi/Makefile.am,
11529: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
11530:
11531: 2003-10-22 paf
11532:
11533: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
11534:
11535: 2003-10-21 paf
11536:
11537: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
11538: fixed: string.match[g] without <'> option produced columns with
11539: NULL's, which gpf'ed at table.save time
11540:
11541: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
11542: recoursion' message with intensive throw-catches fixed: incorrect
11543: name and line (one name upper then needed) in error message about
11544: problems inside try block
11545:
11546: 2003-10-10 paf
11547:
11548: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
11549: check offset argument for validity did that in String::Body::pos
11550: myself http://i2/tasks/edit/?id=4577425257580789777
11551:
11552: 2003-10-07 paf
11553:
11554: * src/main/: compile.tab.C, compile.y: ^if ( better error:
11555: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
11556:
11557: 2003-10-03 paf
11558:
11559: * parser3.sln, src/include/pa_dictionary.h,
11560: src/main/pa_dictionary.C, src/main/pa_string.C,
11561: src/targets/cgi/parser3.vcproj: dictionary optimized by
11562: precalculating cstr&length
11563:
11564: 2003-10-02 paf
11565:
11566: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11567: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11568: main/pa_stylesheet_manager.C: bugfix: ^throw context were
11569: saved/restored incompletely http://www.parser.ru/forum/?id=21484
11570:
11571: 2003-09-30 paf
11572:
11573: * src/main/pa_string.C: string::replace bug fix [were ignoring
11574: occurrances after lang-mismatched
11575:
11576: 2003-09-29 paf
11577:
11578: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
11579: helper
11580:
11581: * src/main/pa_string.C: string::serialize bug fix with
11582: zero-terminator
11583:
11584: * src/classes/table.C: ^nameless_table.save column row now has no
11585: \t at the end
11586:
11587: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
11588: @postprocess now takes $response:body/download
11589:
11590: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
11591: error message
11592:
11593: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
11594:
11595: * src/classes/table.C: bugfix: flip: must produce nameless
11596: http://i2/tasks/edit/?id=4573405524674081244
11597:
11598: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
11599: main/helpers/simple_folding.pl: utf-8 upper/lower
11600:
11601: * src/main/pa_common.C: bugfix: utf signature were not ignored due
11602: to typo error http://i2/tasks/edit/?id=4573354650786434584
11603:
11604: 2003-09-26 paf
11605:
11606: * src/main/untaint.C: removed needless field
11607:
11608: * src/main/untaint.C: removed needless const
11609:
11610: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
11611: String.for_each bug fixed [omited one-char cases]
11612:
11613: * src/include/pa_stack.h: bugfix: before collecting garbage,
11614: runtime-executor stack were cleared... BADLY
11615:
11616: * src/main/pa_string.C: ^stirng.replace code used old
11617: param-convention on langs.append, fixed that search fo the like,
11618: found none
11619:
11620: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
11621: string::serialize/deserialize implemented Language enum assigned
11622: meaningful letters [more convinient for debugging. read warning
11623: before adding/changing anything]
11624:
11625: 2003-09-25 paf
11626:
11627: * src/: include/pa_string.h, include/pa_version.h,
11628: main/pa_string.C, main/untaint.C: templates and anonymous unions
11629: differences on unix
11630:
11631: * parser3.sln, src/classes/file.C, src/classes/image.C,
11632: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
11633: src/classes/xdoc.C, src/classes/xnode.C,
11634: src/include/pa_cache_managers.h, src/include/pa_charset.h,
11635: src/include/pa_charsets.h, src/include/pa_common.h,
11636: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
11637: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
11638: src/include/pa_table.h, src/lib/cord/cordbscs.c,
11639: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
11640: src/lib/cord/include/cord.h, src/main/compile.tab.C,
11641: src/main/compile_tools.h, src/main/pa_charset.C,
11642: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
11643: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11644: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
11645: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
11646: src/types/pa_vmail.C, src/types/pa_vmath.C,
11647: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
11648: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
11649:
11650: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
11651: functions aligned to that of eeparser3 look
11652:
11653: * src/lib/cord/cordprnt.c: removed warnings
11654:
11655: 2003-09-24 paf
11656:
11657: * src/: classes/file.C, classes/image.C, classes/mail.C,
11658: classes/op.C, classes/xdoc.C, classes/xnode.C,
11659: include/pa_cache_managers.h, include/pa_charset.h,
11660: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
11661: include/pa_sql_driver_manager.h, include/pa_string.h,
11662: include/pa_stylesheet_manager.h, include/pa_table.h,
11663: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
11664: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
11665: main/pa_sql_driver_manager.C, main/pa_string.C,
11666: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
11667: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
11668: types/pa_vstateless_class.h, types/pa_vstatus.C,
11669: types/pa_vxnode.C: v() functions of String::Body,
11670: String::Languages and String itself StringBody->String::Body
11671:
11672: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11673: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
11674: never optimized anything. todo: somehow speed up harder cases:
11675: concatenationA+concatenationB when last block of A and first of B
11676: contain same letters
11677:
11678: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11679: lib/cord/include/cord.h: langs: speed up by joining adjucent
11680: blocks of same char [CORD_append_block]
11681:
11682: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11683: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
11684: save space by extending blocks when appending block with c ==
11685: lastblock.c
11686:
11687: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
11688: working yet :( but more working &understood :)
11689:
11690: * src/: classes/table.C, include/pa_string.h,
11691: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
11692:
11693: 2003-09-23 paf
11694:
11695: * src/main/untaint.C: $a[ok!] $a works!
11696:
11697: * src/main/untaint.C: something even more works :)
11698:
11699: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11700: something more works :)
11701:
11702: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11703: lib/cord/cordxtra.c: something already works :)
11704:
11705: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
11706: serialize&deserialize
11707:
11708: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
11709: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
11710: main/untaint.C: main idea implemented, details left
11711:
11712: 2003-09-22 paf
11713:
11714: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
11715:
11716: * src/classes/xnode.C: copy/paste comment bugfix
11717:
11718: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
11719: allocator returns 0, just die.
11720: http://i2/tasks/edit/?id=4570798492410259445
11721:
11722: * src/classes/xdoc.C: copy/paste comment bugfix
11723:
11724: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
11725: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
11726: xnode: getAttributeNS setAttributeNS removeAttributeNS
11727: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
11728:
11729: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
11730: chars due to bitwise operation signed-char error]
11731:
11732: 2003-09-19 paf
11733:
11734: * src/types/pa_wcontext.C: output message: more practical
11735: suggestion
11736:
11737: * src/main/pa_common.C, operators.txt: merged
11738: $f[^file::load[binary;http://...]] $f.tables
11739:
11740: 2003-09-02 paf
11741:
11742: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
11743: flush stdout without referencing 'stdout' symbol. to hell with
11744: non-ansi libraries without 'stdout' symbol
11745:
11746: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
11747: unix (users reported problems with some old libc)
11748:
11749: * src/types/pa_vdate.h: forgot initializer
11750:
11751: 2003-09-01 paf
11752:
11753: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
11754: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
11755: zone]
11756:
11757: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
11758:
11759: 2003-08-19 paf
11760:
11761: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
11762: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
11763: simplified a little
11764:
11765: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
11766: [lost fix from 3.0.8]
11767:
11768: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
11769: visible here }
11770:
11771: bug fix
11772:
11773: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
11774:
11775: * src/main/compile.tab.C: initialized couple of variables about
11776: which user reported runtime problems when parser were compiled
11777: with VC7, warning level4. study shows that later in bison
11778: they've fixed that. would migrate to latest bison someday
11779:
11780: * src/types/pa_vmail.C: turned off recoding in gmime (were still
11781: recoding headers)
11782:
11783: * src/types/pa_vmail.C: works as before, same charset problems:
11784: gmime recodes to UTF-8 only headers, not body. so not recoding
11785: anything for now
11786:
11787: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
11788: problems with body
11789:
11790: * src/types/pa_vmail.C: mail_receive just compiled
11791:
11792: 2003-08-18 paf
11793:
11794: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11795: main/main.vcproj, types/types.vcproj: win32: continued process
11796: detaching from \parser3project directory
11797:
11798: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
11799: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
11800: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
11801: src/lib/pcre/pcre_dftables.dsp,
11802: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
11803: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
11804: src/types/types.dsp: moved to MSVC 7
11805:
11806: * gnu.vcproj.vspscc, parser3.vssscc,
11807: src/classes/classes.vcproj.vspscc,
11808: src/lib/cord/cord.vcproj.vspscc,
11809: src/lib/ltdl/libltdl.vcproj.vspscc,
11810: src/lib/md5/md5.vcproj.vspscc,
11811: src/lib/pcre/pcre_dftables.vcproj.vspscc,
11812: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
11813: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
11814: src/targets/isapi/parser3isapi.vcproj.vspscc,
11815: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
11816: moved to MSVC 7
11817:
11818: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
11819: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
11820: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11821: src/lib/pcre/pcre_dftables.vcproj,
11822: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
11823: src/targets/cgi/parser3.vcproj,
11824: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11825: new VS project files
11826:
11827: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
11828: .NET to detect Jalindi Igloo capabilities.
11829:
11830: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101 moko 11831: src/classes/classes.awk, src/doc/footer.htm,
11832: src/include/pa_config_fixed.h, src/include/pa_version.h,
11833: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 11834: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
11835: src/types/pa_vmail.C: merged 3.1.0 latest changes
11836:
11837: 2003-08-15 paf
11838:
11839: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11840: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
11841:
11842: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11843: non-ascii <yyy> now encoded correctly
11844:
11845: 2003-07-29 paf
11846:
1.101 moko 11847: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
11848: dist
1.95 moko 11849:
11850: * src/types/pa_vmail.C: just started --with-mail-receive
11851:
11852: 2003-07-28 paf
11853:
1.101 moko 11854: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
11855: dependence in src/classes, src/lib/gc now in dist
1.95 moko 11856:
11857: * src/main/pa_string.C: ^cache bug fix [were not working at all]
11858:
11859: 2003-07-25 paf
11860:
11861: * src/doc/footer.htm: year
11862:
11863: 2003-07-24 paf
11864:
11865: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
11866: fix
11867:
11868: * src/include/pa_version.h: release
11869:
1.101 moko 11870: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 11871:
11872: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
11873: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
11874: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
11875: getting rid of win32xml pseudo project
11876:
11877: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
11878:
1.101 moko 11879: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
11880: configure.in, operators.txt, parser3.dsw,
1.95 moko 11881: etc/parser3.charsets/koi8-r.cfg,
1.101 moko 11882: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 11883: src/classes/classes.C, src/classes/classes.awk,
11884: src/classes/classes.dsp, src/classes/classes.h,
11885: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11886: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11887: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11888: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11889: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11890: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11891: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
11892: src/doc/string.dox, src/include/Makefile.am,
1.101 moko 11893: src/include/pa_array.h, src/include/pa_cache_managers.h,
11894: src/include/pa_charset.h, src/include/pa_charsets.h,
11895: src/include/pa_common.h, src/include/pa_config_auto.h.in,
11896: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
11897: src/include/pa_dictionary.h, src/include/pa_dir.h,
11898: src/include/pa_exception.h, src/include/pa_exec.h,
11899: src/include/pa_globals.h, src/include/pa_hash.h,
11900: src/include/pa_memory.h, src/include/pa_opcode.h,
11901: src/include/pa_operation.h, src/include/pa_pool.h,
11902: src/include/pa_pragma_pack_begin.h,
1.95 moko 11903: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
11904: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
11905: src/include/pa_sapi.h, src/include/pa_socks.h,
11906: src/include/pa_sql_connection.h,
11907: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
11908: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
11909: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11910: src/include/pa_threads.h, src/include/pa_types.h,
1.101 moko 11911: src/include/pa_uue.h, src/lib/Makefile.am,
11912: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
11913: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
11914: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
11915: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 11916: src/lib/cord/include/ec.h,
11917: src/lib/cord/include/private/Makefile.am,
11918: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101 moko 11919: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
11920: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 11921: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101 moko 11922: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
11923: src/main/compile_tools.C, src/main/compile_tools.h,
11924: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
11925: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11926: src/main/pa_charsets.C, src/main/pa_common.C,
11927: src/main/pa_dictionary.C, src/main/pa_dir.C,
11928: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 11929: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
11930: src/main/pa_request.C, src/main/pa_socks.C,
11931: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11932: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101 moko 11933: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
11934: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
11935: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
11936: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
11937: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
11938: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
11939: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 11940: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11941: src/targets/isapi/parser3isapi.dsp,
11942: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101 moko 11943: src/types/pa_junction.h, src/types/pa_method.h,
11944: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 11945: src/types/pa_vclass.C, src/types/pa_vclass.h,
11946: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11947: src/types/pa_vcookie.h, src/types/pa_vdate.h,
11948: src/types/pa_vdouble.h, src/types/pa_venv.h,
11949: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
11950: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
11951: src/types/pa_vimage.C, src/types/pa_vimage.h,
11952: src/types/pa_vint.h, src/types/pa_vjunction.h,
11953: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
11954: src/types/pa_vmath.h, src/types/pa_vmemory.h,
11955: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11956: src/types/pa_vobject.C, src/types/pa_vobject.h,
11957: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
11958: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
11959: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
11960: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
11961: src/types/pa_vstatus.h, src/types/pa_vstring.C,
11962: src/types/pa_vstring.h, src/types/pa_vtable.C,
11963: src/types/pa_vtable.h, src/types/pa_vvoid.h,
11964: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11965: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11966: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
11967: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
11968: HEAD
11969:
11970: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
11971: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
11972: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
11973: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
11974: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
11975: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
11976: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
11977: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
11978: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
11979: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
11980: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
11981: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
11982: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
11983: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
11984: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
11985: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
11986: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
11987: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
11988: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
11989: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
11990: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
11991: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
11992: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
11993: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
11994: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
11995: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
11996: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
11997: outputs/create-dir, results/001.processed, results/002.processed,
11998: results/003.processed, results/004.processed,
11999: results/005.processed, results/006.processed,
12000: results/007.processed, results/008.processed,
12001: results/009.processed, results/010.processed,
12002: results/011.processed, results/012.processed,
12003: results/013.processed, results/014.processed,
12004: results/015.processed, results/016.processed,
12005: results/017.processed, results/018.processed,
12006: results/019.processed, results/020.processed,
12007: results/021.processed, results/022.processed,
12008: results/023.processed, results/024.processed,
12009: results/025.processed, results/026.processed,
12010: results/027.processed, results/028.processed,
12011: results/029.processed, results/030.processed,
12012: results/031.processed, results/032.processed,
12013: results/033.processed, results/034.processed,
12014: results/035.processed, results/036.processed,
12015: results/037.processed, results/038.processed,
12016: results/039.processed, results/040.processed,
12017: results/041.processed, results/042.processed,
12018: results/043.processed, results/044.processed,
12019: results/045.processed, results/046.processed,
12020: results/047.processed, results/048.processed,
12021: results/049.processed, results/050.processed,
12022: results/051.processed, results/052.processed,
12023: results/053.processed, results/054.processed,
12024: results/055.processed, results/056.processed,
12025: results/057.processed, results/058.processed,
12026: results/059.processed, results/060.processed,
12027: results/061.processed, results/062.processed,
12028: results/063.processed, results/064.processed,
12029: results/065.processed, results/066.processed,
12030: results/067.processed, results/068.processed,
12031: results/069.processed, results/070.processed,
12032: results/071.processed, results/072.processed,
12033: results/073.processed, results/074.processed,
12034: results/075.processed, results/076.processed,
12035: results/077.processed, results/078.processed,
12036: results/079.processed, results/080.processed,
12037: results/081.processed, results/082.processed,
12038: results/083.processed, results/084.processed,
12039: results/085.processed, results/086.processed,
12040: results/087.processed, results/088.processed,
12041: results/089.processed, results/090.processed,
12042: results/091.processed, results/092.processed,
12043: results/093.processed, results/094.processed,
12044: results/095.processed, results/096.processed,
12045: results/097.processed, results/098.processed,
12046: results/099.processed, results/100.processed,
12047: results/101.processed, results/102.processed,
12048: results/103.processed, results/104.processed,
12049: results/105.processed, results/106.processed,
12050: results/107.processed, results/108.processed,
12051: results/109.processed, results/110.processed,
12052: results/111.processed, results/112.processed,
12053: results/113.processed, results/114.processed,
12054: results/115.processed, results/116.processed,
12055: results/117.processed, results/118.processed,
12056: results/119.processed, results/120.processed,
12057: results/121.processed, results/122.processed,
12058: results/123.processed, results/124.processed,
12059: results/125.processed, results/126.processed,
12060: results/127.processed, results/128.processed,
12061: results/129.processed, results/130.processed,
12062: results/131.processed, results/132.processed,
12063: results/133.processed, results/134.processed,
12064: results/135.processed, results/136.processed,
12065: results/137.processed, results/138.processed,
12066: results/139.processed, results/140.processed,
12067: results/141.processed: merged(copied) to HEAD from template_gc
12068:
12069: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12070: towards \parser3project not having to be in root
12071:
12072: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12073: module compiled [were minor unnecessary changes in lib/md5
12074: interface]
12075:
12076: * src/include/pa_version.h: release
12077:
12078: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12079:
12080: * src/classes/math.C: merged uuid bugfix
12081:
12082: * tests/: 141.html, results/141.processed: fixed bug with
12083: too-small-a-buffer
12084:
12085: * src/classes/math.C: uuid bugfix
12086:
12087: * tests/: 141.html, Makefile, results/005.processed,
12088: results/030.processed, results/075.processed,
12089: results/078.processed: to reflect date format change (were -
12090: become ' ')
12091:
12092: * src/classes/math.C: uuid bugfix
12093:
12094: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12095: debug/release changes
12096:
12097: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12098:
12099: 2003-07-23 paf
12100:
12101: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12102: renamed a little [to move to comman naming conv]
12103:
1.101 moko 12104: * src/targets/Makefile.am: apache13 splitted to simplify apache
12105: build
1.95 moko 12106:
12107: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12108: main/pa_request.C, main/pa_sql_driver_manager.C,
12109: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12110: stack top_index() fixed
12111:
12112: * src/main/pa_globals.C: minor style changes
12113:
12114: * src/: classes/op.C, include/pa_sql_connection.h: connection
12115: closing/caching fixed [connections were not closed/put to cache]
12116:
12117: 2003-07-22 paf
12118:
12119: * INSTALL: gc part updated stightly
12120:
12121: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12122: new sapi interface
12123:
12124: * src/classes/file.C: comment on OS
12125:
12126: * src/main/pa_string.C: removed reduntant invariant check [there is
12127: one deeper in cord lib]
12128:
12129: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12130:
12131: * src/main/pa_memory.C: out of memory is no longer coredump
12132:
12133: * INSTALL: disable-threads adviced
12134:
12135: 2003-07-21 paf
12136:
1.101 moko 12137: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12138:
12139: * src/classes/file.C: file::exec/cgi environment variables now must
12140: be UPPERCASE and A-Z 0-9 _-
12141:
12142: * src/classes/file.C: env passing fixed
12143:
12144: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12145:
12146: * src/main/pa_common.C: http:// CRLF now
12147:
12148: 2003-07-02 paf
12149:
12150: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12151: fields to reflect their real meaning
12152:
12153: 2003-06-27 paf
12154:
12155: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12156: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12157: file::exec/cgi .charset
12158:
12159: 2003-06-26 paf
12160:
12161: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12162: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12163: src/classes/table.C: fixed several uninitialized local
12164: structures. notably ^hash.foreach now inserts delimiters
12165: properly [were inserting it before first body]
12166:
12167: 2003-06-24 paf
12168:
12169: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12170:
12171: 2003-06-20 paf
12172:
12173: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12174: src/main/pa_globals.C: introducing
12175: $f[^file::load[binary;http://...]] $f.tables
12176:
12177: 2003-06-06 paf
12178:
12179: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12180: table. [were method lookup: inconsistent]
12181:
12182: 2003-06-02 paf
12183:
12184: * src/include/pa_memory.h: empty string clone fixed to return
12185: writable memory
12186:
12187: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12188: were not appended] which violated string invariant
12189:
12190: 2003-05-30 paf
12191:
12192: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12193: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12194:
12195: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12196: GMT ; RFC 822, updated by RFC 1123
12197:
12198: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12199: targets/isapi/parser3isapi.C: initialized request_info properly
12200:
12201: * src/classes/xnode.C: found minor bug, commended for future
12202:
12203: 2003-05-28 paf
12204:
12205: * src/classes/form.C: request_info.content_length can't be <0,
12206: size_t for some time
12207:
12208: 2003-05-26 paf
12209:
12210: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12211: forgotten <0 changed to !=STRING_NOT_FOUND
12212:
12213: * src/classes/math.C: merged ffffu from HEAD
12214:
12215: 2003-05-11 paf
12216:
12217: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12218:
12219: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12220: premature doc free. transformed document had xmlDoc reference
12221: stored to non-gc-memory (libgdome) added holding-reference
12222:
12223: 2003-04-29 paf
12224:
12225: * src/main/pa_globals.C: started digging on double free. on win32
12226: found that that's perfectly normal.
12227:
12228: 2003-04-25 paf
12229:
12230: * src/classes/table.C: table.join bug fix [bad limit check]
12231:
12232: * src/classes/math.C: merged from HEAD: simpiler hash_string
12233:
12234: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12235: print anything. changed to quicker and simplier code
12236:
12237: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12238: strict a check]
12239:
12240: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12241:
12242: 2003-04-24 paf
12243:
12244: * src/include/pa_table.h: too strict assert loosened
12245:
12246: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12247: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12248: report
12249:
12250: 2003-04-21 paf
12251:
1.101 moko 12252: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12253:
12254: * src/main/pa_globals.C: pcre memory management changed to use GC
12255: memory
12256:
12257: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12258: xmlMallocAtomic [author agreed to my suggestion], used that
12259:
12260: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12261:
12262: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12263: types/pa_vmail.C: attributed_meaning_to_string added
12264: L_UNSPECIFIED piece which was sortof OK, but violated string
12265: invariant [assertion barked on that] changed to L_PASS_APPEND,
12266: made that param obligatory
12267:
12268: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12269: fixed [assert helped]
12270:
12271: * src/include/pa_string.h: assert added [looking for bug]
12272:
12273: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12274: names on Win32 considered disk-global
12275:
12276: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12277: considered disk-global
12278:
12279: 2003-04-18 paf
12280:
12281: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12282: filenames
12283:
12284: * src/main/untaint.C: enabled '~' letter in filenames
12285:
12286: 2003-04-16 paf
12287:
12288: * src/classes/file.C: small bug introduced in autoptr times fixed
12289:
12290: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12291: HEAD
12292:
1.101 moko 12293: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12294:
12295: 2003-04-15 paf
12296:
12297: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12298: src/lib/md5/pa_md5c.c, tests/141.html,
12299: tests/results/141.processed: merged from head ^math:uuid[]
12300: ^math:uid64[] ^math:md5[string]
12301:
12302: test added: 141.html
12303:
12304: * operators.txt, src/classes/math.C: ^math:uid64[]
12305:
12306: * src/classes/math.C: ^math:uuid[]
12307:
12308: * operators.txt, src/classes/math.C: ^math:uuid[]
12309:
12310: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12311: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12312:
12313: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12314: src/include/pa_config_fixed.h, src/main/pa_common.C:
12315: ^file::load[mode;name; $.offset $.limit
12316:
12317: 2003-04-14 paf
12318:
12319: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12320: started ^math:md5
12321:
12322: * src/classes/table.C, src/include/pa_array.h,
12323: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12324: tests/results/140.processed: table $.reverse option works in
12325: create&co table $.distinct[tables] bug fix merged
12326:
12327: * src/: classes/table.C, include/pa_table.h: table
12328: $.distinct[tables] bug fixed
12329:
12330: * src/classes/table.C: more warnings
12331:
12332: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12333: removed checks in table::set_current, moved them back to
12334: table::locate implemented table::create/join ñ $.reverse
12335:
12336: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12337: removed checks in table::set_current, moved them back to
12338: table::locate
12339:
12340: 2003-04-11 paf
12341:
12342: * operators.txt, src/classes/date.C, src/classes/table.C,
12343: src/include/pa_array.h, src/include/pa_common.h,
12344: src/include/pa_config_includes.h, src/include/pa_string.h,
12345: src/include/pa_table.h, src/main/pa_request.C,
12346: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12347: src/main/pa_table.C: merged from HEAD from
12348: before_append_array_limit_sense_change to
12349: after_append_array_limit_sense_change
12350:
12351: * src/classes/table.C: typo
12352:
12353: * operators.txt, src/classes/date.C, src/classes/table.C,
12354: src/include/pa_array.h, src/include/pa_common.h,
12355: src/include/pa_config_includes.h, src/include/pa_globals.h,
12356: src/include/pa_table.h, src/main/pa_array.C,
12357: src/main/pa_globals.C, src/main/pa_request.C,
12358: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12359: src/main/pa_table.C: append_array_limit_sense_change locate
12360: accepts options same as create new option: $.reverse(1) [do not
12361: work in table::create]
12362:
12363: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12364: (stat xxx,
12365:
12366: * src/classes/: table.C: typo
12367:
12368: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12369: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12370: results/130.processed, results/131.processed,
12371: results/132.processed, results/133.processed,
12372: results/134.processed, results/135.processed,
12373: results/136.processed, results/137.processed,
12374: results/138.processed, results/139.processed: added few mustfail
12375: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12376: date/time 132.html mustfail: access to junction outside of
12377: context 133.html mustfail: access to junction outside of context,
12378: case version 134.html mustfail: hash: adding a key inside of
12379: foreach 135.html mustfail: modifying system class 136.html
12380: mustfail: $.name outside of $hash[here] 137.html mustfail:
12381: appendChild without import 138.html mustfail: invalid encoding
12382: inside of xml 139.html mustfail: bad XPath
12383:
12384: * operators.txt, src/classes/table.C, tests/084.html,
12385: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12386: tests/129.html, tests/results/125.processed,
12387: tests/results/126.processed, tests/results/127.processed,
12388: tests/results/128.processed, tests/results/129.processed: merged
12389: from HEAD ^table.hash[key][$.distinct[tables]]
12390:
12391: maked appropriate tests [changed one old nonconforming]
12392:
12393: * operators.txt, src/classes/table.C:
12394: ^table.hash[key][$.distinct[tables]]
12395:
12396: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12397: merged fix for found very old xml (dom) bug: were passing
12398: domString objects and later ERROREOUSLY freed them
12399:
12400: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12401: src/main/pa_charset.C: re-added libgdome patch. regretfully
12402: libgdome bug can not be worked around
12403:
12404: 2003-04-10 paf
12405:
12406: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12407: found very old xml (dom) bug: were passing domString objects and
12408: later ERROREOUSLY freed them
12409:
12410: * src/doc/string.dox, src/include/pa_memory.h,
12411: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12412: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12413: tests/123.html, tests/124.html, tests/results/001.processed,
12414: tests/results/002.processed, tests/results/003.processed,
12415: tests/results/004.processed, tests/results/005.processed,
12416: tests/results/006.processed, tests/results/008.processed,
12417: tests/results/009.processed, tests/results/010.processed,
12418: tests/results/011.processed, tests/results/012.processed,
12419: tests/results/013.processed, tests/results/014.processed,
12420: tests/results/015.processed, tests/results/016.processed,
12421: tests/results/017.processed, tests/results/018.processed,
12422: tests/results/020.processed, tests/results/021.processed,
12423: tests/results/022.processed, tests/results/023.processed,
12424: tests/results/024.processed, tests/results/025.processed,
12425: tests/results/026.processed, tests/results/027.processed,
12426: tests/results/028.processed, tests/results/029.processed,
12427: tests/results/030.processed, tests/results/031.processed,
12428: tests/results/032.processed, tests/results/033.processed,
12429: tests/results/034.processed, tests/results/035.processed,
12430: tests/results/036.processed, tests/results/037.processed,
12431: tests/results/038.processed, tests/results/039.processed,
12432: tests/results/040.processed, tests/results/041.processed,
12433: tests/results/042.processed, tests/results/043.processed,
12434: tests/results/044.processed, tests/results/045.processed,
12435: tests/results/046.processed, tests/results/047.processed,
12436: tests/results/048.processed, tests/results/049.processed,
12437: tests/results/050.processed, tests/results/051.processed,
12438: tests/results/052.processed, tests/results/053.processed,
12439: tests/results/054.processed, tests/results/055.processed,
12440: tests/results/056.processed, tests/results/057.processed,
12441: tests/results/058.processed, tests/results/059.processed,
12442: tests/results/060.processed, tests/results/061.processed,
12443: tests/results/062.processed, tests/results/063.processed,
12444: tests/results/064.processed, tests/results/065.processed,
12445: tests/results/066.processed, tests/results/067.processed,
12446: tests/results/068.processed, tests/results/069.processed,
12447: tests/results/070.processed, tests/results/071.processed,
12448: tests/results/072.processed, tests/results/073.processed,
12449: tests/results/074.processed, tests/results/075.processed,
12450: tests/results/076.processed, tests/results/077.processed,
12451: tests/results/078.processed, tests/results/079.processed,
12452: tests/results/080.processed, tests/results/081.processed,
12453: tests/results/082.processed, tests/results/083.processed,
12454: tests/results/084.processed, tests/results/085.processed,
12455: tests/results/086.processed, tests/results/087.processed,
12456: tests/results/088.processed, tests/results/089.processed,
12457: tests/results/090.processed, tests/results/091.processed,
12458: tests/results/092.processed, tests/results/093.processed,
12459: tests/results/094.processed, tests/results/095.processed,
12460: tests/results/096.processed, tests/results/097.processed,
12461: tests/results/101.processed, tests/results/102.processed,
12462: tests/results/104.processed, tests/results/105.processed,
12463: tests/results/106.processed, tests/results/107.processed,
12464: tests/results/108.processed, tests/results/109.processed,
12465: tests/results/110.processed, tests/results/111.processed,
12466: tests/results/112.processed, tests/results/113.processed,
12467: tests/results/114.processed, tests/results/115.processed,
12468: tests/results/116.processed, tests/results/117.processed,
12469: tests/results/118.processed, tests/results/119.processed,
12470: tests/results/120.processed, tests/results/121.processed,
12471: tests/results/122.processed, tests/results/123.processed,
12472: tests/results/124.processed: new convention: char* never 0.
12473: assert in cord on that
12474:
12475: * src/main/pa_charset.C: couple more asserts
12476:
12477: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
12478: speedup
12479:
12480: * src/main/pa_charset.C: couple assertions on fantastic situations
12481: added [may be those is the case now?]
12482:
12483: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12484: that's memory from gc_malloc, not from g_malloc :(, but would
12485: hope]
12486:
12487: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12488: that's memory from gc_malloc, not from g_malloc :(, but would
12489: hope]
12490:
12491: * src/main/pa_charset.C: checked custom malloc for returning 0
12492:
12493: 2003-04-09 paf
12494:
12495: * src/classes/date.C: merged ^date.roll changes
12496:
12497: * src/classes/date.C: ^date.roll bug fix
12498:
12499: * src/classes/date.C: ^date.roll now throws less errors: month
12500: shifts handles end of month situation by reducing day number
12501: hour-hole shift reduces hour to recover
12502:
12503: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
12504: Sort by function time
12505:
12506: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
12507: http:// $.charset[] param done
12508:
12509: * tests/: 122.html, results/122.processed: 122 date test <= and ==
12510: added [after volatile fix. passes on win&intel-solaris]
12511:
12512: 2003-04-08 paf
12513:
12514: * src/: classes/file.C, classes/op.C, classes/table.C,
12515: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
12516: include/pa_common.h, include/pa_request_charsets.h,
12517: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12518: main/pa_exec.C, main/pa_request.C, main/untaint.C,
12519: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
12520: types/pa_vresponse.C: started http:// $.charset[] param and
12521: http response charset detection just compiled. todo:test
12522:
12523: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
12524:
12525: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
12526: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
12527: types/pa_vmail.C: changed transcode param converntion along with
12528: string creating convention -- all strings are zero-terminated,
12529: this allowed to fix one remaining String("123", 2) case
12530:
12531: * src/: classes/date.C, classes/file.C, classes/hash.C,
12532: classes/op.C, classes/string.C, classes/table.C,
12533: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
12534: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
12535: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12536: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
12537: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
12538: violated String::invariant. started fixing [not compiled now]
12539:
12540: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
12541: main/compile.tab.C, main/compile.y, main/pa_string.C,
12542: main/untaint.C, targets/cgi/parser3.C: number of string style
12543: improvements & optimizations
12544:
12545: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
12546: :(]
12547:
12548: * src/main/untaint.C: removed redundant & in CORD_pos param passing
12549: [for it's a pointer really]
12550:
12551: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
12552: 'n' param. worked that around
12553:
12554: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
12555: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
12556: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
12557: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
12558: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
12559:
12560: Thanks for the bug report and patch.
12561:
12562: I hadn't looked at this code in a while. Reading it now, it
12563: seems to me that the tests should also be ">= MAX_DEPTH" to
12564: comply with the invariant, though that may not matter a lot. I
12565: changed that, too.
12566:
12567: Hans
12568:
12569: 2003-04-07 paf
12570:
12571: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
12572: merged from head:safe mode error message now includes numbers
12573:
12574: * src/main/execute.C: n-th attempt to make a=a work with double.
12575: problem: as_double returns it's result in fp-register compiler
12576: optimizes access to that register after b->as_double, and just
12577: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12578: from memory. _SAME_ double values do not match here. when
12579: forced to REload fp-register, values do match.
12580:
12581: tried to make them volatile.
12582:
12583: * src/main/execute.C: n-th attempt to make a=a work with double.
12584: problem: as_double returns it's result in fp-register compiler
12585: optimizes access to that register after b->as_double, and just
12586: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12587: from memory. _SAME_ double values do not match here. when
12588: forced to REload fp-register, values do match.
12589:
12590: tried to make them volatile.
12591:
12592: * src/types/pa_vobject.h: small style change
12593:
12594: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
12595:
12596: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
12597: mode error message now includes numbers
12598:
12599: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
12600: now causes death
12601:
12602: 2003-04-04 paf
12603:
12604: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
12605: incorportated pa_exec patch by From: "Victor Fedoseev"
12606: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
12607: Sent: Thursday, January 23, 2003 9:14 AM
12608:
12609: huge speedup on ^file::cgi with big result
12610:
12611: * src/classes/table.C: sort table with 0 rows bug fixed
12612:
12613: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
12614: fix http://i2/tasks/edit/?id=4493701604654042676
12615:
12616: @main[] $with_default[ $.a[1] $._default[default from
12617: with_default] ] ^show[$with_default]
12618:
12619: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12620: =$to_add_to.xxx=<br>
12621:
12622: ^show[$to_add_to]
12623:
12624: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12625: ^show[$cloned]
12626:
12627: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12628:
12629: } <hr>
12630:
12631: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
12632: http://i2/tasks/edit/?id=4493701604654042676
12633:
12634: @main[] $with_default[ $.a[1] $._default[default from
12635: with_default] ] ^show[$with_default]
12636:
12637: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12638: =$to_add_to.xxx=<br>
12639:
12640: ^show[$to_add_to]
12641:
12642: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12643: ^show[$cloned]
12644:
12645: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12646:
12647: } <hr>
12648:
12649: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
12650: http://i2/tasks/edit/?id=4507350336410850921
12651:
12652: * src/classes/xdoc.C: memory allocation func bugfix
12653: http://i2/tasks/edit/?id=4499303470368629745
12654:
12655: * src/classes/math.C: allowed random 1...
12656:
12657: * src/classes/math.C: allowed random 0..
12658:
12659: * src/main/pa_globals.C: exif mem leak
12660: http://i2/tasks/edit/?id=4480590323629807263
12661:
12662: * src/: classes/classes.dsp, main/main.dsp,
12663: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
12664: fix http://i2/tasks/edit/?id=4493946731322521294
12665: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
12666:
12667: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12668: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
12669: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
12670: links to xml libs made relative, no need to unpack parser3project
12671: to /parser3project.
12672:
12673: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
12674: column more precise - tab handling bug fixed
12675:
12676: * src/main/: compile.tab.C, compile.y: more understandable error
12677: message in case @CLASS with more then one line inside
12678:
12679: * src/targets/cgi/parser3.C: more understandable error message in
12680: case of errors in @unhandled_exception
12681:
12682: 2003-04-03 paf
12683:
12684: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
12685: src/main/compile.tab.C, src/main/compile.y,
12686: src/main/compile_tools.C, src/main/compile_tools.h,
12687: src/main/execute.C, src/main/pa_request.C: debug info format
12688: simplified, now it's: OP_VALUE Operation::Origin << here value*
12689:
12690: higher limits: file number (max: 255) line number (max:
12691: 64535) column number (max: 255)
12692:
12693: * src/classes/math.C: top limit
12694:
12695: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
12696: precise parse error position in case of
12697:
12698: ^bug ]
12699:
12700: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
12701: changed to realities, and passed [bug fixed]
12702:
12703: * src/: classes/op.C, include/pa_request.h, main/compile.C,
12704: main/compile.tab.C, main/compile.y, main/compile_tools.C,
12705: main/compile_tools.h, main/pa_request.C: introducing
12706: ^process...[main-method-alias]
12707:
12708: * src/: classes/date.C, classes/image.C, classes/op.C,
12709: classes/string.C, classes/table.C, classes/xdoc.C,
12710: types/pa_vmethod_frame.h: MethodParams& now [methods without
12711: params receive zero reference, but they are expected not to look
12712: there]
12713:
12714: * operators.txt, src/classes/date.C, src/classes/double.C,
12715: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12716: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12717: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12718: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12719: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12720: src/main/execute.C, src/types/pa_method.h: MethodParams& now
12721: [methods without params receive zero reference, but they are
12722: expected not to look there]
12723:
12724: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12725: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
12726: ^process...[filename] useful for better error reporting
12727: [file/line/col]
12728:
12729: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
12730: types/pa_vstring.h: slightly improved error messages text: 1. is
12731: '%s', it 2. method undefined in case of ^void[]
12732:
12733: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12734: include/pa_types.h, main/execute.C, main/pa_request.C: exception
12735: handling done. now we have error columns todo: test it
12736:
12737: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
12738: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
12739:
12740: this makes life easier: were: bad stack order -- were in
12741: exception catch unwind order, which didn't match execution order
12742:
12743: @main[] ^try{ ^first[] }{ ^throw[c;3] }
12744:
12745: @first[] ^throw[a;1]
12746:
12747: showed throw a first throw b try
12748:
12749: which is no good
12750:
12751: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12752: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
12753: trace reset after handled exception [old bug fixed]
12754:
12755: * src/main/: compile.tab.C, compile.y: parse position old bug
12756: fixed. position reporting made precise [both, in parse erros and
12757: runtime errors]
12758:
12759: 2003-04-02 paf
12760:
12761: * src/: include/pa_operation.h, include/pa_request.h,
12762: main/compile.C, main/compile.tab.C, main/compile.y,
12763: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12764: main/pa_exception.C, main/pa_request.C: debug info: started
12765: using. todo:complete
12766:
12767: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
12768: main/compile.C, main/compile.tab.C, main/compile.y,
12769: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12770: main/pa_request.C: prepared debug info todo:use it
12771:
12772: * src/include/pa_operation.h: strange mistake fixed: forgot to
12773: return Operation class->union after switching from autoptrs.
12774:
12775: * tests/: Makefile, results/108.processed, results/117.processed:
12776: meta considered OK [it's up to coder now to remove it not needed]
12777:
12778: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
12779: Dictionary constructor when moved to gc]
12780:
12781: * src/main/pa_common.C: uncommented http:// file loading
12782:
12783: * src/include/pa_array.h, src/main/execute.C,
12784: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
12785: fix [gdGrowingBuf]
12786:
12787: * configure.in, src/lib/Makefile.am: removed patches
12788:
12789: * configure, src/include/pa_config_auto.h.in,
12790: src/main/pa_charset.C: --enable-assertions autoconf-ed
12791:
12792: * src/main/pa_common.C: uncommented http:// file loading
12793:
12794: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
12795: xdoc::create/load
12796:
12797: * src/: classes/form.C, classes/hash.C, classes/image.C,
12798: classes/string.C, classes/table.C, classes/void.C,
12799: include/pa_common.h, main/pa_common.C, main/pa_request.C,
12800: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
12801: String::String(str,helper_length) are checked. found/fixed one
12802: place: $request:body now zero-terminated,
12803:
12804: * src/: classes/op.C, classes/table.C, include/pa_request.h,
12805: main/compile_tools.C, main/execute.C, types/pa_value.h,
12806: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
12807: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12808: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12809: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
12810: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12811: types/pa_vxnode.h: more locally scoped vars in execute (more
12812: easily optimizable)
12813:
12814: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
12815: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
12816:
12817: * src/: include/pa_array.h, include/pa_stack.h,
12818: include/pa_string.h, main/compile_tools.C, main/main.dsp,
12819: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
12820: become assertion iterator in methodframe filler
12821:
12822: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
12823: targets/cgi/parser3.C: array::get/put inlined
12824:
12825: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
12826: gc_substitute_memory_management_functions +installed CORD_oom
12827: function
12828:
12829: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
12830: src/include/pa_config_includes.h, src/include/pa_string.h,
12831: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
12832: src/targets/cgi/parser3.C: converted debug hacks to ANSI
12833: assertions started configure.in --enable-assertions
12834:
12835: 2003-04-01 paf
12836:
12837: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
12838: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
12839: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
12840: gdome uses glib memory, and stores last pointer to xmlDoc there,
12841: gc misses that and collects valid memory fixed by remembering
12842: xmlDoc from dom object in xdoc. todo: do something with
12843: premature free of xdoc with xnodes/node values referring into it
12844:
12845: * src/classes/: mail.C: typo fix
12846:
12847: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
12848: changes
12849:
12850: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
12851: main/pa_memory.C: moved memory debugging to global level: to
12852: pa_gc_malloc
12853:
12854: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
12855: debugging showed no errors. todo: debug parser memory
12856:
12857: * src/targets/cgi/: parser3.C, parser3.dsp: more build
12858: configurations
12859:
12860: * src/: classes/classes.dsp, include/pa_config_fixed.h,
12861: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
12862: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
12863: types/types.dsp: prepared xml-static configuration
12864:
12865: 2003-03-31 paf
12866:
12867: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
12868: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
12869: xml lib memory debugging, simple checks failed: it seems that
12870: library does realloc(bad ptr), and recording those ptrs in heap
12871: [for debugging] was bad: heap situation changes = everything
12872: works fine
12873:
12874: * src/: main/pa_charset.C, include/pa_charset.h: worked around
12875: xmlRegisterCharEncodingHandler limitation [currently imposed
12876: limit of 10 user-defined charsets]
12877:
12878: 2003-03-28 paf
12879:
12880: * src/main/execute.C: execution stack copied to local register
12881: variable, removed lots [~2e7) of memory accesses
12882:
12883: 2003-03-27 paf
12884:
12885: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
12886: works in debug, but fails in release todo: fix that
12887:
12888: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
12889: targets/cgi/parser3.C: forgot to merge XML memory funcs
12890: replacement from gc branch
12891:
12892: * src/main/pa_exec.C: introducing append_help_length [radical
12893: improvement here]
12894:
12895: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
12896: 'not recommened' in gc.h, on win32 noticed no difference]
12897:
12898: * src/include/pa_array.h: returned checked array get [were disabled
12899: for debugging] result:not slower [don't understand that, it were
12900: INLINED] todo: find out a way of inlining it!
12901:
12902: * src/: include/pa_string.h, lib/gc/include/gc.h,
12903: lib/gc/include/gc_fake.h, main/compile.tab.C,
12904: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
12905: convention changed: all resulting strings are zero-terminated
12906:
12907: * src/: classes/date.C, classes/file.C, classes/hash.C,
12908: classes/string.C, classes/table.C, classes/void.C,
12909: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
12910: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
12911: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
12912: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12913: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
12914: types/pa_vfile.C, types/pa_vmail.C: introducing
12915: append_help_length [radical improvement here]
12916:
12917: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
12918: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
12919: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
12920: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
12921: even slower
12922:
12923: * src/: classes/string.C, classes/table.C, include/pa_array.h,
12924: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
12925: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
12926: clients of &get(): most to use non-ref version, some[in tight
12927: places] to get_unchecked_ref
12928:
12929: * src/doc/memory.dox: forgot to add
12930:
12931: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
12932: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
12933: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
12934: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
12935: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12936: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
12937: targets/cgi/parser3.dsp, types/pa_vmail.C,
12938: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
12939: T>>&<< removed after Stack::pop wiping removed [moved to separate
12940: func] other Array & removed
12941:
12942: 2003-03-26 paf
12943:
12944: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
12945: classes/table.C, include/pa_array.h, include/pa_charset.h,
12946: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
12947: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12948: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
12949: main/main.dsp, main/pa_charset.C, main/pa_common.C,
12950: main/pa_exec.C, main/pa_sql_driver_manager.C,
12951: main/pa_stylesheet_manager.C, main/pa_table.C,
12952: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12953: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12954: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
12955: pre-evaluated .count() in some places
12956:
12957: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12958: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
12959: types/types.dsp: .dsp profiling updated
12960:
12961: * src/: classes/classes.dsp, lib/cord/cord.dsp,
12962: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
12963: targets/cgi/parser3.dsp, types/types.dsp: started profiling
12964:
12965: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
12966: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
12967: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
12968: use lib/gc,lib/cord
12969:
1.101 moko 12970: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
12971: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 12972: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
12973: src/include/pa_config_includes.h, src/include/pa_request.h,
12974: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12975: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101 moko 12976: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 12977: src/lib/cord/include/Makefile.am,
1.101 moko 12978: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
12979: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
12980: src/targets/cgi/Makefile.am, src/types/Makefile.am,
12981: src/types/pa_vclass.h, src/types/pa_vcookie.h,
12982: src/types/pa_vform.h, src/types/pa_vhash.h,
12983: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
12984: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
12985: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
12986: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
12987: funcs ported pa_exec
1.95 moko 12988:
12989: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
12990:
12991: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
12992: bundled gc includes
12993:
12994: * src/: classes/op.C, include/pa_array.h,
12995: include/pa_sql_connection.h, include/pa_string.h,
12996: include/pa_version.h, main/compile.tab.C, main/compile.y,
12997: main/execute.C, main/pa_common.C, main/pa_exception.C,
12998: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
12999: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13000: first real site (aval)]
13001:
13002: 2003-03-25 paf
13003:
13004: * operators.txt, src/main/pa_sql_driver_manager.C,
13005: src/types/pa_vstatus.C: $status.memory used free since_compact
13006: process
13007:
13008: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13009: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13010:
13011: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13012:
13013: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13014: src/types/pa_value.h, src/types/pa_vfile.h,
13015: src/types/pa_vobject.C, src/types/pa_vobject.h,
13016: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13017: tests/results/121.processed: untaint.C L_URI
13018:
13019: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13020: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13021: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13022: src/types/pa_vmemory.h: ^memory:compact[]
13023:
13024: * tests/results/109.processed: it was a bug in parser. updated 109
13025: test result
13026:
13027: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13028:
13029: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13030: tests/results/107.processed: fixed dom language [values are now
13031: considered tainted. it was a bug in parser. updated 107 test
13032: result
13033:
13034: * src/classes/xdoc.C: fixed transform params
13035:
13036: * src/: include/pa_stylesheet_manager.h,
13037: main/pa_stylesheet_manager.C: fixed stylesheet caching
13038:
13039: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13040: overloads for structure handling
13041:
13042: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13043: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13044: StringBody(0) ambiguilty, introducting static
13045: StringBody::Format(int)
13046:
13047: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13048: linked
13049:
13050: * src/types/pa_vxdoc.C: vxdoc compiled
13051:
13052: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13053: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13054: finalizers isntalled
13055:
13056: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13057: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13058: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13059: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13060: compiled todo: xnode.C / finalizers
13061:
13062: * src/doc/string.dox: updated: new string internals
13063:
13064: 2003-03-24 paf
13065:
13066: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13067: include/pa_charset.h, include/pa_config_fixed.h,
13068: include/pa_request.h, include/pa_stylesheet_connection.h,
13069: include/pa_stylesheet_manager.h, main/pa_charset.C,
13070: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13071: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13072: types/pa_vxnode.h: started XML
13073:
13074: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13075:
13076: * src/: classes/file.C, classes/image.C, classes/mail.C,
13077: include/pa_string.h, main/pa_common.C,
13078: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13079:
13080: * src/: classes/file.C, classes/image.C, classes/mail.C,
13081: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13082: main/pa_request.C, main/pa_sql_driver_manager.C,
13083: types/pa_vimage.h: size_t pos everywhere checks changed to check
13084: for eq STRING_NOT_FOUND
13085:
13086: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13087: optimize bit implemented
13088:
13089: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13090: String::ArrayFragment::append_positions fixed
13091:
13092: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13093: String::this_starts fixed
13094:
13095: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13096:
13097: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13098: hashcode implemented fully, including per-char callback [it can
13099: be - substr CORD node]
13100:
13101: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13102: rewritten to rewalloc with 100byte buf ahead
13103:
13104: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13105: src/include/pa_string.h, src/main/compile.tab.C,
13106: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13107: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13108: CORD_ec [bad] would rewrite as realloc now
13109:
13110: * src/: classes/date.C, classes/file.C, classes/form.C,
13111: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13112: include/pa_cache_managers.h, include/pa_charsets.h,
13113: include/pa_common.h, include/pa_request.h,
13114: include/pa_sql_driver_manager.h, include/pa_table.h,
13115: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13116: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13117: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13118: types/pa_vmail.C, types/pa_vmethod_frame.C,
13119: types/pa_vstateless_class.h: 2*2 worked :)
13120:
13121: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13122: src/include/pa_exec.h, src/include/pa_string.h,
13123: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13124: passed OK
13125:
13126: * src/: classes/hash.C, classes/string.C, classes/table.C,
13127: types/pa_value.C: all linked todo: debug
13128:
13129: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13130: types/pa_vstateless_class.C: all compiled. todo:link
13131:
13132: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13133:
13134: * src/types/pa_vtable.C: pa_vtable.C compiled
13135:
13136: * src/types/pa_vstring.C: pa_vstring.C compiled
13137:
13138: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13139:
13140: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13141: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13142: pa_vstateless_class.C, pa_vstateless_class.h:
13143: pa_vstateless_class.C compiled
13144:
13145: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13146: types/pa_vmath.C: pa_vmail.C compiled
13147:
13148: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13149:
13150: * src/types/pa_vform.C: pa_vform.C compiled
13151:
13152: * src/types/pa_vfile.C: pa_vfile.C compiled
13153:
13154: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13155: pa_vstateless_class.C: pa_vcookie.C compiled
13156:
13157: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13158: types/pa_vhash.h: pa_value.C compiled
13159:
13160: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13161: classes.lib main.lib compiled
13162:
13163: * src/classes/void.C: void.C compiled
13164:
13165: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13166: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13167: compiled
13168:
13169: * src/: classes/string.C, include/pa_request.h,
13170: include/pa_string.h, main/pa_string.C: string.C compiled
13171:
13172: * src/: classes/op.C, classes/string.C, classes/table.C,
13173: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13174: main/pa_request.C, main/pa_string.C: op.C compiled
13175:
13176: * src/classes/: math.C, op.C: math.C compiled
13177:
13178: * src/: classes/mail.C, classes/string.C, classes/table.C,
13179: types/pa_vmail.h: mail.C compiled
13180:
13181: * src/classes/: int.C, table.C: int.C compiled
13182:
13183: * src/: classes/hash.C, classes/image.C, classes/string.C,
13184: classes/table.C, include/pa_memory.h, include/pa_string.h,
13185: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13186: compiled
13187:
13188: * src/: classes/hash.C, classes/string.C, classes/table.C,
13189: classes/void.C, classes/xdoc.C, include/pa_request.h,
13190: include/pa_sql_connection.h: hash.C compiled
13191:
13192: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13193: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13194: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13195: classes/math.C, classes/op.C, classes/response.C,
13196: classes/string.C, classes/table.C, classes/void.C,
13197: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13198: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13199: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13200: file.C table.C compiled
13201:
13202: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13203: main/untaint.C: main.lib compiled
13204:
13205: 2003-03-21 paf
13206:
13207: * src/: classes/op.C, include/pa_cache_managers.h,
13208: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13209: include/pa_stylesheet_manager.h, main/pa_exception.C,
13210: main/pa_globals.C, main/pa_sql_driver_manager.C,
13211: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13212: compiled
13213:
13214: * src/: classes/hash.C, classes/image.C, classes/op.C,
13215: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13216: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13217: main/compile.C, main/pa_common.C, main/pa_request.C,
13218: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13219: pa_request.C compiled
13220:
13221: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13222: include/pa_request.h, main/execute.C, main/pa_request.C,
13223: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13224: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13225: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13226: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13227: compiled
13228:
13229: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13230: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13231: on unix
13232:
13233: * src/: include/pa_charset.h, include/pa_charsets.h,
13234: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13235: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13236: pa_charsets.C compiled
13237:
13238: * src/: classes/image.C, classes/mail.C, classes/op.C,
13239: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13240: main/compile.y, main/execute.C, main/pa_common.C,
13241: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13242: types/pa_vcode_frame.h, types/pa_vimage.h,
13243: types/pa_vmethod_frame.h: execute.C compiled
13244:
13245: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13246: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13247: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13248: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13249: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13250: include/pa_cache_managers.h, include/pa_charsets.h,
13251: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13252: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13253: include/pa_sql_driver_manager.h, include/pa_string.h,
13254: include/pa_stylesheet_connection.h,
13255: include/pa_stylesheet_manager.h, include/pa_table.h,
13256: main/compile.C, main/compile.tab.C, main/compile.y,
13257: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13258: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13259: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13260: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13261: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13262: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13263: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13264: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13265: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13266: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13267: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13268: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13269: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13270: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13271: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13272: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13273: types/pa_vresponse.h, types/pa_vstateless_class.C,
13274: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13275: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13276: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13277: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13278: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13279: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13280: [C++ CORD wrapper]
13281:
13282: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13283:
13284: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13285: $file::exec/cgi[script; $.charset[this is script's charset]
13286:
13287: command line, env values, input got transcoded before call
13288: stdout, stderr got transcoded after call
13289:
13290: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13291: by default. use: ^file::exec[...;$.stdin[$request.body]
13292:
13293: * src/main/pa_common.C: } typo bug fix
13294:
13295: * src/main/pa_common.C: } typo bug fix
13296:
13297: 2003-03-20 paf
13298:
13299: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13300: main/untaint.C: cord bug fix, but still errors todo: clear out
13301:
13302: * src/include/pa_string.h: more tests
13303:
13304: * src/main/pa_string.C: string.pos fixed
13305:
1.101 moko 13306: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13307: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13308: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13309: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13310: replaces
1.95 moko 13311:
13312: * src/: classes/image.C, include/pa_dictionary.h,
13313: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13314: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13315: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13316: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13317:
13318: * src/include/pa_string.h: warning
13319:
13320: * src/include/pa_string.h: this_starts fixed
13321:
13322: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13323: new String ctor & append params convention
13324:
13325: * src/: classes/file.C, classes/hash.C, classes/image.C,
13326: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13327: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13328: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13329: main/pa_exception.C, main/pa_exec.C,
13330: main/pa_sql_driver_manager.C, main/pa_string.C,
13331: main/pa_stylesheet_manager.C, main/untaint.C,
13332: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13333: types/pa_vmail.C: more tests OK
13334:
13335: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13336: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13337: gc/exit runned OK
13338:
13339: * src/types/pa_vmail.C: another naming problem: should not name
13340: vars like that: unpredictable close caused problems with later
13341: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13342: descriptors missing on startup: stdin; Bad file number
13343:
13344: todo: find out why so many filters(stream) here. probably wrong?
13345:
13346: * src/: include/pa_dictionary.h, include/pa_string.h,
13347: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13348: main/untaint.C: test compiled
13349:
13350: * src/: classes/image.C, classes/mail.C, classes/math.C,
13351: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13352: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13353: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13354: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13355: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13356: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13357: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13358: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13359: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13360:
13361: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13362: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13363: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13364: src/include/pa_memory.h, src/include/pa_request.h,
13365: src/include/pa_request_charsets.h,
13366: src/include/pa_sql_connection.h, src/include/pa_string.h,
13367: src/main/compile.tab.C, src/main/execute.C,
13368: src/main/pa_charset.C, src/main/pa_common.C,
13369: src/main/pa_exception.C, src/main/pa_exec.C,
13370: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13371: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13372: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13373: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13374: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13375: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13376: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13377: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13378: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13379: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13380: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13381: pa_common.C [done, without http for now]
13382:
13383: 2003-03-19 paf
13384:
13385: * src/: classes/date.C, classes/form.C, classes/hash.C,
13386: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13387: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13388: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13389: include/pa_string.h, include/pa_table.h, main/compile.C,
13390: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13391: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13392: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13393: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13394: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13395: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13396: types/pa_vstateless_class.h, types/pa_vtable.C,
13397: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13398: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13399: types/pa_wwrapper.h: started test
13400:
1.101 moko 13401: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13402: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13403:
13404: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13405: include/pa_string.h, main/pa_string.C: string compiled todo: test
13406: it
13407:
13408: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13409: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13410: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13411: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13412: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13413: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13414: types/pa_vmethod_frame.h, types/types.dsp: string
13415: reimplementation with cord+array<fragment>: 70%
13416:
13417: 2003-03-18 paf
13418:
13419: * src/: classes/date.C, classes/file.C, classes/form.C,
13420: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13421: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13422: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13423: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13424: can ignore lang in cmp and pos really, but would
13425: split properly!
13426:
13427: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13428: cord part made parser/src/lib: it's not compiled into libgc by
13429: default
13430:
13431: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
13432: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13433: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13434: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13435: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13436: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13437: src/classes/xnode.C, src/classes/xnode.h,
13438: src/include/Makefile.am, src/include/pa_cache_managers.h,
13439: src/include/pa_charset.h, src/include/pa_charsets.h,
13440: src/include/pa_common.h, src/include/pa_dictionary.h,
13441: src/include/pa_exception.h, src/include/pa_exec.h,
13442: src/include/pa_globals.h, src/include/pa_hash.h,
13443: src/include/pa_memory.h, src/include/pa_pool.h,
13444: src/include/pa_request.h, src/include/pa_request_charsets.h,
13445: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
13446: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13447: src/include/pa_stylesheet_connection.h,
13448: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13449: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
13450: src/main/compile.C, src/main/compile.tab.C,
13451: src/main/compile_tools.C, src/main/compile_tools.h,
13452: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
13453: src/main/pa_charsets.C, src/main/pa_common.C,
13454: src/main/pa_dictionary.C, src/main/pa_exception.C,
13455: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
13456: src/main/pa_pool.C, src/main/pa_request.C,
13457: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13458: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
13459: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
13460: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
13461: src/types/pa_junction.h, src/types/pa_method.h,
13462: src/types/pa_value.C, src/types/pa_value.h,
13463: src/types/pa_vclass.C, src/types/pa_vclass.h,
13464: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13465: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13466: src/types/pa_vdouble.h, src/types/pa_venv.h,
13467: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13468: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13469: src/types/pa_vimage.C, src/types/pa_vimage.h,
13470: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
13471: src/types/pa_vmath.C, src/types/pa_vmath.h,
13472: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13473: src/types/pa_vobject.C, src/types/pa_vobject.h,
13474: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13475: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13476: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13477: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13478: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13479: src/types/pa_vstring.h, src/types/pa_vtable.C,
13480: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13481: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13482: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13483: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13484: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
13485: gc: PA_Object done lots of replacements also
13486:
13487: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
13488: gc logging
13489:
13490: 2003-03-17 paf
13491:
13492: * src/: classes/date.C, classes/file.C, classes/form.C,
13493: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
13494: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
13495: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13496: include/pa_string.h, include/pa_types.h, main/compile.C,
13497: main/compile.tab.C, main/execute.C, main/pa_charset.C,
13498: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
13499: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13500: main/pa_sql_driver_manager.C, main/pa_string.C,
13501: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
13502: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
13503: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
13504: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
13505: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
13506: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13507: types/pa_vxnode.h: libgc attempt
13508:
13509: 2003-03-13 paf
13510:
13511: * src/: include/pa_sql_driver_manager.h,
13512: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
13513: called
13514:
13515: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
13516: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
13517: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
13518: types/pa_value.h, types/pa_vobject.h,
13519: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
13520: set_base, set_derived simplified [counter leaks fixed]
13521:
13522: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
13523: src/types/types.dsp: incorporated status class patch From:
13524: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
13525: 2003 8:14 AM
13526:
13527: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
13528: Win32 specific: QuotaPeakNonPagedPoolUsage
13529: QuotaPeakPagedPoolUsage PeakPagefileUsage]
13530:
13531: 2003-03-12 paf
13532:
1.101 moko 13533: * configure, configure.in, src/lib/ltdl/configure,
13534: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 13535: lib/ltdl/Makefile now created by /configure.in only [were by
13536: lib/ltdl/configure.in OVERWRITE]
13537:
1.101 moko 13538: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
13539: linkage fixed for g++ 3.2.2
1.95 moko 13540:
13541: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
13542: on using privately declared class [fixed]
13543:
13544: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
13545: 3.2 rightliy complained on using privately declared class [fixed]
13546:
13547: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
13548: sigpipe before request constructor now causes death
13549:
13550: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
13551: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
13552: not cause exception in exception handler
13553:
1.101 moko 13554: * configure, configure.in, src/targets/cgi/Makefile.am: configure
13555: now default links libstdc++ statically. that can be overriden by
13556: --with-dynamic-stdcpp
1.95 moko 13557:
13558: 2003-03-11 paf
13559:
13560: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
13561: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
13562: necessity of libstdc++
13563:
13564: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13565:
13566: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13567:
13568: 2003-03-08 paf
13569:
13570: * tests/Makefile: make install & co
13571:
13572: * src/: include/pa_request.h, classes/op.C: removing
13573: vclass,object.h -> pa_request.h dependency
13574:
13575: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
13576: main/pa_request.C: removing vform,response,cookie.h ->
13577: pa_request.h dependency
13578:
13579: * src/include/pa_request.h: removing vmail.h -> pa_request.h
13580: dependency [testing...]
13581:
13582: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
13583: return 0; fixed
13584:
13585: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
13586: types/pa_vmail.h: vmail.C received just compiled [not tested]
13587:
13588: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
13589:
13590: * src/main/pa_request.C: forgotten: ifdef XML
13591:
13592: * src/main/pa_request.C: forgotten: ifdef XML
13593:
13594: * src/targets/cgi/parser3.C: todo: move to latest xml version on
13595: win32 and run memleak tests again
13596:
13597: * src/targets/cgi/parser3.C: charsets: see some strange things with
13598: old xml lib-- it's internal memory handling has faults
13599:
13600: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
13601: problems when transcode from charset A to A.
13602:
13603: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
13604: todo: still problems when transcode from charset A to A.
13605:
13606: * src/: classes/hash.C, classes/mail.C, classes/string.C,
13607: classes/table.C, include/pa_array.h,
13608: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
13609: started full-scale-site-test [~ http://parser.ru sources]
13610:
13611: some fixes
13612:
13613: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
13614: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13615: 117.html, 118.html, 119.html, 120.html, results/109.processed,
13616: results/110.processed, results/111.processed,
13617: results/112.processed, results/113.processed,
13618: results/114.processed, results/115.processed,
13619: results/116.processed, results/117.processed,
13620: results/118.processed, results/119.processed,
13621: results/120.processed: xml: tests 109 dom create/show 110 xpath
13622: selectSingle 111 xdoc.create from tainted & 112
13623: xdoc.create/output with russian attr value 113 xpath
13624: selectString/Number 114 dom attributes.count 115 xpath selectBool
13625: 116 output media-type change 117 transform by dom stylesheet 118
13626: empty transform result 119 dom setAttribute 120 nbsp letter
13627: output
13628:
13629: =END OF PREPARED XML TESTS=
13630:
13631: 2003-03-07 paf
13632:
13633: * src/classes/xdoc.C, src/include/pa_charset.h,
13634: src/include/pa_stylesheet_connection.h, tests/108.html,
13635: tests/108.xsl, tests/results/108.processed: xml: test 108
13636: transform with params [bugs fixed]
13637:
13638: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
13639: from copy/paste bug
13640:
13641: * src/classes/xdoc.C, src/include/pa_charset.h,
13642: src/include/pa_request.h, src/main/execute.C,
13643: src/main/pa_charset.C, src/main/pa_exception.C,
13644: src/main/pa_globals.C, src/main/pa_request.C,
13645: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13646: src/types/pa_vxnode.C, tests/107.html,
13647: tests/results/107.processed: xml: test: 107 bug fixes
13648:
13649: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13650: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13651: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
13652:
13653: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
13654: string
13655:
13656: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
13657: mem alloc functions used for different cases [libxml, libxsl]
13658:
13659: * src/classes/classes.C: fixed: prevent system classes from
13660: modification to lock ALL the classes, not only directly used
13661:
13662: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
13663: linked
13664:
13665: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
13666:
13667: 2003-03-06 paf
13668:
13669: * src/classes/xdoc.C: xdoc.C 50%
13670:
13671: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
13672: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13673: main/pa_globals.C, main/pa_request.C,
13674: main/pa_stylesheet_manager.C: xnode.C compiled
13675:
13676: * src/: include/pa_stylesheet_connection.h,
13677: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
13678: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
13679:
13680: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
13681: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13682: xml: stylesheet&manager STARTED
13683:
13684: * src/: include/pa_globals.h, main/pa_charset.C,
13685: main/pa_exception.C, main/pa_globals.C: xml: exceptions
13686:
13687: * src/: include/pa_charset.h, include/pa_config_fixed.h,
13688: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
13689: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
13690: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
13691: charsets
13692:
13693: * tests/023.html: in some cases it rounded up badly. postponing
13694: solution of that problem, making more simple test
13695:
13696: * tests/: 058_paf2000.png, results/058.processed: .png added with
13697: -kb now
13698:
13699: * src/: include/pa_charset.h, include/pa_charsets.h,
13700: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
13701: moved to charsets.C
13702:
13703: 2003-03-05 paf
13704:
13705: * src/classes/string.C, src/include/pa_string.h,
13706: src/main/pa_string.C, tests/105.html,
13707: tests/results/105.processed: String::match bug fixed
13708:
13709: * src/classes/op.C, src/main/main.dsp, tests/104.html,
13710: tests/results/104.processed: ^bpt operator added [does int3 in
13711: debug build on win32]
13712:
13713: * tests/: 057.html, results/057.processed: test bug fixed
13714:
1.101 moko 13715: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 13716:
13717: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
13718: missing
13719:
1.101 moko 13720: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
13721: forgotten files added to Makes
1.95 moko 13722:
13723: * ltmain.sh: ltmain.sh added
13724:
13725: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13726: change undone ;(
13727:
13728: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13729: made static
13730:
13731: * src/: classes/math.C, classes/op.C, classes/string.C,
1.101 moko 13732: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
13733: todo:make linker happy
1.95 moko 13734:
13735: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
13736: env param made optional
13737:
13738: 2003-03-04 paf
13739:
13740: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
13741: types/pa_vimage.h: number of gcc compiler bugs fixed
13742:
13743: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
13744: results/103.processed: tests: 103 image.copy transparence test
13745:
13746: * src/main/execute.C, tests/101.html, tests/102.html,
13747: tests/results/101.processed, tests/results/102.processed: tests:
13748: 101 method/variable name conflict test 102 form fields change
13749: should not not change anything [bug fix]
13750:
13751: * tests/: 057.html, 099.html, 100.html, results/057.processed,
13752: results/099.processed, results/100.processed: tests: 57 date
13753: create 2002: added 99,100 response:body/download
13754:
13755: * src/classes/image.C, tests/098.html, tests/098font.gif,
13756: tests/results/098.processed: test: 98 image font text [bug fixed]
13757:
13758: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
13759: tests/results/097.processed: test: 97 file::load http:// [bugs
13760: fixed]
13761:
13762: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
13763: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
13764: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
13765: image EXIF [bug fixed]
13766:
13767: * src/classes/table.C, src/main/execute.C, tests/061.dat,
13768: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
13769: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
13770: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
13771: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
13772: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
13773: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
13774: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
13775: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
13776: tests/094.html, tests/095.html, tests/results/061.processed,
13777: tests/results/062.processed, tests/results/063.processed,
13778: tests/results/064.processed, tests/results/065.processed,
13779: tests/results/066.processed, tests/results/067.processed,
13780: tests/results/068.processed, tests/results/069.processed,
13781: tests/results/070.processed, tests/results/071.processed,
13782: tests/results/072.processed, tests/results/073.processed,
13783: tests/results/074.processed, tests/results/075.processed,
13784: tests/results/076.processed, tests/results/077.processed,
13785: tests/results/078.processed, tests/results/080.processed,
13786: tests/results/081.processed, tests/results/082.processed,
13787: tests/results/083.processed, tests/results/084.processed,
13788: tests/results/085.processed, tests/results/086.processed,
13789: tests/results/087.processed, tests/results/088.processed,
13790: tests/results/089.processed, tests/results/090.processed,
13791: tests/results/091.processed, tests/results/092.processed,
13792: tests/results/093.processed, tests/results/094.processed,
13793: tests/results/095.processed, tests/079.html,
13794: tests/results/079.processed: tests: 61 file::stat size 62
13795: string->int autoconvert 63 double .int,dec,div,mul 64 date
13796: compare 65 file: basename,justname,justext 66 math:crypt 67
13797: string.match simple on long 68 string.match normalized simple on
13798: long 69 string.int 70 file::stat content-type 71 table.join 72
13799: hash parameter conditional pass 73 date daylightsaving,yearday 74
13800: date arithmetics 75 response date values/attributes 76 string.pos
13801: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
13802: with local 80 scientific numeric literal in string autoconvert 81
13803: xor: logical and numerical 82 for delims 83 menu delims 84
13804: table.hash distinct 85 long string replace 86 throw+catch
13805: current language preserve 87 bit shifts 88 junction tests +
13806: $caller test 89 hash.foreach selfmodification 90 int/void to int
13807: 91 $caller test 92 junction is + def junction tests 93 $caller
13808: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
13809:
13810: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
13811: fixed] 60 string eq string [bug fixed]
13812:
13813: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
13814: 058.html, 058_paf2000.png, 059.html, 060.html,
13815: results/053.processed, results/054.processed,
13816: results/055.processed, results/056.processed,
13817: results/057.processed, results/058.processed,
13818: results/059.processed, results/060.processed: test: 53
13819: string.replace 54 junctions 55 table.hash 56 call indirect 57
13820: date.create[string] 58 image.measure[png]
13821:
13822: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
13823: outputs/051.processed, results/052.processed: test: 52
13824: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
13825: task: fix that
13826:
13827: 2003-03-03 paf
13828:
13829: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
13830: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
13831: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
13832: outputs/049.processed, outputs/050.processed,
13833: outputs/051.processed, results/001.processed,
13834: results/002.processed, results/003.processed,
13835: results/005.processed, results/006.processed,
13836: results/008.processed, results/009.processed,
13837: results/011.processed, results/012.processed,
13838: results/013.processed, results/014.processed,
13839: results/015.processed, results/016.processed,
13840: results/017.processed, results/020.processed,
13841: results/021.processed, results/022.processed,
13842: results/024.processed, results/025.processed,
13843: results/026.processed, results/027.processed,
13844: results/028.processed, results/029.processed,
13845: results/030.processed, results/031.processed,
13846: results/049.processed, results/050.processed,
13847: results/051.processed, results/043.processed,
13848: results/044.processed, results/045.processed,
13849: results/046.processed, results/047.processed,
13850: results/048.processed: tests: 43,44,45 date rolls 46
13851: autoevaluating junction 47 table.select 48 name with subvar 49
13852: hash-creating switch 50 process 51 started parent/child, works as
13853: it were but it were NOT GOOD, created separate task to fix that
13854:
13855: * tests/: 042.html, results/042.processed: test: 42
13856: exception.handled
13857:
13858: * tests/: 041.html, results/041.processed: test: 41 table.locate by
13859: expression
13860:
13861: * tests/: 040.html, results/040.processed: test: 39 method result
13862: of type table 40 method param junction auto evaluate
13863:
13864: * tests/: 039.html, results/039.processed: test: 37 method result
13865: of type table
13866:
13867: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
13868: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
13869: tests/038.html, tests/results/033.processed,
13870: tests/results/034.processed, tests/results/035.processed,
13871: tests/results/036.processed, tests/results/037.processed,
13872: tests/results/038.processed: tests: 33 string.replace 34
13873: string.upper 35 table created 36 local/global vars with juntions
13874: 37 table clone 38 math PI & number formatting
13875:
13876: math class registring typo fixed
13877:
13878: * src/classes/op.C, src/include/pa_request.h,
13879: src/include/pa_string.h, src/main/execute.C,
13880: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
13881: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
13882: tests/032.html, tests/results/032.processed: uchar changed to
13883: String_UL in all places [was not everywhere] untaint test: 032
13884:
13885: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
13886: tests/results/004.processed, tests/parser-cygwin.sh,
13887: tests/parser-unix.sh: removed -H command line key, now testing
13888: using .sh file with SERVER_SOFTWARE=xxx
13889:
13890: 2003-02-26 paf
13891:
13892: * src/main/execute.C, src/types/pa_vstateless_class.h,
13893: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
13894: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
13895: tests/results/024.processed, tests/results/025.processed,
13896: tests/results/026.processed, tests/results/027.processed,
13897: tests/results/028.processed, tests/results/029.processed,
13898: tests/results/030.processed, tests/results/031.processed: fixed
13899: bug with name_cstr mutable CharPtr more tests
13900:
13901: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
13902: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
13903: << abort. die now just exits
13904:
13905: * src/classes/classes.awk, src/classes/classes.h,
13906: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13907: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13908: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13909: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13910: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13911: src/classes/xnode.C, src/include/pa_memory.h,
13912: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
13913: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
13914: src/types/pa_vform.C, tests/015.html, tests/016.html,
13915: tests/017.html, tests/018.html, tests/019.html,
13916: tests/019paf2001.gif, tests/020.html, tests/021.html,
13917: tests/022.html, tests/023.html, tests/022_dir/a.html,
13918: tests/022_dir/b.txt, tests/022_dir/c.htm,
13919: tests/results/015.processed, tests/results/016.processed,
13920: tests/results/017.processed, tests/results/018.processed,
13921: tests/results/019.processed, tests/results/020.processed,
13922: tests/results/021.processed, tests/results/022.processed,
13923: tests/results/023.processed: methoded_array now contains all Mxxx
13924: classes SAPI::get_env now returns info on pool more tests
13925:
13926: * src/include/pa_array.h, src/include/pa_hash.h,
13927: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
13928: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
13929: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
13930: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
13931: tests/014.html, tests/Makefile, tests/outputs/create-dir,
13932: tests/results/001.processed, tests/results/002.processed,
13933: tests/results/003.processed, tests/results/004.processed,
13934: tests/results/005.processed, tests/results/006.processed,
13935: tests/results/007.processed, tests/results/008.processed,
13936: tests/results/009.processed, tests/results/010.processed,
13937: tests/results/011.processed, tests/results/012.processed,
13938: tests/results/013.processed, tests/results/014.processed: hash
13939: cloning fixed
13940:
13941: 2003-02-25 paf
13942:
13943: * src/main/pa_common.C: typo fixed
13944:
13945: 2003-02-24 paf
13946:
13947: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
13948: [one remained]
13949:
13950: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
13951: [should have been get_string(&pool)] todo: check other such calls
13952:
13953: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
13954: test10, bad lookups
13955:
13956: xxx* xxx=smartptr.get(); << is bad style, after ";" original
13957: object got destructed, and xxx points to sky
13958:
13959: * ChangeLog, src/classes/string.C: match bug fixed
13960:
13961: * src/types/pa_vmail.C: body [text/html] transcoded to
13962: $.charset[specified] now
13963:
13964: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13965: which failed to handle sigsetjmp+throw: crashed inside of
13966: pre-throw code. rewritten simplier [though duplicating
13967: closesocket code]
13968:
13969: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13970: which failed to handle sigsetjmp+throw: crashed inside of
13971: pre-throw code. rewritten simplier [though duplicating
13972: closesocket code]
13973:
13974: 2003-02-21 paf
13975:
13976: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
13977: $cookie:name[$.expires[date << can be now]]
13978:
13979: written makefile with regression tests [raw]
13980:
13981: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
13982: tests' only [it's not forcing CGI mode now] now use -H to output
13983: CGI header when parser used in command line [useful for tests
13984: also]
13985:
13986: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
13987: switches on CGI mode, and is used in regression tests
13988:
13989: * src/: include/pa_request.h, main/pa_request.C,
13990: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
13991: fixed
13992:
13993: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
13994: handling pa_*
13995:
13996: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
13997: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
13998: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
13999: memory handling files
14000:
14001: * src/main/pa_array.C: pool::format_integer terminator fixed
14002:
14003: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14004: compiles OK test to show benefits of free
14005:
14006: * src/: classes/file.C, classes/image.C, classes/mail.C,
14007: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14008: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14009: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14010: use pool [as the one in ^process]
14011:
14012: * src/classes/op.C: fixed process. sould now check for all cstr's
14013: -- some must use pool [as the one in ^process]
14014:
14015: 2003-02-20 paf
14016:
14017: * src/: classes/date.C, classes/double.C, classes/file.C,
14018: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14019: classes/math.C, classes/op.C, classes/response.C,
14020: classes/string.C, classes/table.C, classes/void.C,
14021: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14022: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14023: string cmp fixed
14024:
14025: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14026: values passed OK now
14027:
14028: 2003-02-19 paf
14029:
14030: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14031: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14032: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14033: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14034: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14035: all remaning leaks resulted from pooled::malloc calls [excluding
14036: in gd -- planning complete rewrite extremely ugly code]
14037:
14038: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14039: files
14040:
14041: 2003-02-17 paf
14042:
14043: * src/: classes/date.C, classes/double.C, classes/file.C,
14044: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14045: classes/response.C, classes/string.C, classes/table.C,
14046: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14047: include/pa_stylesheet_connection.h,
14048: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14049: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14050: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14051: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14052: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14053: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14054: of unitialized simple-typed field
14055:
14056: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14057: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14058: simple-typed field fixed. todo: find&kill all like that one
14059:
14060: * src/: main/execute.C, targets/cgi/pa_pool.C,
14061: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14062: debug output fixed
14063:
14064: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14065: main/pa_request.C: stack-stored items need extra .ref to prevent
14066: object_ptr from delete[them]
14067:
14068: * src/: classes/date.C, classes/op.C, classes/table.C,
14069: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14070: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14071: main/pa_charset.C, main/pa_common.C,
14072: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14073: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14074: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14075: calls
14076:
14077: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14078: couple mem leaks rusulted from old pooled::malloc usage.
14079: todo:find more like those
14080:
14081: * src/main/: compile.C, compile_tools.C: 2*2!
14082:
14083: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14084: stackItem fixed [there were no string on stack before]
14085:
14086: * src/: main/execute.C, main/pa_request.C,
14087: types/pa_vmethod_frame.C: first letters out OK
14088:
14089: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14090: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14091: main/pa_string.C, main/untaint.C, types/pa_value.h,
14092: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14093: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14094: type not initialized with zeros :( while class fields of class
14095: types initialized with default constructors. learn C++
14096:
14097: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14098: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14099: classes/math.C, classes/xdoc.C, classes/xnode.C,
14100: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14101: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14102:
14103: 2003-02-14 paf
14104:
14105: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14106: 13 link errors
14107:
14108: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14109: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14110: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14111: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14112: errors :)
14113:
14114: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14115: classes/hash.C, classes/mail.C, classes/op.C,
14116: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14117: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14118: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14119: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14120:
14121: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14122: classes/table.C, include/pa_common.h, include/pa_globals.h,
14123: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14124: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14125: types/pa_vint.h, types/types.dsp: op compiled
14126:
14127: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14128: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14129: main/untaint.C, types/pa_vtable.h: string, response compiled
14130:
14131: 2003-02-07 paf
14132:
14133: * src/: classes/table.C, types/pa_vtable.h: table compiled
14134:
14135: 2003-02-06 paf
14136:
14137: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14138: mail compiled
14139:
14140: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14141: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14142: types/pa_vfile.h, types/pa_vimage.h: image compiled
14143:
14144: * src/classes/: file.C, form.C: form compiled
14145:
14146: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14147: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14148: types/pa_vfile.C, types/pa_vfile.h: file compiled
14149:
14150: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14151: types/pa_vmath.h: math compiled [win32]
14152:
14153: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14154: types/pa_vstring.h: hash compiled
14155:
14156: 2003-02-04 paf
14157:
14158: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14159: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14160: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14161: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14162: types/pa_vhash.h: hash 50% compiled
14163:
14164: * src/: classes/date.C, classes/file.C, classes/hash.C,
14165: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14166: classes/string.C, classes/table.C, classes/xdoc.C,
14167: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14168: main/pa_string.C: date compiled
14169:
14170: * src/classes/: classes.dsp, double.C: double compiled
14171:
14172: * src/: classes/date.C, classes/double.C, classes/file.C,
14173: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14174: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14175: classes/string.C, classes/table.C, classes/void.C,
14176: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14177: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14178: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14179: compiled
14180:
14181: * src/: classes/date.C, classes/double.C, classes/file.C,
14182: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14183: classes/math.C, classes/op.C, classes/response.C,
14184: classes/string.C, classes/table.C, classes/void.C,
14185: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14186: types/pa_vvoid.h: void compiled :)
14187:
14188: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14189: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14190: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14191: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14192: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14193: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14194: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14195: types/pa_vresponse.C, types/pa_vstateless_class.C,
14196: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14197: types/pa_wcontext.C, types/types.dsp: removed stupid
14198: value_includes.h
14199:
14200: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14201: trying to remove stupid value_includes.h
14202:
14203: * src/main/pa_exec.C: pa_exec compiled on win32
14204:
14205: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14206:
14207: * src/: include/pa_globals.h, include/pa_request.h,
14208: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14209: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14210: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14211: types/pa_vrequest.C, types/pa_vstateless_class.C,
14212: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14213:
14214: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14215: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14216: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14217:
14218: * src/: include/pa_array.h, include/pa_config_includes.h,
14219: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14220: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14221: compiled
14222:
14223: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14224: name conflicts)
14225:
14226: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14227: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14228: yelds "virtual memory exhausted" while trying to compile
14229: execute.C [eating up to 127MB]
14230:
14231: 2003-02-03 paf
14232:
14233: * src/: include/pa_config_includes.h, include/pa_hash.h,
14234: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14235: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14236: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14237: types/pa_vint.h, types/pa_vjunction.h,
14238: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14239: started gcc compiling pa_common compiled
14240:
14241: * src/: include/pa_exception.h, include/pa_pool.h,
14242: main/pa_exception.C: exception gcc change #1
14243:
1.101 moko 14244: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14245: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14246:
14247: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14248:
14249: * src/types/pa_vtable.C: vtable compiled
14250:
14251: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14252:
14253: * src/: include/pa_cache_managers.h, main/pa_request.C,
14254: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14255:
14256: * src/types/pa_vstateless_class.C: vstateless_class compiled
14257:
14258: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14259:
14260: * src/types/pa_vrequest.C: vrequest compiled
14261:
14262: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14263: pa_vobject.C, pa_vobject.h: vobject compiled
14264:
14265: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14266: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14267: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14268: compiled
14269:
14270: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14271:
14272: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14273: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14274: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14275: compiled
14276:
14277: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14278: main.lib - 0 error(s), 0 warning(s)
14279:
14280: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14281: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14282:
14283: 2003-01-31 paf
14284:
14285: * src/: include/pa_array.h, include/pa_operation.h,
14286: include/pa_request.h, main/execute.C, main/main.dsp,
14287: types/pa_vjunction.h: started last file from main library:
14288: execute
14289:
14290: * src/: include/pa_request.h, include/pa_sapi.h,
14291: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14292: main/pa_request.C, targets/cgi/parser3.C,
14293: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14294: types/pa_vhash.h: pa_request compiled
14295:
14296: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14297: include/pa_globals.h, include/pa_request.h,
14298: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14299: main/execute.C, main/main.dsp, main/pa_common.C,
14300: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14301: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14302: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14303: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14304: types/types.dsp: most pa_request compiled
14305:
14306: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14307: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14308: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14309: classes/op.C, classes/response.C, classes/string.C,
14310: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14311: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14312: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14313: include/pa_config_fixed.h, include/pa_config_includes.h,
14314: include/pa_dictionary.h, include/pa_dir.h,
14315: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14316: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14317: include/pa_pool.h, include/pa_request.h,
14318: include/pa_request_charsets.h, include/pa_request_info.h,
14319: include/pa_sapi.h, include/pa_socks.h,
14320: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14321: include/pa_stack.h, include/pa_string.h,
14322: include/pa_stylesheet_connection.h,
14323: include/pa_stylesheet_manager.h, include/pa_table.h,
14324: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14325: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14326: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14327: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14328: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14329: main/compile.C, main/compile.tab.C, main/compile.y,
14330: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14331: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14332: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14333: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14334: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14335: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14336: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14337: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14338: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14339: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14340: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14341: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14342: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14343: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14344: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14345: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14346: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14347: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14348: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14349: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14350: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14351: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14352: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14353: types/pa_vresponse.h, types/pa_vstateless_class.C,
14354: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14355: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14356: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14357: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14358: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14359: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14360:
14361: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14362: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14363: src/include/pa_charsets.h, src/include/pa_common.h,
14364: src/include/pa_dictionary.h, src/include/pa_exception.h,
14365: src/include/pa_exec.h, src/include/pa_pool.h,
14366: src/include/pa_request.h, src/include/pa_sapi.h,
14367: src/include/pa_sql_connection.h,
14368: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14369: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14370: src/main/compile.tab.C, src/main/compile_tools.C,
14371: src/main/compile_tools.h, src/main/main.dsp,
14372: src/main/pa_charset.C, src/main/pa_charsets.C,
14373: src/main/pa_common.C, src/main/pa_dictionary.C,
14374: src/main/pa_exception.C, src/main/pa_exec.C,
14375: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14376: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14377: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14378: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14379: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14380: src/types/pa_vdouble.h, src/types/pa_venv.h,
14381: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14382: src/types/pa_vhash.h, src/types/pa_vimage.C,
14383: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14384: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14385: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14386: src/types/pa_vobject.C, src/types/pa_vobject.h,
14387: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14388: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14389: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14390: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14391: src/types/pa_vstring.h, src/types/pa_vtable.h,
14392: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14393: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14394: died, long live StringPtr
14395:
14396: 2003-01-30 paf
14397:
14398: * src/: include/pa_charset.h, include/pa_request.h,
14399: include/pa_sql_driver_manager.h, main/compile.tab.C,
14400: main/compile.y, main/compile_tools.h, main/pa_request.C,
14401: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14402:
14403: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14404: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14405: types/pa_vhash.h, types/pa_vmethod_frame.h,
14406: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14407: types/types.dsp: vstateless_class compiled
14408:
14409: * src/main/compile.C: compile compiled
14410:
14411: * src/: include/pa_array.h, include/pa_operation.h,
14412: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14413: main/pa_table.C: compile_tools compiled
14414:
14415: * src/: include/pa_operation.h, main/compile.y,
14416: main/compile_tools.C, main/compile_tools.h: started
14417: compile_tools. vagues ideas of how to free compiled code
14418:
14419: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14420: main/main.dsp, types/pa_value.C, types/pa_value.h,
14421: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14422: compiled
14423:
14424: 2003-01-29 paf
14425:
14426: * src/: include/pa_globals.h, include/pa_request.h,
14427: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14428: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14429: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14430: compiled
14431:
14432: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
14433: now
14434:
14435: * src/: include/pa_array.h, include/pa_exception.h,
14436: include/pa_pool.h, main/pa_exception.C: gd compiled
14437:
14438: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
14439: compiled
14440:
14441: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14442: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
14443: types/pa_vfile.h: vfile compiled
14444:
14445: * src/: include/pa_common.h, include/pa_globals.h,
14446: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
14447: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
14448: types/pa_vform.C, types/pa_vform.h: vcookie compiled
14449:
14450: * src/: include/pa_exception.h, main/pa_cache_managers.C,
14451: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
14452: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
14453: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14454: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
14455:
14456: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
14457: main/main.dsp, main/untaint.C: more compiled
14458:
14459: * src/: include/pa_charsets.h, include/pa_request.h,
14460: include/pa_request_info.h, include/pa_string.h,
14461: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
14462: types/pa_vresponse.h: vrequest compiled
14463:
14464: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
14465: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
14466: pa_vresponse.h, pa_wcontext.h: vrequest compiled
14467:
14468: * src/: classes/classes.h, include/pa_charset.h,
14469: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
14470: include/pa_request.h, include/pa_string.h, main/main.dsp,
14471: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
14472: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
14473: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
14474: types/pa_vrequest.C, types/pa_vrequest.h,
14475: types/pa_vstateless_class.h, types/pa_vstring.h,
14476: types/pa_vvoid.h: vrequest,vdouble,vint compiled
14477:
14478: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
14479: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14480: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
14481: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
14482: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14483: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
14484: types/pa_vobject.h, types/pa_vstateless_class.h,
14485: types/pa_vstateless_object.h, types/pa_vstatus.h,
14486: types/pa_vstring.h, types/types.dsp: vmath compiled
14487:
14488: 2003-01-28 paf
14489:
14490: * src/: classes/classes.h, classes/date.C, classes/file.C,
14491: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
14492: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
14493: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
14494: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
14495: compile_tools
14496:
14497: * src/: include/pa_charset.h, include/pa_exception.h,
14498: include/pa_request.h, include/pa_string.h, main/untaint.C:
14499: untaint compiled
14500:
14501: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
14502: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
14503: more compiled. struck with string::store_to needing to know
14504: source/client charsets
14505:
14506: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
14507: types/pa_vfile.h: uue compiled
14508:
14509: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
14510: table compiled
14511:
14512: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14513: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
14514:
14515: * src/: include/pa_charset.h, main/pa_charset.C,
14516: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
14517: introduced]
14518:
14519: * src/: classes/date.C, include/pa_charset.h,
14520: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
14521: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
14522: pa_charsets compiled
14523:
14524: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
14525: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
14526:
14527: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
14528: common compiled
14529:
14530: * src/: include/pa_charsets.h, main/pa_charsets.C,
14531: main/pa_sql_driver_manager.C: pa_charsets compiled
14532:
14533: * src/: include/pa_array.h, include/pa_charset.h,
14534: include/pa_charsets.h, include/pa_pool.h,
14535: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14536: include/pa_stack.h, include/pa_string.h,
14537: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
14538: sql_driver_manager compiled
14539:
14540: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
14541: letter i with two dots added to koi, all ukranian letters added
14542: to win1251.
14543:
14544: typographic simbol 0xb9 deleted from win1251 [strange one & were
14545: abscent from koi]
14546:
14547: 2003-01-27 paf
14548:
14549: * src/: include/pa_exception.h, include/pa_sql_connection.h,
14550: include/pa_sql_driver_manager.h, include/pa_string.h,
14551: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
14552: sql/pa_sql_driver.h: paused on sql_manager
14553:
14554: * src/: include/pa_cache_managers.h, include/pa_pool.h,
14555: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14556: include/pa_stack.h, main/pa_sql_driver_manager.C,
14557: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
14558:
14559: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
14560: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14561: include/pa_table.h, main/pa_sql_driver_manager.C,
14562: main/pa_table.C: table compiled
14563:
14564: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
14565: cache_managers compiled
14566:
14567: * src/: include/pa_array.h, include/pa_charset.h,
14568: include/pa_pool.h, main/pa_charset.C: charset compiled
14569:
14570: * src/: include/pa_pool.h, main/pa_common.C: common compiled
14571:
14572: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
14573: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14574: main/pa_string.C, types/pa_value.C, types/pa_value.h,
14575: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
14576: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
14577:
14578: 2003-01-24 paf
14579:
14580: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
14581: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
14582: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14583: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
14584: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
14585: types/pa_vint.h, types/pa_vjunction.h,
14586: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14587: types/pa_vstatus.h, types/pa_vstring.h: more patched
14588:
14589: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
14590: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
14591: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
14592: main/pa_string.C, main/pa_table.C: string compiled
14593:
14594: * src/: include/pa_array.h, include/pa_common.h,
14595: include/pa_dictionary.h, include/pa_exception.h,
14596: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
14597: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
14598: main/pa_string.C: dictionary compiled
14599:
14600: 2003-01-23 paf
14601:
14602: * src/: include/pa_array.h, include/pa_common.h,
14603: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
14604: include/pa_request.h, include/pa_string.h, main/pa_common.C,
14605: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
14606: types/pa_value.h: resurrected pool in new sense: now it's
14607: factory, producing&accounting memory chunks for read[autofree]
14608: buffers
14609:
14610: * src/: include/pa_array.h, include/pa_exception.h,
14611: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
14612: main/pa_exception.C, main/pa_table.C: table compiled
14613:
14614: * src/: classes/image.C, classes/op.C, include/pa_array.h,
14615: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
14616: include/pa_pool.h, include/pa_pragma_pack_begin.h,
14617: include/pa_pragma_pack_end.h, include/pa_sapi.h,
14618: include/pa_string.h, include/pa_table.h, include/pa_types.h,
14619: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
14620: main/pa_table.C: aint that easy
14621:
14622: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
14623: main/main.dsp: continued with Hash
14624:
14625: * src/main/pa_common.C: connect_string allocated on heap[wes on
14626: stack] now. and exception can be reported OK now [can be reported
14627: outside of pro c with that stack]
14628:
14629: 2003-01-22 paf
14630:
14631: * src/: include/pa_array.h, include/pa_charset.h,
14632: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
14633: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
14634: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
14635: base: contains references_count. auto_ptr template calls
14636: add_ref/release
14637:
14638: 2003-01-21 paf
14639:
14640: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14641: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14642: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14643: classes/op.C, classes/response.C, classes/string.C,
14644: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14645: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14646: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14647: include/pa_config_fixed.h, include/pa_config_includes.h,
14648: include/pa_dictionary.h, include/pa_dir.h,
14649: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14650: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14651: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14652: include/pa_request.h, 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/md5/pa_md5.h, lib/md5/pa_md5c.c,
14659: lib/pcre/pcre_parser_ctype.c, main/compile.C,
14660: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14661: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14662: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14663: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14664: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14665: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14666: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14667: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14668: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14669: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14670: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14671: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14672: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
14673: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
14674: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14675: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14676: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14677: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14678: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14679: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14680: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14681: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14682: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14683: types/pa_vstateless_object.h, types/pa_vstatus.C,
14684: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14685: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14686: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14687: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14688: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
14689: 2002->2003
14690:
14691: 2003-01-16 paf
14692:
14693: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14694: src/main/pa_globals.C: http:// introducing $.any-status(1)
14695:
14696: * operators.txt, src/include/pa_config_fixed.h,
14697: src/main/pa_common.C: http request now return status. and not
14698: fail on status!=200
14699:
14700: 2003-01-15 paf
14701:
14702: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
14703:
14704: 2003-01-14 paf
14705:
14706: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
14707: mkinstalldirs: removed some ancient files [they in / really]
14708:
14709: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
14710: regretfully needed patch in two places. in config_fixed.h made
14711: stubs for lib to compile in MSVC
14712:
14713: 2003-01-13 paf
14714:
14715: * config.guess, config.sub, ltmain.sh: removed last piece of
14716: configure.in(libtool) hacks
14717:
1.101 moko 14718: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 14719: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
14720: ltdl.h: moved to latest libtool (1.4.3)
14721:
14722: 2003-01-10 paf
14723:
14724: * src/lib/ltdl/: configure, configure.in: PROG_NM
14725:
14726: * src/main/pa_globals.C: moved to latest xml lib versions, changed
14727: patches. libxml2 >= 2.5.1
14728: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
14729: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
14730: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14731:
14732: * INSTALL: moved to latest versions of xml libs libxml2 >=
14733: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
14734: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
14735: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14736:
14737: 2003-01-09 paf
14738:
14739: * INSTALL: xml,xslt,gdome lib urls updated
14740:
14741: * config.guess, config.sub, missing, mkinstalldirs,
1.101 moko 14742: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 14743: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101 moko 14744: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
14745: 1.7.2
1.95 moko 14746:
14747: * depcomp: moving to automake 1.7.2
14748:
14749: 2002-12-27 paf
14750:
14751: * src/include/pa_version.h: 0007
14752:
14753: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
14754: outdated parts, made links to language docs
14755:
14756: * src/include/pa_config_auto.h.in: comment
14757:
14758: 2002-12-26 paf
14759:
14760: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
14761: not contain trailing / fixed.
14762:
14763: * INSTALL: changing SAFE_MODE politics
14764:
14765: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
14766:
14767: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
14768:
14769: 2002-12-25 paf
14770:
14771: * src/main/pa_globals.C: optimized-xml
14772:
14773: * src/main/pa_globals.C: optimized-as-is
14774:
14775: 2002-12-24 paf
14776:
14777: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
14778: fixed [were really called with zero size when .html?a=&b=]
14779:
14780: * src/classes/mail.C: $MAIL in @conf now invalid when configured
14781: with --with-sendmail
14782:
14783: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
14784: fixed]
14785:
14786: 2002-12-23 paf
14787:
14788: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
14789: ignoring parameters & were storing only string with default
14790: expires
14791:
14792: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
14793: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
14794: December 23, 2002 4:22 AM Subject: bug â
14795: Charset::transcode_buf2xchar
14796:
14797: 2002-12-20 paf
14798:
14799: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
14800: non-cgi [script] runs
14801:
14802: 2002-12-19 paf
14803:
14804: * INSTALL: --without-iconv recommended [it crashes on some systems
14805: [tested on elik]] moreover, it's not needed there [parser
14806: registers charsets itself]
14807:
14808: * INSTALL: --without-iconv recommended [it crashes on some systems
14809: [tested on elik]]
14810:
14811: * operators.txt, src/include/pa_globals.h,
14812: src/include/pa_request.h, src/main/pa_globals.C,
14813: src/main/pa_request.C: $response:download
14814:
14815: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
14816: compiler [win32]].
14817:
14818: 2002-12-18 paf
14819:
14820: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
14821:
14822: 2002-12-17 paf
14823:
14824: * src/targets/cgi/parser3.C: merged die&iis changes
14825:
14826: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
14827: to exit(1) 2. more flexible iilegal call check
14828:
14829: 2002-12-16 paf
14830:
14831: * ltmain.sh: some automakes silly insist on having this handy
14832:
14833: * src/main/untaint.C: filespec russian small 'r' changed to latin
14834: 'p' bug fix
14835:
14836: 2002-12-15 paf
14837:
14838: * src/main/untaint.C: filespec russian small 'r' changed to latin
14839: 'p'
14840:
14841: * configure.in, src/include/pa_config_auto.h.in,
14842: src/main/compile.C, src/main/pa_common.C: merged small changes
14843: from branch 6 to HEAD
14844:
14845: * src/main/compile.C: removed warning
14846:
14847: * src/main/pa_common.C: ftruncate having checked
14848:
14849: * configure.in, src/include/pa_version.h: new version
14850:
14851: 2002-12-14 paf
14852:
14853: * src/classes/table.C: removed unnecessary code
14854:
14855: * src/sql/pa_sql_driver.h: exception type fixed
14856:
14857: 2002-12-09 paf
14858:
14859: * src/types/pa_vvoid.h: $void.store[now] error
14860:
14861: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14862:
14863: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
14864: tries to write core dump
14865:
14866: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14867:
14868: * src/: classes/hash.C, classes/string.C, classes/table.C,
14869: classes/void.C, main/pa_sql_driver_manager.C,
14870: sql/pa_sql_driver.h: changed exception handling mech in sql
14871: handlers #2
14872:
14873: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
14874: exception handling mech in sql handlers
14875:
14876: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
14877: handlers
14878:
14879: * src/: classes/hash.C, classes/string.C, classes/table.C,
14880: classes/void.C, main/pa_sql_driver_manager.C,
14881: sql/pa_sql_driver.h: changed exception handling mech in sql
14882: handlers
14883:
1.101 moko 14884: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
14885: to write makefile which used libtool to install things, which is
14886: not needed
1.95 moko 14887:
14888: 2002-12-06 paf
14889:
14890: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
14891: $hash.fields -- pseudo field to make 'hash' more like 'table'
14892:
14893: 2002-12-05 paf
14894:
14895: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
14896: cc/bcc OK now
14897:
14898: * src/main/untaint.C: mail header closed properly
14899:
14900: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
14901: header ',' allowed. still bugs in smtp [only one receiptient
14902: works, cc, bcc ignored now, and MAILED ;)]
14903:
14904: [strncpy killed, memnchr used]
14905:
14906: * src/main/pa_table.C: table-copy now current=0
14907:
14908: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
14909: lowlevel proc
14910:
14911: * src/targets/cgi/parser3.C: more checks on
14912: http://domain/parser.cgi start [maybe some getenv returns "",
14913: checked that now
14914:
14915: * src/targets/cgi/parser3.C: more checks on
14916: http://domain/parser.cgi start [maybe some getenv returns "",
14917: checked that now
14918:
14919: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
14920: out-of-mem errors reached log]
14921:
14922: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
14923: mail:send MIME-Version default
14924:
14925: * src/main/main.dsp: pa_version included into main.dsp
14926:
14927: 2002-12-04 paf
14928:
14929: * src/types/pa_vform.C: $form:field string value cut by premature 0
14930:
14931: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
14932: lib/libltdl -> lib/ltdl Win32 changes. s
14933:
14934: * src/classes/classes.awk: more strict *.C$
14935:
14936: * gnu.dsp: restored
14937:
1.101 moko 14938: * configure.in, gnu.dsp, src/lib/Makefile.am,
14939: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
14940: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
14941: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
14942: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
14943: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
14944: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
14945: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
14946: now created with /configure, not ltdl/configure, so it does have
14947: no problems with automake. ltdl/configure
14948: AC_OUTPUT(Makefile<<removed)
1.95 moko 14949:
14950: 2002-12-02 paf
14951:
14952: * operators.txt: removed outdated status:db
14953:
14954: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
14955: src/main/pa_common.C, src/main/pa_request.C,
14956: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
14957: tainted parts becomes http-header
14958:
14959: 2002-11-29 paf
14960:
14961: * src/classes/date.C, src/classes/image.C, operators.txt: exif
14962: dates now objects of type date
14963:
14964: * src/classes/image.C: file.seek removed [it were used in image.C
14965: only, and for parser user this means that jpeg image has bad
14966: size in fragment's header] now used image.format
14967:
14968: * src/: include/pa_common.h, main/pa_common.C,
14969: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
14970: now handled exactly like $response:header values. e.g. can be
14971: hash [can have subattributes] & contain date values.
14972:
14973: * src/main/pa_common.C: http:// param values lang forced URI
14974:
14975: * src/main/pa_common.C: http:// tainted partes now %xx
14976:
14977: 2002-11-28 paf
14978:
14979: * operators.txt: http.timeout
14980:
14981: * src/classes/image.C: ^image.length now counts interchar space.
14982: plus space after last char
14983:
14984: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
14985:
14986: * src/classes/image.C: ^image.font width measurer now scans full
14987: height [were -1]
14988:
14989: * configure.in: stopped double libltdl/Makefile generation
14990:
14991: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
14992: chars [one top horizontal line of 1pixel height were missing]
14993:
14994: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
14995: 'false' to go into (Hash *) parameter
14996:
14997: 2002-11-27 paf
14998:
14999: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15000: types/pa_vmail.C: response:body[file] if file nows it's name now
15001: returns content-disposition: >>attachment<<
15002:
15003: * src/classes/image.C: ^image.font << bad font file-size now
15004: properly reported
15005:
15006: 2002-11-26 paf
15007:
15008: * src/main/pa_request.C: fixed lang in reponse header
15009:
15010: * src/main/pa_common.C: utf8 prefix ignored @read text
15011:
15012: * operators.txt, src/main/pa_common.C: http:// response status!=200
15013: made exception: http.status with source=bad status#
15014:
15015: 2002-11-25 paf
15016:
15017: * configure.in, src/classes/image.C,
15018: src/include/pa_config_auto.h.in,
15019: src/include/pa_config_includes.h, src/main/Makefile.am,
1.101 moko 15020: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15021: const void related probs fixed
1.95 moko 15022:
15023: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15024:
15025: $file[^file::load[http://there]] $file.SERVER
15026:
15027: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15028: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15029: http options [invalid onces now reported] made default
15030: user-agent: paf
15031:
15032: * operators.txt, src/classes/file.C, src/classes/table.C,
15033: src/classes/xdoc.C, src/include/pa_common.h,
15034: src/include/pa_globals.h, src/main/pa_common.C,
15035: src/main/pa_globals.C, src/main/pa_request.C,
15036: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15037: now understand http:// prefix and additional params, sample:
15038: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15039: $.USER-AGENT[parser3] ]]
15040:
15041: 2002-11-22 paf
15042:
15043: * src/classes/image.C, src/include/pa_globals.h,
15044: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15045: src/types/pa_vimage.h, operators.txt: $image.exif support
15046: $image.exif.DateTime & co
15047:
15048: 2002-11-21 paf
15049:
15050: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15051: _PASS_APPENDED)
15052:
15053: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15054: EXIF information [were big block and it's size were considered
15055: negative :(]
15056:
15057: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15058: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15059: internals rewritten. no there's reader.seek, and all's ready for
15060: EXIF extraction [now we fail to measure files with EXIF info]
15061:
15062: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15063: O_TRUNC truncates even exclusevely write-locked file [thanks to
15064: Igor Milyakov <virtan@rotabanner.com> for discovering]
15065:
15066: 2002-11-20 paf
15067:
15068: * src/targets/cgi/parser3.C: logging @signal += query_string
15069:
15070: * configure.in, src/include/pa_config_auto.h.in,
15071: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15072: comment
15073:
15074: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15075:
15076: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15077: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15078: currently processed document SIGPIPE >> interrupts request
15079: processing [exception = DB rollback]
15080:
15081: * src/main/pa_exec.C: comment
15082:
15083: * src/main/pa_exec.C: pa_exec: data written only if size>0
15084:
15085: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15086: << disable HTTP-POST repassing
15087:
15088: * src/: include/pa_config_fixed.h, main/pa_common.C,
15089: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15090: pipe read errors now checked
15091:
15092: 2002-11-19 paf
15093:
15094: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15095: CGI: Illegal call
15096:
15097: 2002-11-01 paf
15098:
15099: * src/main/execute.C: comment
15100:
15101: 2002-10-31 paf
15102:
15103: * src/main/execute.C: found out why, checked that for now. todo:
15104: find out a way for that user could do that
15105:
15106: * src/types/pa_vstateless_object.h: object put replaces static
15107: parent if any
15108:
15109: * src/types/pa_vobject.C: object put replaces static parent if any
15110:
15111: * src/: classes/form.C, classes/mail.C, classes/op.C,
15112: classes/xnode.h, main/compile.tab.C, main/execute.C,
15113: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15114: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15115: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15116: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15117: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15118: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15119: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15120: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15121: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15122: types/pa_vstateless_object.h, types/pa_vstatus.C,
15123: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15124: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15125: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15126: types/pa_wwrapper.h: static fix merged
15127:
15128: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15129: $virtual_fields in dynamic, but one can reach derived
15130: static[class] variable from base
15131:
15132: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15133: types/pa_vobject.C, types/pa_vobject.h,
15134: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15135: statics, left $virtual_fields in dynamic
15136:
15137: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15138: one can't remember derivates in base class: there's so many of
15139: them. also there can be no virtual method calls in static
15140: classes
15141:
15142: * src/: classes/form.C, classes/mail.C, classes/op.C,
15143: classes/xnode.h, main/execute.C, main/pa_request.C,
15144: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15145: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15146: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15147: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15148: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15149: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15150: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15151: types/pa_vresponse.C, types/pa_vresponse.h,
15152: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15153: types/pa_vstateless_object.h, types/pa_vstatus.C,
15154: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15155: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15156: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15157: types/pa_wwrapper.h: static call $self fixed
15158:
15159: * src/main/execute.C: comment
15160:
15161: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15162: ^process[$caller.self]{...} now compiles to last derived object
15163: part of that 'self'
15164:
15165: 2002-10-29 paf
15166:
15167: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15168: re-passing [iis to blame]
15169:
15170: * src/classes/string.C: changed string.save to pass current sql
15171: connection to cstr thus one can ^connect[some server]{
15172: $s[insert into table x (x) values (^taint[sql]{value})]
15173: ^s.save[some.sql] } and he'd get in some.sql file code with
15174: properly escaped. [tried in mssql->mysql export->import of
15175: binary data]
15176:
15177: 2002-10-25 paf
15178:
15179: * src/types/pa_vresponse.C: case insensitive response user fields
15180: get/put
15181:
15182: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15183: types/pa_vresponse.C: saving for maybe-future
15184:
15185: 2002-10-23 paf
15186:
15187: * operators.txt, src/classes/table.C: ^table.hash{code}...
15188: ^table.hash(expr)...
15189:
15190: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15191:
15192: 2002-10-22 paf
15193:
15194: * src/types/: pa_vform.C, pa_vform.h: removed needless
15195: VForm::Append...(...Value)
15196:
15197: * src/main/execute.C: $.name outside of $name[...] checked
15198:
15199: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15200: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15201:
15202: 2002-10-21 paf
15203:
15204: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15205: $form:qtail $form:imap.x/y
15206:
15207: * operators.txt, src/types/pa_vform.C: $form:nameless =
15208: "?value&...", "...&value&...", "...&value"
15209:
15210: * operators.txt, src/types/pa_vform.C: $form:image-map
15211:
15212: * operators.txt, src/classes/file.C: /some/page.html:
15213: ^file:fullpath[a.gif] => /some/a.gif
15214:
15215: 2002-10-17 paf
15216:
15217: * src/main/: compile.tab.C, compile.y: operators precedence changed
15218: a little: logical not and bitwise negation precedence made
15219: highest, << and >> bitshits precedence made equal [were << higher
15220: than >>]
15221:
15222: * src/classes/op.C: exception handling fixed [were bad with
15223: contexts]
15224:
15225: 2002-10-16 paf
15226:
15227: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15228: main/pa_request.C: Request::self considered equal to
15229: VMethodFrame::self, and removed, Request::get_self() mapped to
15230: VMethodFrame.self()
15231:
15232: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15233: $hash in open field now gives old good error meesage
15234:
15235: 2002-10-15 paf
15236:
15237: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15238: use ^if($junction is junction){was and now true}
15239:
15240: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15241: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15242: types/pa_vxnode.C: xml->parser strings now have origin, which
15243: points to place where value left xml library and came to parser:
15244: place of dom field extraction/call
15245:
15246: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15247: main/compile.tab.C, main/compile.y, main/execute.C,
15248: types/pa_vmethod_frame.h: removed last pieces of old code
15249: allowing $junction.xxx at compile time
15250:
15251: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15252: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15253: objects also considered [were only classes]
15254:
15255: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15256: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15257: with CLASS self. [ (request&method_frame).self temporarily
15258: changed ]
15259:
15260: * src/classes/: hash.C, op.C: method_frame now always changed, with
15261: no exception to native calls. for&foreach changed to use
15262: method_frame.caller for their var's name context
15263:
15264: * src/: main/execute.C, targets/cgi/parser3.C,
15265: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15266: compiling to system classes disabled
15267:
15268: * operators.txt, src/classes/op.C:
15269: ^process[$caller.CLASS]{code-string} added
15270:
15271: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15272: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15273: src/types/Makefile.am, src/types/pa_vjunction.C,
15274: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15275: src/types/types.dsp: removed $junction.get $junction.set[]
15276: introducing $caller
15277:
15278: * src/types/pa_value.h: removed outdated comments. doxygen would
15279: find them lower by inheritance tree
15280:
15281: * src/types/pa_vjunction.C: ident
15282:
15283: 2002-10-14 paf
15284:
15285: * src/classes/op.C: process compiles to code's class class
15286:
15287: * src/: classes/form.C, classes/mail.C, classes/op.C,
15288: include/pa_request.h, main/compile.C, main/compile.tab.C,
15289: main/compile.y, main/execute.C, main/pa_request.C,
15290: types/pa_vstateless_class.h: operators now main-class-methods
15291:
15292: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15293: better stack trace [has "call" & co there]
15294:
15295: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15296: operators @auto now executed in MAIN context
15297:
15298: * src/main/execute.C: operator execution context now = MAIN, not
15299: closest stack frame
15300:
15301: @touchit[] $i[after]
15302:
15303: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15304: were 'after'
15305:
15306: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15307: 'after'
15308:
15309: * src/main/execute.C: comment
15310:
15311: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15312: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15313: action]
15314:
15315: * src/types/pa_vxnode.C: misreplace fixed
15316:
15317: * configure, configure.in, src/include/pa_config_auto.h.in,
15318: src/types/pa_vstatus.C, operators.txt:
15319: $status:rusage.tv_secs/usecs introduced
15320:
15321: 2002-10-09 paf
15322:
15323: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15324: on empty string [or uses (default)]
15325:
15326: 2002-10-08 paf
15327:
15328: * src/main/untaint.C: mail header quoted printable changed after
15329: RFC reread
15330:
15331: * operators.txt: plan on ^if(method
15332:
15333: * src/types/pa_vxnode.C: misreplace
15334:
15335: 2002-09-24 paf
15336:
1.101 moko 15337: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15338:
15339: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15340: mailreceive would compile on freebsd now
15341:
15342: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15343: configure, configure.in, src/include/pa_config_auto.h.in,
1.101 moko 15344: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15345: mailreceive would compile on freebsd now
1.95 moko 15346:
15347: * src/: classes/file.C, main/untaint.C: 1. file spec language
15348: changed: now there are only few chars are untainted: * ? ' " < >
15349: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15350: one should use ^untaint[uri]{...} now]
15351:
15352: 2. $list[^file:list[dir]] now returns simply tainted names in
15353: $list.name, not tainted as filespec
15354:
15355: @russianindex[] #dir with files with russian-lang names
15356: $where[dir]
15357:
15358: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15359: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15360:
15361: 2002-09-23 paf
15362:
15363: * src/types/pa_vdouble.h: double->int round added
15364:
15365: * src/classes/date.C: date bug fix, now
15366: round(floatDays*secondsPerDay)
15367:
15368: * src/classes/date.C: date bug fix, now
15369: round(floatDays*secondsPerDay)
15370:
15371: 2002-09-20 paf
15372:
15373: * src/main/execute.C: code junction calls disabled [before: code
15374: was compiled in such a way, that there were no code-junctions in
15375: OP_CALL]
15376:
15377: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15378:
15379: @badjunctioncallinside[code] ^code[]
15380:
15381: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15382: expanding to include ^junction.method
15383:
15384: * src/main/pa_common.C: -d "DIR/" now true
15385:
15386: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15387: as internal xdoc encoding, and after decoding attributes set by
15388: dom functions now encoded OK, not as digital entities
15389:
15390: * src/classes/xdoc.C: empty transform result, being taken as file
15391: now returns empty file, not raises stupid error about "stat-ed
15392: file"
15393:
15394: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15395: allowed
15396:
15397: * src/types/types.dsp: introducing $junction.get/put(1) one can
15398: write iterators now:
15399:
15400: ^user-foreach[key;value]{$key=$value<br>}
15401:
15402: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15403: $code.value($i*2) $code }
15404:
15405: * src/main/compile_tools.h: mistype
15406:
1.101 moko 15407: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15408: thus taking linking options configure changes into account [were:
15409: ignoring]
1.95 moko 15410:
15411: * src/types/: pa_vjunction.C, Makefile.am: introducing
15412: $junction.get/put(1) one can write iterators now:
15413:
15414: ^user-foreach[key;value]{$key=$value<br>}
15415:
15416: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15417: $code.value($i*2) $code }
15418:
15419: * src/: include/pa_opcode.h, include/pa_request.h,
15420: main/compile.tab.C, main/compile.y, main/execute.C,
15421: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15422: introducing $junction.get/put(1) one can write iterators now:
15423:
15424: ^user-foreach[key;value]{$key=$value<br>}
15425:
15426: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15427: $code.value($i*2) $code }
15428:
15429: 2002-09-19 paf
15430:
1.101 moko 15431: * Makefile.am: new: make commit
1.95 moko 15432:
15433: * aclocal.m4: forced to be older
15434:
15435: 2002-09-18 paf
15436:
15437: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
15438: src/main/compile.y, src/main/execute.C: << >> int shifts
15439:
15440: * src/: include/pa_common.h, include/pa_request.h,
15441: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
15442: - now this - fatal error
15443:
15444: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
15445: that one can pass binary data there
15446:
15447: * src/: classes/date.C, classes/double.C, classes/file.C,
15448: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15449: classes/op.C, classes/response.C, classes/string.C,
15450: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15451: include/pa_request.h: pa_request contexts made privated, plus
15452: get_{self/method_frame} to read. Request_context_saver used in
15453: ^try to save flang too. [were not saved]
15454:
15455: * src/types/pa_vresponse.C: header value chains joined before
15456: output, this should help $.subject[$var $var] from being
15457: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
15458:
15459: 2002-09-17 paf
15460:
15461: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
15462: removed changes, operators executed with calling self. lots of
15463: code with ^include code relies on defined/defining self variables
15464:
15465: $a[1] ^include[print_a.p] print_a.p: $a
15466:
15467: ^include[set_a.p] a=$a set_a.p: $a[1]
15468:
15469: * src/: classes/op.C, main/execute.C, main/pa_request.C,
15470: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
15471: types/pa_vstateless_class.h: operators now executed with MAIN
15472: self. it's for ^include sake, too strong a change
15473:
15474: * src/classes/op.C: made place for ^process to compile it's code to
15475: in case of no self
15476:
15477: * src/main/execute.C: found ancient param to Junction, removed.
15478: allowed passing self to native_code_operators [for ^process to
15479: work, she needs self]
15480:
15481: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15482: types/pa_vstateless_class.h: found ancient param to Junction,
15483: removed. allowed passing self to native_code_operators [for
15484: ^process to work, she needs self]
15485:
15486: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
15487: types/pa_value.h, types/pa_vmethod_frame.h,
15488: types/pa_vstateless_class.h: allowed Request.self to be 0,
15489: checked that in VMethodFrame get/put and $self.
15490:
15491: * src/classes/: table.C, xdoc.C: table::sql options table::create
15492: copy options options checked, wrong option now fatal error
15493:
15494: * src/main/pa_string.C: string.replace fixed [were missing words on
15495: pieces boundaries]
15496:
15497: * bin/auto.p.dist.in: strange \n
15498:
15499: * configure, configure.in: .so now detected [can be .sl on hpux,
15500: .dll on cygwin, .so in other cases)
15501:
1.101 moko 15502: * configure, configure.in, bin/auto.p.dist.in: .so now detected
15503: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 15504:
15505: * operators.txt, src/classes/hash.C, src/classes/table.C,
15506: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
15507: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
15508: record taken [were last]
15509:
15510: * src/: classes/hash.C, classes/table.C,
15511: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
15512: now errors
15513:
15514: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
15515:
15516: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
15517: ,2,3]
15518:
15519: 2002-09-16 paf
15520:
15521: * src/classes/file.C: file::cgi line ends can be both unix & dos.
15522: and they can be unix [\n\n] on win when 'use CGI' used, it causes
15523: stdout to be binary. now detected closest header break.
15524:
15525: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
15526: closed right
15527:
15528: 2002-09-13 paf
15529:
15530: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
15531: src/main/compile_tools.h: (expression #comment)
15532:
15533: (multiline expression #comment line2 #comment )
15534:
15535: (expression #comment with (brackets) comment) << OK
15536:
15537: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
15538: bitwise !|| numerical xor now [preparing for expression
15539: #comments]
15540:
15541: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
15542: error
15543:
15544: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
15545: cheched in pa_socks.C
15546:
1.101 moko 15547: * configure, configure.in, src/include/pa_config_auto.h.in:
15548: HAVE_WINSOCK_H created in configure.in
1.95 moko 15549:
15550: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
15551: cookie date now clean [were mistakenly tainted & that worked bad
15552: with opera -- 'happily' that worked OK with msie]
15553:
15554: 2002-09-12 paf
15555:
15556: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
15557: VClass get_element now first looks to fields, next to methods &
15558: co todo: the rest reason: more speed
15559:
15560: * src/main/untaint.C: quoted printable encoding stops before
15561: \s*<...>$
15562:
15563: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
15564: stops before <...>$
15565:
15566: 2002-09-11 paf
15567:
15568: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
15569: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
15570: forgot to check users of those funcs. not all were using that
15571: return value convention
15572:
15573: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
15574: windows-1254 added
15575:
15576: 2002-09-10 paf
15577:
15578: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
15579: VCodeFrame parent param were specified badly
15580:
15581: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
15582: WWrapper which used in constructing objects(second param to sql
15583: method) ^...sql{}[$.default{code}] now has parent, wich helps
15584: code in hash to survivi
15585:
15586: * src/: include/pa_request.h, main/execute.C: removed redundant
15587: param to execute [stack said 'thanks']
15588:
15589: * src/: classes/op.C, main/execute.C, types/pa_value.C,
15590: types/pa_value.h, types/pa_vcode_frame.h,
15591: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15592: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
15593: responsibility to wcontext
15594:
15595: * src/classes/file.C: decided not to log exec's with stderr, that
15596: could be warnings, and it's up to scritper to log/show them
15597:
15598: * src/: classes/double.C, main/execute.C: double:sql badly called
15599: write_assign_lang, not write_no_lang, thus doing unnecessary
15600: double/string converstion, which were loosing time&precesion
15601:
15602: * src/: main/pa_charset.C, types/pa_vmail.C:
15603: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
15604: case of unfinished in buffer processing, causing accidental
15605: transcode stop [in case that source enc != utf-8 & there is
15606: incomplete utf-8 sequence at the end of 16000block iside of
15607: libxml lib] tfm readed & code updated
15608:
15609: 2002-09-04 paf
15610:
15611: * configure: makes with sjlj
15612:
15613: * INSTALL, src/include/pa_config_fixed.h,
15614: src/include/pa_sql_connection.h,
15615: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
15616: checked. on win32 it made default
15617:
15618: * src/include/pa_config_auto.h.in: sjlj define
15619:
15620: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
15621: can not work with longjump/throw pair, and one must switch that
15622: on there. todo: detect that automatically]
15623:
15624: * src/types/pa_vxnode.C: removed too strong checks of
15625: xnode.elements. now, for instance, if element does not have any
15626: attributes, $xnode.attributes is void, not error
15627:
15628: 2002-09-02 paf
15629:
15630: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
15631: removed double_result, didn't help
15632:
15633: * src/main/execute.C: double_result made to move that var away from
15634: hungry g++ optimizer (-O2), before: it were optimized and
15635: comparison operators worked badly
15636:
15637: * src/types/pa_vdate.h: removed debug
15638:
1.101 moko 15639: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 15640:
15641: * src/main/execute.C: fixed numeric < & co so that thay now use
15642: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
15643: unknown reason.
15644:
15645: 2002-08-29 paf
15646:
15647: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
15648: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
15649: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
15650: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
15651: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
15652: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
15653: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
15654: [called less frequent, allowed to remove ugly
15655: Junction.change_context-s from many places, switch,
15656: mail:send..html{}, ..] request.root renamed to method_frame [more
15657: easyreading] ancient {...PUSH/POPs...} changed to stack vars
15658: [speed up]
15659:
15660: 2002-08-28 paf
15661:
15662: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
15663: tainted
15664:
15665: * src/types/pa_vcookie.C: fixed cookie delete when
15666: $cookie:name[$.value[]]
15667:
15668: * operators.txt, src/classes/string.C:
15669: ^string.split[delim[;options]]
15670:
15671: 2002-08-27 paf
15672:
1.101 moko 15673: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 15674:
15675: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
15676: delimiter
15677:
15678: * INSTALL: recommended latest gmime 1.0.5
15679:
15680: 2002-08-26 paf
15681:
15682: * configure, configure.in: apache13/hook added to make dist.
15683:
15684: 2002-08-23 paf
15685:
15686: * src/: include/pa_common.h, main/pa_common.C,
15687: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
15688: beside binary [cgi, isapi] not accessible [due to bad rights or
15689: whatever] it's error now
15690:
15691: 2002-08-21 paf
15692:
1.101 moko 15693: * Makefile.am: can use: make happy equals to make update install
1.95 moko 15694:
15695: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15696: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
15697: class". compiled as if here they named base class
15698:
15699: * src/main/pa_string.C: fixed bad language bug, [were wrong string
15700: cloning constructor]
15701:
15702: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
15703:
15704: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
15705: src/types/pa_vfile.C, src/types/pa_vmail.C:
15706: $mail.received.file.value.content-type fixed
15707:
15708: 2002-08-20 paf
15709:
15710: * src/classes/file.C: fixed language of file:file result
15711:
15712: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
15713: from 3.0.0005
15714:
15715: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
15716:
15717: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
15718: 3.0.0005
15719:
15720: * src/classes/void.C, operators.txt: ^void.length[] = 0
15721:
15722: 2002-08-19 paf
15723:
15724: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
15725: work now
15726:
15727: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
15728: error in xnode, which were not catched in xdoc]
15729:
15730: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
15731: prepared: // validate each document after load/create (?)
15732: //xmlDoValidityCheckingDefaultValue = 1;
15733:
15734: 2002-08-15 paf
15735:
15736: * src/classes/classes.h: write to static var caused useless
15737: Exception, introduced Methoded::put_element wich consumes those
15738:
15739: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
15740: src/types/pa_vcookie.C, src/types/pa_vdate.h,
15741: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
15742: $response:field[date] $response:field[$.xxx[date]]
15743:
15744: * src/: classes/hash.C, classes/string.C, classes/table.C,
15745: classes/void.C, include/pa_sql_connection.h: fixed source of
15746: ^hash::sql{bad}
15747:
15748: * operators.txt: $request:body unprecessed POST request body
15749:
15750: * src/types/pa_vrequest.C: $request:body unprecessed POST request
15751:
15752: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
15753: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
15754:
15755: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
15756: src/include/pa_request.h, src/main/pa_pool.C,
15757: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
15758: $request:body r.post_data now const
15759:
15760: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
15761: classes/xnode.C, main/execute.C, types/pa_value.h,
15762: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
15763: types/pa_vtable.h: instead of type() checking everywhere used
15764: Value.as now user descendants can be used in params.
15765:
15766: VObject::as_*, is_defined now taken from bases. xtable(table)
15767: ^if($xtable) now OK
15768:
15769: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
15770: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
15771: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
15772:
15773: 2002-08-14 paf
15774:
15775: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
15776: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15777: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15778: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15779: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15780: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15781: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15782: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15783: types/pa_vresponse.C, types/pa_vresponse.h,
15784: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15785: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15786: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15787: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15788: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
15789: & VClass
15790:
15791: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
15792:
15793: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
15794: removed fixopt stupidity. on stupid linux use cd /document/root
15795: ../cgi/parser3 script
15796:
15797: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
15798: params, splitting them by space, excluding argv[0], argv[argc-1]
15799:
15800: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
15801: fixopt.h: fixopt now preprocesses command line params, splitting
15802: them by space, excluding argv[0], argv[argc-1]
15803:
15804: * src/targets/cgi/parser3.C: -f config file
15805:
15806: * src/targets/cgi/parser3.C: fixed .log file dir
15807:
15808: 2002-08-13 paf
15809:
15810: * src/types/pa_vobject.C: allow override parent variables, useful
15811: for form descendants [in vobject too, were in vclass]
15812:
15813: * src/types/pa_vclass.C: allow override parent variables, useful
15814: for form descendants
15815:
15816: * src/types/pa_vclass.C: checked: form[vclass]fields can be
15817: overwritten in derived(table)
15818:
15819: * src/: classes/form.C, classes/mail.C, classes/op.C,
15820: classes/xnode.h, include/pa_request.h, main/execute.C,
15821: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15822: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15823: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15824: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15825: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15826: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15827: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15828: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15829: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15830: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15831: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15832: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15833: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
15834: Value::get_element(..., bool looking_down) [needed to exclude
15835: endless recoursion]
15836:
15837: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
15838: fix bug with put endless recoursion todo: check 'as'
15839:
15840: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
15841: reorganized modules todo: fix bug with put endless recoursion
15842: todo: check 'as'
15843:
15844: * src/types/pa_vobject.h: checked: table fields can be overwritten
15845: in derived(table)
15846:
15847: * src/types/pa_vobject.h: derived classes can have fields of their
15848: own now
15849:
15850: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
15851: fixed error message on using non-created table
15852:
15853: * src/: classes/form.C, classes/hash.C, classes/mail.C,
15854: classes/op.C, classes/xnode.h, include/pa_request.h,
15855: main/compile.C, main/compile.tab.C, main/execute.C,
15856: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15857: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15858: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15859: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15860: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
15861: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15862: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15863: types/pa_vresponse.C, types/pa_vresponse.h,
15864: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15865: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15866: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15867: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15868: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
15869: looking down/up tree todo: fix error message on non-constructed
15870: parents
15871:
15872: 2002-08-12 paf
15873:
15874: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
15875: derived OK
15876:
15877: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
15878: thorough testing
15879:
15880: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
15881: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15882: types/pa_vobject.h, types/pa_vstateless_class.h,
15883: types/pa_vstateless_object.h, types/pa_wcontext.h,
15884: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
15885: ^base:create[] dynamic call rewritten todo: thorough testing
15886:
15887: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
15888: now instantates base class, remembers it and saves child in
15889: parent VObject.get_class now returns last child = downward
15890: virtual calls OK
15891:
15892: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15893: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15894: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
15895: types/pa_vobject.h, types/pa_vresponse.h,
15896: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15897: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
15898: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
15899: VAliased [redundant], moved $CLASS to VObject only [parser class
15900: instance]
15901:
15902: * bin/auto.p.dist.in: more like in dist on parser.ru
15903:
15904: * bin/auto.p.dist.in: fixed sendmail default comment
15905:
15906: * src/main/pa_request.C: $response:body[file] content-type check
15907: fixed [were bad when content-type is hash]
15908:
15909: 2002-08-09 paf
15910:
15911: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15912: types/pa_vobject.h, types/pa_vxdoc.h: started as()
15913:
15914: 2002-08-08 paf
15915:
15916: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
15917: src/main/pa_globals.C: year column in month calendar [week year]
15918:
15919: * src/main/execute.C: error reporting on object writes to MAIN
15920: improved [were ruind with fixing $obj[^if(1){$obj}] ]
15921:
15922: * operators.txt, src/types/pa_vdate.h: $date.yearday
15923: $date.daylightsaving
15924:
15925: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
15926: use tainted data now. only she must specify the language.
15927:
15928: ^mail:send[ $.from[paf@mail.design.ru]
15929: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
15930: $.text[^taint[uri][ìîñêâà]=] ]
15931:
15932: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
15933: now prints more precise origin
15934:
15935: * src/include/pa_string.h: String::first_char now not fails on
15936: empty strings ^if(-f '') now ok and in 3 other places.
15937:
15938: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
15939: String::first_char now not fails on empty strings ^if(-f '') now
15940: ok and in 3 other places.
15941:
15942: 2002-08-07 paf
15943:
15944: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
15945: fixed
15946:
15947: * src/main/pa_string.C: ^string.mid(0;bad) fixed
15948:
15949: * src/: main/execute.C, types/pa_vcode_frame.h,
15950: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15951: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
15952: mistakenly not completely transparent to object writes.
15953: $hash[^if(1){$hash}] now works
15954:
15955: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
15956: now erasing cache file [there were bad check on that]
15957:
15958: * src/: classes/classes.dsp, classes/table.C,
15959: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
15960: all Debug dirs in .dsp now named 'Debug'
15961:
1.101 moko 15962: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 15963:
15964: * operators.txt, src/classes/mail.C: exception_type email.send
15965:
15966: * operators.txt, src/types/pa_vmail.C: exception_type email.format
15967:
15968: * src/types/pa_vmail.C: mail:send empty email checked
15969:
15970: 2002-08-06 paf
15971:
15972: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15973: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
15974: ^table::create[$source;$.options] ^table::join[$source;$.options]
15975:
15976: * operators.txt, src/classes/hash.C, src/classes/string.C,
15977: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
15978: # $.default() }
15979:
15980: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
15981:
15982: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15983: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
15984: $file.content-type [instead of .mime-type] now works for
15985: file::stat also
15986:
15987: * src/main/pa_request.C: case insensitive mime_type_of
15988:
15989: * bin/auto.p.dist.in: jpeg
15990:
15991: 2002-08-05 paf
15992:
15993: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
15994:
15995: * src/types/pa_vmail.C: file buffer relocated to parser heap
15996:
15997: * operators.txt: comment on date:calendar week column
15998:
15999: * src/main/pa_common.C: write checked
16000:
16001: * src/main/: pa_common.C: write checked
16002:
16003: * src/classes/date.C: +1 buf size for stupid snprintfs
16004:
16005: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16006: month calendar week column [ISO 8601 Week Numbers]
16007:
16008: 2002-08-02 paf
16009:
16010: * src/: include/pa_config_fixed.h, main/pa_string.C,
16011: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16012: DEBUG*
16013:
16014: * configure, configure.in, src/include/pa_version.h: release
16015: 3_0_0005
16016:
16017: * bin/auto.p.dist.in: unhandled_exception comments
16018:
16019: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16020: multipart post fixed
16021:
16022: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16023: response transcoded source->client only when text/* or simple
16024: onoverridden $response:body
16025:
16026: 2002-08-01 paf
16027:
16028: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16029: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16030: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16031: classes/op.C, classes/response.C, classes/string.C,
16032: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16033: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16034: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16035: include/pa_config_fixed.h, include/pa_dictionary.h,
16036: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16037: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16038: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16039: include/pa_socks.h, include/pa_sql_connection.h,
16040: include/pa_sql_driver_manager.h, include/pa_stack.h,
16041: include/pa_string.h, include/pa_stylesheet_connection.h,
16042: include/pa_stylesheet_manager.h, include/pa_table.h,
16043: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16044: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16045: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16046: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16047: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16048: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16049: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16050: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16051: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16052: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16053: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16054: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16055: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16056: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16057: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16058: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16059: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16060: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16061: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16062: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16063: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16064: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16065: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16066: types/pa_vmethod_frame.h, types/pa_vobject.h,
16067: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16068: types/pa_vresponse.h, types/pa_vstateless_class.C,
16069: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16070: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16071: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16072: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16073: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16074: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
16075:
16076: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16077: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16078: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16079: classes/math.C, classes/op.C, classes/response.C,
16080: classes/string.C, classes/table.C, classes/void.C,
16081: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16082: include/pa_array.h, include/pa_cache_managers.h,
16083: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16084: include/pa_config_fixed.h, include/pa_config_includes.h,
16085: include/pa_dictionary.h, include/pa_dir.h,
16086: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16087: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16088: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16089: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16090: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16091: include/pa_stack.h, include/pa_string.h,
16092: include/pa_stylesheet_connection.h,
16093: include/pa_stylesheet_manager.h, include/pa_table.h,
16094: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16095: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16096: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16097: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16098: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16099: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16100: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16101: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16102: main/pa_sql_driver_manager.C, main/pa_string.C,
16103: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16104: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16105: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16106: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16107: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16108: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16109: targets/isapi/pool_storage.h, types/pa_valiased.C,
16110: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16111: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16112: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16113: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16114: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16115: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16116: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16117: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16118: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16119: types/pa_vresponse.C, types/pa_vresponse.h,
16120: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16121: types/pa_vstateless_object.h, types/pa_vstatus.C,
16122: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16123: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16124: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16125: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16126: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16127: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16128: types/Makefile.am: ident.C* removed
16129:
16130: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16131: file:find[/can/do/this/now.txt]
16132:
16133: * src/targets/cgi/parser3.C: usage to stdout now
16134:
16135: 2002-07-31 paf
16136:
16137: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16138:
16139: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16140: default "postmaster"
16141:
16142: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16143: -f postmaster now default sendmail key word "postmaster"
16144: replaced to $.from
16145:
16146: 2002-07-30 paf
16147:
1.101 moko 16148: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16149: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16150:
16151: * src/main/pa_charset.C: comment
16152:
16153: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16154: table, &#decimal;
16155:
16156: * src/main/pa_request.C: comment
16157:
16158: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16159: paragraf]
16160:
16161: 2002-07-11 paf
16162:
16163: * src/main/pa_exec.C: build command line badly added params twice
16164: [and first time without ' ']. double wrong. fixed.
16165:
16166: * src/main/pa_exec.C: invalid .exe caused error message with params
16167: wich parser did not provide = reported badly. fixed that.
16168:
16169: * src/classes/mail.C: $MAIL[ # xxx ]
16170:
16171: now ok
16172:
16173: * operators.txt: plan: sql detailed exception
16174:
16175: 2002-07-01 paf
16176:
16177: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16178: [MForm.configure_admin were called when request.main_class ==0
16179:
16180: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16181:
16182: * src/classes/form.C: content_length type fix
16183:
16184: 2002-06-30 paf
16185:
16186: * src/classes/mail.C: merged from 4
16187:
16188: * src/classes/mail.C: restored $MAIL
16189:
16190: 2002-06-28 paf
16191:
16192: * configure, configure.in: removed paths.h
16193:
1.101 moko 16194: * configure, src/include/pa_version.h,
1.95 moko 16195: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16196: merged, makes updated
16197:
16198: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16199: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16200: src/include/pa_pool.h, src/include/pa_version.h,
16201: src/main/pa_charset.C, src/main/pa_pool.C,
16202: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16203: src/types/pa_vmail.C: merged latest updates to head
16204:
16205: 2002-06-27 paf
16206:
16207: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16208: not error now
16209:
16210: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16211: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16212: src/main/pa_charset.C, src/main/pa_pool.C:
16213: ^xdoc::create[[uri]]... base uri for document being created,
16214: imports and other relative file names would be relative to this
16215: uri default uri=path_translated
16216:
16217: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16218:
16219: 2002-06-26 paf
16220:
16221: * configure, configure.in, src/include/pa_version.h:
16222: release_3_0_0004
16223:
16224: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16225: 0 now
16226:
16227: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16228:
16229: 2002-06-25 paf
16230:
16231: * src/main/pa_string.C: emtpy string, or string of whitespaces
16232: considered bad number now
16233:
16234: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16235: now
16236:
16237: * operators.txt, src/classes/string.C: ^string.normalize [old
16238: name: optimize
16239:
16240: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16241: library configured
16242:
16243: * src/main/pa_request.C: configure_admin forced if no @conf
16244:
16245: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16246: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16247: when needed and to call system crypt() if not $apr1$ prefix
16248:
16249: 2002-06-24 paf
16250:
16251: * INSTALL: --with-static/shared-mailreceive described
16252:
16253: * src/include/pa_config_fixed.h: ssize_t fixed
16254:
1.101 moko 16255: * configure, configure.in, src/include/pa_config_auto.h.in,
16256: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16257: src/types/pa_vmail.C: $mail:received makes update
16258:
16259: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16260: WITH_MAILRECEIVE
16261:
16262: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16263:
16264: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16265: option, for $mail:receive
16266:
16267: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16268: introducting $message:received ^mail:send rewritten with backward
16269: comp
16270:
16271: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16272: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16273: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16274: now
16275:
16276: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16277: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16278: src/include/pa_request.h, src/include/pa_string.h,
16279: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16280: src/main/pa_globals.C, src/main/pa_request.C,
16281: src/main/pa_string.C, src/main/pa_uue.C,
16282: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16283: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16284: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16285: uue to separate file introducting $message:received ^mail:send
16286: rewritten with backward comp
16287:
16288: 2002-06-21 paf
16289:
1.101 moko 16290: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16291: co changes
1.95 moko 16292:
1.101 moko 16293: * configure, configure.in, src/lib/md5/Makefile.am,
16294: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16295: restructure .in and .am files appropriate changes
1.95 moko 16296:
16297: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16298: pcre to libs/ added libs/md5 which is linked to non-apache
16299: targets ^math:crypt[password;$apr1$salt]
16300:
16301: * INSTALL, configure.in, operators.txt, parser3.dsw,
16302: src/Makefile.am, src/classes/Makefile.am,
16303: src/classes/classes.dsp, src/classes/math.C,
16304: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101 moko 16305: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16306: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16307: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16308: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16309: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16310: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16311: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16312: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16313: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16314: src/lib/pcre/pcre_parser_ctype.dsp,
16315: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16316: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16317: src/main/compile.tab.C, src/main/main.dsp,
16318: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16319: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16320: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16321: to libs/ added libs/md5 which is linked to non-apache targets
16322: ^math:crypt[password;$apr1$salt]
16323:
16324: 2002-06-20 paf
16325:
16326: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101 moko 16327: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16328: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16329: src/include/pa_request.h, src/main/execute.C,
16330: src/main/pa_request.C, src/targets/cgi/parser3.C,
16331: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16332: marged latest HEAD updates, mainly file:justname&co &
16333: @auto/conf[filespec
16334:
16335: * operators.txt, src/classes/file.C:
16336: !^file:dirname[/a/some.tar.gz]=/a
16337: !^file:dirname[/a/b/]=/a
16338: !^file:basename[/a/some.tar.gz]=some.tar.gz
16339: !^file:justname[/a/some.tar.gz]=some.tar
16340: !^file:justext[/a/some.tar.gz]=gz
16341:
16342: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16343: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16344: @conf/auto[filespec]
16345:
16346: * bin/auto.p.dist.in: <noindex>
16347:
1.101 moko 16348: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16349:
16350: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16351: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16352: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16353: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16354:
16355: 2002-06-18 paf
16356:
16357: * configure, configure.in, src/include/pa_version.h: version to
16358: configure.in
16359:
16360: * INSTALL: reflected .conf.dist dir change
16361:
1.101 moko 16362: * Makefile.am, configure, configure.in, bin/Makefile.am,
16363: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16364: .in & *.am updated
16365:
16366: * src/classes/file.C: strncasecmp
16367:
16368: * src/classes/file.C: strcasecmp
16369:
1.101 moko 16370: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16371: from etc
1.95 moko 16372:
16373: * src/classes/file.C: ^file::exec[script;$.bad error case
16374: insensitive check now
16375:
16376: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16377:
16378: * configure, configure.in, src/include/pa_pool.h,
16379: src/include/pa_types.h: pack configure.in detection simplified.
16380: figured out that gcc on sparc not that stupid as thought
16381: previously: on sparc: when it sees packed class it modifies it's
16382: field-access-code to byte operations [stb, ldub] instead of 4byte
16383: operations [st, lduh] so packed must be all parts of packed
16384: class, i.e. it's parents&fields(classes). for now it's only
16385: String that packed and what was wrong is that it's parent -
16386: Pooled, were not packed. fixed that.
16387:
16388: 2002-06-14 paf
16389:
16390: * operators.txt: more precise xml-to-text options
16391:
16392: * operators.txt, src/types/pa_vxnode.C: xnode
16393: attribute_node.name/value xnode pi.node.data
16394:
16395: 2002-06-12 paf
16396:
1.101 moko 16397: * configure, configure.in, src/targets/cgi/Makefile.am,
16398: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16399:
16400: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16401: src/include/pa_globals.h, src/include/pa_request.h,
16402: src/main/compile.tab.C, src/main/pa_globals.C,
16403: src/main/pa_request.C, src/targets/cgi/parser3.C,
16404: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16405:
16406: * src/classes/mail.C: sendmail -ti [default now]
16407:
16408: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16409: to be strings. for convinient #ing
16410:
16411: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16412: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16413:
16414: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16415: main/pa_globals.C, main/pa_request.C: @conf
16416:
16417: 2002-06-11 paf
16418:
16419: * src/classes/file.C: check simplified
16420:
16421: * src/: classes/file.C, targets/cgi/parser3.dsp,
16422: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16423: valid prefix
16424:
16425: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16426: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16427: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16428:
16429: 2002-06-10 paf
16430:
16431: * operators.txt, src/classes/op.C, src/include/pa_common.h,
16432: src/main/pa_common.C: lock failures reported now
16433:
16434: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
16435: string->double @ compile time were not-enough-checking...
16436:
16437: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
16438: autoconvert now ignored
16439:
16440: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
16441: check
16442:
16443: * src/classes/mail.C: mail netscape attachment name fixed. todo:
16444: $response:body content-type:name
16445:
16446: * configure, configure.in: hpux check, nsl link, no socket
16447:
16448: * operators.txt: old merge conflict removed
16449:
16450: * configure, configure.in: pack even address access on sparc&co
16451: arch checked in configure
16452:
16453: * configure, src/include/pa_version.h: makes
16454:
16455: * configure, configure.in, src/include/pa_version.h: makes
16456:
16457: * src/main/untaint.C: (bug#2) mail subject got always prepended
16458: with charset even when all letters were 7bit one
16459:
16460: * src/main/pa_common.C: merged fixed -d (bug)
16461:
16462: * src/main/pa_common.C: fixed -d (bug)
16463:
16464: 2002-06-03 paf
16465:
16466: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
16467: src/classes/classes.dsp, src/main/compile.tab.C,
16468: src/main/main.dsp, src/main/pa_globals.C,
16469: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16470: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
16471: .dsp-s along with reorganized cvs modules dirs structure
16472:
16473: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16474: main/pa_globals.C, targets/cgi/parser3.dsp,
16475: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
16476: modules
16477:
16478: 2002-05-28 paf
16479:
16480: * src/targets/cgi/parser3.C: info.uri now ""
16481:
16482: 2002-05-17 paf
16483:
16484: * src/classes/: table.C: ^table.save << checked empty
16485: pre/match/post columns
16486:
16487: 2002-05-16 paf
16488:
16489: * src/classes/image.C: image::measure can png now
16490:
16491: 2002-05-15 paf
16492:
16493: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
16494: added
16495:
16496: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
16497:
16498: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
16499: %H[:%M[:%S]]]]]] [-%m now
16500:
16501: 2002-05-14 paf
16502:
16503: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
16504:
16505: 2002-05-07 paf
16506:
16507: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
16508: src/include/pa_globals.h, src/include/pa_request.h,
16509: src/include/pa_table.h, src/main/compile.tab.C,
16510: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
16511: src/main/pa_request.C, src/main/pa_table.C,
16512: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
16513: src/targets/isapi/parser3isapi.dsp,
16514: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
16515: name2number field now &. main_method_name now on Request pool
16516: rather on global_pool [Junction+VJunction created on same pool as
16517: name = were created on global pool, causing mem leaks]
16518:
16519: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
16520: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
16521: main/compile.y, main/main.dsp, main/pa_globals.C,
16522: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
16523: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16524: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
16525: field now &. main_method_name now on Request pool rather on
16526: global_pool [Junction+VJunction created on same pool as name =
16527: were created on global pool, causing mem leaks]
16528:
16529: 2002-05-06 paf
16530:
16531: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16532: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16533: 100*40 bytes per request memory leak [nonpool malloc in globals]
16534:
16535: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16536: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16537: 100*40 bytes per request memory leak [nonpool malloc in globals]
16538:
16539: 2002-04-30 paf
16540:
16541: * configure, src/include/pa_version.h: version now not b
16542:
16543: * src/targets/cgi/parser3.C: request.uri now never 0
16544:
16545: 2002-04-29 paf
16546:
16547: * configure.in: removed b
16548:
16549: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
16550: Exception::comment/type checked in (), no there's no empty
16551: type/comment by default
16552:
16553: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
16554: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
16555: src/doc/value.dox, src/include/pa_exception.h,
16556: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
16557: 0001
16558:
16559: 2002-04-26 paf
16560:
16561: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
16562: size reduced
16563:
16564: 2002-04-25 paf
16565:
16566: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
16567: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
16568: now that took into account
16569:
16570: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
16571: 01:03:04]
16572:
16573: * ChangeLog, operators.txt, src/classes/date.C:
16574: ^date::create[2002-12-33 01:03:04]
16575:
16576: * ChangeLog: updated changelog
16577:
16578: * src/classes/table.C: removed restriction on column count to
16579: ^table.hash to work, now must be >0 [were >1]
16580:
16581: 2002-04-24 paf
16582:
16583: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16584: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16585: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
16586: targets
16587:
16588: 2002-04-23 paf
16589:
16590: * operators.txt, src/classes/string.C:
16591: int/double/string:sql{}[$.default{code}] fixed [were barking:
16592: "junction used outside of context"]
16593:
16594: 2002-04-22 paf
16595:
16596: * types.txt, src/classes/string.C, src/include/pa_string.h,
16597: src/main/pa_string.C, src/types/pa_vstring.C,
16598: src/types/pa_vstring.h: ^string.optimize[]
16599:
16600: * src/: include/pa_globals.h, include/pa_table.h,
16601: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
16602: table template
16603:
16604: * src/classes/: string.C: optimize removed from string
16605: .left/right/pos
16606:
16607: * src/main/execute.C: rolled back to
16608: before_killing_userjunction_contexts
16609:
16610: * src/main/execute.C: user junctions context killed
16611:
16612: * src/main/execute.C: junctions to local contexts got
16613: cleanized&checked later
16614:
16615: 2002-04-19 paf
16616:
16617: * src/: classes/string.C, include/pa_request.h,
16618: include/pa_string.h, main/pa_request.C, main/pa_string.C,
16619: types/pa_vstring.C, types/pa_vstring.h: string now optimized
16620: prior to .left .right .mid .pos .match when that is profitable,
16621: and always before .replace when $ORIGINS(1) optimization disabled
16622: economy from not wasting mem on lots of strings which occur by
16623: lots of String:mid calls to get parts of source string between
16624: found_occurances
16625:
16626: * src/classes/file.C: ovector now local economy: 16 bytes per
16627: ^file:list
16628:
16629: * src/: include/pa_globals.h, include/pa_table.h,
16630: main/pa_globals.C, main/pa_string.C: String::match table columns
16631: globalized, not created @ each ^match anymore economy:
16632: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
16633:
16634: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
16635: removed from each String::match replace iteration, and made
16636: stacked sizeof(VTable)=12bytes economy on each replace code
16637:
16638: * src/doc/footer.htm: 2001,
16639:
16640: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
16641: string.match[]['] option enables generation of $match.prematch
16642: .match .postmatch columns
16643:
16644: * src/main/pa_string.C: String::match options analized without
16645: cstr-ing them now
16646:
16647: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
16648: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
16649: config updated to doxygen 1.2.15, created helper which fixes
16650: minor bugs in chm project files & htm tree. changed extension to
16651: .htm
16652:
16653: 2002-04-18 paf
16654:
16655: * src/doc/doxygen.cfg: .chi generation disabled
16656:
16657: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
16658: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
16659: fields&methods
16660:
16661: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
16662: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
16663: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
16664: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
16665: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
16666: types/pa_vresponse.h, types/pa_vstateless_class.h,
16667: types/pa_vstateless_object.h, types/pa_vstatus.h,
16668: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
16669: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
16670: VStateless_class to VObject
16671:
16672: * src/: main/pa_request.C, types/pa_valiased.h,
16673: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16674: types/pa_vstring.h: VStateless_string_object speicalized light
16675: version of VStateless_object
16676:
16677: * src/classes/op.C: ^throw comment param made optional
16678:
16679: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
16680: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
16681: and implemented down in VClass, fclass_alias removed,
16682:
16683: * src/types/pa_value.C: forced to cut that from .h because of
16684: VStateless_class usage [undefined in .h]
16685:
16686: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16687: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16688: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
16689: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
16690: on each CALL]
16691:
16692: * src/: classes/classes.h, classes/date.C, classes/double.C,
16693: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
16694: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
16695: classes/response.C, classes/string.C, classes/table.C,
16696: classes/void.C, classes/xnode.C, include/pa_globals.h,
16697: include/pa_request.h, main/execute.C, main/pa_globals.C,
16698: main/pa_request.C, types/Makefile.am, types/pa_value.h,
16699: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
16700: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16701: types/pa_vstateless_class.h, types/pa_wcontext.C,
16702: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
16703: removed Value::fname
16704:
16705: 2002-04-17 paf
16706:
16707: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
16708: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
16709: doc/pooled.dox, doc/string.dox, doc/targets.dox,
16710: include/pa_pool.h, include/pa_types.h: dox updated to current
16711: state, PTHROW freshen to throw & co
16712:
16713: * src/types/pa_vhash.h: vstring wrong parent fixed
16714:
16715: * src/classes/op.C: taint local result var bug fixed
16716:
16717: 2002-04-16 paf
16718:
16719: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
16720: Attic asm.txt as most interesting
16721:
16722: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
16723: check, preventing content-length: 0 from appearing
16724:
16725: * src/main/execute.C: $result in @main now taken into account as in
16726: usual functions
16727:
16728: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
16729: & @unhandled_exception now taken into account as in usual
16730: functions
16731:
16732: * src/doc/postbuild.txt: instructions on post .html build
16733:
16734: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
16735:
16736: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
16737: tainted
16738:
16739: * src/main/pa_request.C: uri in error log
16740:
16741: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
16742: cheched date:create(days) param for validity [later were assumed
16743: valid and crashed on invalid onces]
16744:
16745: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16746: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
16747: and used that for removing VString wrapper
16748:
16749: * src/classes/op.C: exception2vhash file now tainted
16750:
16751: * src/classes/op.C: _process pseudo origin copied from local var to
16752: heap
16753:
16754: * src/classes/op.C: extra check on empty file in origin in _execute
16755:
16756: 2002-04-15 paf
16757:
16758: * src/: main/execute.C, types/pa_value.h: fixed name update
16759:
16760: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
16761: functions
16762:
16763: * src/: classes/file.C, classes/hash.C, classes/op.C,
16764: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
16765: started dual write_xxx_lang functions, if checked & works
16766:
16767: * src/: classes/date.C, classes/file.C, classes/mail.C,
16768: classes/string.C, classes/xnode.C, include/pa_request.h,
16769: types/pa_value.h, types/pa_wcontext.h: removed absolutely
16770: unnecessary VString shells
16771:
16772: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
16773: prev changes]
16774:
16775: * src/: classes/image.C, classes/op.C, classes/string.C,
16776: classes/table.C, include/pa_request.h, main/execute.C,
16777: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
16778: StringOrValue wcontext result, now ready for dual writes
16779:
16780: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
16781: checked that
16782:
16783: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16784: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
16785: changed to OP_WRITE_VALUE in var get cases
16786:
16787: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
16788: include/pa_request.h, main/compile.tab.C, main/compile.y,
16789: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16790: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
16791: switch in hash constructor fixed [were problems with using of
16792: stacked wwrapper after it's death]
16793:
16794: 2002-04-12 paf
16795:
16796: * operators.txt, src/classes/table.C: table.select(expression) 0
16797:
16798: 2002-04-11 paf
16799:
16800: * src/: classes/string.C, include/pa_request.h, main/execute.C:
16801: Request::process_internal codeFrame & wwrapper stacked [not
16802: wasting heap anymore]
16803:
16804: 2002-04-10 paf
16805:
16806: * src/: classes/double.C, classes/file.C, classes/hash.C,
16807: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
16808: classes/string.C, classes/table.C, classes/void.C,
16809: classes/xdoc.C, include/pa_request.h, main/execute.C,
16810: main/pa_string.C: killed Request::process() wrapping
16811: VString(String) in case we need only String
16812:
16813: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16814: killed 8 bytes from String.head
16815:
16816: 2002-04-09 paf
16817:
16818: * src/: main/compile.tab.C, targets/cgi/parser3.C,
16819: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
16820: local*/char b[...]; a=b; situations
16821:
16822: * operators.txt, src/classes/xdoc.C: xslt params made literal
16823:
16824: * src/classes/xdoc.C: xslt params fixed
16825:
16826: * src/: main/pa_common.C, targets/cgi/parser3.C,
16827: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
16828: not pool.malloc(MAX_NUMBER) but really neaded
16829:
16830: * operators.txt, src/classes/double.C, src/classes/int.C:
16831: int/double.int/double(default)
16832:
16833: 2002-04-04 paf
16834:
16835: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
16836: [when reconstructing pieces were split by
16837: max_integral(piece.size), thus some strings to replace happen to
16838: be split into two = not replaced)
16839:
16840: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
16841: standalone version = current dir
16842:
16843: * src/targets/cgi/parser3.C: document root in standalone version =
16844: current dir
16845:
16846: 2002-04-03 paf
16847:
16848: * configure, configure.in: more checks on nonexistent charset
16849:
1.101 moko 16850: * INSTALL, configure, configure.in: root config configure options
1.95 moko 16851:
16852: 2002-04-02 paf
16853:
16854: * src/main/compile.C: parser.compile [exception name more like in
16855: doc]
16856:
16857: 2002-04-01 paf
16858:
16859: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
16860: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
16861: .content-type.charset, not .charset
16862:
16863: 2002-03-29 paf
16864:
16865: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
16866:
16867: * operators.txt, src/classes/date.C: ^date::create now may not
16868: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
16869: days' year. | 31.05->31.04 roll
16870:
16871: 2002-03-28 paf
16872:
16873: * operators.txt, src/classes/date.C, src/classes/op.C,
16874: src/include/pa_globals.h, src/include/pa_hash.h,
16875: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
16876: ^cache(seconds) ^cache[date] }
16877:
16878: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
16879: param
16880:
16881: 2002-03-27 paf
16882:
16883: * operators.txt, src/classes/date.C, src/classes/double.C,
16884: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
16885: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16886: src/classes/math.C, src/classes/op.C, src/classes/string.C,
16887: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16888: src/classes/xnode.C, src/include/pa_exception.h,
16889: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
16890: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
16891: src/main/pa_array.C, src/main/pa_charset.C,
16892: src/main/pa_charsets.C, src/main/pa_common.C,
16893: src/main/pa_dictionary.C, src/main/pa_exception.C,
16894: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
16895: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
16896: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
16897: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
16898: src/types/pa_value.h, src/types/pa_vcookie.C,
16899: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
16900: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
16901: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
16902: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
16903: src/types/pa_wwrapper.h: assigned exception types
16904:
16905: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
16906: src/include/pa_request.h, src/main/execute.C,
16907: src/main/pa_request.C: decided agains resetting exception_trace,
16908: just changed name
16909:
16910: 2002-03-26 paf
16911:
16912: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
16913: fixed
16914:
16915: * src/classes/op.C: forced language of $source field of exception
16916: to 'tainted', so that sql-langed-frags could be outputed outside
16917: of connect
16918:
16919: * operators.txt: removed date.roll limit of +-1 offset
16920:
16921: * src/classes/date.C: removed date.roll limit of +-1 offset
16922:
16923: * operators.txt, src/classes/date.C: fixed date roll on
16924: daylightsaving days mktime took into account tm_isdst flag, which
16925: remained from BEFORE roll, but should have been reset
16926:
16927: 2002-03-25 paf
16928:
16929: * operators.txt, src/targets/cgi/parser3.C:
16930: http_site_config_filespec
16931:
16932: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
16933: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
16934: with any/both --disable-foreign-group-files --disable-execs
16935:
16936: * INSTALL: "--with=sendmail=COMMAND" comment
16937:
16938: * INSTALL, configure, configure.in, src/classes/mail.C,
16939: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101 moko 16940: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
16941: disables execs also. introducing --sendmail
1.95 moko 16942:
16943: * operators.txt: pgsql options comment
16944:
16945: * INSTALL: comment on --disable-link-stdcpp
16946:
1.101 moko 16947: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
16948: libstdc++ link skipping configure option
1.95 moko 16949:
16950: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
16951: with error were put to cache with 'marked_to_rollback' flag, all
16952: consequent even OK requests rolled back
16953:
16954: 2002-03-22 paf
16955:
16956: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
16957: false return
16958:
16959: * operators.txt: few comments on sets
16960:
16961: 2002-03-18 paf
16962:
16963: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
16964: src/include/pa_globals.h, src/include/pa_request.h,
16965: src/include/pa_stack.h, src/main/pa_globals.C,
16966: src/main/pa_request.C: introducing ^try
16967:
16968: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
16969: types/pa_vdouble.h: removed some tested @tests
16970:
16971: 2002-03-15 paf
16972:
16973: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
16974:
16975: 2002-03-13 paf
16976:
16977: * src/main/pa_exception.C: checked not-pooled malloc
16978:
16979: 2002-03-11 paf
16980:
16981: * INSTALL, configure, configure.in,
16982: src/include/pa_config_auto.h.in: --disable-foreign-group-files
16983:
16984: * src/main/pa_common.C: --disable-foreign-group-files
16985:
16986: * INSTALL: --disable-execs
16987:
16988: * src/main/pa_exec.C: --disable-execs
16989:
16990: * configure, configure.in, src/include/pa_config_auto.h.in:
16991: --disable-execs
16992:
16993: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
16994:
16995: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
16996: file::exec/cgi linebreaks "0D0A" changed to 0A onces
16997:
16998: 2002-03-05 paf
16999:
17000: * operators.txt, src/classes/date.C: date week calendar columns
17001: named
17002:
17003: * operators.txt, src/classes/date.C: date week calendar columns
17004: named
17005:
17006: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17007: requires headers to be terminated with \r\n manually [refuses to
17008: separate header/body itself]
17009:
17010: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17011: targets/isapi/parser3isapi.C: isapi site config beside .dll
17012:
17013: 2002-03-04 paf
17014:
17015: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17016: in PASS language
17017:
17018: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17019: deserialize checks on broken file
17020:
17021: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17022: parser3isapi.dsp: isapi updated
17023:
17024: 2002-03-01 paf
17025:
17026: * src/main/pa_exec.C: execle -> execve, now argc OK
17027:
17028: 2002-02-28 paf
17029:
17030: * src/main/untaint.C: removed some debug comments
17031:
17032: * src/main/pa_charsets.C: when placing charset to cache using
17033: global name now [were request]
17034:
17035: * configure, configure.in: apache module updated
17036:
17037: * src/main/pa_string.C: origin by first piece preferred before last
17038: piece
17039:
17040: 2002-02-27 paf
17041:
17042: * src/main/pa_charset.C: size_t
17043:
17044: * INSTALL: shared/static-xml with-pathlink
17045:
17046: * operators.txt: SMTP comment
17047:
17048: 2002-02-26 paf
17049:
17050: * src/main/pa_exec.C: more precise names for vars, cosmetic
17051:
17052: * src/classes/xnode.C: in some situation, xpath query returned
17053: result with type NODESET, but empty nodeset member field, checked
17054: that
17055:
17056: 2002-02-22 paf
17057:
17058: * INSTALL: without-zlib comment
17059:
17060: * etc/parser3.charsets/windows-1251.cfg: °
17061:
17062: * configure, configure.in: glib###.a detection fixed
17063:
17064: * INSTALL: hashfile removed from INSTALL
17065:
1.101 moko 17066: * Makefile.am: make update
1.95 moko 17067:
17068: * src/main/pa_string.C: string iterators fixed again, so were
17069: String::join_chain
17070:
17071: * src/main/pa_string.C: string iterators fixed again, so were
17072: String::join_chain
17073:
17074: * src/: include/pa_string.h, main/pa_string.C: string iterators
17075: fixed again, so were String::join_chain
17076:
17077: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17078:
17079: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17080: "session"
17081:
1.101 moko 17082: * configure, configure.in, src/include/pa_config_auto.h.in:
17083: --with-shared-xml --with-static-xml
1.95 moko 17084:
17085: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17086: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17087: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17088: xalan&xml
17089:
17090: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17091:
17092: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17093: src/types/types.dsp: removed hashfile support from sources for
17094: now
17095:
1.101 moko 17096: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17097: src/classes/hashfile.C, src/include/Makefile.am,
1.101 moko 17098: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17099: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17100: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17101: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101 moko 17102: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17103: src/types/Makefile.am, src/types/pa_vhashfile.C,
17104: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17105:
17106: 2002-02-21 paf
17107:
17108: * src/main/untaint.C: removed debug code, activated commented-for
17109: debug parts
17110:
1.101 moko 17111: * Makefile.am: make cvsupdate
1.95 moko 17112:
17113: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17114: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17115: append_row, not at link zero now string to string appending works
17116:
17117: 2002-02-20 paf
17118:
17119: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17120: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17121: DEBUG_STRING_APPENDS_VS_EXPANDS
17122:
17123: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17124: economy: 22%
17125:
17126: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17127: space uptimized: string::link_row removed
17128:
17129: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17130: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17131: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17132: types/pa_vstring.h: speed uptimized: string::is_empty
17133:
17134: * operators.txt, src/include/pa_common.h,
17135: src/include/pa_config_fixed.h, src/include/pa_string.h,
17136: src/include/pa_types.h, src/main/compile.tab.C,
17137: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17138: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17139: string append optimiziation idea and estimates
17140:
17141: 2002-02-19 paf
17142:
17143: * src/classes/math.C: not used directly [but erroreously reported
17144: that 'is', thus registering twice&other probs]
17145:
17146: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17147: to node [element]
17148:
17149: * src/main/compile.C: without string_origins parse error
17150: file+line+col possible
17151:
17152: * src/main/: compile.C: without string_origins not worked
17153:
17154: 2002-02-18 paf
17155:
17156: * src/types/pa_vdouble.h: since we have in_expression removed that
17157: trick i've installed into double::as_string
17158:
17159: * src/main/pa_globals.C: extern "C" was removed too fast
17160:
17161: * src/: include/pa_opcode.h, include/pa_request.h,
17162: main/compile.tab.C, main/compile.y, main/execute.C,
17163: types/pa_wcontext.h: in_expression aimed to solve old problem
17164: with string/nonstring values, now in expressions double/int
17165: values are passed as-is, without stupid tostring/fromstring
17166: conversions
17167:
17168: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17169: __cplusplus } #endif
17170:
17171: * src/main/compile.tab.C: bison env set so one could compile
17172: without cygwin installed
17173:
17174: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17175: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17176: gnome xml libs parser .dsp-s changed accordingly
17177:
17178: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17179:
17180: * operators.txt, src/classes/date.C: date::create [were date::set,
17181: with backward comp
17182:
17183: * src/classes/math.C: math:random range check fixed
17184:
17185: * src/main/: compile.tab.C, compile.y: integer division stops name
17186:
17187: * INSTALL: local install comment
17188:
1.101 moko 17189: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17190:
1.101 moko 17191: * acinclude.m4, aclocal.m4, configure, configure.in,
17192: src/include/pa_config_auto.h.in,
17193: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17194: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17195:
17196: * operators.txt: \ comment
17197:
17198: 2002-02-13 paf
17199:
17200: * src/include/pa_config_includes.h: sys/time time both included
17201: now. vaguely remember confilicts on this on some system [not on
17202: six|ablv] so when would see them again would think up proper
17203: check
17204:
1.101 moko 17205: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17206: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17207:
17208: * src/main/pa_common.C: truncation never occured when writing files
17209: on unix [since i've changed cache mech] fix
17210:
17211: * src/main/pa_common.C: strnchr: sanity check added
17212:
17213: * etc/parser3.charsets/windows-1257.cfg: id added
17214:
17215: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17216: baltic charset file generated, in generation script ispunct check
17217: added
17218:
17219: 2002-02-08 paf
17220:
1.101 moko 17221: * src/: include/Makefile.am, sql/Makefile.am,
17222: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17223:
17224: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17225: forgotten
17226:
17227: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17228:
17229: * INSTALL, README: install&others updated
17230:
17231: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17232:
1.101 moko 17233: * Makefile.am, configure, configure.in,
17234: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17235: src/classes/Makefile.am, src/main/Makefile.am,
17236: src/main/pa_status_provider.C, src/targets/Makefile.am,
17237: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17238: works
1.95 moko 17239:
17240: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17241: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17242: classes/hashfile.C, classes/int.C, classes/mail.C,
17243: classes/math.C, classes/op.C, classes/response.C,
17244: classes/string.C, classes/table.C, classes/void.C,
17245: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17246: include/pa_array.h, include/pa_cache_managers.h,
17247: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17248: include/pa_config_fixed.h, include/pa_config_includes.h,
17249: include/pa_db_connection.h, include/pa_db_manager.h,
17250: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17251: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17252: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17253: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17254: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17255: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17256: include/pa_stack.h, include/pa_string.h,
17257: include/pa_stylesheet_connection.h,
17258: include/pa_stylesheet_manager.h, include/pa_table.h,
17259: include/pa_threads.h, include/pa_types.h, main/compile.C,
17260: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17261: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17262: main/pa_db_connection.C, main/pa_db_manager.C,
17263: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17264: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17265: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17266: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17267: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17268: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17269: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17270: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17271: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17272: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17273: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17274: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17275: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17276: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17277: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17278: types/pa_vmethod_frame.h, types/pa_vobject.h,
17279: types/pa_vrequest.h, types/pa_vresponse.h,
17280: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17281: types/pa_vstateless_object.h, types/pa_vstatus.C,
17282: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17283: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17284: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17285: classes/image.C, main/pa_common.C, main/pa_exec.C,
17286: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17287: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17288: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17289: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17290: types/pa_vxnode.C, main/pa_charset.C: name spelling
17291:
17292: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17293: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17294: classes/hashfile.C, classes/image.C, classes/int.C,
17295: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17296: classes/string.C, classes/table.C, classes/void.C,
17297: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17298: include/pa_array.h, include/pa_cache_managers.h,
17299: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17300: include/pa_config_fixed.h, include/pa_config_includes.h,
17301: include/pa_db_connection.h, include/pa_db_manager.h,
17302: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17303: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17304: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17305: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17306: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17307: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17308: include/pa_stack.h, include/pa_string.h,
17309: include/pa_stylesheet_connection.h,
17310: include/pa_stylesheet_manager.h, include/pa_table.h,
17311: include/pa_threads.h, include/pa_types.h, main/compile.C,
17312: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17313: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17314: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17315: main/pa_db_connection.C, main/pa_db_manager.C,
17316: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17317: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17318: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17319: main/pa_socks.C, main/pa_sql_driver_manager.C,
17320: main/pa_status_provider.C, main/pa_string.C,
17321: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17322: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17323: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17324: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17325: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17326: targets/isapi/pool_storage.h, types/pa_valiased.C,
17327: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17328: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17329: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17330: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17331: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17332: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17333: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17334: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17335: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17336: types/pa_vresponse.h, types/pa_vstateless_class.C,
17337: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17338: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17339: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17340: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17341: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17342: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17343:
17344: 2002-02-07 paf
17345:
17346: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17347:
1.101 moko 17348: * configure, configure.in, src/include/pa_config_auto.h.in,
17349: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17350: added yet another locking function: fcntl
1.95 moko 17351:
17352: * config.sub: on cygwin configure passes it with strange i1586
17353: const, hacked it to mean i586
17354:
17355: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17356: disabled $if reference due to conflicts with local variables
17357:
17358: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17359: xdoc::set obsolete now, now xdoc::create, with both sences
17360:
17361: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17362: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17363: table::create now // 'set' name obsolete now table clone.
17364:
17365: * operators.txt, src/classes/string.C,
17366: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17367: ^int/double/string.format now can be called with normal []
17368: brackets, not stupid {} as it were implemented for some strange
17369: reason. retaining backward compatibility due to some
17370: already-implemented servers
17371:
17372: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17373: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17374: operators now detected by check at name_without_curly_rdive_read
17375: rule whether diving code constists only of
17376: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17377: with OP_GET_ELEMENT_OR_OPERATOR to form
17378: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17379:
17380: 2002-02-06 paf
17381:
17382: * configure, configure.in: prefix expanded, grr
17383:
17384: * operators.txt, src/classes/mail.C: mail:send config changed
17385:
17386: 2002-02-05 paf
17387:
17388: * operators.txt: regex options commented
17389:
17390: * src/main/: pa_exec.C: argv0 now correct
17391:
17392: * src/types/pa_vstatus.C: status:rusage 3
17393:
17394: * src/types/pa_vstatus.C: status:rusage 2
17395:
17396: * operators.txt: status:rusage described int operators
17397:
17398: * src/types/pa_vstatus.C: status:rusage 1
17399:
17400: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17401: src/types/types.dsp: status:rusage
17402:
17403: * configure.in, operators.txt, src/classes/file.C,
17404: src/classes/op.C, src/include/pa_common.h,
17405: src/include/pa_config_includes.h, src/main/compile.tab.C,
17406: src/main/pa_common.C: rewritten ^cache to use
17407: non-blocking-exclusive-caches
17408:
17409: * src/main/pa_common.C: text file read mode on win32 adjusted
17410: [speed impact. was off for debugging purpose, but forgotten
17411: afterwards]
17412:
17413: 2002-02-01 paf
17414:
17415: * src/classes/op.C: file_write does EX lock after create, while
17416: file_read does SH after open, so there's a moment after create
17417: but before EX lock when read can sneak into, and read
17418: just-created-for-writing-and-not-yet-locked file, added a check
17419: for that in ^cache...read
17420:
17421: 2002-01-31 paf
17422:
17423: * src/main/: compile.y, compile.tab.C: disabled operator call after
17424: ^xxx:
17425:
17426: * src/main/: compile.tab.C, execute.C: made operators lookup first
17427: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17428:
17429: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17430: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17431: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
17432: operators check 6.1 rewritten. now check is done at compile time
17433:
17434: * src/main/execute.C: operators check 5 floated up old error of
17435: staying in 'entered class/object' state after $a($a..) it
17436: prevented operators from being called thereafter
17437:
17438: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17439: main/execute.C: operators check 4 floated up old error of staying
17440: in 'entered object' state after ^a.a(a) it prevented operators
17441: from being called thereafter
17442:
17443: * src/main/execute.C: operators check 3 floated up old error of
17444: staying in 'entered class' state after $a:a(a) it prevented
17445: operators from being called thereafter
17446:
17447: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
17448: floated up old error of staying in 'entered class' state after
17449: $a:a[a] it prevented operators from being called thereafter
17450:
17451: * src/main/execute.C: operators check, thay mistakenly seen in
17452: $class:operator $object.operators contexts
17453:
17454: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
17455: win32
17456:
1.101 moko 17457: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
17458: src/classes/Makefile.am, src/main/Makefile.am,
17459: src/targets/cgi/Makefile.am,
1.95 moko 17460: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101 moko 17461: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 17462:
1.101 moko 17463: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
17464: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
17465: configure, configure.in, form.txt, ident.awk, install-sh,
17466: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
17467: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 17468: etc/parser3.charsets/Makefile.am,
17469: etc/parser3.charsets/koi8-r.cfg,
17470: etc/parser3.charsets/windows-1250.cfg,
17471: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101 moko 17472: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
17473: src/main/Makefile.am, src/targets/cgi/Makefile.am,
17474: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
17475: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 17476: straightened installation scripts procedure made
17477: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
17478: change
17479:
17480: 2002-01-30 paf
17481:
17482: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
17483: removed] those comments were a mistake, and prevented libltdl
17484: from function properly
17485:
17486: 2002-01-29 paf
17487:
1.101 moko 17488: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
17489: creation [modified acinclude.m4 which were creating int into just
17490: assignment LIBTOOL=../libtool] added default system
17491: config&charsetts prepared 'make install', now it installs
17492: targets/cgi/parser3 into bin directory etc/parser3.conf &
17493: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 17494: $sysconfdir/parser3.charsets respectively
17495:
17496: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
17497: main/pa_globals.C: few forgotten ifdef XML added
17498:
17499: 2002-01-28 paf
17500:
1.101 moko 17501: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 17502: removed
17503:
17504: * src/main/pa_exception.C: dom|generic error output fix
17505:
17506: * src/classes/xnode.C: xdoc.importNode 3 [check err]
17507:
17508: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
17509:
17510: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
17511: [fixed as_node helper func to accept docs]
17512:
17513: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
17514: xdoc.importNode 0
17515:
17516: * src/classes/xdoc.C: xdoc::set now untaints OK
17517:
17518: 2002-01-25 paf
17519:
17520: * src/main/: compile.tab.C, compile.y: #comment before @ after
17521: @SPECIAL now works OK
17522:
17523: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
17524:
17525: * src/main/pa_exec.C: max arg count now 10, and proper message on
17526: violation that added
17527:
17528: * src/classes/hash.C: unified hash::sql, now
17529: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
17530:
17531: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
17532: ^file:lock[filename]{code}
17533:
17534: * src/: classes/file.C, classes/op.C, classes/string.C,
17535: classes/table.C, classes/xdoc.C, include/pa_common.h,
17536: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
17537: to some pa_common funcs
17538:
17539: * src/: include/pa_charset.h, main/pa_globals.C:
17540: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
17541:
17542: * src/: include/pa_charset.h, main/pa_charset.C,
17543: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
17544: not stupid illegal define
17545:
17546: 2002-01-24 paf
17547:
17548: * src/include/pa_version.h: changed version number
17549:
17550: * src/: classes/hashfile.C, include/pa_db_table.h,
17551: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17552: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17553: main/pa_db_connection.C, main/pa_db_table.C,
17554: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
17555: hashfile without logfiles
17556:
17557: * src/: classes/hashfile.C, include/pa_db_table.h,
17558: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
17559: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
17560: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
17561: DB_INIT_TXN init bits, thus got rid of huge log files, which
17562: cluttered disk without huge need]
17563:
17564: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
17565: handy macro, which is strangly abscent in dome lib
17566:
17567: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
17568:
17569: * src/classes/xdoc.C: checked empty response
17570:
17571: * src/classes/xnode.C: xdoc.select fixed context node [were always
17572: /, not self node]
17573:
17574: * src/classes/xnode.C: xnode.select returns array always now, in
17575: case 'nothing found' returns empty array
17576:
17577: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
17578: be more tender with ctrl/c/v
17579:
17580: 2002-01-23 paf
17581:
17582: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
17583: substituted. // 2. when dom tree with entites goes under
17584: transform text nodes // got [erroreosly] cut on first
17585: entity occurance
17586:
17587: * src/types/pa_vdouble.h: double prec. todo: get rid of
17588: twice-converting
17589:
17590: * src/types/pa_vdouble.h: %.20E now float format when %g produced
17591: 'e' in output this is for regretful twice-converting here:
17592: $a(double value) when they write double falue they convert it to
17593: string first, thus %g were losing precesion.
17594:
17595: todo: think up some way to remove double->string string->double
17596: twice-converting
17597:
17598: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
17599: %.20E now default float format this is for regretful
17600: twice-converting here: $a(double value) when they write double
17601: falue they convert it to string first, thus %g were losing
17602: precesion.
17603:
17604: todo: think up some way to remove double->string string->double
17605: twice-converting
17606:
17607: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17608: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
17609: reasons in comment inside
17610:
17611: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
17612: statically linked]
17613:
17614: * src/: include/pa_exception.h, main/compile.tab.C,
17615: main/pa_exception.C: removed exception va_list constructor. 1.
17616: not needed anymore 2. there were a conflict[causing errors]
17617: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
17618: never detected an ambiguilty here, compiling ctor(, "hello") into
17619: ctor(, va_list) which, of course, caused gpf
17620:
17621: * src/main/pa_globals.C: removed debug xslt messages
17622:
17623: 2002-01-22 paf
17624:
17625: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17626: main/pa_globals.C: xsl stylesheet load: parsed entities, this
17627: helps compiling stylesheet properly. example: this refused to
17628: work, <b>«<xsl:value-of select="@title"
17629: />»</b> stranly worked only this way:
17630: <b>«<xsl:value-of select="@title" />»</b>
17631:
17632: docs says "set it to 1", never going into details, so I decided
17633: to try NOT to do that
17634:
17635: * src/classes/table.C: join behaived badly in case named tables
17636: structure mismatched: 0 strings sneaked into dest failing
17637: afterwards. replaced them with empty strings
17638:
17639: 2002-01-21 paf
17640:
17641: * src/main/pa_charset.C: checked empty transcoders in
17642: transcode_cstr|buf
17643:
17644: * src/classes/xdoc.C: xdoc::load error source = filespec
17645:
17646: * src/classes/xdoc.C: transform error source now
17647: stylesheet_filespec
17648:
1.101 moko 17649: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 17650: include/pa_stylesheet_connection.h, main/pa_charset.C,
17651: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101 moko 17652: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
17653: gnome
1.95 moko 17654:
17655: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17656: include/pa_globals.h, include/pa_stylesheet_connection.h,
17657: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
17658: xslt generic error 1
17659:
17660: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
17661: xml generic message 1
17662:
17663: * src/classes/table.C: ^table::load empty lines or #comments before
17664: headline
17665:
17666: * src/: include/pa_array.h, include/pa_globals.h,
17667: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
17668: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17669: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
17670: errors 0
17671:
17672: 2002-01-16 paf
17673:
17674: * src/: classes/hash.C, classes/op.C, classes/string.C,
17675: classes/table.C, classes/void.C, classes/xdoc.C,
17676: include/pa_db_connection.h, include/pa_request.h,
17677: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17678: include/pa_stylesheet_connection.h,
17679: include/pa_stylesheet_manager.h, main/pa_request.C,
17680: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17681: targets/cgi/pool_storage.h: auto closers to sql_connection,
17682: stylesheet_connection auto destroyers to remaining gnome objects
17683:
17684: * src/classes/xdoc.C: few comments
17685:
17686: 2002-01-15 paf
17687:
17688: * src/classes/xdoc.C: xdoc file save string
17689:
17690: ready. todo: error handling
17691:
17692: * src/classes/xdoc.C: xdoc save rewritten using
17693: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
17694: result
17695:
17696: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
17697: started output options parsing
17698:
17699: 2002-01-14 paf
17700:
17701: * src/classes/xdoc.C: method
17702:
17703: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17704: include/pa_pool.h, include/pa_stylesheet_connection.h,
17705: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
17706: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
17707: xslt transform0. TODO: use output options handle errors
17708:
17709: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
17710:
17711: 2002-01-11 paf
17712:
17713: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17714: main/compile_tools.C, main/compile_tools.h, main/execute.C:
17715: partial logical && || evaluation
17716:
17717: * src/classes/xnode.C: xpath selectNodes
17718:
17719: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
17720: string/number/bool
17721:
17722: * src/classes/xnode.C: xpath selectNode 2
17723:
17724: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
17725: xpath selectNode 1
17726:
17727: 2002-01-10 paf
17728:
17729: * src/classes/xnode.C: xpath selectNode -100 [just written]
17730:
17731: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17732: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
17733: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
17734: refcounter]
17735:
17736: 2001-12-29 paf
17737:
17738: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
17739: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
17740: glib works 0
17741:
17742: 2001-12-28 paf
17743:
17744: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
17745: main/pa_exception.C: started glib transcoders
17746:
17747: * src/main/pa_globals.C: renamed gdome to libgdome.dll
17748:
17749: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
17750: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
17751: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
17752: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
17753: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
17754: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
17755: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
17756: libs just compiled in. no refcounting no xpath no xslt yet
17757:
17758: 2001-12-27 paf
17759:
17760: * src/: include/pa_charset.h, include/pa_common.h,
17761: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17762: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
17763: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
17764: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
17765: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
17766: from xalan&xerces, started the process. globals [initialization
17767: pool [charset update charset [transcodings vxnode vxdoc [DOM
17768: calls
17769:
17770: * src/classes/Makefile.am: going away from xalan&xerces, not needed
17771: anymore
17772:
17773: 2001-12-26 paf
17774:
17775: * src/: include/pa_charset.h, include/pa_charsets.h,
17776: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
17777: key globalized [bug]
17778:
17779: 2001-12-25 paf
17780:
17781: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
17782: main/pa_string.C: table set & append changed splitting languages,
17783: separators now can be clean AND as-is same to mail command line
17784: $MAIN:MAIL.progX arguments
17785:
17786: 2001-12-24 paf
17787:
17788: * src/classes/mail.C: one parted text messages - no multipart
17789: mime-type anymore. for convinient if $.attach-ments
17790:
17791: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
17792: main/pa_string.C: read from cache size check updated
17793:
17794: * src/main/: pa_string.C: String::join_chain another ugly bug :(
17795:
17796: 2001-12-21 paf
17797:
17798: * src/classes/date.C: date:sql-string now returns localtime
17799:
17800: * src/main/pa_request.C: $result in @main actually not working, to
17801: hell with it for now
17802:
17803: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17804: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
17805: @postprocess @exception
17806:
17807: * src/main/execute.C: junction evaluation canceled - endless
17808: recursion detected
17809:
17810: 2001-12-19 paf
17811:
17812: * src/main/pa_charset.C: charset->charset transcoding via unicode
17813: intermediate
17814:
17815: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
17816:
17817: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
17818:
17819: * src/classes/op.C: ^cache keypath now relative
17820:
17821: * src/classes/mail.C: changed weighting prior to sort
17822:
17823: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
17824: were missing
17825:
17826: 2001-12-17 paf
17827:
17828: * src/main/pa_charset.C: ifndef XML were bad type
17829:
17830: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
17831: outdated unset services_pool
17832:
17833: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
17834: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
17835: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
17836:
17837: * src/main/untaint.C: allowed space in filespec
17838:
17839: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
17840:
17841: * src/classes/image.C: no govno
17842:
17843: * src/classes/image.C: govno
17844:
17845: 2001-12-16 paf
17846:
17847: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
17848:
17849: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
17850: charset_connection&manager replaced by charset&charsets
17851:
17852: * src/main/pa_charset.C: name_cstr 0
17853:
17854: * src/main/untaint.C: uri lang now knows about client/source
17855: charsets
17856:
17857: * src/: classes/file.C, classes/math.C, classes/op.C,
17858: classes/string.C, classes/table.C, classes/xdoc.C,
17859: include/pa_array.h, include/pa_cache_managers.h,
17860: include/pa_charset_connection.h, include/pa_charset_manager.h,
17861: include/pa_common.h, include/pa_db_connection.h,
17862: include/pa_db_manager.h, include/pa_db_table.h,
17863: include/pa_dictionary.h, include/pa_exception.h,
17864: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
17865: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
17866: include/pa_sapi.h, include/pa_socks.h,
17867: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17868: include/pa_string.h, include/pa_stylesheet_connection.h,
17869: include/pa_stylesheet_manager.h, include/pa_table.h,
17870: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
17871: main/pa_charset.C, main/pa_charset_connection.C,
17872: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
17873: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
17874: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
17875: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
17876: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17877: types/types.dsp: introducing Charset
17878:
17879: 2001-12-14 paf
17880:
17881: * src/: include/pa_request.h, include/pa_transcoder.h,
17882: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
17883: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
17884: uri lang
17885:
17886: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
17887:
17888: * src/targets/cgi/Makefile.am: -I../../pcre to .am
17889:
17890: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
17891: defalts_name global
17892:
17893: * src/: include/pa_charset_connection.h, include/pa_pool.h,
17894: include/pa_request.h, main/main.dsp,
17895: main/pa_charset_connection.C, main/pa_charset_manager.C,
17896: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
17897: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
17898: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
17899: changed charset model. now important: $request:charset
17900: $response:charset while $response:content-type.charset become
17901: unimportant [informational]
17902:
17903: 2001-12-13 paf
17904:
17905: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
17906:
17907: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
17908: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
17909: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
17910: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
17911: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
17912: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
17913:
17914: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
17915: auto_ptr part other way, because of stupid gcc 2.96
17916: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
17917: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
17918: FormatterListener] /usr/include/g++-3/memory:48:
17919: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
17920: _Tp1 = FormatterListener, _Tp = FormatterListener]
17921:
17922: * src/classes/xdoc.C: removed extra inc
17923:
17924: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
17925:
17926: * src/include/pa_types.h: msvc head debugging flag
17927:
17928: * src/classes/xdoc.C: freed up listener
17929:
17930: * src/classes/string.C: change msg '... code is not code'
17931:
17932: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
17933: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17934: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
17935: [past/future prob]
17936:
17937: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17938: include/pa_config_fixed.h, include/pa_db_manager.h,
17939: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17940: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
17941:
17942: * src/: include/pa_config_fixed.h, main/pa_common.C,
17943: main/pa_string.C: removed signed mismatch warnings
17944:
17945: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
17946: 'expires' from header outputs
17947:
17948: * src/main/pa_string.C: string::recustruct erroreusly used outdated
17949: row ptr
17950:
17951: * src/classes/file.C: file::cgi bug, request_method were passed to
17952: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
17953:
17954: * src/classes/xdoc.C: lang list updated
17955:
17956: 2001-12-10 paf
17957:
17958: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
17959:
17960: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
17961: erase files like that, knowing their full name introducing //
17962: theoretical problem with, for instance, "_2B" and "." fragments,
17963: // they would yield the same // because
17964: need_file_encode('_')=false // but we need to delete such files
17965: somehow, getting names from ^index
17966:
17967: * src/main/pa_string.C: ^string.replace bug fixed [bad
17968: string::join_chank break]
17969:
17970: 2001-12-07 paf
17971:
17972: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
17973: include/pa_common.h, include/pa_config_auto.h.in,
17974: include/pa_config_fixed.h, include/pa_config_includes.h,
17975: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
17976: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
17977: types/pa_vhashfile.C: merged from r14_simple_cache
17978:
17979: * src/main/pa_string.C: stupid sparc architecture failed to access
17980: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
17981: lduh [ %i2 + 1 ], %l0
17982:
17983: bus error, fixed that
17984:
17985: * src/main/pa_string.C: strange string deserialize bug on
17986: client[pmts], a bit shortened,
17987:
17988: * src/include/pa_config_auto.h.in: makes
17989:
17990: * src/: include/pa_common.h, include/pa_config_fixed.h,
17991: include/pa_config_includes.h, main/pa_common.C: exclusive lock
17992: file write shared lock file read
17993:
17994: * src/: classes/op.C, include/pa_common.h,
17995: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
17996:
17997: 2001-12-06 paf
17998:
17999: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18000: main/pa_request.C: #ifdef RESOURCES_DEBUG
18001:
18002: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18003: info
18004:
18005: * src/classes/hashfile.C: removed transaction from ^cache
18006:
18007: 2001-12-05 paf
18008:
18009: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18010: IIS5 there were a prob with illegal call check
18011:
18012: 2001-12-04 paf
18013:
18014: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18015: main/pa_request.C: measures to log
18016:
18017: 2001-11-23 paf
18018:
18019: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18020: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18021: types/pa_vhashfile.C: merged from _0014, 1
18022:
18023: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18024: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18025: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18026: ^cache(33) would change
18027:
18028: 0660 bits in file_write & hashfile create
18029:
18030: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18031: after pa_string optimization]
18032:
18033: 2001-11-22 paf
18034:
18035: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18036: table.offset[whence]
18037:
18038: * src/classes/op.C: process cstr(,connection)
18039:
18040: * src/classes/op.C: process now gets its body on current language,
18041: not as-is
18042:
18043: * src/main/untaint.C: ORIGINS mode removed UHTML
18044:
18045: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18046: bit
18047:
1.101 moko 18048: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18049:
18050: 2001-11-21 paf
18051:
18052: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18053: <xsl:output output options made identical to xsl:output
18054: attributes exclusion: cdata-section-elements what xalan can do
18055: but that not used now: it can escape and remove CDATA sections
18056:
18057: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18058: produced by xslt
18059:
18060: * src/targets/cgi/parser3.C: removed debug cgi||1
18061:
18062: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18063:
18064: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18065: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18066: default language for {code}, it happen to change it's language
18067: from CLEAN, so later refused to split by CLEAN \t
18068:
18069: 2001-11-20 paf
18070:
1.101 moko 18071: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18072: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18073: bottom of dependeces, so that errors would popup quicklier, fixed
18074: line numbering in table::sql
18075:
18076: 2001-11-19 paf
18077:
18078: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18079: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18080: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18081: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18082: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18083: at wcontext.write
18084:
1.101 moko 18085: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18086: _set_new_handler
18087:
1.101 moko 18088: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18089: set_new_handler in apache&isapi
1.95 moko 18090:
18091: 2001-11-16 paf
18092:
18093: * src/targets/cgi/parser3.C: pool debug @ die
18094:
18095: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18096: removed 8 bytes from String, 2 bytes from
18097: string::chunk::row::item
18098:
18099: * src/main/pa_string.C: removed 1+4 bytes from String
18100:
18101: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18102: types/pa_vstring.C: removed 1+4 bytes from String
18103:
18104: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18105: 0
18106:
18107: * src/: include/pa_globals.h, include/pa_string.h,
18108: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18109: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18110: targets/cgi/parser3.C: introducing estimating
18111: String::cstr_bufsize, 0
18112:
18113: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18114:
18115: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18116:
18117: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18118: include/pa_pool.h: die in pool::fail
18119:
18120: 2001-11-15 paf
18121:
18122: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18123: main/pa_exception.C, targets/cgi/parser3.C: exception with
18124: dynamic buffer re-back now with counter
18125:
18126: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18127: static buffer back
18128:
18129: * src/targets/cgi/parser3.C: std::
18130:
18131: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18132: include/pa_config_includes.h: setnewhandler check
18133:
1.101 moko 18134: * src/include/pa_config_auto.h.in: makes
1.95 moko 18135:
18136: * src/targets/cgi/parser3.C: set_new_handler started
18137:
18138: 2001-11-14 paf
18139:
18140: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18141: was wrong
18142:
18143: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18144: was wrong
18145:
18146: * src/main/pa_request.C: z
18147:
18148: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18149: full returns win32 -1 solaris >buffer_size
18150:
18151: checked all that
18152:
18153: * src/classes/op.C: ^untaint{body} as-is default now
18154:
18155: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18156: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18157: with no_bad_constructors_try
18158:
18159: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18160: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18161: this: $bred[^string::length[]] $bred[^response::clear[]]
18162: $bred[^int::int[]]
18163:
18164: now VObject creation moved into overriden
18165: VClass::create_new_value, thus 0 from create_new_value means that
18166: class has no ctors
18167:
18168: 2001-11-13 paf
18169:
18170: * src/classes/classes.C: returned accedently removed if in foreach
18171: callbacks [when hash no-0-restructure]
18172:
18173: 2001-11-12 paf
18174:
18175: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18176: passed as-is to method, xalan makes & into & itself
18177:
18178: * src/classes/date.C: date.roll parser2 alg used
18179:
18180: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18181: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18182: main/pa_dictionary.C, main/pa_hash.C,
18183: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18184: now does not containt 0 values. put 0 actullay removes. no check
18185: on 0 value in foreach now required
18186:
18187: 2001-11-11 paf
18188:
18189: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18190:
18191: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18192:
18193: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18194: driver initialize not const
18195:
18196: 2001-11-10 paf
18197:
18198: * src/main/pa_exec.C: doc
18199:
18200: 2001-11-09 paf
18201:
18202: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18203: param properly
18204:
18205: * src/classes/string.C: string.save now does untainting before
18206: saving
18207:
18208: * src/main/pa_common.C: line endings fixing fixed last piece[was
18209: still cstr oriented]
18210:
18211: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18212: line endings fixing got rid of cstr, now must work ok with post
18213: multipart
18214:
18215: * src/types/pa_vform.C: line endings fixed at post / multipart /
18216: not file also now
18217:
18218: 2001-11-08 paf
18219:
18220: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18221: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18222: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18223: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18224: main/pa_stylesheet_manager.C: restructured Cache manager to be
18225: simple parent, not second parent [gcc 2.96 strangly refused to
18226: call virtual from second parent]
18227:
1.101 moko 18228: * src/: include/pa_common.h, main/Makefile.am,
18229: targets/cgi/pa_pool.C: makes
1.95 moko 18230:
18231: * src/: include/pa_request.h, main/pa_request.C,
18232: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18233: 'status' class enabler
18234:
18235: <Location /parser-status.html> ParserStatusAllowed </Location>
18236:
18237: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18238: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18239: include/pa_stylesheet_manager.h, main/main.dsp,
18240: main/pa_cache_managers.C, main/pa_charset_manager.C,
18241: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18242: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18243: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18244: todo: apache 'status' class enabler
18245:
18246: 2001-11-05 paf
18247:
18248: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18249: debug to normal
18250:
18251: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18252: hence i removed skipping 0 values in hash::for_each-es we need to
18253: check cleaned cache items manually. few more checks.
18254:
18255: expiring to 0 time was wrong, changed to 'now' time
18256:
18257: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18258: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18259: on apache already done :)
18260:
18261: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18262: skipping 0 values in hash::for_each-es we need to check cleaned
18263: cache items manually
18264:
18265: * src/main/: pa_db_connection.C, pa_db_table.C:
18266: parser_multithreaded check was wrong
18267:
18268: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18269: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18270: classes/hashfile.C, classes/image.C, classes/int.C,
18271: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18272: classes/string.C, classes/table.C, classes/void.C,
18273: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18274: include/pa_array.h, include/pa_charset_connection.h,
18275: include/pa_charset_manager.h, include/pa_common.h,
18276: include/pa_config_fixed.h, include/pa_config_includes.h,
18277: include/pa_db_connection.h, include/pa_db_manager.h,
18278: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18279: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18280: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18281: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18282: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18283: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18284: include/pa_stack.h, include/pa_string.h,
18285: include/pa_stylesheet_connection.h,
18286: include/pa_stylesheet_manager.h, include/pa_table.h,
18287: include/pa_threads.h, include/pa_types.h, main/compile.C,
18288: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18289: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18290: main/pa_charset_manager.C, main/pa_common.C,
18291: main/pa_db_connection.C, main/pa_db_manager.C,
18292: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18293: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18294: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18295: main/pa_socks.C, main/pa_sql_driver_manager.C,
18296: main/pa_status_provider.C, main/pa_string.C,
18297: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18298: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18299: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18300: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18301: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18302: targets/isapi/pool_storage.h, types/pa_valiased.C,
18303: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18304: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18305: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18306: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18307: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18308: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18309: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18310: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18311: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18312: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18313: types/pa_vstateless_object.h, types/pa_vstatus.h,
18314: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18315: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18316: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18317: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18318: $status:db fixed used not initialized in db_connection & db_table
18319:
18320: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18321: $status:charset
18322:
18323: * src/: classes/xdoc.C, include/pa_db_connection.h,
18324: include/pa_stylesheet_connection.h,
18325: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18326: types/pa_vstatus.h: $status:stylesheet
18327:
18328: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18329: include/pa_request.h, include/pa_sql_connection.h,
18330: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18331: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18332: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18333: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18334: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18335: types/pa_vxnode.C, types/types.dsp: started status parser class
18336:
18337: 2001-11-01 paf
18338:
18339: * src/include/pa_config_auto.h.in: makes
18340:
18341: * src/main/pa_hash.C: removed old extra include
18342:
18343: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18344: checks [for hp, there are such in math.h]
18345:
18346: * src/classes/op.C: ^for endless loop check strightened
18347:
18348: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18349: behavior in native calls. it left unchanged, so ^for ^foreach &
18350: co can use r.root to write their i & key,value there
18351:
18352: * src/classes/op.C: detected for var storage bug, fixed.
18353: todo:foreach
18354:
18355: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18356: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18357: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18358: changing of hash inside of foreach
18359:
18360: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18361: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18362: were hash.foreach
18363:
18364: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18365: types/pa_vstring.C, types/pa_vstring.h:
18366: ^foreach[key|value]{body}[[separator]|{separator}]
18367:
18368: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18369: types/pa_vcookie.C: ^hash.delete[key]
18370:
18371: 2001-10-31 paf
18372:
18373: * src/main/: compile.C, pa_common.C: completely empty file now
18374: considered "read", not ignored [not perfect trick used]
18375:
18376: * src/main/pa_common.C: simplier common ifdefs
18377:
18378: * src/main/pa_common.C: typing bug in common - bad ifdeff
18379:
18380: * src/main/pa_db_connection.C: z
18381:
18382: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18383: lockdetector flags
18384: dbenv.lk_detect=DB_LOCK_RANDOM;
18385:
18386: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18387: from accidental show [imagine user forgot @exception]
18388:
18389: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18390:
18391: * src/: classes/file.C, classes/image.C, classes/mail.C,
18392: classes/string.C, classes/xnode.C, include/pa_common.h,
18393: main/pa_common.C: ^string.save[[append;]path]
18394:
18395: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18396: main/execute.C: \ in expression: int divide 10/3=3
18397:
18398: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18399: inside of ^cache
18400:
18401: * src/: include/pa_threads.h, main/pa_db_connection.C,
18402: main/pa_db_table.C, targets/cgi/pa_threads.C,
18403: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18404: needed
18405:
18406: 2001-10-30 paf
18407:
18408: * src/: classes/classes.dsp, main/main.dsp,
18409: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18410: types/types.dsp: enabled debug incremental compile
18411:
18412: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18413: form post data line endings not reformatted now.
18414:
18415: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18416: now required [had bug when file= has no value]
18417:
18418: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18419: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18420: cstr(asis) default param removed
18421:
18422: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18423:
18424: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18425:
18426: * src/include/pa_dir.h: LOAD_DIR fixed
18427:
18428: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18429: was broken} fix_line_breaks
18430:
18431: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
18432: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
18433: packed with #pragma pack
18434:
1.101 moko 18435: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 18436:
18437: 2001-10-29 paf
18438:
18439: * src/types/pa_wcontext.h: bitfield syntax stricter
18440:
18441: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
18442: string hash.puts
18443:
18444: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
18445:
18446: * src/include/pa_sql_connection.h: there were one wrong
18447: SQL_CONNECTION_FUNC_GUARDED [failed]
18448:
18449: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
18450: param.someday either ifdef or remove it
18451:
18452: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
18453:
18454: * src/main/untaint.C: optimizing returned after debugging
18455:
18456: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18457: main/untaint.C: memory hunging #pragma pack(1)
18458:
18459: 16 419 844 13 169 394
18460:
18461: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18462: targets/cgi/pa_pool.C: String size_t replace to uint in proper
18463: places [todo:Array]
18464:
18465: * src/: main/execute.C, targets/cgi/pa_pool.C,
18466: targets/cgi/parser3.dsp, types/pa_wcontext.h,
18467: types/pa_wwrapper.h: debugging memory WContext flags to bits
18468:
18469: total 5 652 652/158731 total 5 469 332/158731
18470:
18471: * src/: include/pa_array.h, main/pa_array.C: debugging memory
18472: Array:: without cache in get/put now
18473:
18474: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
18475: 18:25:27 2001] total 5 652 652/158731
18476:
18477: * src/: include/pa_string.h, main/pa_string.C,
18478: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
18479: now
18480:
18481: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
18482: 18:11:53 2001] total 5796092/158731
18483:
18484: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
18485: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
18486: key ref now
18487:
18488: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
18489: 17:11:17 2001] total 16867948/202658
18490:
18491: * src/: classes/file.C, classes/image.C, classes/string.C,
18492: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
18493: main/execute.C, main/pa_array.C, main/pa_common.C,
18494: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18495: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
18496: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
18497: string::as_int/double now usually uses stack, not heap [200K out
18498: of 17M :)] VString(String&) not copies reference [29M -> 17M]
18499:
18500: * src/main/pa_sql_driver_manager.C: ping to have services [old
18501: hiding bug]
18502:
18503: * src/Makefile.am: .am order
18504:
18505: * src/: include/pa_array.h, include/pa_charset_manager.h,
18506: include/pa_db_connection.h, include/pa_db_manager.h,
18507: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
18508: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18509: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
18510: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
18511: required "friend class"
18512:
18513: ../include/pa_request.h:51: friend declaration requires
18514: class-key, i.e. `friend class Temp_lang'
18515:
18516: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18517: main/pa_exception.C, main/pa_sql_driver_manager.C,
18518: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
18519:
18520: the idea is to #1 jump to C++ some function to main body, where
18521: every function stack frame has exception unwind information and
18522: from there... #2 propagate_exception()
18523:
18524: 2001-10-28 paf
18525:
18526: * src/main/pa_db_connection.C: removed old consts
18527:
18528: * src/main/pa_db_connection.C: expire table [was accidently pasted
18529: with wrong type/cast]
18530:
18531: * src/main/: pa_db_connection.C, pa_db_table.C: exception
18532: translation
18533:
1.101 moko 18534: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 18535: remember to build DB2 with -fexceptions!!!
18536:
18537: * src/main/pa_db_table.C: DB_RMW defed
18538:
18539: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
18540: include/pa_db_connection.h, include/pa_db_manager.h,
18541: include/pa_db_table.h, main/pa_db_connection.C,
18542: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
18543:
18544: 2001-10-27 paf
18545:
18546: * src/: classes/hashfile.C, include/pa_db_connection.h,
18547: include/pa_db_table.h, main/pa_db_connection.C,
18548: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
18549: types/pa_vhashfile.C: DB2 ifdefs
18550:
1.101 moko 18551: * src/: classes/Makefile.am, include/pa_config_fixed.h,
18552: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 18553: makes with DB2
18554:
1.101 moko 18555: * src/: include/pa_config_auto.h.in, main/Makefile.am,
18556: types/Makefile.am: makes db
1.95 moko 18557:
18558: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
18559: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
18560: globals.C
18561:
18562: * src/: classes/hashfile.C, include/pa_db_connection.h,
18563: include/pa_db_table.h, main/pa_db_connection.C,
18564: main/pa_db_table.C: ^hashfile.clear[]
18565:
18566: * src/classes/classes.awk: no $ in var names
18567:
18568: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
18569: connection&table [forgotten calls]
18570:
18571: 2001-10-26 paf
18572:
18573: * src/main/pa_db_connection.C: db checkpoints
18574:
18575: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
18576: checkpoints
18577:
18578: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
18579: default. but entities still reparsed. todo: tothink
18580:
18581: * src/main/pa_db_connection.C: db recover mech 2
18582:
18583: * src/: classes/hashfile.C, include/pa_db_connection.h,
18584: include/pa_db_manager.h, include/pa_db_table.h,
18585: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18586: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
18587: types/pa_vhashfile.h: db connections & tables now cached at
18588: create time & multithreaded
18589:
18590: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
18591: parsed_source
18592:
18593: * src/main/pa_db_connection.C: about to remove connection from
18594: vhashfile
18595:
18596: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
18597: transaction commit/rollback responsibility left to parent [as it
18598: sould - else there were a bug with double free]
18599:
18600: * src/include/pa_db_table.h: db: child transaction commit/rollback
18601: responsibility left to parent [as it sould - else there were a
18602: bug with double free]
18603:
18604: 2001-10-25 paf
18605:
18606: * src/: classes/hashfile.C, include/pa_common.h,
18607: include/pa_db_connection.h, include/pa_db_manager.h,
18608: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
18609: types/pa_vhashfile.C, types/pa_vhashfile.h,
18610: include/pa_db_table.h, main/pa_db_table.C: started db_home
18611: [multiple, cached] todo: autorecover [tried, but not succeded,
18612: yet]
18613:
18614: * src/include/pa_dir.h: ancient gpf on dir not found fixed
18615:
18616: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
18617: transaction parent passed
18618:
18619: 2001-10-24 parser
18620:
1.101 moko 18621: * src/classes/Makefile.am: makes
1.95 moko 18622:
18623: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
18624: isapi/pool_storage.h: pool_storage fixed
18625:
18626: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
18627: types/pa_vform.h: form fix_line_breaks
18628:
1.101 moko 18629: * src/targets/cgi/pool_storage.h: makes
1.95 moko 18630:
18631: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
18632: targets/cgi/pool_storage.h: makes
18633:
18634: * src/sql/pa_sql_driver.h: version
18635:
18636: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
18637: types/pa_vform.C, types/pa_vform.h: .am
18638:
18639: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
18640: this: DB_RMW Acquire write locks instead of read locks when doing
18641: the retrieval. Setting this flag may decrease the likelihood of
18642: deadlock during a read-modify-write cycle by immediately
18643: acquiring the write lock during the read part of the cycle so
18644: that another thread of control acquiring a read lock for the same
18645: item, in its own read-modify-write cycle, will not result in
18646: deadlock
18647:
18648: * src/targets/isapi/parser3isapi.dsp: doc
18649:
18650: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
18651:
18652: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
18653:
18654: * src/: classes/hashfile.C, include/pa_db_connection.h,
18655: main/pa_db_connection.C: hashfile expired deleted from db when
18656: get & iterate
18657:
18658: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
18659: expiring 1
18660:
18661: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
18662:
18663: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
18664: db_connection not bothers with key when not returning expired
18665: data
18666:
18667: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
18668: types/pa_vhashfile.C: db_cursor constructor public now
18669:
18670: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
18671: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
18672: stamped, todo: put_element analize
18673:
18674: * src/: include/pa_db_connection.h, include/pa_string.h,
18675: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
18676: serialize. todo stamp
18677:
18678: 2001-10-23 parser
18679:
18680: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
18681: classes/image.C, classes/mail.C, classes/response.C,
18682: classes/string.C, classes/table.C, classes/xdoc.C,
18683: include/pa_config_fixed.h, include/pa_db_connection.h,
18684: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
18685: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
18686: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
18687: types/pa_vtable.C: ^hashfile.hash[]
18688:
18689: * src/: classes/hashfile.C, classes/xdoc.C,
18690: include/pa_config_fixed.h, main/pa_db_manager.C,
18691: main/pa_globals.C: ifdefs so it compiled without db
18692:
18693: * src/: classes/hashfile.C, include/pa_db_connection.h,
18694: include/pa_db_manager.h, main/pa_db_connection.C,
18695: main/pa_db_manager.C, types/pa_vhashfile.h:
18696: ^hashfile.transaction{code} ^hashfile:clear[filename]
18697: ^hashfile.delete[key]
18698:
18699: 2001-10-22 parser
18700:
18701: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
18702: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
18703:
18704: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
18705: classes/xnode.C, include/pa_charset_connection.h,
18706: include/pa_db_connection.h, include/pa_db_manager.h,
18707: include/pa_exception.h, include/pa_sapi.h,
18708: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18709: include/pa_stylesheet_connection.h,
18710: include/pa_stylesheet_manager.h,
18711: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18712: main/pa_db_connection.C, main/pa_db_manager.C,
18713: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
18714: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18715: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
18716: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
18717: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
18718: types/types.dsp: hashfile 0
18719:
18720: * src/types/pa_vhashfile.C: z
18721:
18722: * src/: classes/classes.dsp, classes/hashfile.C,
18723: include/pa_config_fixed.h, main/execute.C,
18724: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
18725: types/pa_vhashfile.h, types/types.dsp: hashfile -100
18726:
18727: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
18728:
18729: * src/: include/pa_exception.h, include/pa_request.h,
18730: main/execute.C, main/pa_exception.C, main/pa_request.C,
18731: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18732: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
18733:
18734: 2001-10-19 parser
18735:
18736: * src/include/pa_pool.h: header
18737:
18738: * src/main/pa_pool.C: auto compiled on gcc
18739:
18740: * src/classes/image.C: comment
18741:
1.101 moko 18742: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 18743:
18744: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18745: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18746: types/pa_vxnode.h: xnode clone got freed
18747:
18748: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18749: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
18750: can free up xalandomstring resulting from pool::transcode
18751:
18752: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
18753: include/pa_config_fixed.h, include/pa_exception.h,
18754: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
18755: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
18756: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
18757: to c++ exceptions 1xml configure fixed to exclude xalan-patch
18758: from non-xml compile
18759:
18760: * src/main/pa_request.C: pool:: context - get_context
18761:
18762: * src/: classes/classes.h, classes/date.C, classes/double.C,
18763: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18764: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18765: classes/string.C, classes/table.C, classes/void.C,
18766: include/pa_config_fixed.h, include/pa_exception.h,
18767: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
18768: main/compile.C, main/compile_tools.C, main/execute.C,
18769: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
18770: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18771: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18772: main/pa_string.C, main/pa_table.C, main/untaint.C,
18773: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18774: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
18775: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
18776: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
18777: types/pa_vstateless_class.h, types/pa_vtable.C,
18778: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
18779: exceptions 0
18780:
18781: * src/classes/classes.awk: $ removed
18782:
18783: 2001-10-18 parser
18784:
18785: * src/types/pa_vcookie.C: cookie:CLASS
18786:
18787: * src/main/main.dsp: project
18788:
18789: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
18790: set_document & ctor question "who owns document" solved
18791:
18792: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
18793:
18794: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18795: main/pa_pool.C: encoding in dom creating funcs
18796:
18797: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
18798: be transformed now
18799:
18800: * src/classes/xdoc.C: dom created by create can be transformed now
18801:
18802: * src/classes/xdoc.C: z
18803:
18804: * src/classes/xdoc.C: comment
18805:
18806: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
18807: create now uses XercesDocumentBridge, appendChild&co now works
18808:
18809: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
18810: @ recompile
18811:
18812: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
18813: $origin @exception[
18814:
18815: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
18816: tag names forced to XML lang
18817:
18818: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
18819: leechy-found bugs in code&doc fixed
18820:
18821: 2001-10-17 parser
18822:
18823: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
18824: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
18825: n functionality preserved
18826:
18827: * src/types/pa_vimage.h: removed unused vimage::save
18828:
18829: 2001-10-16 parser
18830:
18831: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
18832:
18833: * src/classes/: xnode.C: removed few dom returns & changed op.txt
18834:
18835: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
18836:
18837: * src/classes/image.C: image.copy tolerance
18838:
18839: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
18840: ineffective, but works for small paleted image
18841:
18842: * src/types/pa_vimage.C: comment
18843:
18844: * src/classes/image.C: gd size/resize bugfix
18845:
18846: * src/: classes/classes.dsp, main/main.dsp,
18847: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18848: types/types.dsp: ident >nul 2>&1
18849:
18850: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
18851: systems
18852:
18853: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
18854: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
18855:
18856: 2001-10-15 parser
18857:
18858: * src/main/execute.C: z
18859:
18860: * src/classes/: xdoc.C: !::create{qualifiedName}
18861:
18862: * src/types/pa_vxnode.C: document_type_node.
18863: !readonly attribute DOMString name
18864: !notation_node.
18865: !readonly attribute DOMString publicId
18866: !readonly attribute DOMString systemId
18867:
1.101 moko 18868: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
18869: ::write badly passed string too transparently [failed to
18870: intercept it]
1.95 moko 18871:
18872: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
18873: include/pa_request.h, main/pa_sql_driver_manager.C,
18874: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18875: types/pa_vxnode.h: DOM1 major addtion, only few
18876: attributes/methods left
18877:
18878: 2001-10-13 parser
18879:
18880: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18881: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
18882: in main handler
18883:
18884: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
18885: cleanups & frees order
18886:
18887: * src/types/pa_vcode_frame.h: couple comments
18888:
18889: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
18890: transparent enough to handle hash if creation&passing
18891:
18892: * src/: include/pa_config_fixed.h, main/execute.C,
18893: main/pa_exception.C: noticed that vcodeframe not transparent
18894: enough, would change now
18895:
18896: 2001-10-12 parser
18897:
18898: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
18899: fixed. initialization&free on each thread!
18900:
18901: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
18902: handling changed: now type of default param analized always, not
18903: only at problem time, thus helping early problem spotting
18904:
18905: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
18906: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
18907: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
18908: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
18909: multithread bug fixed. initialization&free on each thread!
18910:
18911: 2001-10-11 parser
18912:
18913: * src/classes/xnode.C: xnode.selectSingle now
18914:
18915: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18916: include/pa_pool.h, include/pa_stylesheet_connection.h,
18917: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
18918: convertors out of Pool into Exception
18919:
18920: * src/main/pa_string.C: const
18921:
18922: * src/: include/pa_string.h, main/pa_string.C: restructured string:
18923: linked pieces of same language together prior to String::replace
18924:
18925: * src/classes/hash.C: !^hash.add[addme]
18926: !^hash.sub[subme]
18927: !^a.union[b] = new
18928: !^a.intersection[b] = new
18929: !^a.intersects[b] = bool
18930:
18931: * src/classes/hash.C: !^hash::append[append_from]
18932:
18933: * src/: classes/hash.C, types/pa_vhash.h:
18934: !^hash::create[[copy_from]]
18935:
18936: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
18937: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
18938: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
18939: fixed. got rid of empty_string, which caused errors - it hasnt
18940: exception but somebody[value.bark] tried to throw it on it's pool
18941:
1.101 moko 18942: * src/include/pa_config_auto.h.in: makes
1.95 moko 18943:
18944: 2001-10-10 parser
18945:
18946: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
18947:
18948: * src/main/: compile.tab.C, compile.y: ^a[
18949:
18950: @next_method << now unclosed ] would be reported here
18951:
18952: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
18953: compile error
18954:
18955: 2001-10-09 parser
18956:
1.101 moko 18957: * src/: classes/Makefile.am, main/Makefile.am,
18958: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 18959:
18960: * src/classes/Makefile.am: makes
18961:
18962: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
18963: win32 errors intercepted [xalan transformer patched and
18964: incorporated]
18965:
18966: * src/: classes/classes.dsp, classes/xdoc.C,
18967: include/pa_stylesheet_connection.h, main/main.dsp,
18968: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18969: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
18970: patches starting
18971:
18972: * src/classes/: string.C, table.C: ^string.save[file]
18973:
18974: * src/classes/: date.C, table.C: calendar moved to date
18975:
18976: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
18977: string/table] now
18978:
18979: * src/classes/: op.C, table.C: z
18980:
18981: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
18982: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
18983: types/pa_vxnode.h: table:menu & op for delims made allowed not to
18984: be code [be string..]
18985:
18986: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
18987: table.C: lots of
18988: params->as_int/double/as_string/as_junction/as_no_junction
18989: messages added
18990:
18991: 2001-10-08 parser
18992:
18993: * src/: classes/date.C, classes/image.C, classes/string.C,
18994: classes/table.C, classes/void.C, include/pa_request.h:
18995: params->as_int/double message added
18996:
18997: * src/classes/image.C: image:circle [and round arc] uses Bresenham
18998:
18999: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19000: image:sector removed image:html internal "line-*" attribs
19001:
19002: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19003: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19004:
19005: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19006: way
19007:
19008: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19009: main/untaint.C: header untainting to UL_HTTP_HEADER,
19010: UL_MAIL_HEADER made nonforced [only tainted pieces]
19011:
19012: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19013: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19014: @ SAPI::log
19015:
19016: * src/main/untaint.C: \r to ' ' in origins mode
19017:
19018: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19019: set]
19020:
19021: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19022: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19023: nonstandard liaison freed up
19024:
19025: 2001-10-07 parser
19026:
19027: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19028: project
19029:
19030: 2001-10-05 parser
19031:
19032: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19033: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19034: from outputing to cerr. lots of "todos"
19035:
19036: * src/main/untaint.C: http_header tainting more gentle with
19037: enquoting now
19038:
19039: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19040: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19041: xml errorhandler. fixed string.replace a little, read @test
19042:
19043: * src/main/pa_string.C: found replace bug - first_that_starts(char
19044: *) does not have limit, and looks further eos, fixing....
19045:
19046: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19047:
19048: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19049:
19050: * src/main/: pa_charset_connection.C: ctype another mem clear
19051: bugfix
19052:
1.101 moko 19053: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19054: $result[^[$p^]z] now works fine
1.95 moko 19055:
19056: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19057: wrong. fixed it
19058:
19059: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19060: of totable appered to be vital
19061:
19062: 2001-10-04 parser
19063:
19064: * src/classes/image.C: ^image.length[text]
19065:
19066: 2001-10-03 parser
19067:
19068: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19069:
19070: * src/main/pa_request.C: restored pcre defaulting in request
19071: [mindlessly "optimized" yesterday] comment left
19072:
19073: 2001-10-02 parser
19074:
19075: * src/: main/pa_charset_manager.C,
19076: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19077: needed
19078:
19079: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19080: forgot non-xml pool.*charset needed
19081:
19082: * src/classes/table.C: # config comments fixed
19083:
19084: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19085: charset_connection #comment now
19086:
19087: * src/: classes/classes.dsp, types/types.dsp: release projects
19088: options fixed to use release msvcrt lib
19089:
19090: * src/main/pa_charset_connection.C: pcre tables now const inside
19091: removed default - pcre handles that internally fixed bug on
19092: not-cleaning tables [previously was calloced, now member]
19093:
19094: * src/: include/pa_request.h, main/pa_charset_connection.C,
19095: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19096: inside removed default - pcre handles that internally fixed bug
19097: on not-cleaning tables [previously was calloced, now member]
19098:
19099: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19100: tested charset reload on file change @ apache version = OK tested
19101: freeing up prev encoding on adding new = OK
19102:
19103: 2001-10-01 parser
19104:
19105: * src/main/pa_charset_connection.C: removed entitify external hack
19106: [internal installed]
19107:
1.101 moko 19108: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19109:
19110: * src/: include/pa_charset_connection.h,
19111: include/pa_charset_manager.h,
19112: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19113: main/pa_charset_connection.C, main/pa_charset_manager.C,
19114: main/pa_request.C: charset loading & caching mech 0
19115:
19116: * src/: include/pa_stylesheet_connection.h,
19117: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19118: main/pa_globals.C, main/pa_request.C: would make charset loading
19119: & caching mech now
19120:
19121: 2001-09-30 parser
19122:
19123: * src/main/pa_request.C: forgot to fill toTable
19124:
19125: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19126: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19127: failed on win32 for now..
19128:
19129: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19130: now charsets table configuration variable is: CHARSETS
19131:
19132: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19133: ctype with unicode 1. todo: no П entities on output somehow
19134:
19135: * src/: classes/file.C, classes/op.C, classes/string.C,
19136: include/pa_request.h, main/pa_request.C: started ctype with
19137: unicode values
19138:
19139: 2001-09-28 parser
19140:
19141: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19142: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19143: string passed AS-IS now
19144:
19145: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19146: way of user-configuring... todo: implement
19147:
19148: 2001-09-27 parser
19149:
19150: * src/classes/table.C: table.sort changed to sort table itself
19151:
19152: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19153: X^.getElementsByTagName[tagname] = array of xnode
19154: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19155: nodes removed - regretfully not supported @ xalan. maybe someday
19156: would reimplement, if needed.
19157:
19158: win32build system: solved long waiting anti-non-started-apache
19159: problem
19160:
19161: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19162: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19163: types/types.dsp: win32 ident make system so not to rebuild
19164: library [ident.C.new]
19165:
19166: 2001-09-26 parser
19167:
19168: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19169: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19170: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19171: types/pa_vxnode.C, types/types.dsp: z
19172:
19173: * src/classes/classes.C: forgot one non-xml check
19174:
1.101 moko 19175: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19176: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19177:
19178: * src/targets/cgi/parser3.C: z
19179:
19180: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19181: targets/isapi/parser3isapi.C: #ifdef SMTP
19182:
19183: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19184: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19185: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19186: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19187: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19188: types/types.dsp: xdoc&xnode now
19189:
19190: * src/: classes/classes.C, classes/classes.awk,
19191: classes/classes.dsp, classes/classes.h, classes/date.C,
19192: classes/dnode.C, classes/dnode.h, classes/dom.C,
19193: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19194: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19195: classes/op.C, classes/response.C, classes/string.C,
19196: classes/table.C, classes/void.C, include/pa_array.h,
19197: include/pa_common.h, include/pa_config_fixed.h,
19198: include/pa_config_includes.h, include/pa_dictionary.h,
19199: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19200: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19201: include/pa_socks.h, include/pa_sql_connection.h,
19202: include/pa_sql_driver_manager.h, include/pa_stack.h,
19203: include/pa_string.h, include/pa_stylesheet_connection.h,
19204: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19205: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19206: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19207: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19208: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19209: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19210: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19211: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19212: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19213: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19214: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19215: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19216: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19217: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19218: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19219: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19220: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19221: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19222: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19223: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19224: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19225: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19226: types/pa_vmethod_frame.h, types/pa_vobject.h,
19227: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19228: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19229: types/pa_vstateless_object.h, types/pa_vstring.C,
19230: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19231: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19232: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19233: main.dsp splitted to main+classes+types along to .am
19234:
19235: * src/classes/Makefile.am: removed useless var
19236:
19237: * src/: classes/classes.cmd, main/main.dsp,
19238: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19239: main.dsp
19240:
19241: 2001-09-25 parser
19242:
19243: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19244: 1251 though, todo ICU
19245:
1.101 moko 19246: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19247: include/pa_stylesheet_connection.h, main/Makefile.am,
1.101 moko 19248: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19249: types/pa_vdom.h: xml configure makes
1.95 moko 19250:
19251: 2001-09-24 parser
19252:
1.101 moko 19253: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19254: types/Makefile.am: makes
1.95 moko 19255:
1.101 moko 19256: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19257:
19258: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19259: started unix makes update
19260:
19261: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19262: started unix makes update
19263:
19264: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19265:
19266: * src/types/pa_value.h: z
19267:
19268: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19269: bugs with usinge hash/table in expressions
19270:
19271: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19272: resolved conflicts fixed [const]
19273:
19274: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19275: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19276: main/compile.C, main/compile.tab.C, main/compile.y,
19277: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19278: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19279: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19280: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19281: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19282: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19283: with before_xml [merge2 actually didn't happen - i've created
19284: tags on wrong branch. so this merge is in fact re-merge]
19285:
19286: 2001-09-21 parser
19287:
19288: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19289: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19290: produced "" in make file and sadly wrong interpreted on load]
19291:
1.101 moko 19292: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19293: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19294: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19295: include/pa_sql_driver_manager.h, include/pa_string.h,
19296: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19297: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19298: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19299:
19300: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19301: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19302: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19303: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19304: main/pa_pool.C, main/pa_request.C,
19305: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19306: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19307: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19308: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19309: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19310: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19311: types/pa_vrequest.C, types/pa_vresponse.h,
19312: types/pa_vstateless_class.C, types/pa_vstring.C,
19313: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19314: created new projects for sql drivers [planning to remove sql
19315: drivers from main cvs project] first, will join latest changes
19316:
19317: * src/classes/: dom.C: defaulted dom writing methods encoding to
19318: pool.get_charset
19319:
19320: * src/classes/dom.C: defaulted dom writing methods encoding to
19321: pool.get_charset
19322:
19323: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19324: pool.get_charset
19325:
19326: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19327: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19328: methods encoding to pool.get_charset
19329:
19330: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19331: transcoder were created right "unsupported encoding" message.
19332: not @ set time, but @ use time, so until xml output functions
19333: .string, .file, .save used - no encoding name check occur
19334:
19335: reduced transcode buffer size to 60 fixed pool cleanup - no
19336: registration needed, pools are officially destructured
19337:
19338: 2001-09-20 parser
19339:
19340: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19341:
19342: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19343: $MAIN:DEFAULTS.content-type[$.charset[here]]
19344:
19345: * src/: classes/dnode.C, classes/dom.C,
19346: include/pa_config_includes.h, include/pa_globals.h,
19347: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19348: main/pa_pool.C, targets/cgi/parser3.dsp,
19349: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19350: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19351: Pool::transcode 0
19352:
19353: * src/classes/dom.C: dom. string save file moved output xml options
19354: to last param and made it optional
19355:
19356: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19357: dnodes
19358: !$attributenode.specified = boolean
19359: true if the attribute received its value explicitly
19360: in the XML document,
19361: or if a value was assigned programatically with the
19362: setValue function.
19363: false if the attribute value came from the default value
19364: declared in the document's DTD.
19365: !$pinode.target = target of this processing instruction
19366: XML defines this as being the first token following the
19367: markup
19368: that begins the processing instruction.
19369: XPath:
19370: !^node.select[xpath/query/expression] = hash of 0->node0
19371: 1->node1
19372: !^node.select-single[xpath/query/expression] = first node if
19373: any
19374:
19375: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19376: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19377: some 'const's added
19378:
19379: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19380: expression context now, there value = size and boolean value
19381: size!=0
19382:
19383: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19384: can be used in expression context now, there value = size and
19385: boolean value size!=0
19386:
19387: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19388: types/pa_vstring.h: dnode .file .string .save moved back to dom
19389: due to strange xalan bug
19390:
19391: 2001-09-18 parser
19392:
19393: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19394: classes/image.C, classes/op.C, classes/table.C,
19395: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19396: include/pa_sql_driver_manager.h, main/compile.C,
19397: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19398: main/execute.C, main/pa_common.C, main/pa_request.C,
19399: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19400: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19401: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19402: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19403: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19404: before_xml branch ^if(def $hash) now true only when
19405: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19406:
19407: * src/: classes/op.C, main/execute.C: operators self changed to
19408: root ^for variable context changed to self
19409:
19410: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19411: dnode 1
19412:
19413: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19414: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19415:
19416: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19417: poly* fixed
19418:
19419: 2001-09-17 parser
19420:
19421: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19422: types/pa_vdom.h: started dnode+dom
19423:
19424: dnode DOM methods: $node.name $node.value
19425: ...others...
19426:
19427: ^node.xpath[/rates/USD] = hash
19428: $hash[
19429: $.0[node0]
19430: $.1[node1]
19431: ]
19432:
19433: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
19434: applies to all linear primitives
19435:
19436: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
19437: include/pa_stylesheet_connection.h, main/main.dsp,
19438: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
19439: types/pa_vimage.h: started dnode DOM: $node.name
19440: $node.value ...others... ^node.xpath[/rates/USD] = hash
19441: dom(dnode)
19442:
19443: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
19444: main/compile.y, main/compile_tools.h, main/execute.C,
19445: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
19446: in expression compound($aa.zz.xx) names now can have minus '-' in
19447: name after '.'
19448:
19449: 2001-09-15 parser
19450:
19451: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
19452: image: $line-width ^line(...)[**** style]
19453:
19454: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
19455: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
19456: pool_storage - cleanups first, allocations second. apache wisely
19457: does just like that
19458:
19459: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
19460: rewritten using template, no bugs now
19461:
19462: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
19463: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19464: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
19465: poorly started isapi pool_storage, would rewrite using template
19466: now
19467:
19468: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
19469: include/pa_stylesheet_connection.h, main/main.dsp,
19470: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19471: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
19472: xalan objects freed up [introducing Pool::register_cleanup]
19473:
19474: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
19475: comments
19476:
19477: 2001-09-14 parser
19478:
19479: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
19480: z
19481:
19482: * src/: classes/dom.C, classes/file.C, classes/image.C,
19483: classes/mail.C, include/pa_common.h,
19484: include/pa_sql_driver_manager.h, include/pa_string.h,
19485: include/pa_stylesheet_connection.h,
19486: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19487: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
19488: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
19489: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
19490: compiled&cached
19491:
19492: 2001-09-13 parser
19493:
19494: * src/: classes/dom.C, classes/file.C, classes/image.C,
19495: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
19496:
19497: * src/classes/dom.C: dom:file content-type(.method)
19498:
19499: * src/: include/pa_common.h, include/pa_globals.h,
19500: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
19501: string now more informative error messages
19502:
19503: * src/: include/pa_globals.h, include/pa_request.h,
19504: main/pa_request.C, targets/cgi/parser3.C,
19505: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
19506: ParserSiteConfig .../parser3.conf
19507:
19508: cgi&isapi looks for {configure|c:\windows}/parser3.conf
19509:
19510: 2001-09-12 parser
19511:
19512: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19513: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
19514: precise error reporting: "connection string must start with
19515: protocol://" now
19516:
19517: * src/main/compile.tab.C: fixed - subname code parts actually []
19518: braced
19519:
19520: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
19521: lexer on LS_USER level did [] matching without setting nestage,
19522: introduced special LS_NAME_SQUARE_PART state
19523:
19524: 2001-09-11 parser
19525:
19526: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
19527: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
19528: languages+=xml
19529:
19530: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
19531:
19532: * src/classes/dom.C: ^dom:save/string/file[output options] output
19533: options: $.method[xml|html|text] detection fixed
19534:
19535: * src/types/pa_vdom.h: messages
19536:
19537: * src/classes/dom.C: ^dom:save/string/file[output options] output
19538: options: $.method[xml|html|text] detection fixed
19539:
19540: 2001-09-10 parser
19541:
19542: * src/classes/dom.C: ^dom:save/string/file[output options] output
19543: options: $.method[xml|html|text] $.encoding[windows-1251|...]
19544:
19545: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
19546: added]
19547:
19548: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19549: ^dom.xslt[stylesheet filename] 0
19550:
19551: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19552: ^dom.xslt[stylesheet filename] -1 doc is lying
19553:
19554: * src/classes/dom.C: ^dom.file[encoding] = file
19555:
19556: * src/classes/: dom.C: ^dom.string[encoding] 1
19557: ^dom.save[encoding;filename]
19558:
19559: * src/classes/dom.C: ^dom.string[] 0
19560:
19561: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
19562:
19563: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
19564: types/pa_vform.h: ^dom.save[b.xml] 0
19565:
19566: 2001-09-08 parser
19567:
19568: * src/types/pa_vform.C: $form:tables.name.field
19569:
19570: 2001-09-07 parser
19571:
19572: * src/classes/table.C: table:empty removed, superceded by ^if(def
19573: $table)...
19574:
19575: * src/targets/cgi/parser3.C: z
19576:
19577: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
19578: from '' to int/double is 0]
19579:
19580: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
19581: $table) is false when table is empty
19582:
19583: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
19584: !$form:tables $atable[$form:tables.a]
19585: ^atable.menu{a=$atable.element}[,]
19586:
19587: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
19588: types/pa_vform.h, types/pa_vhash.h: !$form:fields
19589:
1.101 moko 19590: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19591: types/pa_vdom.h, types/pa_vform.C: merged with successful start
19592: of dom
19593:
19594: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
19595: types/pa_vform.C, types/pa_vform.h: z
19596:
19597: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
19598: element [not last]
19599:
1.101 moko 19600: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19601: types/pa_vdom.h: introducing dom. dom:load[a.xml]
19602:
19603: 2001-09-06 parser
19604:
19605: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19606: table with one column 'element' and two rows: 1 and 2
19607:
19608: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19609: table with one column 'element' and two rows: 1 and 2
19610:
19611: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
19612: bad int/double conversions, and now $form:nonexistent.int(88)
19613: would return 88
19614:
19615: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
19616: types/pa_vhash.h: now there's special hash key '_default'
19617: [instead of ^_default method] $hash[ $.a[1] $.b[2]
19618: $._default[xx] ] $hash.c
19619:
19620: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
19621: fixed [thanks, fif], ^; were treated there non-literally
19622:
19623: * src/doc/doxygen.cfg: merged new default options from 1.2.10
19624: doxygen
19625:
19626: * src/: classes/image.C, classes/op.C, classes/string.C,
19627: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
19628: types/pa_vtable.C: few #ifndef DOXYGEN
19629:
19630: 2001-09-05 parser
19631:
19632: * src/classes/: string.C, table.C: sql options can be void [same as
19633: image:html the other day]
19634:
19635: * src/targets/cgi/Makefile.am: .am undo
19636:
19637: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19638: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
19639: macro expantion on param, simply qoutes whatever passed, undone
19640:
19641: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19642: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
19643: STRINGIZE(name) #name invented
19644:
19645: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19646: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
19647: MAIN_SQL_DRIVERS_NAME "drivers"
19648:
19649: moved to be availible to all users
19650:
19651: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
19652: SQL_DRIVER_CREATE_FUNC_NAME
19653:
19654: * src/classes/mail.C: MAIN:MAIL check fixed
19655:
19656: 2001-09-04 parser
19657:
19658: * src/classes/image.C: image.html now can accept void params
19659:
19660: * src/targets/isapi/parser3isapi.C: z
19661:
19662: * src/targets/cgi/parser3.C: full_file_spec bug
19663:
19664: * src/targets/cgi/parser3.C: getenvcheck
19665:
19666: * src/targets/cgi/parser3.C: zz
19667:
19668: * src/targets/cgi/parser3.C: zzz
19669:
19670: * src/classes/date.C: date
19671:
19672: * src/classes/date.C: date:sql-string is now without ''
19673:
1.101 moko 19674: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 19675: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
19676: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
19677:
1.101 moko 19678: * src/include/pa_config_auto.h.in: makes
1.95 moko 19679:
19680: 2001-09-03 parser
19681:
19682: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
19683:
19684: 2001-09-01 parser
19685:
19686: * src/classes/image.C: letter_spacing
19687:
19688: * src/classes/image.C: image: font params changed
19689:
19690: * src/classes/image.C: image: as_int as_string used
19691:
19692: * src/types/pa_vmethod_frame.h: $result[] now gets properly
19693: analized
19694:
19695: 2001-08-31 parser
19696:
19697: * src/targets/cgi/parser3.C: z
19698:
1.101 moko 19699: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
19700: cygwin
1.95 moko 19701:
19702: * src/classes/void.C: void:int/double += (default)
19703:
19704: * src/classes/image.C: image:font added space param image:font
19705: changed charwidth alg, added kerning const[for now]
19706:
19707: * src/classes/: string.C, table.C: string:int/double (defaults)
19708:
19709: 2001-08-29 parser
19710:
19711: * src/main/pa_exception.C: exception redundant debug info
19712:
19713: 2001-08-28 parser
19714:
19715: * src/classes/image.C: image error msgs
19716:
19717: * src/classes/image.C: image: gifsize little endian
19718:
19719: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
19720: doxygeneration
19721:
19722: * src/: classes/Makefile.am, main/Makefile.am,
19723: targets/cgi/Makefile.am, types/Makefile.am: .am-s
19724:
19725: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
19726: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
19727:
19728: * src/main/compile.C: NO_STRING_ORIGIN check2
19729:
19730: * src/classes/table.C: NO_STRING_ORIGIN check
19731:
19732: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
19733: storage class specifiers invalid in friend function declarations
19734:
19735: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
19736: main/untaint.C, targets/cgi/parser3.C,
19737: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
19738: case of limit
19739:
19740: * src/: classes/file.C, main/pa_common.C: file:move
19741: autocreate/remove dest/src dir
19742:
19743: * src/: classes/string.C, include/pa_dictionary.h,
19744: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
19745: main/untaint.C: pa_directory speeded up. moved zero 'from' check
19746: to directory constructor. string:replace
19747:
19748: 2001-08-27 parser
19749:
19750: * src/classes/image.C: fixed jpgsize alg
19751:
19752: * src/classes/image.C: fixed jpgsize alg
19753:
19754: * src/main/pa_exception.C: z
19755:
19756: * src/main/pa_common.C: removed debug info from pa_common
19757:
19758: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
19759: [auto.p from current dir loading]
19760:
1.101 moko 19761: * src/: main/pa_common.C, main/pa_exception.C,
19762: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
19763: for solaris -lsocket
1.95 moko 19764:
19765: 2001-08-24 parser
19766:
19767: * src/targets/cgi/parser3.C: not cgi extra \n 3
19768:
19769: * src/targets/cgi/parser3.C: not cgi extra \n 2
19770:
19771: * src/targets/cgi/parser3.C: not cgi extra \n
19772:
19773: * src/main/pa_sql_driver_manager.C: z
19774:
19775: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
19776: sql* removed services from disconnect - cross-request ideological
19777: probs.
19778:
19779: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
19780: cross-request ideological probs. oracle - fixed bug: cs
19781: allocated on request.pool and got freed before disconnect
19782:
19783: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
19784: mallocs fixed
19785:
19786: 2001-08-23 parser
19787:
19788: * src/classes/file.C: minor bug in file:save fixed
19789:
19790: * src/main/pa_sql_driver_manager.C: oracle: dlink
19791:
19792: 2001-08-22 parser
19793:
19794: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
19795: types/pa_vfile.h: file:load|save[text|binary;
19796:
19797: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
19798:
19799: 2001-08-21 parser
19800:
19801: * src/classes/: file.C, table.C: ^file:list
19802:
19803: 2001-08-20 parser
19804:
19805: * src/: main/compile.tab.C, main/compile.y,
19806: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
19807: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
19808: recousively caused problems: inc incremeted 123 literal!! fixed
19809:
19810: 2001-08-10 parser
19811:
19812: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
19813:
19814: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19815: added
19816:
19817: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19818: added
19819:
19820: * src/classes/table.C: table:sort restored [it was bad test :(]
19821:
19822: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
19823: ''
19824:
19825: * src/main/: pa_request.C: wanted to make const int
19826: MAX_EXECUTE_SECONDS=1;
19827:
19828: but couldnt, set_callback_and_alarm appeared to be not exported
19829: :(
19830:
19831: * src/main/pa_string.C: string.match hanged on. there were a hang
19832: check but it weren't wise enough
19833:
19834: @parse[dateString][tmp]
19835: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
19836: #end
19837:
19838: @main[] ^parse[2001-02-03]
19839:
19840: * src/classes/: table.C: table:sort now default desc
19841:
19842: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19843: table.sort now creates new sorted table
19844:
19845: 2001-08-09 parser
19846:
19847: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
19848:
19849: * src/classes/hash.C: hash:_default now [was hash:default]
19850:
19851: * src/classes/op.C: case without switch check added
19852:
19853: * src/types/pa_vcookie.C: cookie name&value origins added, more
19854: precise $ORIGINS(1)
19855:
19856: * src/main/Makefile.am: .am
19857:
19858: * src/classes/void.C: void: int double copy/paste from int: bug
19859: fixed
19860:
19861: * src/classes/void.C: void: int double copy/paste from int: bug
19862: fixed
19863:
19864: 2001-08-07 parser
19865:
19866: * src/: classes/double.C, classes/int.C, classes/string.C,
19867: classes/table.C, include/pa_globals.h, main/pa_globals.C:
19868: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
19869: string, table
19870:
19871: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
19872: srand made working
19873:
19874: 2001-08-06 parser
19875:
19876: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
19877: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
19878: main/compile.tab.C, main/compile.y, main/pa_array.C,
19879: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
19880: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
19881:
19882: * src/main/pa_exec.C: exec win32 real filename
19883:
19884: * src/classes/file.C: exec stderr out
19885:
19886: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
19887:
19888: 2001-08-03 parser
19889:
19890: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
19891:
19892: 2001-08-02 parser
19893:
19894: * src/: classes/string.C, classes/table.C, include/pa_array.h,
19895: main/execute.C, main/pa_exec.C: introducing Array_iter
19896:
19897: * src/main/execute.C: detected quick_get recursion bug. changed to
19898: get@execute, but needs array iterator, separate from array to
19899: avoid it & use caching
19900:
19901: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
19902: bug fixed
19903:
19904: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
19905: main/execute.C, main/pa_globals.C: found another multithread bug
19906: in op.C (last, last global var killed) :)
19907:
19908: 2001-08-01 parser
19909:
19910: * src/: include/pa_dictionary.h, include/pa_globals.h,
19911: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
19912: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19913: main/untaint.C: speeded up typo-html replacements. introducing
19914: Dictionary with first-char caching
19915:
19916: 2001-07-31 parser
19917:
19918: * src/types/Makefile.am: pa_vtable.C added to .am
19919:
19920: * src/main/compile.tab.C: added, so that could be compiled even on
19921: non-bison-enabled platforms
19922:
19923: 2001-07-28 parser
19924:
19925: * src/classes/table.C: table:hash always produces hash, when can't
19926: - empty
19927:
19928: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
19929: skipped \n
19930:
19931: 2001-07-27 parser
19932:
19933: * src/classes/: double.C, int.C, string.C: provided meaningful msg
19934: on int/double/string :sql without result and default
19935:
19936: 2001-07-26 parser
19937:
19938: * src/classes/op.C: fixed bad multithread bug with strangly global
19939: OP
19940:
19941: * src/main/compile.y: $man[$.age[zzz]] 0
19942:
19943: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
19944: creation syntax problem persists. restored $: for a while.
19945: thinking of $man[$.age[zzz]] syntax now
19946:
19947: * src/: classes/double.C, classes/int.C, classes/string.C,
19948: include/pa_opcode.h, main/compile.C, main/compile.y,
19949: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
19950: types/pa_vmethod_frame.h, types/pa_wcontext.h,
19951: types/pa_wwrapper.h: fixing :: realization #1
19952:
19953: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
19954: main/compile_tools.h, main/execute.C, main/pa_request.C,
19955: types/pa_vmethod_frame.h: introducing :: this is constructor call
19956: prefix. ordinary : remains for static accesses
19957:
19958: 2001-07-25 parser
19959:
19960: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
19961: fields 2. methods 3. columns
19962:
19963: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
19964: quote. optimized double&int tostring-s
19965:
19966: * src/main/: compile.C, compile.y, compile_tools.h: allowed
19967: whitespace before first method decl
19968:
19969: * src/classes/table.C: allowed nontable result in table:sql,
19970: results in empty table
19971:
19972: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
19973: lines before first method decl
19974:
19975: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
19976: types/pa_vtable.h: ^table.record[] now $table.fields
19977:
19978: * src/main/compile.y: $var[] is now empty string, not void
19979:
19980: * src/main/: compile.y, execute.C: $var[] is now empty string, not
19981: void
19982:
19983: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
19984: main/pa_globals.C: match replace code context moved to implicit
19985: $match context
19986:
19987: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
19988: main/compile_tools.h, main/execute.C: with killed, code storage
19989: introduced with former 'with' syntax
19990:
19991: 2001-07-24 parser
19992:
19993: * src/: main/compile.C, main/execute.C, main/pa_string.C,
19994: types/pa_value.h: first get_element, next get operator
19995:
19996: * src/main/compile.y: removed @end handling
19997:
19998: * src/main/: compile.C, compile.y: @end handling method2
19999:
20000: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20001: file:move
20002:
20003: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20004: fixed
20005:
20006: 2001-07-23 parser
20007:
20008: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20009: driver
20010:
20011: * src/classes/hash.C: changed sql driver query interface
20012:
20013: * src/: classes/hash.C, classes/string.C, classes/table.C,
20014: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20015: changed sql driver query interface
20016:
20017: 2001-07-20 parser
20018:
20019: * src/types/pa_vrequest.C: X!$browser:type
20020:
20021: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20022: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20023: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20024: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20025: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20026: types/pa_vobject.h, types/pa_vrequest.C,
20027: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20028: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20029: BASE element globally removed
20030:
20031: 2001-07-18 parser
20032:
20033: * src/classes/file.C: file:exec/cgi msg
20034:
20035: * src/classes/file.C: $file:exit-code renamed to 'status'
20036:
20037: * src/: classes/file.C, main/pa_exec.C: file:exec
20038:
1.101 moko 20039: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20040: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20041: removed $id from *.in *.am
1.95 moko 20042:
20043: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20044: abbrevations
20045:
20046: * src/: classes/date.C, classes/mail.C, classes/math.C,
20047: classes/string.C, classes/table.C, include/pa_globals.h,
20048: include/pa_string.h, main/execute.C, main/pa_globals.C,
20049: main/pa_request.C, main/pa_string.C, main/untaint.C,
20050: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20051: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20052: $ORIGINS(1) output tracing mode
20053:
20054: 2001-07-13 parser
20055:
20056: * src/: classes/double.C, classes/int.C, classes/string.C,
20057: include/pa_request.h, main/execute.C, main/pa_request.C:
20058: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20059: second would not call first @auto
20060:
20061: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20062: wrong, fixed
20063:
20064: 2001-07-12 parser
20065:
20066: * src/types/pa_value.h: pa_value.putelement modification of system
20067: classes prevented
20068:
20069: 2001-07-11 parser
20070:
20071: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20072: table $piece
20073:
20074: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20075: types/pa_vstateless_class.h: $file created by file:state +=
20076: .atime .mtime .ctime +found&fixed bug with exceptions on
20077: get_junction-created objects [they were on wrong pool]
20078:
20079: 2001-07-09 parser
20080:
20081: * src/main/untaint.C: qp wrong name
20082:
20083: * src/: classes/date.C, classes/string.C, classes/table.C,
20084: main/compile.y: date format 0
20085:
20086: 2001-07-07 parser
20087:
20088: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20089: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20090: roll table calendar
20091:
20092: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20093: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20094: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20095: include/pa_request.h, main/main.dsp, types/pa_value.h,
20096: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20097: string. todo: sql, calendar
20098:
20099: 2001-07-06 parser
20100:
20101: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20102: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20103:
20104: 2001-07-03 parser
20105:
20106: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20107: classes/random.C, main/main.dsp: class random renamed to math,
20108: operators became methods
20109:
20110: * src/classes/op.C: pow sqrt
20111:
20112: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20113:
20114: 2001-07-02 parser
20115:
20116: * src/classes/table.C: ^table.columns column renamed from 'name' to
20117: 'column'
20118:
20119: * src/classes/hash.C: ^hash.keys[]
20120:
20121: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20122:
20123: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20124: 'strings'
20125:
20126: 2001-06-29 parser
20127:
20128: * src/main/: execute.C: /0 %0 checkes ver 2
20129:
20130: * src/main/execute.C: /0 %0 checke
20131:
20132: * src/classes/Makefile.am: nothing - void
20133:
20134: * src/classes/table.C: empty strings @ sql
20135:
20136: 2001-06-28 parser
20137:
20138: * src/: classes/double.C, classes/file.C, classes/form.C,
20139: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20140: classes/op.C, classes/random.C, classes/response.C,
20141: classes/string.C, classes/table.C, classes/void.C,
20142: main/compile.C, main/compile_tools.C, main/execute.C,
20143: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20144: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20145: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20146: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20147: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20148: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20149: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20150: $";
20151:
20152: * src/: classes/double.C, classes/file.C, classes/form.C,
20153: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20154: classes/op.C, classes/random.C, classes/response.C,
20155: classes/string.C, classes/table.C, classes/void.C,
20156: main/compile.C, main/compile.y, main/compile_tools.C,
20157: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20158: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20159: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20160: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20161: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20162: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
20163:
20164: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20165: $class:name: == ${class:name}:
20166:
20167: * src/classes/string.C: exactly one
20168:
20169: 2001-06-27 parser
20170:
20171: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20172: types/pa_vvoid.h: nothing renamed to void
20173:
20174: * src/classes/op.C: ^switch ^case
20175:
20176: * src/main/compile.y: nothing renamed to void
20177:
20178: * src/: classes/hash.C, classes/table.C, main/compile.y,
20179: main/execute.C, main/main.dsp, main/pa_request.C,
20180: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20181: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20182: void
20183:
20184: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20185:
20186: 2001-05-28 parser
20187:
20188: * src/doc/html2chm.cmd: removed >a
20189:
20190: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20191: project options [some bugs]
20192:
20193: * src/doc/sources2html.cmd: z
20194:
20195: * src/: classes/classes.C, main/compile.C, main/compile.y,
20196: main/execute.C: operators are not in root class again
20197:
20198: 2001-05-24 parser
20199:
20200: * src/targets/cgi/parser3.dsp: project file
20201:
20202: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20203: ^log ^exp
20204:
20205: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20206: conversions in @exception[params]
20207:
20208: * src/main/pa_request.C: // no _ conversions in @exception[params]
20209:
20210: 2001-05-23 parser
20211:
20212: * src/main/pa_string.C: string cmp bug
20213:
20214: * src/classes/: mail.C, op.C: rem max 1000
20215:
20216: * src/: classes/op.C, main/compile.y: allow one empty line before
20217: LS_DEF_NAME
20218:
20219: 2001-05-22 parser
20220:
20221: * src/classes/op.C: if params code-required
20222:
20223: 2001-05-21 parser
20224:
20225: * src/types/pa_vstring.C: eoleof
20226:
20227: * src/classes/Makefile.am: .AM
20228:
20229: * src/classes/nothing.C: resultless ^sql moved to nothing:
20230:
20231: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20232:
20233: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20234: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20235: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20236: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20237: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20238: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20239: 'nothing'
20240:
20241: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20242: vstring::set_string
20243:
20244: * src/classes/: double.C, int.C, string.C: int,double;sql
20245:
20246: * src/: classes/hash.C, classes/int.C, classes/string.C,
20247: classes/table.C, include/pa_string.h, main/pa_string.C,
20248: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20249:
20250: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20251: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20252: hash:sql moved to main trunc. operators.txt updated
20253:
20254: * src/classes/: hash.C, op.C, table.C: hash:sql
20255:
20256: * src/classes/op.C: z
20257:
20258: * src/: main/compile.C, classes/classes.C: 1
20259:
20260: * src/: classes/classes.C, main/compile.C, main/compile.y,
20261: main/execute.C: 0
20262:
20263: * src/main/execute.C: z
20264:
20265: * src/targets/cgi/parser3.C: z
20266:
20267: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20268: site_auto_path "." in that case
20269:
20270: * src/targets/cgi/: parser3.C: z
20271:
20272: * src/main/pa_request.C: .am
20273:
20274: * src/: main/pa_request.C, targets/cgi/parser3.C:
20275: pcre_tables=pcre_default_tables;
20276:
20277: 2001-05-19 parser
20278:
20279: * src/main/pa_string.C: z
20280:
20281: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20282: introducing String::cstr_bufsize, returns just size+1 for as_is
20283: target.
20284:
20285: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20286: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20287: used, 4* mem wasted
20288:
20289: * src/classes/string.C: root context in match replace body now
20290: unchanged
20291:
20292: * src/types/pa_value.h: parameter # 1 based
20293:
20294: * src/main/pa_common.C: common: actual filename '%s'
20295:
20296: * src/classes/string.C: z
20297:
20298: * src/classes/Makefile.am: classes/.am
20299:
20300: * src/classes/: Makefile.am: classes/.am
20301:
20302: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20303: targets/cgi/pa_pool.C: classes/.am
20304:
20305: 2001-05-18 parser
20306:
1.101 moko 20307: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20308: pa_threads.C ins
1.95 moko 20309:
20310: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20311:
20312: 2001-05-17 parser
20313:
20314: * src/: classes/string.C, include/pa_config_fixed.h,
20315: include/pa_config_includes.h, main/compile.y,
20316: main/compile_tools.h, main/execute.C, main/pa_array.C,
20317: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20318: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20319: types/pa_vform.C: #include "pa_config_includes.h" removed from
20320: most .C
20321:
20322: * src/doc/html2chm.cmd: z
20323:
20324: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20325: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20326:
20327: * src/main/pa_sql_driver_manager.C: moved expiration to
20328: get_connection_from_cache
20329:
20330: * src/main/pa_sql_driver_manager.C: cache expiration bf
20331:
20332: * src/: classes/classes.h, include/pa_sql_connection.h,
20333: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20334: cache expiration[use SQL_Driver::disconnect]
20335:
20336: * src/main/pa_table.C: table.locate current restored on "not found"
20337:
20338: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20339: line no
20340:
20341: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20342: ANTI_ENDLESS_EXECUTE_RECOURSION
20343:
20344: * src/: classes/op.C, include/pa_sql_connection.h,
20345: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20346: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20347: 1driver and set_services fight for driver::fservices. before fix
20348:
20349: * src/: classes/op.C, include/pa_config_fixed.h,
20350: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20351: main/pa_sql_driver_manager.C: found problem at last: 2connections
20352: own 1driver and set_services fight for driver::fservices. before
20353: fix
20354:
20355: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20356: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20357: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20358: pa_threads.C
20359:
20360: * src/include/pa_threads.h: removed targets/parser
20361:
20362: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20363: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20364: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20365: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20366: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20367: headers
20368:
20369: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20370: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20371: order prevented sqlmanager to see MULTYTHREAD define
20372:
20373: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20374: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20375: put/gets
20376:
20377: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20378: from hash.h
20379:
20380: * src/: classes/op.C, include/pa_sql_connection.h,
20381: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20382: from cache ->set_services(&services);
20383:
20384: 2001-05-16 parser
20385:
20386: * src/targets/cgi/parser3.C: z
20387:
20388: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20389: debug, #ifdefed some. would debug later, on more precise sample
20390: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20391: $name.$tail[$tail!] $name.$tail } ok3
20392:
20393: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20394: removed array debug. before vstring rebasing
20395:
20396: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20397: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20398: array debugged; adjusted
20399:
20400: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20401: SQL_Driver_manager line no for connect/charset errors
20402:
20403: 2001-05-15 parser
20404:
20405: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20406: main/pa_string.C: string+array made linear grows
20407:
20408: * src/: include/pa_string.h, main/pa_string.C,
20409: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20410: grow lineary, not exponentialy
20411:
20412: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20413: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20414: with fullchunk cmps
20415:
20416: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20417: 70041= 81
20418:
20419: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20420: targets/cgi/parser3.C: detected huge mem allocation: size/times
20421: malloc 27809390/368771, calloc 3232/83. would test now
20422:
20423: * src/: classes/random.C, main/compile.y, main/execute.C,
20424: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20425: numbered params had wrong name - for instance: bad error message
20426: in ^for[] bad body type. fixed
20427:
20428: 2001-05-14 parser
20429:
20430: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20431: main/untaint.C: ^string.upper|lower[]
20432:
20433: 2001-05-11 parser
20434:
20435: * src/: classes/double.C, classes/image.C, classes/op.C,
20436: classes/string.C, classes/table.C, classes/unknown.C,
20437: main/execute.C, types/pa_value.h, types/pa_vbool.h,
20438: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
20439: types/pa_vunknown.h: op: MAX_LOOPS as_int
20440:
20441: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
20442: .dsp for win32tools
20443:
20444: 2001-05-11 paf
20445:
20446: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
20447: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
20448: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
20449: targets/isapi/kill.pl: moved win32 helpers to /win32tools
20450:
20451: 2001-05-10 paf
20452:
20453: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
20454: for C++, that's all
20455:
1.101 moko 20456: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
20457: pa_config_includes.h: inline wonders
1.95 moko 20458:
20459: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
20460: doc/doxygen.cmd: hash.C added
20461:
20462: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
20463:
20464: * src/main/compile.y: @end grammar: allowed zero strings in control
20465: menthod
20466:
20467: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
20468: pa_vstateless_object.h: changed priority: field before method
20469: lookup in vclass & vobject
20470:
20471: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
20472: grammar: priorities changes [lowerd && prior] vobject: now first
20473: fields, next methods
20474:
20475: 2001-05-08 paf
20476:
20477: * src/main/pa_table.C: table columnname2item on nameless ignored
20478: bark=false. fixed
20479:
20480: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
20481: types/pa_vmethod_frame.h: hash:default works at last!
20482:
20483: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
20484: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
20485: hash:default
20486:
20487: * src/classes/table.C: z
20488:
20489: * src/classes/table.C: table:hash always hash of hash now
20490:
20491: * src/classes/table.C: table:empty return bool now
20492:
20493: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
20494: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20495: types/pa_vtable.h: table:hash
20496:
20497: * src/classes/table.C: table:record have name
20498:
20499: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
20500: returns vunknown
20501:
20502: * src/classes/: double.C, int.C, op.C, string.C:
20503: int,double,string:int[] double[] string:length[] results now have
20504: hames
20505:
20506: * src/: classes/op.C, classes/table.C, main/main.dsp,
20507: types/pa_vtable.h: removed table:find. table:locate and op:eval
20508: now return bool
20509:
20510: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
20511: in method checkparams again. fixed
20512:
20513: 2001-05-07 paf
20514:
20515: * src/doc/chm.cmd: cmd
20516:
20517: * src/: classes/image.C, classes/mail.C, classes/string.C,
20518: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
20519: types/pa_value.h: method reported errors on wrong pool
20520:
20521: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
20522: now
20523:
20524: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
20525: include/code.h, include/pa_opcode.h, main/compile.C,
20526: main/compile_tools.h, main/execute.C, types/pa_value.h,
20527: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20528: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20529: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
20530: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20531: types/pa_vmethod_frame.h, types/pa_vobject.h,
20532: types/pa_vrequest.h, types/pa_vresponse.h,
20533: types/pa_vstateless_class.h, types/pa_vstring.h,
20534: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20535: types/pa_wwrapper.h: pa_code.h
20536:
20537: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
20538:
20539: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
20540: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
20541: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20542: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
20543: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20544: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
20545: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
20546: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
20547: types/pa_vtable.h: dox, split by not clean parts also
20548:
20549: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20550: types/pa_vtable.h: table: fields, then methods. so to enable
20551: 'dir' fields & co. more
20552:
20553: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
20554: so to enable 'dir' fields & co.
20555:
20556: * src/main/compile.y: grammar: @end
20557:
20558: 2001-05-04 paf
20559:
20560: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20561: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
20562:
20563: * src/: classes/classes.h, classes/double.C, classes/file.C,
20564: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20565: classes/op.C, classes/random.C, classes/response.C,
20566: classes/string.C, classes/table.C, classes/unknown.C,
20567: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
20568: method dox
20569:
20570: 2001-05-03 paf
20571:
20572: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
20573: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20574: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
20575: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20576: doc/string.dox, doc/targets.dox, doc/value.dox,
20577: main/pa_request.C: dox splitted .dox files and added some
20578:
20579: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
20580:
20581: 2001-05-02 paf
20582:
20583: * src/classes/: image.C, table.C: table:dir result are not tainted
20584: by file_name language now
20585:
20586: 2001-04-28 paf
20587:
20588: * src/classes/classes.inc: removed classes.inc
20589:
20590: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
20591: from .am
20592:
20593: * src/classes/classes.awk: skipped classes in .awk
20594:
20595: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
20596: classes/classes.inc, classes/double.C, classes/file.C,
20597: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
20598: classes/string.C, classes/table.C, classes/unknown.C,
20599: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
20600: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
20601: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
20602: pa_methoded back to classes/classes.h
20603:
20604: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
20605:
20606: * src/: classes/Makefile.am, classes/classes.awk,
20607: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
20608: classes/ls.exe, main/bison.exe: classes.inc autogenerator
20609:
20610: * src/: classes/classes.C, classes/classes.h, classes/double.C,
20611: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
20612: classes/response.C, classes/string.C, classes/table.C,
20613: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
20614: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
20615: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
20616: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
20617: include|main/pa_methoded
20618:
20619: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
20620: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
20621:
20622: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
20623: moved some configured data to request::classes_conf moved some
20624: string crations from globals to M... [works]
20625:
20626: * src/: classes/form.C, classes/mail.C, classes/op.C,
20627: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
20628: main/pa_request.C: moved some configured data to
20629: request::classes_conf moved some string crations from globals to
20630: M...
20631:
20632: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
20633: about to move configured data to special request hash
20634:
20635: * src/: classes/classes.C, classes/classes.h, classes/file.C,
20636: classes/form.C, classes/mail.C, include/pa_request.h,
20637: main/pa_request.C: configure started
20638:
20639: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
20640: 2. todo: methoded-configure
20641:
20642: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
20643: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20644: classes/_random.h, classes/_response.h, classes/_string.h,
20645: classes/_table.h, classes/_unknown.h, classes/classes.inc,
20646: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
20647: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20648: classes/random.C, classes/response.C, classes/string.C,
20649: classes/table.C, classes/unknown.C, include/pa_globals.h,
20650: include/pa_request.h, main/compile.y, main/execute.C,
20651: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20652: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20653: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
20654: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
20655: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
20656: types/pa_vrequest.h, types/pa_vresponse.h,
20657: types/pa_vstateless_class.h, types/pa_vstring.h,
20658: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20659: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
20660: methoded-configure
20661:
20662: * src/: classes/file.C, classes/table.C, main/compile.y,
20663: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
20664: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
20665: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
20666:
20667: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
20668: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
20669: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20670: classes/random.C, classes/response.C, classes/string.C,
20671: classes/table.C, classes/unknown.C, include/pa_request.h,
20672: main/compile.y, main/execute.C, main/pa_globals.C,
20673: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
20674: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20675: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
20676: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
20677: beautifying just compiled. todo: debug, configure
20678:
20679: 2001-04-27 paf
20680:
20681: * src/: classes/file.C, classes/image.C, classes/table.C,
20682: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
20683: beautifying -99
20684:
20685: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
20686: classes/_response.h, classes/_unknown.h, classes/classes.C,
20687: classes/classes.h, classes/double.C, classes/file.C,
20688: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20689: classes/op.C, classes/random.C, classes/response.C,
20690: classes/string.C, include/pa_globals.h, main/main.dsp,
20691: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
20692: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
20693: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
20694: types/pa_vunknown.h: beautifying -100
20695:
20696: * src/main/compile.y: serge@ found @CLASS bug. fixed
20697:
20698: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
20699: classes/_op.h, classes/_random.h, classes/_table.h,
20700: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
20701: classes/op.C, classes/random.C, classes/response.C,
20702: classes/string.C, classes/table.C, classes/unknown.C,
20703: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
20704: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20705: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
20706: beautifying
20707:
20708: 2001-04-26 paf
20709:
20710: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
20711:
20712: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
20713: documentation ++
20714:
20715: * src/: classes/_exec.h, doc/doxygen.cfg,
20716: include/pa_config_fixed.h, include/pa_config_includes.h,
20717: targets/cgi/pa_pool.C: code documentation ++
20718:
20719: * src/: classes/_image.h, classes/op.C, classes/random.C,
20720: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20721: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20722: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
20723: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20724: types/pa_vmethod_frame.h, types/pa_vobject.h,
20725: types/pa_vrequest.C, types/pa_vrequest.h,
20726: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
20727: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
20728: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
20729: code documentation ++
20730:
20731: * src/: classes/image.C, classes/mail.C, classes/string.C,
20732: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
20733: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
20734: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
20735: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20736: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20737: types/pa_vobject.h, types/pa_vstateless_class.h,
20738: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
20739:
20740: * src/main/: pa_request.C, pa_string.C: z
20741:
20742: * src/: include/pa_common.h, include/pa_types.h,
20743: main/pa_sql_driver_manager.C: module [and, guess, isapi]
20744: connection caching fixed. request-pooled-url were stored into
20745: global connectioncache
20746:
20747: 2001-04-25 paf
20748:
20749: * src/: doc/doxygen.cfg, doc/doxygen.txt,
20750: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
20751:
20752: * src/: include/code.h, include/pa_common.h, main/compile.y,
20753: main/execute.C, main/pa_common.C: -d
20754:
20755: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
20756: illegal call check a bit improved, but still under iis no mapping
20757: of dir with parser allowed!
20758:
20759: 2001-04-24 paf
20760:
20761: * src/targets/Makefile.am: apache module lib .am
20762:
20763: * src/main/pa_exec.C: windows32 buildCommand
20764:
20765: 2001-04-23 paf
20766:
20767: * src/targets/cgi/Makefile.am: win32 conditional
20768:
20769: * src/targets/cgi/Makefile.am: win32 conditional
20770:
20771: * src/targets/cgi/Makefile.am: liblink
20772:
20773: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
20774: vfile fields return type
20775:
20776: * src/types/pa_vfile.h: vfile fields return type
20777:
20778: * src/include/pa_config_auto.h.in: .h.in
20779:
20780: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
20781: types/Makefile: makefiles removed
20782:
20783: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
20784: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
20785:
20786: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
20787: [tested: i & g ]
20788:
20789: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
20790: @test noticed series in isapi, check how initialize_random_class
20791: is called! [must be called only once]
20792:
20793: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
20794: would not be 'unknown column'
20795:
20796: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
20797: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
20798:
20799: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
20800: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
20801: [now doesnt]
20802:
20803: * src/targets/cgi/parser3.C: cgi cmdline ver
20804:
20805: * src/targets/cgi/parser3.C: cgi /// @test disable
20806: /cgi-bin/parser3/auto.p
20807:
20808: * src/main/untaint.C: untaint without charset
20809:
20810: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
20811: main/pa_common.C: common: file_write /// @test mkdirs
20812: file_delete rmdirs
20813:
20814: * src/main/untaint.C: mail header only once to =?
20815:
20816: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
20817: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
20818: main/untaint.C: untaint - @test optimize whitespaces for
20819: all but 'html'
20820:
20821: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
20822: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20823: main/untaint.C: untaint - @test mail-header
20824:
20825: 2001-04-20 paf
20826:
20827: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20828: include/pa_request.h, include/pa_string.h, main/compile.y,
20829: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20830: targets/cgi/parser3.C: $MAIN:LOCALE
20831:
20832: * src/main/untaint.C: z
20833:
20834: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
20835:
20836: 2001-04-19 paf
20837:
20838: * src/main/compile_tools.h: $a$b bugfix
20839:
20840: * src/targets/cgi/parser3.C: z
20841:
20842: * src/classes/file.C: z
20843:
20844: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
20845: done: header to $fields. waits for header '\' tricks
20846:
20847: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20848: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
20849: changed urlencode here and in untaint.C to HTTP standard's " and
20850: \" mech
20851:
20852: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
20853: http://alx/~paf/ doesnt load /auto.p
20854:
20855: 2001-04-18 paf
20856:
20857: * src/main/pa_request.C: 1
20858:
20859: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
20860: linux @alx
20861:
20862: 2001-04-17 paf
20863:
20864: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
20865: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
20866: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
20867: enabled
20868:
20869: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20870: classes/_exec.h, classes/_file.h, classes/_form.h,
20871: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20872: classes/_random.h, classes/_response.h, classes/_string.h,
20873: classes/_table.h, classes/_unknown.h, classes/file.C,
20874: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
20875: include/pa_config_fixed.h, include/pa_config_includes.h,
20876: include/pa_hash.h, include/pa_sql_driver_manager.h,
20877: include/pa_version.h, main/Makefile.am, main/compile.y,
20878: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
20879: main/pa_sql_driver_manager.C, sql/Makefile.am,
20880: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
20881: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
20882: types/pa_vform.C, types/pa_vimage.h: exec @jav
20883:
20884: * src/: include/pa_sql_driver_manager.h,
20885: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20886: types/pa_vimage.h: sql driver interface now has initialize(client
20887: .so)
20888:
20889: 2001-04-16 paf
20890:
20891: * src/Makefile.am: compile2 cygwin
20892:
20893: * src/: include/pa_config_includes.h, main/pa_exec.C,
20894: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
20895:
20896: * src/targets/cgi/Makefile.am: compile0 jav
20897:
20898: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20899: classes/_exec.h, classes/_file.h, classes/_form.h,
20900: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20901: classes/_random.h, classes/_response.h, classes/_string.h,
20902: classes/_table.h, classes/_unknown.h, classes/image.C,
20903: classes/mail.C, classes/op.C, classes/random.C,
20904: include/pa_config_fixed.h, include/pa_config_includes.h,
20905: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
20906: main/compile.y, main/pa_common.C, main/pa_exec.C,
20907: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
20908: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
20909: compile-1
20910:
20911: 2001-04-15 paf
20912:
20913: * src/classes/op.C: z
20914:
20915: * src/classes/table.C: table:empty +=process
20916:
20917: * src/types/pa_value.h: MethodParams !junction
20918:
20919: * src/: classes/_string.h, classes/double.C, classes/file.C,
20920: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20921: classes/random.C, classes/response.C, classes/string.C,
20922: classes/table.C, classes/unknown.C, main/pa_request.C:
20923: MethodParams everywhere
20924:
20925: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
20926: types/pa_vmethod_frame.h: MethodParams in op.C
20927:
20928: 2001-04-12 paf
20929:
20930: * src/: classes/image.C, types/pa_vimage.h: image:font :text
20931:
20932: * src/: classes/_unknown.h, classes/unknown.C,
20933: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
20934: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
20935:
20936: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
20937:
20938: * src/classes/image.C: image:gif now does not have params
20939:
20940: * src/classes/image.C:
20941: image:line/fill/rectangle/bar/replace/polygon/polybar
20942:
20943: * src/: classes/image.C, classes/op.C, main/execute.C,
20944: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20945: for var now written not to r.wcontext, but to r.root cleared
20946: "entered_object" state
20947:
20948: 2001-04-11 paf
20949:
20950: * src/classes/image.C: image:create image:load
20951:
20952: * src/: classes/image.C, main/main.dsp: gd with mem write + image
20953: just compiled
20954:
20955: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20956: todo: gif without file
20957:
20958: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20959: started porting to Pooled descendant
20960:
20961: * src/: classes/image.C, main/execute.C, main/main.dsp,
20962: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
20963: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
20964: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
20965:
20966: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
20967: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
20968: end. switching to python imaging lib
20969:
20970: * src/main/main.dsp: gd+smtp made separate libs
20971:
20972: * src/: include/pa_globals.h, include/pa_string.h,
20973: main/pa_common.C, main/pa_request.C, main/untaint.C,
20974: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
20975: length
20976:
20977: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
20978: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
20979: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
20980: UL_FILE_NAME of posted file name
20981:
20982: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
20983: post [broke when moved post read to core]
20984:
20985: 2001-04-10 paf
20986:
20987: * src/classes/image.C: image:html done
20988:
20989: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
20990:
20991: * src/classes/image.C: z
20992:
20993: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
20994: forgotten!
20995:
20996: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20997: main/pa_request.C, main/pa_string.C, main/untaint.C,
20998: types/pa_vimage.h: image:measure -90
20999:
21000: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21001: classes/_int.h, classes/_mail.h, classes/_op.h,
21002: classes/_random.h, classes/_response.h, classes/_string.h,
21003: classes/_table.h, classes/file.C, classes/mail.C,
21004: include/pa_common.h, include/pa_globals.h, main/execute.C,
21005: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21006: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21007: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21008: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21009: compiled
21010:
21011: * src/classes/mail.C: minor bug with unclear from/to
21012:
21013: * src/classes/mail.C: sendmail unix skipping defaults
21014:
21015: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21016: sendmail unix added defaults
21017:
21018: * src/classes/mail.C: unix sendmail compiled. todo:testing
21019:
21020: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21021:
21022: 2001-04-09 paf
21023:
21024: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21025: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21026: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21027: targets/isapi/parser3isapi.dsp: all targets exec
21028:
21029: * src/: include/pa_sapi.h, include/pa_string.h,
21030: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21031: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21032: args in apache:util.script
21033:
21034: * src/include/pa_string.h: written but not tested exec with env for
21035: unix
21036:
21037: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21038: targets/cgi/parser3.C: exec win32 env
21039:
21040: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21041: 0
21042:
21043: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21044: main/execute.C, main/main.dsp, main/pa_globals.C,
21045: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21046: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21047:
21048: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21049: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21050:
21051: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21052: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21053:
21054: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21055: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21056: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21057: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21058: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21059: exec class just compiled. moved post read to request core
21060:
21061: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21062: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21063: main/pa_globals.C, targets/cgi/parser3.C,
21064: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21065: are already read by vform
21066:
21067: 2001-04-08 paf
21068:
21069: * src/: classes/file.C, classes/mail.C, classes/string.C,
21070: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21071: uuencode. string<<
21072:
21073: 2001-04-07 paf
21074:
21075: * src/classes/mail.C: z
21076:
21077: * src/classes/mail.C: z
21078:
21079: * src/classes/mail.C: ^mail[$attach
21080:
21081: * src/classes/mail.C: ^attach dead end
21082:
21083: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21084: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21085: targets/isapi/parser3isapi.C: mail:send 1
21086:
21087: * src/: classes/mail.C, main/pa_request.C: z
21088:
21089: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21090: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21091: compiled
21092:
21093: * src/classes/mail.C: +=
21094:
21095: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21096: prepared
21097:
21098: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21099: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21100: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21101: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21102:
21103: 2001-04-06 paf
21104:
21105: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21106: main/pa_string.C: table:dir 1
21107:
21108: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21109: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21110:
21111: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21112: classes/root.C, include/pa_globals.h, include/pa_request.h,
21113: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21114: main/pa_request.C: renamed 'root' to 'op'
21115:
21116: * src/classes/: _op.h, op.C: renamed from 'root'
21117:
21118: * src/types/pa_valiased.C: another root inherititance skipped
21119:
21120: * src/main/: compile.C, compile.y, execute.C: operators are now not
21121: root methods of parent class. just 'ROOT' class
21122:
21123: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21124: @office
21125:
21126: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21127:
21128: 2001-04-05 paf
21129:
21130: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21131: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21132: constructor flag dropped at get_method_frame and remembered into
21133: method_frame
21134:
21135: * src/: classes/file.C, classes/root.C, classes/string.C,
21136: classes/table.C, main/pa_request.C: junction to code&expression
21137: in errors
21138:
21139: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21140: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21141: $LOCALE:ctype[Russian_Russia.1251]
21142:
21143: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21144: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21145: main/pa_table.C: hash now not thread-safe.
21146:
21147: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21148: main/untaint.C: z
21149:
21150: * src/: classes/random.C, classes/root.C, classes/table.C,
21151: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21152: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21153: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21154: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21155:
21156: * src/: classes/table.C, include/pa_sql_connection.h,
21157: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21158:
21159: * src/classes/table.C: select * from hren error contains statement
21160:
21161: * src/: classes/table.C, include/pa_sql_connection.h,
21162: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21163: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21164:
21165: * src/: classes/root.C, include/pa_sql_connection.h,
21166: include/pa_sql_driver.h, main/main.dsp,
21167: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21168: services for conv memory & error reporting
21169:
21170: 2001-04-04 paf
21171:
21172: * src/doc/doxygen.cfg: z
21173:
21174: * src/include/pa_sql_driver.h: mysql connect
21175:
21176: * src/include/pa_sql_driver.h: mysql info
21177:
21178: * src/: classes/root.C, include/pa_sql_driver.h,
21179: include/pa_sql_driver_manager.h, main/main.dsp,
21180: main/pa_sql_driver_manager.C: more manager&connection&driver
21181:
21182: * src/sql/Makefile.am: forgot to add mysql client
21183:
21184: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21185: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21186: [forgot to add libltdl, added]
21187:
21188: * src/: Makefile.am, classes/root.C, classes/string.C,
21189: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21190: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21191: include/pa_string.h, include/pa_table.h, main/main.dsp,
21192: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21193: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21194: -1000 just compiled
21195:
21196: * src/: classes/random.C, classes/root.C, classes/table.C,
21197: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21198: main/pa_request.C, types/pa_vclass.h: sql frame -10
21199:
21200: 2001-04-03 paf
21201:
21202: * src/types/pa_vform.C: z
21203:
21204: * src/: classes/string.C, types/pa_vform.C: string:match replace
21205: assigned lang
21206:
21207: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21208: {}[]< empty []
21209:
21210: * src/: classes/file.C, classes/string.C, classes/table.C,
21211: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21212: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21213:
21214: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21215: string:match replace strange matches
21216:
21217: * src/classes/string.C: string:match replace 0
21218:
21219: * src/: classes/string.C, main/pa_string.C: string:match replace
21220: prepared 2
21221:
21222: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21223: string:match replace prepared
21224:
21225: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21226: string:match replace -11
21227:
21228: * src/: classes/string.C, include/pa_globals.h,
21229: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21230: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21231:
21232: * src/: classes/string.C, include/pa_globals.h,
21233: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21234: main/pa_string.C: string:match [search] -1 just compiled
21235:
21236: * src/types/pa_vstring.C: z
21237:
21238: * src/: classes/double.C, classes/file.C, classes/form.C,
21239: classes/int.C, classes/response.C, classes/root.C,
21240: classes/string.C, classes/table.C, include/pa_string.h,
21241: main/pa_string.C: string:match -10 [frame]
21242:
21243: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21244: main/pa_request.C: z
21245:
21246: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21247: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21248: todo/tests
21249:
21250: * src/include/pa_common.h: z
21251:
21252: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21253: main/pa_request.C, targets/cgi/parser3.C,
21254: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21255: content-disposition
21256:
21257: * src/: include/pa_common.h, include/pa_globals.h,
21258: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21259: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21260:
21261: * src/: include/pa_common.h, include/pa_request.h,
21262: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21263: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21264: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21265: response:body
21266:
21267: * src/classes/table.C: table:append now uses string::split
21268:
21269: * src/classes/table.C: z
21270:
21271: * src/: classes/file.C, classes/root.C, classes/string.C,
21272: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21273: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21274: include/pa_string.h, main/execute.C, main/pa_string.C,
21275: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21276: string::pos & cmp & piece bugs fixed. string::split new
21277: table:load separated from set table:set implemented with clean \n
21278: \t searches
21279:
21280: 2001-04-02 paf
21281:
21282: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21283: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21284: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21285: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21286: it in table:set/load
21287:
21288: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21289: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21290:
21291: * src/classes/random.C: random:generate 1
21292:
21293: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21294: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21295: types/pa_value.h: random:generate
21296:
21297: 2001-03-30 paf
21298:
21299: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21300: todo: table flip and append. string::pos
21301:
21302: * src/: classes/double.C, classes/file.C, classes/int.C,
21303: classes/response.C, classes/root.C, classes/string.C,
21304: classes/table.C, main/compile.y, main/execute.C,
21305: types/pa_value.h, types/pa_vstateless_class.C,
21306: types/pa_vstateless_class.h: static|dynamic|any method
21307: registration
21308:
21309: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21310: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21311: table:flip
21312:
21313: 2001-03-29 paf
21314:
21315: * src/classes/string.C: string:xsplit forgot that they must result
21316: in 1 row N column [not vice versa]
21317:
21318: * src/classes/string.C: z
21319:
21320: * src/classes/string.C: string: rsplit
21321:
21322: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21323: string: lsplit
21324:
21325: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21326: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21327: lsplit -1
21328:
21329: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21330: string: pos
21331:
21332: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21333: string: pos -1
21334:
21335: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21336: main/compile.y, main/pa_request.C, main/pa_string.C,
21337: main/untaint.C: string: left right mid
21338:
21339: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21340: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21341: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21342: and [;] are different now.
21343:
21344: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21345: main/untaint.C: pool.request undone
21346:
21347: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21348: main/untaint.C: pool.request
21349:
21350: 2001-03-28 paf
21351:
21352: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21353: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21354: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21355: $request:browser [.type .version]; unknown.get_double now = 0.
21356:
21357: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21358: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21359: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21360: types/pa_vform.C: file:load autodetection of mime-type by
21361: user-file-name
21362:
21363: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21364: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21365: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21366:
21367: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21368: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21369: write. must be self.set
21370:
21371: * src/: classes/file.C, classes/root.C, classes/table.C,
21372: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21373:
21374: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21375: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21376: types/pa_vtable.h: table:locate just compiled
21377:
21378: 2001-03-27 paf
21379:
21380: * src/main/: execute.C, pa_common.C: fixed r/w context of
21381: code-params2, fixed ntfs hardlink slow dir update
21382:
21383: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21384: types/pa_wcontext.h: fixed r/w context of code-params
21385:
21386: * src/: classes/table.C, main/execute.C: about to change junction
21387: rcontext!!
21388:
21389: * src/: classes/double.C, classes/int.C, classes/root.C,
21390: classes/string.C, classes/table.C, main/compile_tools.C,
21391: main/execute.C, main/pa_request.C, main/untaint.C,
21392: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21393: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21394: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21395: types/pa_vunknown.h: sort 0
21396:
21397: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21398: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21399: renamed to are_static_calls_disabled
21400:
21401: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21402: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21403: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21404: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21405:
21406: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21407:
21408: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21409: started table:sort fixed minor bug in #...^{
21410:
21411: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21412: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21413: decided to have as it were. stepped back. grammar: added 'in'
21414: 'is' 'lt'&co follow-space check
21415:
21416: 2001-03-26 paf
21417:
21418: * src/: classes/file.C, classes/root.C, classes/table.C,
21419: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21420: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21421: main/pa_table.C: moved ::save to pa_table. disabled @auto
21422: invocation in ^process
21423:
21424: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21425:
21426: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21427: main/pa_array.C: table:record
21428:
21429: * src/: main/untaint.C, targets/cgi/parser3.C,
21430: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21431: targets/isapi/pool_storage.h, types/pa_valiased.h,
21432: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
21433: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
21434: types/pa_vtable.h: z
21435:
21436: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
21437: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
21438: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21439: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
21440: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
21441: method realisations on 'self' validity - they now can simply
21442: assume that 'self' is V{Proper} .
21443:
21444: 2001-03-25 paf
21445:
21446: * src/main/untaint.C: z
21447:
21448: * src/main/: pa_request.C, untaint.C: moved default typo-table to
21449: lowlevel - it initialization could be skipped if failed in @auto.
21450: so that exception report would use some table
21451:
21452: * src/main/pa_request.C: table empty lines ignored. system-default
21453: content type assigned in output:result [can fail in main:auto and
21454: skipped normal defaults extraction]
21455:
21456: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
21457: bug
21458:
21459: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
21460: processing to table [except preliminary \r\n \r \n replacements
21461: to "\n"]
21462:
21463: * src/: classes/table.C, main/untaint.C: html-typo - decided to
21464: move all the processing to table
21465:
21466: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
21467: main/pa_table.C, main/untaint.C: returned table originating.
21468: useful for reporting typo table problems origin. think would be
21469: useful somewhere else
21470:
21471: * src/main/untaint.C: typo \r \r\n \n properly handled
21472:
21473: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
21474: include/pa_table.h, main/compile.y, main/compile_tools.C,
21475: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
21476: main/pa_string.C, main/pa_table.C, main/untaint.C,
21477: types/pa_vcookie.h: typo & typo-default
21478:
21479: 2001-03-24 paf
21480:
21481: * src/main/pa_common.C: z
21482:
21483: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21484: targets/cgi/parser3.C: html-typo 2
21485:
21486: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
21487: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
21488: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
21489: main/execute.C, main/pa_array.C, main/pa_globals.C,
21490: main/pa_request.C, main/pa_string.C, main/untaint.C,
21491: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21492: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
21493: noticed double default content-type prob. run cgi.cmd tomorrow
21494: first html-typo sample. detected << problem: they become ltlt too
21495: fast
21496:
21497: * src/main/compile.y: z
21498:
21499: * src/main/: compile.y, compile_tools.h: #comment
21500:
21501: * src/: classes/file.C, classes/root.C, classes/table.C,
21502: include/pa_common.h, include/pa_request.h, main/compile.y,
21503: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21504: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
21505: stringified
21506:
21507: * src/types/pa_valiased.C: decided to String-ify file_read
21508:
21509: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
21510: isapi/parser3isapi.dsp: cgi: sapi::log
21511:
21512: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
21513: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
21514: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
21515: error log experiments failed - cgi under iis got no access to
21516: log. registereventsource simply failed with 5(illegal call) code,
21517: while worked OK as standalone executable. isapi: used
21518: HSE_APPEND_LOG_PARAMETER feature
21519:
21520: * src/: include/pa_common.h, include/pa_globals.h,
21521: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21522: targets/isapi/parser3isapi.C: fixed default content-type
21523: allocation storage
21524:
21525: * src/: include/pa_globals.h, include/pa_request.h,
21526: main/pa_globals.C, main/pa_request.C: z
21527:
21528: * src/: include/pa_array.h, include/pa_hash.h,
21529: include/pa_request.h, main/compile.y, main/pa_array.C,
21530: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21531: types/pa_vcookie.C: cyclic uses ignored. defaulted default
21532: content-type
21533:
21534: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
21535: sanity
21536:
21537: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
21538: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
21539: away freeze mech. no danger now for you can't do
21540: ^request:process[@new-method[] body] trick anymore. still
21541: remains $some_instance.process[@new-method[] possibility] but
21542: would leave it as a feature. see index for sample
21543:
21544: * src/: include/pa_common.h, main/pa_common.C,
21545: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
21546: monkey every target
21547:
21548: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21549: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
21550: types/pa_vform.C, types/pa_vform.h: auto.p monkey
21551:
21552: 2001-03-23 paf
21553:
21554: * src/: include/pa_pool.h, main/pa_request.C,
21555: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21556: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21557: targets/isapi/pool_storage.h: isapi: dumb pool storage
21558:
21559: * src/targets/isapi/pa_pool.C: decided to continue with extension
21560:
21561: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
21562: it would be better to rewrite as filter then to deal with pool
21563:
21564: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
21565: now like in cgi, not from APPL_PHYSICAL_PATH
21566:
21567: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21568: include/pa_config_fixed.h, include/pa_config_includes.h,
21569: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
21570: include/pa_version.h, main/compile.y, main/execute.C,
21571: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21572: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21573: main/untaint.C, targets/cgi/parser3.C,
21574: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
21575: cgi: reinvent document_root and request_uri under iis. autoconf
21576: updated. introducing ap_config_includes
21577:
21578: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
21579:
21580: * src/targets/cgi/parser3.C: cgi: only one pool now
21581:
21582: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
21583: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21584: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21585: types/pa_venv.h, types/pa_vform.C: sapi made object
21586:
21587: * src/: include/pa_globals.h, main/pa_request.C,
21588: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21589: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21590: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
21591:
21592: * src/: main/pa_request.C, targets/cgi/parser3.C,
21593: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21594: isapi minor env beauty
21595:
21596: * src/: main/pa_request.C, targets/cgi/parser3.C,
21597: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21598: isapi document_root 0
21599:
21600: 2001-03-22 paf
21601:
21602: * src/targets/isapi/parser3isapi.C: isapi keep-alive
21603:
21604: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
21605: isapi/parser3isapi.C: z
21606:
21607: * src/: include/pa_pool.h, main/pa_request.C,
21608: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
21609:
21610: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
21611: kill.pl: isapi added utils
21612:
21613: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
21614: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21615: types/pa_vform.C: isapi 0
21616:
21617: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
21618: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21619: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21620: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
21621: started isapi
21622:
21623: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
21624: some comments
21625:
21626: * src/: include/pa_globals.h, include/pa_request.h,
21627: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21628: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
21629: parser_root_auto_path parser_site_auto_path
21630:
21631: * src/types/pa_vcookie.C: cookie attr decoded
21632:
21633: 2001-03-21 paf
21634:
21635: * src/targets/cgi/parser3.C: z
21636:
21637: * src/include/pa_globals.h: post. todo: config of auto.p path
21638:
21639: * src/: include/pa_globals.h, targets/cgi/parser3.C,
21640: types/pa_venv.h: in cookie & env. todo:post
21641:
21642: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
21643: classes/root.C, classes/table.C, include/pa_array.h,
21644: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
21645: include/pa_request.h, include/pa_string.h, main/Makefile.am,
21646: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
21647: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21648: main/pa_table.C, main/untaint.C, targets/Makefile.am,
21649: targets/cgi/Makefile.am, targets/cgi/parser3.C,
21650: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
21651: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
21652: shifted apache branch on main trunc
21653:
21654: * src/: include/pa_common.h, include/pa_globals.h,
21655: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21656: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
21657: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
21658: starting mod_parser3
21659:
21660: * src/targets/cgi/parser3.C: starting mod_parser3
21661:
21662: 2001-03-20 paf
21663:
21664: * src/: main/pa_common.C, targets/cgi/Makefile.am,
21665: targets/cgi/parser3.C: automake compiled and works. todo:make
21666: win32 ifdefs work and add ifdef unistd
21667:
21668: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
21669: main/Makefile.am, main/pa_common.C, main/pa_request.C,
21670: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
21671: z
21672:
21673: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
21674: main/execute.C, main/pa_common.C, types/Makefile.am: removing
21675: locking
21676:
21677: * src/: classes/Makefile.am, types/Makefile.am: z
21678:
21679: * src/: Makefile.am, classes/file.C, classes/root.C,
21680: classes/table.C, include/pa_array.h, include/pa_request.h,
21681: include/pa_string.h, main/Makefile.am, main/execute.C,
21682: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21683: main/pa_string.C, main/untaint.C, targets/Makefile.am,
21684: targets/cgi/Makefile.am, targets/cgi/parser3.C,
21685: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
21686:
21687: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21688: main/pa_request.C, types/pa_vfile.h: ^table:save
21689:
21690: * src/: classes/file.C, classes/table.C, include/pa_array.h,
21691: include/pa_common.h, include/pa_request.h, include/pa_string.h,
21692: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
21693: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
21694: types/pa_vform.h: z
21695:
21696: * src/include/pa_string.h: z
21697:
21698: * src/: classes/_request.h, classes/request.C, main/main.dsp,
21699: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
21700: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
21701: :Value
21702:
21703: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
21704: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
21705: :VStateless_object
21706:
21707: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
21708: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
21709: :VStateless_object
21710:
21711: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21712: types/pa_valiased.C, types/pa_vform.h: commented VForm
21713:
21714: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
21715: types/pa_valiased.h, types/pa_value.h,
21716: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21717: types/pa_vstateless_object.h: moved common get_element part from
21718: stateless object&class into VAliased
21719:
21720: * src/: classes/_env.h, classes/_table.h, classes/env.C,
21721: classes/table.C, main/execute.C, main/main.dsp,
21722: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
21723: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
21724: now :Value
21725:
21726: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
21727: main/execute.C, main/main.dsp, main/pa_globals.C,
21728: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
21729:
21730: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
21731: doxx
21732:
21733: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
21734: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21735: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
21736: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
21737: and ^file:save
21738:
21739: 2001-03-19 paf
21740:
21741: * src/types/pa_vfile.C: z
21742:
21743: * src/: classes/file.C, classes/request.C, classes/table.C,
21744: include/pa_string.h, main/main.dsp, main/pa_pool.C,
21745: main/pa_request.C, main/untaint.C, types/pa_value.h,
21746: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
21747:
21748: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
21749: include/pa_string.h, include/pa_table.h, main/main.dsp,
21750: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
21751: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
21752: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
21753: classes/_file.h, classes/file.C, types/pa_vfile.C,
21754: types/pa_vfile.h: file class just compiled
21755:
21756: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
21757: include/pa_table.h, include/pa_types.h, main/execute.C,
21758: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21759: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
21760: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
21761:
21762: * src/include/pa_pool.h: z
21763:
21764: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
21765: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
21766: Hash::Value to Val so to doxygen would finlly stop confusing
21767: those Value-s
21768:
21769: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
21770: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
21771: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21772: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21773: include/pa_types.h, main/compile.C, main/compile.y,
21774: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21775: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
21776: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
21777: main/pa_request.C, main/pa_string.C, main/pa_table.C,
21778: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
21779:
21780: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
21781: derivates somehow unlinked. don't know why yet
21782:
21783: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
21784: include/pa_string.h, include/pa_threads.h, main/compile.C,
21785: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21786: main/execute.C, main/pa_array.C, main/pa_common.C,
21787: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21788: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21789: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
21790:
21791: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
21792: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
21793: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
21794: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
21795: types/pa_vrequest.h: doc: detected Value derivates prob
21796:
21797: * src/include/pa_globals.h: z
21798:
21799: * src/: classes/_request.h, classes/request.C, include/code.h,
21800: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
21801: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
21802: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
21803: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21804: main/execute.C, main/pa_pool.C, main/pa_request.C,
21805: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21806: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
21807:
21808: 2001-03-18 paf
21809:
21810: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
21811: cookie: allowed access to hash-assigned
21812:
21813: * src/targets/cgi/parser3.C: z
21814:
21815: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
21816: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
21817: include/pa_types.h, main/main.dsp, main/pa_common.C,
21818: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21819: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21820: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
21821: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21822: types/pa_vunknown.h: cookie class
21823:
21824: * src/main/pa_request.C: zero length output allowed
21825:
21826: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
21827: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
21828:
21829: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
21830: lang switch
21831:
21832: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
21833: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21834: types/pa_value.h, types/pa_vhash.h:
21835: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21836:
21837: * src/main/execute.C: z
21838:
21839: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
21840: targets/cgi/parser3.C: taint[uri
21841:
21842: * src/: classes/request.C, classes/response.C, classes/root.C,
21843: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21844: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
21845: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
21846:
21847: * src/: classes/root.C, classes/string.C, include/pa_string.h,
21848: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21849: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
21850: types/pa_vstateless_class.C: convinient string(pool, char *src,
21851: bool tainted) ctor
21852:
21853: * src/: include/pa_hash.h, include/pa_request.h,
21854: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
21855: main/pa_request.C, main/pa_string.C, main/untaint.C,
21856: targets/cgi/parser3.C: proper @exceptions params tainting
21857:
21858: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
21859: response fields to header
21860:
21861: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21862: z
21863:
21864: * src/: classes/_response.h, classes/response.C,
21865: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21866: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
21867: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21868: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
21869: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
21870: $response: 0 request::core exception rethrow
21871:
21872: 2001-03-16 paf
21873:
21874: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
21875: types/pa_vrequest.h: native method' class call with less params
21876: then needed error reporting
21877:
21878: * src/: classes/_request.h, classes/request.C,
21879: include/pa_globals.h, include/pa_request.h, main/execute.C,
21880: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21881: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
21882: types/pa_vrequest.h: $request : query :uri
21883:
21884: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
21885: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
21886: types/pa_wcontext.h: $result
21887:
21888: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
21889:
21890: * src/: classes/double.C, include/code.h, main/compile.y,
21891: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
21892: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21893:
21894: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
21895: main/compile.y, main/execute.C, types/pa_value.h,
21896: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
21897: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
21898: wcontext conflict
21899:
21900: * src/: main/execute.C, types/pa_value.h,
21901: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
21902: $string.field
21903:
21904: 2001-03-15 paf
21905:
21906: * src/main/pa_request.C: news sample
21907:
21908: * src/: main/compile.y, main/execute.C, main/pa_request.C,
21909: targets/cgi/parser3.C, types/pa_vstring.h: @exception
21910:
21911: * src/main/: compile.y, execute.C: z
21912:
21913: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
21914: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
21915: pre pre works
21916:
21917: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21918: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
21919: fillfields just compiled
21920:
21921: 2001-03-14 paf
21922:
21923: * src/: include/pa_request.h, main/pa_request.C,
21924: targets/cgi/parser3.C: z
21925:
21926: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21927: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
21928: types/pa_vstring.h: limits -1
21929:
21930: * src/: include/pa_globals.h, include/pa_request.h,
21931: include/pa_types.h, main/main.dsp, main/pa_globals.C,
21932: main/pa_request.C, targets/cgi/parser3.C,
21933: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
21934: request_info -1
21935:
21936: * src/: include/pa_globals.h, main/pa_globals.C,
21937: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21938: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
21939: vform_fields_fill
21940:
21941: * src/targets/cgi/parser3.C: # if MSVC
21942:
21943: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
21944: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
21945:
21946: * src/targets/cgi/parser3.C: z
21947:
21948: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
21949: include/pa_string.h, include/pa_types.h, main/compile.y,
21950: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
21951: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
21952: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
21953: types/pa_vunknown.h: global handler, exceptions in parser3
21954:
21955: 2001-03-13 paf
21956:
21957: * src/: classes/form.C, main/compile.y, main/core.C,
21958: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
21959: types/pa_vform.h, types/pa_vstateless_class.C,
21960: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
21961: instead
21962:
21963: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21964: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
21965: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
21966: started cgi target
21967:
21968: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21969: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
21970: before error show with parser
21971:
21972: * src/: classes/_form.h, classes/form.C, include/core.h,
21973: include/pa_request.h, main/core.C, main/pa_request.C,
21974: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
21975:
21976: * src/targets/cgi/: parser.dsp, parser3.dsp: z
21977:
21978: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
21979: parser3.C: renamed targets/ parser to cgi
21980:
21981: * src/: classes/double.C, classes/env.C, classes/int.C,
21982: classes/root.C, classes/string.C, classes/table.C,
21983: include/pa_request.h, types/pa_vhash.h: z
21984:
21985: * src/: classes/_env.h, classes/env.C, classes/root.C,
21986: include/core.h, include/pa_pool.h, include/pa_request.h,
21987: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
21988: main/pa_common.C, main/pa_request.C, types/pa_value.h,
21989: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
21990: [historical moment :)]
21991:
21992: * src/: include/code.h, include/pa_string.h, main/compile.y,
21993: main/execute.C, main/pa_string.C: 'value is type' expr operator
21994:
21995: * src/types/pa_venv.h: $ENV 1
21996:
21997: * src/main/execute.C: z
21998:
21999: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22000: future methods of ENV constructor if
22001:
22002: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22003: class
22004:
22005: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22006: classes/_root.h, classes/_string.h, classes/_table.h,
22007: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22008: classes/string.C, classes/table.C, include/pa_request.h,
22009: main/compile.C, main/compile_tools.h, main/core.C,
22010: main/execute.C, main/main.dsp, main/pa_request.C,
22011: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22012: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22013: types/pa_vobject.h, types/pa_vstateless_class.C,
22014: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22015: types/pa_wcontext.h: $ENV: re 0, stateless classes
22016:
22017: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22018: classes/_root.h, classes/_string.h, classes/_table.h,
22019: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22020: classes/string.C, classes/table.C, include/pa_request.h,
22021: main/compile.C, main/compile_tools.h, main/core.C,
22022: main/execute.C, main/main.dsp, main/pa_request.C,
22023: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22024: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22025: types/pa_vobject.h, types/pa_vstateless_class.C,
22026: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22027: types/pa_wcontext.h: $ENV: re 0, stateless classes
22028:
22029: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22030: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22031: yesterdays bad decision on execute_static_method
22032:
22033: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22034:
22035: * src/: classes/double.C, classes/int.C, classes/root.C,
22036: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22037:
22038: * src/main/pa_request.C: z
22039:
22040: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22041: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22042:
22043: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22044: include/pa_pool.h, main/pa_request.C:
22045: restructure_exceptions_dead_end
22046:
22047: * src/: classes/root.C, main/compile.y: ^if required junctions.
22048: allowed ; inside {} to break params
22049:
22050: * src/classes/root.C: ^eval
22051:
22052: * src/: classes/_string.h, classes/double.C, classes/int.C,
22053: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22054: string ^format
22055:
22056: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22057: 'bad' but not 'enough'
22058:
22059: * src/: classes/double.C, classes/root.C, classes/table.C,
22060: include/pa_common.h, include/pa_types.h, main/compile.y,
22061: main/pa_common.C, main/pa_request.C, main/untaint.C,
22062: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22063: types/pa_wwrapper.h: think constructing flag as is is bad
22064:
22065: * src/: classes/double.C, classes/int.C, classes/root.C,
22066: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22067: types/pa_vint.h: ^for
22068:
22069: 2001-03-12 paf
22070:
22071: * src/classes/table.C: table ^empty
22072:
22073: * src/: classes/table.C, include/pa_table.h: table ^menu
22074:
22075: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22076: ^offset ^line ^count
22077:
22078: * src/classes/root.C: ^round() ^floor() ^ceiling()
22079: ^abs() ^sign()
22080:
22081: * src/classes/: root.C, table.C: ^use
22082:
22083: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22084: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22085: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22086: ^while. switched off wcontext.constructing after write(value) or
22087: auto-vhash-constructing
22088:
22089: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22090: main/pa_request.C: fail_if_junction_ helper func
22091:
22092: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22093: include/pa_request.h, main/execute.C, main/main.dsp,
22094: main/pa_common.C, main/pa_request.C: ^process error point by
22095: actual method_name, not source. ^load
22096:
22097: * src/types/pa_vtable.h: table: no, better with string in cells...
22098:
22099: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22100: classes/_table.h, classes/table.C, main/untaint.C: z
22101:
22102: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22103: include/pa_table.h, main/core.C, main/execute.C,
22104: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22105: types/pa_value.h: table:set 0
22106:
22107: * src/: classes/root.C, include/core.h, include/pa_array.h,
22108: include/pa_request.h, include/pa_table.h, main/core.C,
22109: main/main.dsp, main/pa_request.C, main/pa_table.C,
22110: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22111: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22112: types/pa_vstring.h: freeze, ^table:create[] -1
22113:
22114: * src/: classes/root.C, types/pa_value.h: z
22115:
22116: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22117: get_method in couple places optimizing them
22118:
22119: * src/classes/root.C: z
22120:
22121: * src/: classes/root.C, types/pa_vclass.h: process temp main
22122: zeroing
22123:
22124: * src/: classes/double.C, classes/int.C, classes/root.C,
22125: classes/string.C, include/pa_common.h, include/pa_request.h,
22126: include/pa_string.h, include/pa_types.h, main/compile.C,
22127: main/compile.y, main/compile_tools.h, main/execute.C,
22128: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22129: types/pa_vmframe.h: ^process. actual names to store param and
22130: check_actual_numbered_params for better place diagnostics
22131:
22132: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22133: method-junctions bug fixed
22134:
22135: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22136: pa_vstateless_object.h, pa_vstring.h: stateless_object
22137:
22138: 2001-03-11 paf
22139:
22140: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22141: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22142: VDouble VInt base now VObject_base - without fields
22143:
22144: * src/: classes/root.C, include/core.h, main/core.C: z
22145:
22146: * src/: classes/double.C, classes/int.C, classes/root.C,
22147: classes/string.C, include/core.h, include/pa_hash.h,
22148: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22149: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22150:
22151: * src/: classes/double.C, classes/int.C, classes/root.C,
22152: include/pa_request.h, main/execute.C: intercept_string
22153:
22154: * src/: classes/double.C, classes/int.C, classes/root.C,
22155: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22156:
22157: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22158: ^inc-s(expr)
22159:
22160: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22161: classes/_root.h, classes/_string.h, classes/double.C,
22162: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22163: include/code.h, include/core.h, include/pa_array.h,
22164: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22165: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22166: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22167: include/pa_types.h, main/compile.C, main/compile.y,
22168: main/compile_tools.C, main/compile_tools.h, main/core.C,
22169: main/execute.C, main/pa_array.C, main/pa_common.C,
22170: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22171: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22172: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22173: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22174: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22175: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22176: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22177: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22178:
22179: * src/: main/pa_request.C, types/pa_vhash.h: z
22180:
22181: * src/: include/core.h, include/pa_request.h, main/core.C,
22182: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22183:
22184: * src/: include/pa_valiased.h, include/pa_value.h,
22185: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22186: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22187: include/pa_vjunction.h, include/pa_vmframe.h,
22188: include/pa_vobject.h, include/pa_vstring.h,
22189: include/pa_vunknown.h, include/pa_wcontext.h,
22190: include/pa_wwrapper.h, main/compile.y, main/core.C,
22191: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22192: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22193: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22194: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22195: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22196: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22197: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22198: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22199: include/
22200:
22201: 2001-03-10 paf
22202:
22203: * src/: include/core.h, include/pa_request.h, main/core.C,
22204: main/pa_request.C: run+auto=run
22205:
22206: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22207:
22208: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22209: classes/_root.h, classes/_string.h, classes/double.C,
22210: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22211: include/code.h, include/core.h, include/pa_array.h,
22212: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22213: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22214: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22215: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22216: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22217: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22218: include/pa_vjunction.h, include/pa_vmframe.h,
22219: include/pa_vobject.h, include/pa_vstring.h,
22220: include/pa_vunknown.h, include/pa_wcontext.h,
22221: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22222: main/compile_tools.C, main/compile_tools.h, main/core.C,
22223: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22224: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22225: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22226: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22227: main/pa_wcontext.C: sources header
22228:
22229: * src/main/pa_request.C: auto..
22230:
22231: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22232: main/pa_request.C: auto tree0
22233:
22234: * src/: include/core.h, include/pa_request.h, main/compile.y,
22235: main/core.C, main/pa_request.C: names to core.C
22236:
22237: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22238: include/pa_request.h, main/core.C, main/execute.C,
22239: main/pa_common.C, main/pa_request.C: root auto.p loaded
22240:
22241: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22242: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22243: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22244: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22245:
22246: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22247: @auto[] realised. auto.p scan togo
22248:
22249: * src/: include/pa_request.h, main/execute.C: autocalc
22250: code-junctions result now have names
22251:
22252: * src/: classes/double.C, classes/int.C, classes/root.C,
22253: classes/string.C, include/pa_request.h, include/pa_string.h,
22254: include/pa_wcontext.h, main/compile.y, main/execute.C,
22255: main/pa_string.C, main/pa_wcontext.C: tainting 0
22256:
22257: * src/classes/env.C: env:file/line
22258:
22259: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22260: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22261: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22262: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22263: main/compile_tools.C, main/compile_tools.h, main/core.C,
22264: main/execute.C, main/main.dsp, main/pa_cframe.C,
22265: main/pa_request.C, main/pa_wcontext.C: const fight finished
22266:
22267: * src/include/pa_vclass.h: const fight to go
22268:
22269: * src/: classes/_env.h, classes/env.C, classes/root.C,
22270: include/pa_request.h, include/pa_vclass.h, main/core.C,
22271: main/main.dsp: env0
22272:
22273: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22274: classes/_string.h, classes/double.C, classes/int.C,
22275: classes/root.C, classes/string.C, include/pa_request.h,
22276: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22277: include/pa_wcontext.h, main/core.C, main/main.dsp,
22278: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22279: main/pa_wcontext.C: ^lang prepare0
22280:
22281: 2001-03-09 paf
22282:
22283: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22284: construct proper naming
22285:
22286: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22287: classes/double.C, classes/int.C, classes/root.C,
22288: classes/string.C, include/code.h, include/pa_value.h,
22289: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22290: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22291: main/compile.y, main/compile_tools.C, main/core.C,
22292: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22293: and ^double[]. fixed expr type
22294:
22295: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22296: ^string.length[]
22297:
22298: 2001-03-08 paf
22299:
22300: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22301:
22302: * src/: include/pa_vclass.h, include/pa_vstring.h,
22303: include/pa_wcontext.h, main/compile.y, main/core.C,
22304: main/execute.C, main/main.dsp: dead end: vstring can't be
22305: derivated from vobject
22306:
22307: * src/: include/pa_vclass.h, include/pa_vhash.h,
22308: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22309:
22310: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22311: remained clone conseqs
22312:
22313: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22314:
22315: * src/main/pa_vclass.C: wow! vclass were out of vcs
22316:
22317: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22318: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22319: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22320: include/pa_vobject.h, include/pa_vstring.h,
22321: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22322: main/execute.C: withoud cloning. didn't need it actually, params
22323: got passed from out unnamed ewpool
22324:
22325: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22326: include/pa_vjunction.h, include/pa_vobject.h,
22327: include/pa_vunknown.h, main/compile.y: cloning dead end
22328:
22329: * src/: include/pa_bool.h, include/pa_double.h,
22330: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22331: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22332: include/pa_vjunction.h, include/pa_vmframe.h,
22333: include/pa_vobject.h, include/pa_vstring.h,
22334: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22335: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22336: to give params proper names
22337:
22338: * src/main/pa_wcontext.C: z
22339:
22340: * src/: include/pa_vmframe.h, main/execute.C: added names to
22341: unknown values in get_element and unfilled params. removed wrong
22342: name change in get_element
22343:
22344: * src/main/execute.C: z
22345:
22346: * src/main/execute.C: fixed problems calling operators in
22347: constructors
22348:
22349: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22350: detected problems calling operators in constructors
22351:
22352: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22353: autocalc def to string
22354:
22355: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22356: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22357:
22358: * src/classes/root.C: added root.c
22359:
22360: * src/: include/pa_request.h, include/pa_value.h,
22361: include/pa_vcframe.h, include/pa_vmframe.h,
22362: include/pa_wcontext.h, main/compile.C, main/compile.y,
22363: main/core.C, main/execute.C, main/pa_cframe.C,
22364: main/pa_wcontext.C: 'if' just compiled
22365:
22366: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22367: include/pa_vjunction.h, include/pa_vmframe.h,
22368: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22369: main/pa_wcontext.C: z
22370:
22371: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22372: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22373: with parameter names in operator methods
22374:
22375: * src/main/compile.y: minor renamings in .y
22376:
22377: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22378: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22379: @BASE. changed 'RUN' assignment mech
22380:
22381: * src/main/execute.C: z
22382:
22383: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22384: main/compile_tools.h, main/execute.C: made class: dynamic, not
22385: static. so to enable runtime ^use
22386:
22387: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22388:
22389: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22390: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22391:
22392: * src/main/execute.C: root root in code-junction
22393:
22394: 2001-03-07 paf
22395:
22396: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22397: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22398:
22399: * src/: include/pa_stack.h, include/pa_value.h,
22400: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22401: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22402: fixed rwcontext of {} params up
22403:
22404: * src/main/: compile.y, compile_tools.h: ^func(params)
22405:
22406: * src/main/compile.y: .y priorities syntax shaped up a bit
22407:
22408: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22409: include/pa_vunknown.h, main/compile.y, main/execute.C,
22410: main/pa_hash.C: expr def in -f
22411:
22412: * src/main/: compile.y, execute.C: expr calls
22413:
22414: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22415: fixed
22416:
22417: * src/main/compile.y: expr quoted code
22418:
22419: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22420: support0
22421:
22422: * src/main/compile.y: expr string comparisons 0
22423:
22424: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22425: main/pa_string.C: just compiled lt&co
22426:
22427: * src/main/execute.C: ^var.menu{$field} problem detected. that
22428: $field not a $var.field
22429:
22430: 2001-03-06 paf
22431:
22432: * src/main/compile.y: .y expr visible-shorter
22433:
22434: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
22435: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
22436: logical
22437:
22438: * src/: include/pa_vstring.h, main/compile.y: problems with
22439: skipping whitespace in yylex
22440:
22441: * src/include/pa_vbool.h: forgot this
22442:
22443: * src/: include/code.h, main/compile.y, main/execute.C: without
22444: string ops in expressions 0
22445:
22446: * src/: include/pa_value.h, include/pa_vdouble.h,
22447: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
22448: main/execute.C, main/main.dsp: !~
22449:
22450: * src/: include/pa_vcframe.h, include/pa_vclass.h,
22451: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
22452: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22453: include/pa_vunknown.h, include/pa_wcontext.h,
22454: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22455: main/compile_tools.h, main/execute.C: +-*/
22456:
22457: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
22458: main/compile_tools.h: grammar-1.1 $a(z) $a=0
22459:
22460: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
22461: main/execute.C: expr grammar-1 2*2=4.000000 :)
22462:
22463: * src/main/compile.y: expr grammar-1
22464:
22465: * src/main/compile.y: expr lexx1
22466:
22467: * src/main/: compile.y, execute.C, main.dsp: z
22468:
22469: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
22470: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
22471: main/execute.C: expr lex0 exec-1
22472:
22473: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
22474:
22475: 2001-02-26 paf
22476:
22477: * src/main/compile.y: max_string in yyerror bug fix
22478:
22479: 2001-02-25 paf
22480:
22481: * src/: include/pa_value.h, include/pa_vmframe.h,
22482: include/pa_wcontext.h, main/execute.C: VAliased3
22483:
22484: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
22485:
22486: * src/main/execute.C: VAliased1
22487:
22488: * src/: include/pa_request.h, include/pa_value.h,
22489: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
22490: VAliased0
22491:
22492: * src/: include/pa_pool.h, include/pa_request.h,
22493: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
22494: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
22495: VAliased just compiled
22496:
22497: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
22498: include/pa_vobject.h, main/execute.C: alias dead end
22499:
22500: * src/: include/pa_value.h, include/pa_vclass.h,
22501: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22502: main/main.dsp: no not get fields into interm VFielded class.
22503: fields & staticfields 1
22504:
22505: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
22506: include/pa_vobject.h, include/pa_wcontext.h,
22507: include/pa_wwrapper.h, main/core.C, main/execute.C,
22508: main/main.dsp: would now get fields into interm VFielded class
22509:
22510: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22511: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22512: include/pa_wcontext.h, main/compile.y, main/core.C,
22513: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
22514: main/pa_wcontext.C: virtuals2
22515:
22516: * src/main/compile.y: : 1
22517:
22518: * src/main/compile.y: rethought to $class:static.field.subfield
22519:
22520: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
22521: $class:element
22522:
22523: * src/: include/pa_value.h, include/pa_vmframe.h,
22524: include/pa_wwrapper.h, main/compile.y, main/execute.C,
22525: main/pa_wcontext.C: before execute class calls rewrite
22526:
22527: * src/: include/pa_request.h, main/compile.C, main/core.C: default
22528: name RUN, also alias
22529:
22530: * src/main/compile.y: escaping bug
22531:
22532: * src/: include/pa_request.h, include/pa_value.h,
22533: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
22534: main/core.C, main/execute.C, main/pa_common.C: vobject1
22535:
22536: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22537: include/pa_vmframe.h, include/pa_vobject.h,
22538: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22539: main/compile_tools.h, main/execute.C: ^class:method() just
22540: compiled
22541:
22542: 2001-02-24 paf
22543:
22544: * src/main/main.dsp: no bison -d
22545:
22546: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
22547: class' err msg wrong
22548:
22549: * src/main/compile.y: z
22550:
22551: * src/main/: compile.y, core.C: yylex need some @special lines adj
22552:
22553: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
22554: main/compile.y, main/compile_tools.h, main/core.C: modules0
22555:
22556: * src/: include/pa_vclass.h, main/core.C: z
22557:
22558: * src/: include/pa_value.h, include/pa_vclass.h,
22559: include/pa_vobject.h, main/main.dsp: vobject00
22560:
22561: * src/main/pa_array.C: minor bug in expanding very small arrays.
22562: 60% from 1 were 0
22563:
22564: * src/: include/pa_value.h, include/pa_wcontext.h,
22565: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
22566: as bad as you've named it: wcontext.value() was not a perfect
22567: idea
22568:
22569: * src/main/execute.C: codeframe1
22570:
22571: * src/: include/pa_value.h, include/pa_vcframe.h,
22572: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
22573: include/pa_vjunction.h, include/pa_vmframe.h,
22574: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22575: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
22576: just compiled
22577:
22578: * src/: include/pa_vframe.h, main/compile.y: found junction
22579: ideology @: ^x{$a()) must construct current wcontext element, so
22580: smart wcontext handling needed
22581:
22582: * src/main/compile.y: fixed grammar bugs in constructor/params
22583: klinch
22584:
22585: * src/main/: compile.y, execute.C: fixed empty constructor
22586: optimized empty case. failed on calls - produced empty string
22587: param
22588:
22589: * src/main/compile.y: fixed last \n macrotemplate strip bug
22590:
22591: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
22592: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
22593: main/compile_tools.C, main/compile_tools.h, main/core.C,
22594: main/execute.C: code junctions0. something wrong with last \n
22595: macrotemplate strip
22596:
22597: * src/: include/pa_value.h, main/compile.C, main/core.C,
22598: main/pa_value.C: minor error reporting format beautifyings
22599:
22600: * src/: include/pa_value.h, include/pa_vclass.h,
22601: include/pa_vframe.h, main/core.C, main/execute.C,
22602: main/pa_value.C: get_method RIP. junctions everywhere. call with
22603: junctions0
22604:
22605: 2001-02-23 paf
22606:
22607: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
22608: pa_wwrapper.h: lara came, can't work, sorry :(
22609:
22610: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
22611: junction
22612:
22613: * src/: include/pa_vframe.h, include/pa_vunknown.h,
22614: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
22615: main/execute.C, main/main.dsp, main/pa_value.C: call0
22616:
22617: * src/: include/pa_hash.h, include/pa_value.h,
22618: include/pa_wcontext.h, main/core.C, main/execute.C,
22619: main/main.dsp, main/pa_hash.C: started call. store param, vframe
22620: done
22621:
22622: * src/include/pa_wcontext.h: z
22623:
22624: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
22625: wrong grammar in complex constructor case
22626:
22627: * src/main/: compile.y, execute.C: empty constructor bug fixed
22628:
22629: * src/main/execute.C: with result rwpool
22630:
22631: * src/: include/pa_value.h, main/core.C, main/execute.C,
22632: main/main.dsp: value named
22633:
22634: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
22635: strign 2 value in 2 places in execute
22636:
22637: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
22638: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
22639: wcontext.put_element when wcontext fvalue==0
22640:
22641: 2001-02-22 paf
22642:
22643: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22644: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
22645: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
22646:
22647: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
22648: erroreos checkout
22649:
22650: * src/: include/pa_request.h, main/compile.y: $self.put(val)
22651:
22652: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
22653: main/compile_tools.h, main/pa_array.C: $self.get
22654:
22655: * src/main/: compile.C, compile.y, compile_tools.C: z
22656:
22657: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
22658: bit. finished now.
22659:
22660: * src/main/compile.y: $: finished
22661:
22662: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
22663:
22664: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
22665: main/execute.C: OP_STRING better then some xxx _VALUE
22666:
22667: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
22668: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22669: string to vstring it .y all
22670:
22671: * src/: include/pa_request.h, include/pa_stack.h,
22672: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
22673: all
22674:
22675: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
22676: precise parse error line:col
22677:
22678: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
22679: main/pa_hash.C, main/pa_pool.C: TRY...
22680:
22681: * src/: include/pa_exception.h, include/pa_pool.h,
22682: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
22683: main/compile.C, main/compile.y, main/compile_tools.C,
22684: main/core.C, main/pa_array.C, main/pa_exception.C,
22685: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
22686: main/pa_table.C: removed exception from request
22687:
22688: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
22689: some forgotten
22690:
22691: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22692: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
22693: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
22694: get/put simple vars to VClass works0
22695:
22696: * src/: include/pa_array.h, include/pa_wcontext.h,
22697: main/pa_string.C: in process, but found that exceptions are too
22698: global
22699:
22700: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
22701: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
22702: main/execute.C, main/pa_string.C: write_value write_string 0 it
22703: seems wcontext must write strings regardles of fvalue!=0
22704:
22705: 2001-02-21 paf
22706:
22707: * src/main/execute.C: tired :)
22708:
22709: * src/main/: compile.C, compile.y, execute.C: store0
22710:
22711: * src/: include/compile.h, include/execute.h, include/pa_array.h,
22712: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
22713: include/pa_wcontext.h, main/compile.C, main/compile.y,
22714: main/execute.C, main/main.dsp, main/pa_array.C,
22715: main/pa_request.C: get put -1 [just compiled]
22716:
22717: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
22718: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
22719: main/main.dsp, main/pa_request.C: request core methods0
22720:
22721: * src/: include/compile.h, include/pa_array.h, main/compile.C,
22722: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
22723: execute
22724:
22725: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
22726: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
22727: methods and one_big_piece. now compile returns array<method*>
22728:
22729: * src/main/compile.y: more straightforward yylex[end]
22730:
22731: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22732: string.operator==(char*)
22733:
22734: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
22735: main/execute.C, main/pa_array.C: after array.const get wonders
22736:
22737: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
22738: pa_string.h, pa_value.h: struck with const array.gets
22739:
22740: * src/main/: execute.C: z
22741:
22742: * src/main/: compile.y, execute.C: z
22743:
22744: * src/main/: compile.C, compile.y, compile_tools.h: error
22745: processing in eval & yyerror so it wouldn't cause memleaks.
22746:
22747: * src/main/: compile.C, compile.y: failed to add absolute precies
22748: parse error positions. leaving RIGHTMOST position as
22749: @file[line:col]
22750:
22751: * src/: include/compile.h, main/compile.C, main/compile.y,
22752: main/compile_tools.h: line numbers needed. would add them to .y
22753: now internally. externally it's not as precise as needed
22754:
22755: * src/: include/code.h, include/pa_types.h, main/compile.C,
22756: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22757: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
22758: compiler works ok
22759:
22760: 2001-02-20 paf
22761:
22762: * src/main/: compile.C, compile.y, compile_tools.C,
22763: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
22764: not perfect
22765:
22766: * src/: include/code.h, include/compile.h, include/execute.h,
22767: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
22768: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22769: main/compile.C, main/compile.y, main/compile_tools.C,
22770: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
22771: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22772: main/pa_string.C, main/pa_table.C: bison[yacc] first time
22773: compiled. execute=dump for now
22774:
22775: * src/main/core.C: core rewrite using yacc investigations now will
22776: be compile[yacc]/execute[opcodes]
22777:
22778: 2001-02-15 paf
22779:
22780: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
22781: rewrite as turing machine? for it seems it would be it's too many
22782: ifs with this syntax now
22783:
22784: 2001-02-14 paf
22785:
22786: * src/main/core.C: get_params 1
22787:
22788: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
22789: :( ]
22790:
22791: * src/main/core.C: varios breaks
22792:
22793: * src/main/core.C: get names 3
22794:
22795: * src/main/core.C: get names 2
22796:
22797: * src/main/core.C: get names 1
22798:
22799: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
22800: names 0
22801:
22802: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
22803: text repassing2 operator static vars
22804:
22805: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
22806: main/pa_string.C: process text repassing
22807:
22808: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22809: module:calls changes
22810:
22811: 2001-02-13 paf
22812:
22813: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22814: ^class:calls[] started
22815:
22816: * src/: include/pa_value.h, main/core.C: z
22817:
22818: * src/main/core.C: operators : and self. prefixes
22819:
22820: * src/main/core.C: z
22821:
22822: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22823: tested
22824:
22825: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22826: optimized
22827:
22828: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
22829: would change privates to better support optimization
22830:
22831: * src/: include/pa_string.h, main/pa_string.C:
22832: String_iterator::skip_to todo:optimize
22833:
22834: 2001-02-12 paf
22835:
22836: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
22837: String_iterator
22838:
22839: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
22840: comments
22841:
22842: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
22843: self/methodref joined
22844:
22845: 2001-02-11 paf
22846:
22847: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
22848: main/main.dsp: core started. core.C, context&value .h
22849:
22850: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22851: include/pa_string.h, main/main.dsp, main/pa_array.C,
22852: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
22853:
22854: 2001-01-30 paf
22855:
22856: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
22857: comments
22858:
22859: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
22860: main/pa_pool.C: moved pa_pool.C to be target specific
22861:
22862: * src/: include/pa_exception.h, include/pa_pool.h,
22863: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
22864: to & changes
22865:
22866: * src/: include/pa_exception.h, include/pa_pool.h,
22867: include/pa_request.h, include/pa_table.h, main/pa_array.C,
22868: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
22869: re-associated. that's much better even removed 'die' necessety
22870:
22871: * src/: include/pa_error.h, include/pa_exception.h,
22872: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22873: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
22874: targets/Makefile.am: lowered targets/parser into subdir, added
22875: parser_Pool(Pool) failed to add. would think..
22876:
22877: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
22878: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
22879: main/pa_string.C, main/pa_table.C: Table more like C++ style
22880: hence lots of 'const'
22881:
22882: * src/: include/pa_error.h, include/pa_request.h,
22883: include/pa_string.h, include/pa_table.h, main/pa_error.C,
22884: main/pa_table.C: Error fixed
22885:
22886: 2001-01-29 paf
22887:
22888: * src/: include/pa_array.h, include/pa_common.h,
22889: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
22890: include/pa_request.h, include/pa_string.h, include/pa_table.h,
22891: main/Makefile.am, main/pa_array.C, main/pa_common.C,
22892: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
22893:
22894: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22895: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22896: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
22897: main/pa_string.C, main/pa_table.C: Request Error Table
22898:
22899: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
22900: templates"
22901:
22902: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
22903: main/main.dsp, main/pa_array.C: templates failed no template
22904: specializations [VC6], no library auto instantation [VC6, GNU c++
22905: 2.95.2-6 from latest cygwin]
22906:
22907: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22908: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22909: main/main.dsp, main/pa_array.C, main/pa_string.C,
22910: main/pa_table.C: Table started would test template Array now
22911:
22912: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22913: String originating
22914:
22915: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
22916: main/pa_hash.C: made local Hash-es not thread safe=quicker by
22917: SYNCHRONIZED(thread_safe)
22918:
22919: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
22920: parts to top
22921:
22922: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
22923: main/pa_threads.C: decided on one global_mutex, like PHP as I can
22924: see: needed only in global Hash now, made Hash:: put/get
22925: SYNCHRONIZED
22926:
22927: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
22928: main/pa_threads.C: added pa_threads
22929:
22930: Mutex
22931:
22932: * src/include/pa_hash.h: some comments
22933:
22934: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
22935: Array& operator += (Array& src)
22936:
22937: * src/main/pa_array.C: expand not convinient, would rewrite
22938:
22939: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
22940: (Array& src)
22941:
22942: rethought, would change now
22943:
22944: 2001-01-27 paf
22945:
22946: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
22947: caching
22948:
22949: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22950: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
22951: cache rethought to chunk caching
22952:
22953: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22954: include/pa_string.h, main/main.dsp, main/pa_array.C,
22955: main/pa_hash.C, main/pa_string.C: Array 0
22956:
22957: * src/main/pa_string.C: String::operator ==
22958:
22959: * src/main/pa_hash.C: String(&String)
22960:
22961: * src/main/pa_hash.C: added pa_hash.C [forgotten]
22962:
22963: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
22964: main/main.dsp, main/pa_string.C: uint, and added pa_types &
22965: pa_hash[forgotten]
22966:
22967: 2001-01-26 paf
22968:
22969: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22970: removed templates [vc++ suxx]
22971:
22972: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
22973: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
22974:
22975: * src/include/: pa_pool.h, pa_string.h: pa_pool split
22976:
22977: * src/main/: main.dsp, pa_string.C: $Id$ check
22978:
22979: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
22980: check
22981:
22982: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
22983: dynamic row_count
22984:
22985: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
22986: main/main.dsp, main/pa_pool.C, main/pa_string.C,
22987: targets/Makefile.am: Initial revision
22988:
22989: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
22990: main/main.dsp, main/pa_pool.C, main/pa_string.C,
22991: targets/Makefile.am: creating parser3 module
22992:
E-mail: