Annotation of parser3/ChangeLog, revision 1.114
1.114 ! moko 1: 2017-02-27 moko
! 2:
! 3: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
! 4:
1.113 moko 5: 2017-02-20 moko
6:
7: * operators.txt: actualization + beauty
8:
9: 2017-02-16 moko
10:
11: * tests/: 384.html, results/384.processed: test for
12: ^reflection:mixin[; $.name[] ] option added (related to feature
13: #1089)
14:
15: * tests/: 384.html, results/384.processed: test for
16: ^reflection:mixin[] added (related to feature #1089)
17:
18: * src/types/pa_value.h: warning war: virtual ~Value() added
19:
1.112 moko 20: 2017-02-15 moko
21:
22: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
23: fixed
24:
25: * tests/: 320.html, results/320.processed: $.reverse(true/false)
26: test added (related to feature #1069)
27:
28: * src/: classes/reflection.C, types/pa_vstateless_class.h:
29: compilation without HASH_ORDER fixed
30:
31: * src/: classes/reflection.C, include/pa_hash.h:
32: $.reverse(true/false) added to ^reflection:methods[] (related to
33: feature #1069)
34:
35: 2017-02-14 moko
36:
37: * tests/: 152.html, results/152.processed: test for $._default hash
38: added (related to bug #1131)
39:
40: * tests/: 277.html, results/277.processed: test for hash with only
41: $._default is now defined (related to bug #1131)
42:
43: * src/types/pa_vhash.h: hash with only $._default is now defined
44: (fixed bug #1131)
45:
46: 2017-02-13 moko
47:
48: * tests/cat-windows.sh: cat-windows added (cygwin required)
49:
50: * tests/: 171.html, 264.html, 286.html, 370.html,
51: results/320.processed, results/375.processed, results/auto.p:
52: cat-windows.sh support added
53:
54: * tests/375.html: Windows support
55:
56: * tests/270.html: documented
57:
58: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
59: (not backslashes) even under Windows (broke test 270)
60:
61: 2017-02-12 moko
62:
63: * tests/: descript.ion, todo.txt: cleanup
64:
65: 2017-02-09 moko
66:
67: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
68: run_tests.cmd: Windows compatibility
69:
70: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
71: incorrectly (GMT) if parser is called from cygwin
72:
1.111 moko 73: 2017-02-08 moko
74:
1.112 moko 75: * operators.txt: actualization 15% completed
76:
77: * operators.txt: cp1251 -> utf-8
78:
79: * NEWS, README: minor update
80:
81: * src/include/pa_config_includes.h: warning war continues
82:
83: * src/: include/pa_config_includes.h, include/pa_memory.h,
84: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
85: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
86: gcc 6.x issues fixed
87:
1.111 moko 88: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
89: classes/classes.h, classes/curl.C, classes/date.C,
90: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
91: classes/hashfile.C, classes/image.C, classes/inet.C,
92: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
93: classes/memcached.C, classes/memory.C, classes/op.C,
94: classes/reflection.C, classes/regex.C, classes/response.C,
95: classes/string.C, classes/table.C, classes/void.C,
96: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
97: include/pa_array.h, include/pa_cache_managers.h,
98: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
99: include/pa_config_fixed.h, include/pa_config_includes.h,
100: include/pa_dictionary.h, include/pa_dir.h,
101: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
102: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
103: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
104: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
105: include/pa_request_charsets.h, include/pa_request_info.h,
106: include/pa_sapi.h, include/pa_socks.h,
107: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
108: include/pa_stack.h, include/pa_string.h,
109: include/pa_stylesheet_connection.h,
110: include/pa_stylesheet_manager.h, include/pa_symbols.h,
111: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
112: include/pa_uue.h, include/pa_xml_exception.h,
113: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
114: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
115: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
116: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
117: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
118: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
119: main/compile.tab.C, main/compile.y, main/compile_tools.C,
120: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
121: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
122: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
123: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
124: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
125: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
126: main/pa_string.C, main/pa_stylesheet_connection.C,
127: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
128: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
129: main/untaint.C, sql/pa_sql_driver.h,
130: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
131: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
132: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
133: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
134: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
135: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
136: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
137: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
138: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
139: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
140: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
141: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
142: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
143: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
144: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
145: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
146: types/pa_vmemcached.h, types/pa_vmemory.h,
147: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
148: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
149: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
150: types/pa_vresponse.C, types/pa_vresponse.h,
151: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
152: types/pa_vstateless_object.h, types/pa_vstatus.C,
153: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
154: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
155: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
156: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
157: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
158: 2015->2017
159:
1.110 moko 160: 2017-02-07 moko
161:
162: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
163:
164: 2017-02-06 moko
165:
166: * src/main/pa_common.C: minor fixes, whitespace
167:
168: * src/: classes/curl.C, classes/file.C, classes/image.C,
169: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
170: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
171: now used (implements feature #1081)
172:
173: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
174:
175: 2017-02-01 moko
176:
177: * src/include/pa_request.h: cleanup
178:
179: 2017-01-30 moko
180:
181: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
182:
183: 2017-01-29 moko
184:
185: * tests/: 383.html, results/383.processed: test for
186: ^reflection:stack[] added (related to feature #1052)
187:
188: * src/classes/reflection.C: else added
189:
190: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
191: $.max_file_lock_wait added (implements feature #1128)
192:
193: 2017-01-28 moko
194:
195: * tests/: 379-curl.html, results/379-curl.processed: curl empty
196: body and other cases tests added (related to featue #1014)
197:
198: * src/classes/curl.C: bug if response is empty fixed (related to
199: feature #1014)
200:
201: 2017-01-27 moko
202:
203: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
204: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
205: added (implements feature #1052)
206:
207: 2017-01-25 moko
208:
209: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
210: method test added
211:
212: 2017-01-23 moko
213:
214: * src/classes/reflection.C: optimization: options->get replaced by
215: hash iterator
216:
217: * tests/: 381.html, results/381.processed: now -> fixed date
218:
219: * src/main/pa_request.C: warning war
220:
221: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
222: 5Mb (fixes bug #1058)
223:
224: * src/classes/curl.C: warning war
225:
226: * tests/: 381.html, results/381.processed: tests for ^json:string
227: $.one-line(true) option added (related to feature #1124)
228:
229: * src/: classes/json.C, types/pa_value.h: $json-string
230: $.one-line(true|false) options is now supported (implements
231: feature #1124)
232:
233: * tests/: 380.html, results/380.processed: test for modified
234: $.max_file_size added (related to bug #1014)
235:
236: * tests/: 379.html, results/auto.p: tests for rewritten http file
237: load added (related to bug #1014)
238:
239: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
240: main/pa_common.C, main/pa_http.C: check_file_size added and used
241: in curl / file load from disk and http, http file load rewritten
242: (related to bug #1014)
243:
244: 2017-01-18 moko
245:
246: * tests/: 378.html, results/378.processed: tests for ^result[]
247: added (related to feature #66)
248:
249: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
250: Method::CO_WITHOUT_FRAME as frame still added in expression
251: (related to feature #66)
252:
253: 2017-01-17 moko
254:
255: * tests/: 377.html, results/377.processed: test for different
256: combinations of breaks in body and delimiter (related to bug
257: #1077)
258:
259: * tests/: 376.html, results/376.processed: many ^break[] tests
260: added (related to bug #1077)
261:
262: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
263: passed to native method" exception added to avoid bugs due to
264: WRITE_EXPR_RESULT skipped and native methods execution continues
265: after ^break[] (related to bug #1077)
266:
267: 2017-01-14 moko
268:
269: * tests/: 330.html, results/330.processed: test results updated
270: after ^break[] bugs where fixed (related to bug #1077)
271:
272: * tests/: 329.html, results/329.processed: test results updated
273: after ^break[] bugs where fixed (related to bug #1077)
274:
275: * tests/results/320.processed: ^return[] added
276:
277: 2017-01-13 moko
278:
279: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
280: classes/table.C, include/pa_request.h, main/execute.C,
281: main/pa_request.C, targets/cgi/parser3.C,
282: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
283: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
284: checked after each possible process/execute call (fixes bug
285: #1077)
286:
287: 2016-12-29 moko
288:
289: * src/main/pa_common.C: warning war
290:
291: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
292: include/pa_types.h, main/pa_request.C, main/pa_string.C:
293: pa_file_size_limit added, ^math:random fixed for upper limit and
294: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
295: (related to feature #1014)
296:
297: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
298: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
299: (related to feature #1014)
300:
301: 2016-12-28 moko
302:
303: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
304: warning war
305:
306: 2016-12-26 moko
307:
308: * tests/: 341.html, results/341.processed: test for
309: ^table.hash[id;;$.type[string]] added (related to feature #1057)
310:
311: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
312: (related to feature #1057)
313:
314: * src/types/pa_vdate.C: warning war continues...
315:
316: * src/: classes/date.C, classes/image.C, classes/table.C,
317: include/pa_config_includes.h, types/pa_vfile.C: warning war
318:
319: * src/lib/gd/gifio.C: warning war / cleanup
320:
321: * src/lib/json/pa_json.C: warning war
322:
323: * src/classes/hash.C: warning war
324:
325: * src/types/pa_vfile.C: warning war
326:
327: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
328: -Wall warning war continues
329:
330: * configure.ac: --with-build-warnings actualized
331:
332: 2016-12-25 moko
333:
334: * src/main/pa_exec.C: -wAll warning war
335:
336: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
337: -wAll warning war
338:
339: * src/: include/pa_common.h, include/pa_sapi.h,
340: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
341: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
342: -wAll warning war
343:
344: 2016-12-23 moko
345:
346: * src/lib/ltdl/Makefile.am: extra dist added
347:
348: * tests/results/344.processed: test result updated after $file.text
349: prefetched in ^hash::create[$file] (related to feature #1075)
350:
351: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
352: ^hash::create[$file] (related to feature #1075)
353:
354: 2016-12-22 moko
355:
356: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
357: main/pa_request.C, main/pa_stylesheet_connection.C,
358: types/pa_vfile.C: file_stat now return 64-bit size (implements
359: #1014 under 32-bit unix versions)
360:
361: 2016-12-21 moko
362:
363: * tests/: 375.html, results/375.processed: test for exec returning
364: stated file added (related to feature #1119)
365:
366: * src/classes/file.C: load should not return file with null body
367: (fixes bug #1119)
368:
369: 2016-12-14 moko
370:
371: * tests/: 374.html, results/374.processed: test for $method.name
372: added (related to feature #1117) plus method returning junction
373: test
374:
375: 2016-12-13 moko
376:
377: * src/: include/pa_symbols.h, main/pa_symbols.C,
378: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
379: (implements feature #1117)
380:
381: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
382: HEAD and TRACE can't have body (implements feature #1116)
383:
384: 2016-12-09 moko
385:
386: * tests/: 373.html, results/373.processed: tests for
387: ^reflection:tainting added (related to feature #1098)
388:
389: * src/classes/reflection.C: ^reflection:tainting arguments order
390: change (related to feature #1098)
391:
392: 2016-12-06 moko
393:
394: * src/: classes/reflection.C, include/pa_string.h,
395: main/pa_string.C: ^reflection:tainting[$string] added (implements
396: feature #1098)
397:
398: 2016-12-05 moko
399:
400: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
401: (fixes bug #1114)
402:
403: 2016-12-04 moko
404:
405: * tests/: 206.html, results/206.processed: negative zero (0/-1)
406: check added
407:
408: 2016-12-03 moko
409:
410: * tests/: 346-curl.html, results/346-curl.processed: test modified
411: to test value.as_hash() usage
412:
413: * src/classes/curl.C: value.as_hash() used for correct hash
414: processing
415:
416: * src/classes/reflection.C: exceptions texts fixes
417:
418: 2016-12-02 moko
419:
420: * tests/: 372.html, results/372.processed: tests for
421: ^reflection:create[ $.class[name] $.constructor[name]
422: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
423: feature #1094)
424:
425: * src/types/pa_vmethod_frame.h: comment added: params should be
426: declared outside of *_FRAME_ACTION as MethodParams destructor
427: will be called in ~VNativeMethodFrame
428:
429: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
430: ] minor fix
431:
432: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
433: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
434: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
435: now supported (implements feature #1094) value::as_hash added
436: (and should be used everywhere)
437:
438: * src/classes/reflection.C: cleanup
439:
440: 2016-12-01 moko
441:
442: * tests/: 356.html, results/356.processed: test for method
443: junctions class name added to the resulting hash added (related
444: to feature #1068)
445:
446: * src/classes/reflection.C: for method junctions class name added
447: to the resulting hash (related to feature #1068)
448:
449: 2016-11-30 moko
450:
451: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
452: exception (related to bug #1113)
453:
454: * src/types/pa_vhashfile.C: whitespace
455:
456: * src/main/pa_os.C: errno now returned as it should (fixes bug
457: #1113)
458:
459: * tests/results/: 175.processed, 192.processed, 224.processed,
460: 229.processed, 239.processed, 244.processed, 246.processed,
461: 314.processed, 352.processed: tests results updated after method
462: call exceptions improved as method now keeps its name
463:
464: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
465: types/pa_vmethod_frame.h: method call exceptions improved as
466: method now keeps its name
467:
468: * tests/: 224.html, 239.html, results/224.processed,
469: results/239.processed: tests and tests results updated after
470: Request::construct exception changed
471:
472: * src/: classes/reflection.C, main/execute.C: Request::construct
473: exception optimized
474:
475: * tests/: 371.html, results/371.processed: test for
476: WWrapper.get_element call in $.name.key[value] code added
477: (related to feature #1091)
478:
479: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
480: in $.name.key[value] code (related to feature #1091)
481:
482: 2016-11-29 moko
483:
484: * src/classes/op.C: VS warning war
485:
486: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
487: C4239: nonstandard extension used : 'return' : conversion from
488: 'Value' to 'Value &' (related to feature #1020)
489:
490: * src/: main/execute.C, types/pa_vmethod_frame.h,
491: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
492: used : 'return' : conversion from 'Value' to 'Value &' (related
493: to feature #1020)
494:
495: * src/main/execute.C: VS warning war
496:
497: * src/targets/cgi/parser3.C: VS compatibility fix
498:
499: * src/include/pa_request.h: VS warning war
500:
501: * tests/: 370.html, results/370.processed: test for ^file::exec[
502: ... $.stdin[$binary_file] ] added (related to bug #1044)
503:
504: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
505: include/pa_string.h, main/pa_exec.C: pa_exec now supports
506: $.stdin[$binary_file] (fixes bug #1044)
507:
508: 2016-11-28 moko
509:
510: * src/main/pa_exec.C: whitespace
511:
512: * src/main/pa_request.C: whitespace
513:
514: * tests/: 369.html, results/369.processed: test for
515: $response:status usage added (related to feature #1099)
516:
517: * src/targets/cgi/parser3.C: HTTP response code used as exit status
518: if < 100 (implements feature #1099)
519:
520: * src/targets/cgi/parser3.C: whitespace
521:
522: * src/targets/cgi/parser3.C: whitespace
523:
524: * tests/: 368.html, results/368.processed: test updated after
525: ^reflection:filename[$method] added (related to feature #1053)
526:
527: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
528: main/compile.y, main/execute.C, main/pa_request.C,
529: types/pa_vclass.h: filename -> filespec,
530: ^reflection:filename[$method] added (related to feature #1053)
531:
532: 2016-11-27 moko
533:
534: * tests/: 368.html, results/368.processed: test for
535: reflection:filename[$class or object] added (related to feature
536: #1053)
537:
538: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
539: types/pa_vstateless_class.h: ^reflection:filename[$class or
540: object] added (implements feature #1053)
541:
542: 2016-11-26 moko
543:
544: * src/: include/pa_request_info.h,
545: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
546: remove_absolute_uri -> strip_absolute_uri
547:
548: 2016-11-25 moko
549:
550: * src/: include/pa_request_info.h,
551: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
552: request_info.remove_absolute_uri added to remove possible
553: http://site.name/ from $request:uri (implements feature #1112)
554:
555: 2016-11-24 moko
556:
557: * tests/: 367-curl.html, results/367-curl.processed: test for
558: previous request headers clearing after redirect added (related
559: to bug #1109)
560:
561: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
562: response headers from previous requests are now cleared, only
563: last request headers are collected (fixes bug #1109)
564:
565: * tests/results/: 266.processed, 321.processed, 356.processed:
566: tests results updated as method name now added to the resulting
567: hash for new syntax only (Imp1 compatimility fixed, related to
568: feature #1068)
569:
570: * src/classes/reflection.C: method name now added to the resulting
571: hash for new syntax only (Imp1 compatimility fixed, related to
572: feature #1068)
573:
574: * tests/results/366.processed: test for native and parser
575: implementation of ^use[] logic (related to feature #1074)
576:
577: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
578: for native and parser implementation of ^use[] logic (related to
579: feature #1074)
580:
581: 2016-11-23 moko
582:
583: * src/: classes/op.C, include/pa_request.h, main/compile.y,
584: main/pa_request.C: @USE file now implemented as ^use[file;
585: $.origin[origin_file] ] (implements feature #1074)
586:
1.109 moko 587: 2016-11-21 moko
588:
1.110 moko 589: * tests/: 365.html, results/365.processed: test for $caller bugs in
590: 3.4.4 and $caller.method now tested (related to feature #1110)
591:
592: * tests/: 364.html, results/364.processed: $caller usage in
593: different contexts now tested (related to feature #1110)
594:
595: * src/types/types.vcproj: +pa_vcaller_wrapper.h
596:
597: * src/types/Makefile.am: pa_vcaller_wrapper.h added
598:
1.109 moko 599: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
600: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
601: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
602: used (implements feature #1110)
603:
604: 2016-11-20 moko
605:
606: * src/types/pa_vdouble.h: whitespace
607:
608: 2016-11-11 moko
609:
610: * tests/: 363.html, results/363.processed: more tests for feature
611: #1091 (how parser methods work in expression context)
612:
613: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
614: expressions strings are now written as strings, not values by
615: write_as_string (related to feature #1091)
616:
617: * src/classes/op.C: to make more correct behavour in expression
618: context
619:
620: 2016-11-07 moko
621:
622: * tests/: 362.html, results/362.processed: test for
623: xsltParseStylesheetDoc caching as xsl modification after it added
624: (related to bug #1108)
625:
626: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
627: result now cached as xdoc is modified after it (fixes bug #1108)
628:
629: 2016-11-06 moko
630:
631: * src/types/pa_vxdoc.h: whitespace
632:
633: 2016-11-05 moko
634:
635: * src/types/pa_vmethod_frame.h: cleanup
636:
637: 2016-11-03 moko
638:
639: * tests/results/244.processed: more correct exception after method
640: frames separation
641:
642: * src/types/pa_vmethod_frame.h: minor optimizaion
643:
644: * src/types/pa_method.h: optimization: params_count added
645:
646: * src/: classes/json.C, classes/op.C, classes/reflection.C,
647: include/pa_request.h, main/execute.C, main/pa_request.C,
648: types/pa_value.C, types/pa_vmethod_frame.C,
649: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
650: VMethodFrame now divided into VNativeMethodFrame,
651: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
652: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
653: and used (related to feature #1104)
654:
655: 2016-11-02 moko
656:
657: * src/: classes/bool.C, classes/curl.C, classes/date.C,
658: classes/double.C, classes/file.C, classes/hash.C,
659: classes/hashfile.C, classes/image.C, classes/inet.C,
660: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
661: classes/memcached.C, classes/op.C, classes/reflection.C,
662: classes/regex.C, classes/string.C, classes/table.C,
663: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
664: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
665: r.write (implements feature #1091)
666:
667: * src/main/execute.C: cleanup (related to feature #1104)
668:
669: * src/: include/pa_request.h, main/execute.C,
670: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
671: added, in_expression removed (implements feature #1104)
672:
673: 2016-10-31 moko
674:
675: * src/types/pa_value.C: whitespace
676:
677: 2016-10-28 moko
678:
679: * tests/results/244.processed: updated after error reporting fixed
680: in pa_wcontext.C
681:
682: * src/types/pa_wcontext.C: error reporting fixed
683:
684: * src/types/pa_wcontext.h: whitespace
685:
686: * src/classes/image.C: not fully readed entries are no longer
687: processed (fixes bug #1106)
688:
689: 2016-10-26 moko
690:
691: * src/classes/image.C: whitespace
692:
693: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
694: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
695: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
696: longer required (related to feature #1091)
697:
698: * tests/results/: 264.processed, 350.processed: test results update
699: reverted (whitespace optimization) after write_no_lang removed :)
700: (related to feature #1091)
701:
702: * src/: classes/file.C, classes/hash.C, classes/op.C,
703: classes/string.C, classes/table.C, classes/void.C,
704: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
705: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
706: equal write_pass_lang (related to feature #1091)
707:
708: * tests/results/: 264.processed, 350.processed: test results
709: updated (whitespace optimization) after write_assign_lang removed
710: (related to feature #1091)
711:
712: * tests/: 361.html, results/361.processed: test for non-string
713: ^untaint added (related to feature #1091)
714:
715: * src/: classes/curl.C, classes/date.C, classes/file.C,
716: classes/hash.C, classes/op.C, classes/string.C,
717: include/pa_request.h, main/execute.C: optimization:
718: write_assign_lang removed as not required (first part of feature
719: #1091 implementation)
720:
1.108 moko 721: 2016-10-12 moko
722:
723: * tests/: 360.html, results/360.processed: more test code (related
724: to feature #1104)
725:
726: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
727: include/pa_request.h, main/compile.y, main/execute.C: opcode
728: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
729: WContext is next task (implements feature #1104)
730:
731: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
732: / CO_WITHOUT_WCONTEXT
733:
734: * tests/: 360.html, results/360.processed: test for in expression
735: state (related to feature #1104)
736:
737: 2016-10-11 moko
738:
739: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
740:
741: * src/classes/op.C: default value removed from initializer
742:
743: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
744:
745: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
746:
747: 2016-10-10 moko
748:
749: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
750: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
751: to feature #42)
752:
753: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
754: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
755:
756: 2016-10-08 moko
757:
758: * src/classes/double.C: whitespace
759:
760: 2016-10-07 moko
761:
762: * src/types/pa_vmethod_frame.h: reorder
763:
764: 2016-10-06 moko
765:
766: * src/classes/date.C: typo
767:
768: * src/types/pa_vmethod_frame.h: whitespace + cleanup
769:
770: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
771: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
772: types/pa_vmethod_frame.h: params.get now returns Value&, not
773: Value*
774:
775: * src/types/pa_vmethod_frame.C: params.get should return Value&.
776:
777: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
778: removed; first as_* code rewrite
779:
780: 2016-10-05 moko
781:
782: * src/include/pa_request.h: whitespace
783:
784: * tests/: 359.html, results/359.processed: test for VCodeFrame and
785: intercept_string added (related to feature #1097)
786:
787: * src/: classes/image.C, classes/op.C, classes/table.C,
788: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
789: optimization: intercept_string removed (implements feature #1097)
790:
791: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
792:
793: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
794: from VCodeFrame and WWrapper as not required
795:
796: 2016-10-04 moko
797:
798: * src/: classes/curl.C, classes/date.C, classes/double.C,
799: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
800: classes/int.C, classes/json.C, classes/op.C,
801: classes/reflection.C, classes/string.C, classes/table.C,
802: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
803: proces_to_value -> process after StringOrValue removed (related
804: to feature #1020)
805:
806: * src/classes/form.C: whitespace
807:
808: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
809:
810: * tests/: 357.html, 358.html, results/357.processed,
811: results/358.processed, results/auto.p: test for @conf
812: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
813:
814: 2016-10-03 moko
815:
816: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
817: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
818: supported (implements feature #42)
819:
820: * src/types/pa_vregex.h: no reason for VRegex to be
821: is_evaluated_expr
822:
823: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
824: (implements feature #1095)
825:
826: 2016-10-01 moko
827:
828: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
829: false by default (related to feature #1089)
830:
831: 2016-09-30 moko
832:
833: * src/types/pa_wcontext.h: cleanup
834:
835: 2016-09-29 moko
836:
837: * src/main/execute.C: whitespace
838:
839: * src/include/pa_request.h: whitespace
840:
841: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
842: classes/op.C, classes/table.C, include/pa_request.h,
843: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
844: types/pa_vobject.C, types/pa_wcontext.h: optimization:
845: StringOrValue removed as it just slows down and adds complexity
846: (implements feature #1020)
847:
848: 2016-09-28 moko
849:
850: * tests/: 356.html, results/266.processed, results/321.processed,
851: results/356.processed: tests updated after name was added to
852: method_info hash, test for ^reflection:method_info[junction]
853: added (related to feature #1068)
854:
855: * src/classes/reflection.C: ^reflection:method_info[junction] now
856: supported, method name added to the resulting hash (implements
857: feature #1068)
858:
859: * tests/: 276.html, results/276.processed: more tests for
860: ^reflection:delete[]
861:
862: * src/classes/reflection.C: fixed bug then ^reflection:delete
863: didn't work on class and could damage native objects (like file)
864:
865: 2016-09-26 moko
866:
867: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
868: results/345.processed, results/346-curl.processed,
869: results/347-curl.processed, results/348.processed: numbers added
870: to simplify diff analysis
871:
872: * tests/: 352.html, results/352.processed: test result updated as
873: method name used
874:
875: * src/classes/reflection.C: method name used
876:
877: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
878: its name
879:
880: * src/types/pa_method.h: whitespace
881:
882: * src/classes/reflection.C: both method and field with one name can
883: exist.
884:
885: * src/classes/reflection.C: ^reflection:mixin added (implements
886: feature #1089)
887:
888: * tests/: 355.html, results/355.processed: property appears in
889: derived class if added in base test added
890:
891: * src/types/pa_vstateless_class.h: get_method declaration +
892: whitespace
893:
894: * tests/: 354.html, results/354.processed: nice test from method
895: and property with one name in class added
896:
897: 2016-09-23 moko
898:
899: * src/classes/reflection.C: ^reflection:method usage documented
900:
901: 2016-09-22 moko
902:
903: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
904: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
905: compile warning and GPF occures on VS2003 (related to feature
906: #1087)
907:
908: * tests/: 350.html, results/350.processed: test added for
909: $.encloser[] support in ^table::create (related to feature #11)
910:
911: * src/classes/table.C: another minor fix (related to feature #11)
912:
1.107 moko 913: 2016-09-21 moko
914:
915: * src/include/pa_config_fixed.h: vs2015 compilation fixes
916:
917: * src/: classes/curl.C, classes/file.C, classes/hash.C,
918: classes/json.C, classes/string.C, classes/table.C,
919: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
920: main/pa_common.C, main/pa_http.C, main/pa_request.C,
921: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
922: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
923: pa_charsets, vs2015 warning war
924:
925: * src/classes/table.C: vs2015 warning war
926:
927: * src/types/pa_vdate.C: vs2015 warning war
928:
929: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
930:
931: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
932: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
933:
934: * src/main/pa_common.C: vs2015 compilation fixes
935:
936: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
937: vs2015 compilation fixes
938:
939: * src/main/pa_charset.C: vs2015 warning war
940:
941: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
942:
943: * src/main/pa_charset.C: vs2015 warning war
944:
945: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
946:
947: * src/types/pa_vdate.C: vs2015 compilation fix
948:
949: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
950:
951: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
952: VS2015 compilation fixes
953:
954: * src/classes/table.C: minor fix (related to feature #11)
955:
956: * tests/results/282.processed: no longer skipping extra enclosers
957: (related to feature #11)
958:
959: * src/classes/table.C: minor fix + no longer skipping extra
960: enclosers (related to feature #11)
961:
962: * src/classes/table.C: minor optimization (related to feature #11)
963:
964: * src/classes/table.C: minor fix and optimization (related to
965: feature #11)
966:
967: 2016-09-20 moko
968:
969: * tests/: 353.html, results/353.processed: test for
970: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
971: added (related to bug #1090)
972:
973: * src/main/compile.y: PC.cclass->is_vars_local() check added for
974: one_big_piece (fixes bug #1090)
975:
976: * tests/: 229.html, results/229.processed: code coverage tests
977:
978: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
979: body) was called
980:
981: * src/classes/op.C: whitespace
982:
983: * tests/: 323.html, results/323.processed: test for code junction
984: should not be returned by ^reflection:class, ^reflection:base
985:
986: * src/classes/reflection.C: bugfix: code junction should not be
987: returned by ^reflection:class, ^reflection:base
988:
989: * tests/: 323.html, 352.html, results/352.processed: no more
990: exception for ^reflection:method[class;no-such-method] (related
991: to feature #1087)
992:
993: * src/classes/reflection.C:
994: ^reflection:method[class;no-such-method] : exception -> void
995: (related to feature #1087)
996:
997: * src/include/pa_request.h: request::write_value added to allow
998: write value without convertion (related to issue #1091)
999:
1000: 2016-09-19 moko
1001:
1002: * src/main/pa_random.C: windows build fix
1003:
1004: * src/types/pa_vhash.h: warning war
1005:
1006: 2016-09-14 moko
1007:
1008: * tests/: 352.html, 552.html, results/352.processed,
1009: results/552.processed: test for ^reflection:method[] extension
1010: added (related to feature #1087)
1011:
1012: * tests/: 552.html, results/552.processed: test for
1013: ^reflection:method[] extension added (related to feature #1087)
1014:
1015: * src/classes/reflection.C: compatibility issue fixed, VClass
1016: dynamic_cast check added (related to feature #1087)
1017:
1018: * tests/: 351.html, results/351.processed: test for @auto[]
1019: inheritance bug diring ^process[] added (related to bug #1088)
1020:
1021: * src/: classes/op.C, main/pa_request.C,
1022: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1023: disable it inheritance during ^process (fixes bug #1088)
1024:
1025: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1026: added (implements feature #1087)
1027:
1028: 2016-09-13 moko
1029:
1030: * tests/: 349.html, results/auto.p: test for objects prototyping
1031: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1032: to feature #1086)
1033:
1034: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1035: types/pa_vobject.C: objects now are not class instances, but have
1036: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1037: in @conf (implements feature #1086)
1038:
1039: 2016-09-08 moko
1040:
1041: * src/: classes/file.C, classes/mail.C, classes/string.C,
1042: classes/table.C, main/pa_http.C, main/pa_string.C,
1043: include/pa_string.h: cleanup: string::split limit argument
1044: removed as no longer required, pos_after no longer reference
1045: (related to feature #11)
1046:
1047: * src/classes/table.C, tests/results/348.processed: now exception
1048: is rised when invalid option is passed to ^table::create[]
1049:
1050: * tests/: 282.cfg, 282.html, results/282.processed: more code
1051: coverage tests
1052:
1053: * tests/: 348.html, results/348.processed: code coverage tests
1054: added
1055:
1056: * tests/: 348.html, results/348.processed: generic ^table::create[]
1057: tests
1058:
1059: * tests/: 035.html, results/035.processed, results/272.processed:
1060: tests updated after $.encloser[] support for ^table::create
1061: implementation (related to feature #11)
1062:
1063: * src/classes/table.C: $.encloser[] support for ^table::create
1064: finally added (implements feature #11)
1065:
1066: 2016-09-07 moko
1067:
1068: * src/include/pa_string.h: added StringSplitHelper as friend
1069: (related to feature #11)
1070:
1071: * src/include/pa_string.h: body and langs now protected, not
1072: private to allow inheritance (related to feature #11)
1073:
1074: * src/classes/table.C: lsplit optimized before cloning for
1075: ^table::create with $.encloser[] (related to feature #11)
1076:
1077: * src/classes/table.C: optimizaion: TableControlChars.separators
1078: added and used (related to feature #11)
1079:
1080: * src/classes/table.C: spelling:
1081:
1082: TableSeparators -> TableControlChars column -> separator
1083: separators -> control_chars
1084:
1085: 2016-09-06 moko
1086:
1087: * src/main/pa_string.C: whitespace
1088:
1089: * src/main/pa_string.C: whitespace
1090:
1091: 2016-09-01 moko
1092:
1093: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1094: results OS-independent
1095:
1096: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1097: compiler (related to feature #1042)
1098:
1099: 2016-08-15 moko
1100:
1101: * src/include/pa_string.h: whitespace
1102:
1103: * src/classes/table.C: whitespace
1104:
1.106 moko 1105: 2016-08-05 moko
1106:
1107: * tests/: 344.html, results/344.processed: test for
1108: ^hash::create[$file] added (related to feature #1075)
1109:
1110: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1111: supported (implements feature #1075)
1112:
1113: 2016-08-04 moko
1114:
1115: * tests/: 341.html, results/341.processed: more code coverage tests
1116:
1117: * tests/: 346-curl.html, results/346-curl.processed: more code
1118: coverage tests for curl
1119:
1120: * tests/: 346-curl.html, results/346-curl.processed: more code
1121: coverage tests for curl
1122:
1123: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1124: results/223.processed: code coverage tests: $.form[ $.table[] ]
1125: test added
1126:
1127: * tests/: 223-curl.html, results/223-curl.processed: more code
1128: coverage tests for curl
1129:
1130: 2016-08-03 moko
1131:
1132: * src/classes/curl.C: dlink(curl_library) now called not once, but
1133: until it will be loaded, allowing to find existing library.
1134:
1135: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1136: results/347-curl.processed: more code coverage tests for curl
1137:
1138: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1139: results/339-curl.processed, results/346-curl.processed: curl
1140: functionality tests
1141:
1142: 2016-08-02 moko
1143:
1144: * tests/: 339.html, results/339.processed: test for tables in
1145: ^file:load[] and ^curl:load[] (commented) added (related to
1146: feature #1042)
1147:
1148: * tests/: 345.html, results/345.processed: code coverage tests for
1149: file class
1150:
1151: * tests/: 344.html, results/344.processed: code coverage tests
1152:
1153: * tests/: 344.html, results/344.processed: mdate removed from
1154: output
1155:
1156: * src/classes/file.C: minor bugfix: is_text should be taked from
1157: fcontent.is_text_mode() if not set (related to feature #1061)
1158:
1159: * tests/: 344.html, results/344.processed: more tests
1160:
1161: * tests/: 343.html, 344.html, results/343.processed,
1162: results/344.processed: tests for ^file::create[ $.from-charset
1163: and $.to-charset ] (related to feature #1061)
1164:
1165: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1166: aset_text_mode argument optimized
1167:
1168: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1169: checkBOM now used in detect_binary_content (related to feature
1170: #1061)
1171:
1172: * src/main/pa_request.C: load_charset no longer required to_upper
1173:
1174: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1175: preserves original file mode (if no $.mode specified)
1176:
1177: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1178: ^file::create now supports $.from-charset[] and $.to-charset
1179: options (implements feature #1061), automatic transcode is done
1180: if text file is created from binary file and charset is detected.
1181:
1182: 2016-07-30 moko
1183:
1184: * src/classes/table.C: ^t.hash[..;] now supported (related to
1185: feature #1057)
1186:
1187: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1188: added (related to feature #1057)
1189:
1190: * tests/: 286.html, results/286.processed: code tests coverage
1191:
1192: 2016-07-29 moko
1193:
1194: * src/classes/table.C: table size should be checked inside menu and
1195: foreach (related to feature #858)
1196:
1197: * src/: classes/curl.C, classes/file.C, classes/string.C,
1198: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1199: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1200: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1201: charsets.get now does str_upper inside (related to feature #1061)
1202:
1203: * tests/: 342.html, results/342.processed: more code coverage tests
1204:
1205: * tests/: 342.html, outputs/342.processed: table menu code coverage
1206: + foreach test added (related to feature #858)
1207:
1208: * tests/: 341.html, results/341.processed: tests for
1209: ^table.hash[]{code} added + code coverage tests (related to
1210: feature #1057)
1211:
1212: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1213: value} support (implements feature #1057)
1214:
1215: * src/classes/table.C: whitespace
1216:
1217: 2016-07-28 moko
1218:
1219: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1220: from URL, if not specified query string removed from url-based
1221: filenames in ^curl:load[] and ^file::load[] (related to feature
1222: #1042)
1223:
1224: 2016-07-27 moko
1225:
1226: * tests/: 340.html, results/340.processed: test for
1227: transcode_text_result=false added (related to issue #1042)
1228:
1229: 2016-07-26 moko
1230:
1231: * src/types/pa_vfile.C: file name should not be empty (if file path
1232: is folder and ends with /) (related to feature #1042)
1233:
1234: * src/main/pa_http.C: whitespace optimizaion
1235:
1236: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1237: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1238: multiple headers, ^file::load supports headers transcoding
1239: (implements feature #1042)
1240:
1241: 2016-07-25 moko
1242:
1243: * src/include/pa_common.h: PA_DEFAULT added
1244:
1245: 2016-07-22 moko
1246:
1247: * tests/: 338.html, results/338.processed: test for
1248: $date.field(value) added (related to feature #1066)
1249:
1250: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1251: $date.field(value) now supported for y/m/d/h/m/s (implements
1252: feature #1066)
1253:
1.105 moko 1254: 2016-07-21 moko
1255:
1256: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1257: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1258: arguments removed; image.C - absolute path shown in exception
1259: (implements feature #1071)
1260:
1261: * tests/: 235.html, results/235.processed: test and test result
1262: updated after static boundary in mail and Errors-To: mail header
1263: removed (related to feature #1047)
1264:
1265: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1266: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1267: used, static boundary in mail removed, Errors-To: mail header
1268: removed (implements feature #1047)
1269:
1270: 2016-07-20 moko
1271:
1272: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1273: equest.classes(): Value -> VStateless_class, part 3 (related to
1274: issue #1051)
1275:
1276: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1277: request.classes(): Value -> VStateless_class, part 2 (related to
1278: issue #1051)
1279:
1280: * tests/results/: 224.processed, 323.processed: classes without
1281: methods should not be methoded (related to issue #1051)
1282:
1283: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1284: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1285: -> VStateless_class, part 1 (related to issue #1051)
1286:
1287: * tests/: 337.html, results/337.processed: test for
1288: ^reflection:fields_reference[] and VHashReference class added
1289: (related to feature #1072)
1290:
1291: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1292: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1293: and VHashReference added, allowing ^reflection:fields_reference[]
1294: implementation (closes feature #1072)
1295:
1296: 2016-07-19 moko
1297:
1298: * tests/: 323.html, results/323.processed: we want to see
1299: "methoded"
1300:
1301: * tests/: 336.html, results/336.processed: test for $BASE:property
1302: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1303: #1059)
1304:
1305: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1306: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1307: somebody_entered_some_class, $BASE:property works again,
1308: ^BASE:method[] bugs fixed (fixes bug #1059)
1309:
1310: 2016-07-14 moko
1311:
1312: * tests/: 335.html, results/335.processed: test for feature #1055
1313: added
1314:
1315: * src/classes/hash.C: bugfix: $._default was not copied if empty
1316: feature: ^hash.contains[_default] added (implements feature
1317: #1055)
1318:
1319: 2016-07-13 moko
1320:
1321: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1322: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1323:
1324: 2016-07-05 moko
1325:
1326: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1327: in ^hash.foreach (related to feature #1073)
1328:
1329: 2016-07-04 moko
1330:
1331: * tests/: 134.html, 281.html, results/134.processed,
1332: results/281.processed: tests updated after hash blocking removed
1333: (related to feature #1073)
1334:
1335: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1336: no longer blocks on change during foreach (implements feature
1337: #1073)
1338:
1339: 2016-06-17 moko
1340:
1341: * tests/: 330.html, results/330.processed: try exception source
1342: test added (related to bug in #1062)
1343:
1344: * tests/: 334.html, results/334.processed: Exception stack trace
1345: test added (related to bug in $1062)
1346:
1347: * src/classes/op.C: Exception trace now correctly restored and
1348: errors reported (related to bug #1062)
1349:
1.104 moko 1350: 2016-05-25 moko
1351:
1352: * src/main/compile.y: minor cleanup + beauty
1353:
1354: 2016-05-24 moko
1355:
1356: * tests/: 333.html, results/333.processed: more exceptions testing
1357:
1358: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1359: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1360: features #1056, #1026)
1361:
1362: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1363: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1364: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1365: (implements feature #1056)
1366:
1367: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1368: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1369: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1370: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1371: feature #1026)
1372:
1373: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1374: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1375: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1376: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1377: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1378: feature #1026)
1379:
1380: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1381: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1382: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1383: SYMBOLS_CACHING define implemented (related to feature #1026)
1384:
1385: * src/main/main.vcproj: + ps_symbols
1386:
1387: * src/: include/Makefile.am, include/pa_string.h,
1388: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1389: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1390: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1391: types/pa_vstateless_class.C: initial implementation for symbols
1392: cache (related to feature #1026)
1393:
1394: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1395:
1396: * src/main/pa_globals.C: minor cleanup
1397:
1398: 2016-05-19 moko
1399:
1400: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1401: (related to feature #1046)
1402:
1403: * tests/: 331.html, results/331.processed: test for
1404: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1405: (related to feature #1051)
1406:
1407: * src/main/compile.y:
1408: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1409: (implements feature #1054)
1410:
1411: 2016-05-18 moko
1412:
1413: * src/types/pa_vtable.C, tests/results/324.processed: no more
1414: "column not found" exception for ^table.no-such-method[] (related
1415: to feature #1046)
1416:
1417: * tests/: 261.html, results/261.processed: test added and updated
1418: after feature #1046 implementation
1419:
1420: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1421: types/pa_vvoid.h: $string.anything works for whitespace strings,
1422: ^string.contains added for hash compatibility, $string.method no
1423: longer returns stting method (implements feature #1046)
1424:
1425: 2016-05-12 moko
1426:
1427: * src/classes/curl.C: content-type response header no longer
1428: ignored (fixes issue #1045)
1429:
1430: * tests/: 330.html, results/330.processed: test for incomplete
1431: finally execution when break occures added (related to issue
1432: #1077)
1433:
1434: * src/classes/op.C: bugfix: Request::skip reset is called before
1435: executing catch and finally code (fixes issue #1062)
1436:
1437: 2016-05-11 moko
1438:
1439: * tests/: 329.html, results/329.processed: test for invalid
1440: ^break[] behavour added (bug #1077)
1441:
1442: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
1443:
1444: 2016-04-24 moko
1445:
1446: * src/types/pa_vstateless_class.h: warning war
1447:
1448: 2016-04-17 moko
1449:
1450: * tests/: 328.html, results/328.processed: test for
1451: ^break(condition) and ^continue(condition) (related to feature
1452: #1063)
1453:
1454: * src/classes/op.C: ^break(condition) and ^continue(condition)
1455: implemented (feature #1063)
1456:
1457: 2016-04-12 moko
1458:
1459: * tests/results/280.processed: ordered hash now used for class
1460: methods and properties (test results updated for feature #1069)
1461:
1462: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
1463: to xdoc.C as under FreeBSD it was inited after and inheritance
1464: failed (related to issue #1051)
1465:
1466: * tests/: 320.html, results/320.processed: xdoc and xnode methods
1467: are printed to check inheritance (related to feature #1051)
1468:
1.103 moko 1469: 2016-04-09 moko
1470:
1471: * tests/results/320.processed: ordered hash now used for class
1472: methods and properties (test results updated for feature #1069)
1473:
1474: * src/types/pa_vstateless_class.h: ordered hash now used for class
1475: methods and properties (implements feature #1069)
1476:
1477: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
1478: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
1479: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
1480: feature #1051)
1481:
1482: 2016-04-07 moko
1483:
1484: * src/main/execute.C: returned Value in .CLASS case for VJunction
1485: (related to feature #1051)
1486:
1487: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
1488: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
1489: string constants deduplication (related to feature #1051)
1490:
1491: * tests/results/224.processed: test result updated (related to
1492: feature #1051)
1493:
1494: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
1495: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
1496: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
1497: types/pa_vstatus.h: classes hash now contains only
1498: VStateless_class derived objects, .CLASS is also allways
1499: VStateless_class derived object (related to feature #1051).
1500:
1501: 2016-04-06 moko
1502:
1503: * tests/results/323.processed: test result updated after feature
1504: #1051 implementation
1505:
1506: * src/: classes/classes.h, classes/op.C, classes/response.C,
1507: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1508: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
1509: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
1510: types/pa_vresponse.C, types/pa_vresponse.h,
1511: types/pa_vstateless_class.h: base -> methoded_donor for static
1512: classes, type() moved from VStateless_class to VClass and
1513: Methoded (implements feature #1051)
1514:
1515: 2016-04-04 moko
1516:
1517: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
1518: beauty: put_class added (related to feature #1051)
1519:
1520: 2016-04-01 moko
1521:
1522: * tests/results/: 175.processed, 192.processed, 224.processed,
1523: 229.processed, 244.processed, 246.processed, 316.processed: test
1524: results updated as class.type() removed from error messages, only
1525: type() left (related to feature #1051)
1526:
1527: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
1528: classes/op.C, classes/reflection.C, main/compile.y,
1529: main/compile_tools.h, main/execute.C, main/pa_request.C,
1530: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
1531: types/pa_vmethod_frame.h, types/pa_vobject.h,
1532: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
1533: from VStateless_class, type() is used instead (related to feature
1534: #1051)
1535:
1536: * src/classes/mail.C: old logic restored.
1537:
1538: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1539: classes/classes.h, classes/curl.C, classes/date.C,
1540: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1541: classes/hashfile.C, classes/image.C, classes/inet.C,
1542: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1543: classes/memcached.C, classes/memory.C, classes/reflection.C,
1544: classes/regex.C, classes/response.C, classes/string.C,
1545: classes/table.C, classes/xdoc.C, classes/xnode.C,
1546: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
1547: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
1548: feature #1051)
1549:
1550: 2016-03-30 moko
1551:
1552: * tests/: 327.html, results/224.processed, results/327.processed:
1553: test for TZ specification in ^date::create[], TZ is kept during
1554: ^date::create[$dt] (related to feature #1048)
1555:
1556: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
1557: ^date::create[], TZ is kept during ^date::create[$dt] (implements
1558: feature #1048)
1559:
1560: 2016-03-29 moko
1561:
1562: * tests/: 315.html, results/315.processed: test for timezone format
1563: +HHmm added (related to feature #1065)
1564:
1565: * src/classes/date.C: timezone format +HHmm now supported
1566: (implements feature #1065)
1567:
1568: 2016-03-28 moko
1569:
1570: * tests/: 202.html, results/131.processed, results/202.processed,
1571: results/224.processed, results/256.processed,
1572: results/315.processed: test results updated after %.2d now
1573: default for hours offset in iso-string (was %2d), test for
1574: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1575: added (related to feature #1065)
1576:
1577: 2016-03-27 moko
1578:
1579: * src/types/pa_vdate.C: '+' sign for zero offset (related to
1580: feature #1065)
1581:
1582: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1583: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1584: added (implements feature #1065)
1585:
1586: 2016-03-24 moko
1587:
1588: * tests/: 202.html, results/202.processed: test $date.week added
1589: (related to bug #1067)
1590:
1591: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
1592: date (fix for bug #1067)
1593:
1594: 2016-03-10 moko
1595:
1596: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
1597:
1.102 moko 1598: 2015-12-07 moko
1599:
1600: * tests/: 326.html, results/326.processed: test for .CLASS &
1601: .CLASS_NAME optimization added (related to feature #844)
1602:
1603: 2015-11-17 moko
1604:
1605: * tests/: 323.html, results/323.processed: order added
1606:
1607: * tests/: 325.html, results/325.processed: double range test added
1608: (related to bug #1049)
1609:
1610: 2015-11-16 moko
1611:
1612: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
1613: added to disallow NaN and Infinity (fixes bug #1049)
1614:
1615: 2015-11-11 moko
1616:
1617: * tests/324.html: parser 3.4.3 execution support added (related to
1618: feature #1017)
1619:
1620: * tests/: 324.html, results/324.processed: test for
1621: GET_ELEMENT4CALL feature added (feature #1017)
1622:
1.101 moko 1623: 2015-10-29 moko
1624:
1625: * operators.txt: updated for 3.4.4
1626:
1627: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
1628:
1629: * src/main/pa_exec.C: get_exit_status implemented for Windows
1630: (related to bug #1043)
1631:
1632: 2015-10-28 moko
1633:
1634: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
1635: hangup during ^file::exec (fixes bug #1043)
1636:
1.100 moko 1637: 2015-10-27 moko
1638:
1639: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
1640:
1.99 moko 1641: 2015-10-26 moko
1642:
1.100 moko 1643: * tests/322.html, src/classes/reflection.C: arguments reorder
1644: (related to issue #1041)
1645:
1646: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
1647: Copyright year updated
1648:
1.99 moko 1649: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
1650: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
1651: classes/form.C, classes/hash.C, classes/hashfile.C,
1652: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
1653: classes/mail.C, classes/math.C, classes/memcached.C,
1654: classes/memory.C, classes/op.C, classes/reflection.C,
1655: classes/regex.C, classes/response.C, classes/string.C,
1656: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
1657: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
1658: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1659: include/pa_config_fixed.h, include/pa_config_includes.h,
1660: include/pa_dictionary.h, include/pa_dir.h,
1661: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1662: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1663: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1664: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1665: include/pa_request_charsets.h, include/pa_request_info.h,
1666: include/pa_sapi.h, include/pa_socks.h,
1667: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1668: include/pa_stack.h, include/pa_string.h,
1669: include/pa_stylesheet_connection.h,
1670: include/pa_stylesheet_manager.h, include/pa_table.h,
1671: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
1672: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
1673: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
1674: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
1675: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
1676: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
1677: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
1678: main/compile.y, main/compile_tools.C, main/compile_tools.h,
1679: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
1680: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
1681: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
1682: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
1683: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1684: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1685: main/pa_string.C, main/pa_stylesheet_connection.C,
1686: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
1687: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
1688: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
1689: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
1690: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
1691: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
1692: targets/isapi/parser3isapi.C, types/pa_junction.h,
1693: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1694: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
1695: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1696: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1697: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1698: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1699: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1700: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1701: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1702: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1703: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1704: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1705: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1706: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1707: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1708: types/pa_vresponse.C, types/pa_vresponse.h,
1709: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1710: types/pa_vstateless_object.h, types/pa_vstatus.C,
1711: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1712: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1713: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1714: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1715: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1716:
1717: * src/targets/cgi/parser3.C: year updated
1718:
1719: * src/classes/reflection.C: VS2003 compatibility fixed (related to
1720: issue #1041)
1721:
1722: * tests/: 323.html, results/323.processed: test for base classes
1723: added
1724:
1725: * tests/: 261.html, results/261.processed: updated after better
1726: error reporting done for $string.key exception
1727:
1728: * src/types/pa_vstring.h: better error report for $string.key
1729: exception
1730:
1731: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
1732: copied as VObject::get_element4call to remove extra virtual call
1733:
1734: * tests/: 322.html, results/322.processed: test for
1735: ^reflection:is[] added (related to feature #1041)
1736:
1737: * src/classes/reflection.C: ^reflection:is empty value is void
1738: (related to feature #1041)
1739:
1740: * src/classes/reflection.C:
1741: ^reflection:is[class_name|code|method;[context;]element_name]
1742: added (implements feature #1041)
1743:
1744: 2015-10-24 moko
1745:
1746: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
1747:
1.98 moko 1748: 2015-10-22 moko
1749:
1750: * tests/: 321.html, results/321.processed: test for
1751: ^reflection:method_info[] file detection added
1752:
1753: * tests/: 320.html, results/320.processed: test for
1754: ^reflection:class_by_name[class_name] added (related to feature
1755: #993)
1756:
1757: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
1758: added (implements feature #993)
1759:
1760: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
1761: (related to feature #1017)
1762:
1763: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
1764: added (related to issue #1039)
1765:
1766: * src/main/pa_request.C: ^throw origin fixed (related to feature
1767: #1039)
1768:
1769: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
1770: for VDate
1771:
1772: * tests/results/182.processed: updated after feature #1038
1773: implemented
1774:
1775: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
1776: compile-time exception origin added (test for feature #1039)
1777:
1778: * src/: include/pa_request.h, main/compile.C, main/compile.y,
1779: main/pa_request.C: exception unification: compile-time exceptions
1780: now have origin, @USE origins also tracked (implements feature
1781: #1039)
1782:
1783: 2015-10-20 moko
1784:
1785: * src/main/pa_request.C: cleanup
1786:
1787: 2015-10-15 moko
1788:
1789: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
1790:
1791: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
1792: types/pa_vtable.C: new feature: no more $table.method and
1793: $hash.method, aliases for _at, _count, _key (related to feature
1794: #1017)
1795:
1.97 moko 1796: 2015-10-14 moko
1797:
1.98 moko 1798: * tests/: 317.html, results/317.processed: test for
1799: ^string.unescape[] added (related to feature #120)
1800:
1.97 moko 1801: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
1802: defined" bug (described in issue #1036)
1803:
1804: * tests/: 247.html, results/247.processed: test for checkBOM added
1805: (test for bug #1037)
1806:
1807: * src/: include/pa_charsets.h, main/pa_charsets.C,
1808: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
1809: it's not enforced, skips BOM signature if it complies charset
1810: (fixes bug #1037)
1811:
1812: 2015-10-13 moko
1813:
1814: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
1815: linking
1816:
1817: * src/classes/inet.C: vs2003 compilation fix
1818:
1819: * src/classes/math.C: warning war
1820:
1821: * src/lib/punycode/pa_punycode.c: warning war
1822:
1823: 2015-10-12 moko
1824:
1825: * src/lib/punycode/pa_punycode.c: warning war
1826:
1827: * parser3.sln: moved parser3 first, to make it default startup
1828: project
1829:
1830: * buildall: parser "mirror" now used for external libs sources
1831: (implements feature #1036)
1832:
1833: * buildall: most external libs are updated to their current
1834: versions (related to feature #1036)
1835:
1836: * src/classes/image.C: more tags added
1837:
1838: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
1839:
1840: 2015-10-11 moko
1841:
1842: * src/classes/curl.C: minor optimization (related to feature #1035)
1843:
1844: 2015-10-09 moko
1845:
1846: * src/classes/curl.C: pa_strdup added for strings from curl
1847: (related to feature #1035)
1848:
1849: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
1850: ULLONG_MAX definition
1851:
1852: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
1853: (implements feature #1035)
1854:
1855: * src/main/pa_charset.C: String::Body(String::C) used
1856:
1857: * src/main/pa_charset.C: exceptions unified
1858:
1859: * src/: include/pa_charset.h, main/pa_charset.C: declarations
1860: unified
1861:
1862: * src/: classes/file.C, classes/image.C, classes/mail.C,
1863: classes/op.C, classes/xdoc.C, classes/xnode.C,
1864: include/pa_string.h, main/pa_request.C, main/pa_string.C,
1865: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
1866: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
1867: String::Body(String::C) constructor added (related to bug #957)
1868:
1869: * src/classes/file.C: minor optimization
1870:
1871: * src/include/pa_hash.h: hash.get(char*) added, to minimize
1872: Cord(char*) autocreation (related to bug #957)
1873:
1874: * src/: classes/string.C, main/untaint.C: minor optimizations
1875:
1876: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
1877: String(char*, Lang, length) removed, String(C(), Lang) used
1878: instead (related to bug #957)
1879:
1880: 2015-10-08 moko
1881:
1882: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
1883: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
1884: main/untaint.C: Now char * is converted to CORD only using
1885: AS_CORD() to check for empty cord bug (fixes bug #957)
1886:
1887: * src/include/pa_hash.h: fixed compilation without
1888: HASH_CODE_CACHING
1889:
1890: * src/classes/string.C:
1891: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
1892: feature #120)
1893:
1894: * src/main/pa_common.C: reduce js flags checks count (related to
1895: feature #120)
1896:
1.96 moko 1897: 2015-10-07 moko
1898:
1899: * tests/: 275.html, results/275.processed: test modified after
1900: unsigned long long int support implemented (feature #1034)
1901:
1902: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
1903: pa_atoul added for unsigned long long int support
1904:
1905: 2015-10-06 moko
1906:
1907: * src/types/pa_vdate.C: INT_MAX used
1908:
1909: 2015-10-03 moko
1910:
1911: * tests/: 302.html, results/302.processed: test for bug #1023
1912: (\u2028, \u2029 escaping) added
1913:
1914: * src/main/untaint.C: \u2028, \u2029 are now escaped in
1915: json:string[] (fixes bug #1023)
1916:
1917: 2015-09-29 moko
1918:
1919: * tests/305.html: try-catch added for OS without ipv6 support
1920:
1921: * src/lib/json/pa_json.C: more unique prefixes for Solaris
1922: compilation
1923:
1924: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
1925: main/execute.C, types/pa_value.h, types/pa_vhash.h,
1926: types/pa_vtable.C, types/pa_vtable.h: get_element4call
1927: implemented to distinguish ^hash.method from $hash.field
1928: (implements feature #1017)
1929:
1930: * src/lib/punycode/pa_punycode.c: warning war
1931:
1932: * src/include/pa_config_includes.h: warning war
1933:
1934: * src/include/pa_config_includes.h: pragma warning actualized a bit
1935:
1936: * src/include/pa_config_includes.h: warning war
1937:
1938: * src/include/pa_hash.h: clang compilation fix
1939:
1940: 2015-09-27 moko
1941:
1942: * src/main/compile.tab.C: Bison 3 is now default
1943:
1944: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
1945:
1946: 2015-09-25 moko
1947:
1948: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
1949: works with undefined HASH_ORDER (related to feature #196)
1950:
1951: 2015-09-24 moko
1952:
1953: * tests/: 027.html, results/027.processed: test modified to test
1954: ^hash.sort (feature #196)
1955:
1956: * src/: classes/hash.C, include/pa_hash.h:
1957: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
1958: added (implements feature #196)
1959:
1960: * tests/: 316.html, results/316.processed: Added test for bug #1025
1961: (exception handling in non-cached ^cache), plus for "it does not
1962: have logical value" and "$exception.handled value must be either
1963: boolean or string 'cache'" exceptions.
1964:
1965: * src/classes/op.C: ^cache: exceptions now handled in non-cached
1966: code (fixes bug #1025)
1967:
1.95 moko 1968: 2015-09-23 moko
1969:
1970: * src/classes/table.C: warning war
1971:
1972: * src/: classes/math.C, types/pa_vcookie.C: warning war
1973:
1974: * src/classes/file.C: warning war
1975:
1976: * src/: include/pa_table.h, main/pa_table.C: warning war
1977:
1978: * src/: main/pa_request.C, classes/date.C: warning war
1979:
1980: * src/: types/pa_vdate.C, classes/op.C: warning war
1981:
1982: * tests/: 122.html, results/122.processed: win sync: to remove
1983: differences with OS that doesn't keep timezone change history
1984:
1985: * src/types/pa_vdate.C: tzset() should be called in Windows after
1986: TZ change (related to feature #36)
1987:
1988: * tests/: 075.html, results/075.processed: win sync: to remove
1989: differences with OS that doesn't keep timezone change history
1990:
1991: * tests/: 315.html, results/315.processed: win sync: to remove
1992: differences with OS that doesn't keep timezone change history
1993:
1994: * tests/: 256.html, results/256.processed: win sync: to remove
1995: differences with OS that doesn't keep timezone change history
1996:
1997: * tests/: 124.html, results/124.processed: win results sync: to
1998: avoid hitting time change hole.
1999:
2000: * src/types/pa_vdate.C: static returned. :)
2001:
2002: 2015-09-22 moko
2003:
2004: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2005:
2006: * tests/results/131.processed: more tests for feature #1032
2007:
2008: * src/classes/date.C: minor fix related to feature #1032
2009:
2010: * operators.txt: ISO date creation documented (related to feature
2011: #1032)
2012:
2013: * operators.txt: iso-string documented (related to feature #1032)
2014:
2015: * tests/: 315.html, results/315.processed: more tests added
2016: (related to feature #1032)
2017:
2018: * tests/: 131.html, results/131.processed: date range checks
2019: updated (related to feature #36)
2020:
2021: * tests/: 315.html, results/057.processed, results/315.processed:
2022: test added for ISO date support (related to issue #315)
2023:
2024: * src/classes/date.C: more readable exceptions in date creation
2025: (related to ticket #1032)
2026:
2027: 2015-09-18 moko
2028:
2029: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2030: added (related to issue #1032)
2031:
2032: * tests/results/256.processed, src/classes/json.C: iso-string
2033: documented (related to issue #1032)
2034:
2035: * tests/: 256.html, results/256.processed: ISO date check added
2036: (related to issue #1032)
2037:
2038: * tests/: 057.html, results/057.processed, results/224.processed:
2039: tests results updated after ISO date support implemented (related
2040: to feature #1032)
2041:
2042: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2043: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2044: ^date::create[string] constructor formalized, ^date.iso-string[]
2045: added (implements feature #1032)
2046:
2047: 2015-09-05 moko
2048:
2049: * operators.txt: actualized
2050:
2051: * operators.txt: date changes documented (related to ticket #36)
2052:
2053: 2015-09-04 moko
2054:
2055: * src/types/pa_vdate.C: warning war
2056:
2057: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2058:
2059: 2015-09-03 moko
2060:
2061: * tests/results/096.processed: test result updated for 0..9999 year
2062: date range support (related to feature #36)
2063:
2064: * tests/: 314.html, results/314.processed: test for
2065: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2066: bug #1031)
2067:
2068: * src/classes/string.C: Static calls fixed for ^string:base64[],
2069: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2070:
1.101 moko 2071: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2072: configure.in -> configure.ac
1.95 moko 2073:
1.101 moko 2074: * configure, configure.in, src/include/pa_config_auto.h.in: more
2075: correct timezone check for FreeBSD Warning war: configure.in ->
2076: configure.ac
1.95 moko 2077:
2078: * configure, configure.in, src/classes/Makefile.am,
1.101 moko 2079: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2080: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2081: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2082: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2083: src/main/Makefile.am, src/targets/apache/Makefile.am,
2084: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2085: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2086: check added
2087:
2088: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2089:
2090: * tests/results/: 124.processed, 224.processed: test resuls updated
2091: for new date implementation (related to feature #36)
2092:
2093: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2094: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2095: types/pa_vdate.h: new double date implementation with internal
2096: support for extended 0..9999 year range, default timezone support
2097: (related to feature #36)
2098:
2099: 2015-08-28 moko
2100:
2101: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2102: (fixes bug #1030)
2103:
2104: 2015-08-21 moko
2105:
2106: * src/classes/inet.C: snprintf size "bug" commented
2107:
2108: * src/main/pa_common.C: snprintf comments updated
2109:
2110: 2015-08-16 moko
2111:
2112: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2113:
2114: 2015-08-11 moko
2115:
2116: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2117: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2118: can be null (fixes bug #1029)
2119:
2120: 2015-08-06 moko
2121:
1.101 moko 2122: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2123: pa_vdate.C added
1.95 moko 2124:
2125: 2015-08-05 moko
2126:
2127: * tests/: 313.html, results/313.processed: test for
2128: ^table.count[columns] and ^table.flip[] with nameless tables
2129: (feature #1003)
2130:
2131: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2132: max_cell added, now ^table.count[columns] and ^table.flip[] works
2133: correctly for nameless tables (implements feature #1003)
2134:
2135: 2015-08-03 moko
2136:
2137: * tests/312.html: test for ^table.append[$hash] and
2138: ^table.insert[$hash] added (related to feature #1028)
2139:
2140: * src/classes/table.C: ^table.append[$hash] and
2141: ^table.insert[$hash] now supported (implements feature #1028)
2142:
2143: * tests/: 312.html, results/312.processed: test row copy in
2144: ^table.hash[; $.type[table] ] added (related to feature #1016)
2145:
2146: * src/classes/table.C: row copy now created in ^table.hash[;
2147: $.type[table] ] (related to feature #1016)
2148:
2149: 2015-07-29 moko
2150:
2151: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2152: added (related to feature #1016)
2153:
2154: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2155: ^table.delete[] added to delete current row (related to feature
2156: 1016)
2157:
2158: 2015-07-28 moko
2159:
2160: * tests/: 312.html, results/312.processed: test for
2161: $table.column[value] and ^table.insert{row} (related to feature
2162: #1016)
2163:
2164: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2165: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2166: ^table.insert{row} are now implemented (feature #1016)
2167:
2168: * src/include/pa_array.h: Optimization: bool reverse removed from
2169: append(), insert() added, memmove arguments order in remove()
2170: fixed (related to feature #1016)
2171:
2172: 2015-07-23 moko
2173:
2174: * src/classes/json.C: tainted json and empty json exception added
2175: (implements feature #1015)
2176:
2177: * tests/: 311.html, results/311.processed: empty json and tainted
2178: json exception test added (related to issue #1015)
2179:
2180: 2015-07-22 moko
2181:
2182: * tests/: 311.html, results/311.processed: test for UTF-8
2183: processing added
2184:
2185: * tests/: 311.html, results/311.processed: test for
2186: json_exception_with_source added (related to issue #394)
2187:
2188: * src/classes/json.C: json_exception_with_source added (implements
2189: feature #394)
2190:
2191: 2015-06-29 moko
2192:
2193: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2194: directories are now correctly determined if _d_type == DT_UNKNOWN
2195: (closes bug #1027)
2196:
2197: 2015-06-10 moko
2198:
2199: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2200: error if libxml has LIBXML_ICU_ENABLED.
2201:
2202: 2015-06-04 moko
2203:
2204: * tests/099.html: ups, reverting
2205:
2206: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2207: results/310.processed: tests for $response:body[ $.file[] ] and
2208: $response:last-modified added
2209:
2210: * src/main/pa_request.C: last-modified check fixed
2211:
2212: 2015-06-03 moko
2213:
2214: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2215: results/205.processed, results/293.processed: $response:headers
2216: logging added (tests for feature #1007)
2217:
2218: * src/: include/pa_common.h, include/pa_request.h,
2219: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2220: $response:headers are now in uppercase (closes feature #1007)
2221:
2222: 2015-06-02 moko
2223:
2224: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2225: build errors reverted for clang compatibility
2226:
2227: 2015-06-01 moko
2228:
2229: * src/include/pa_memory.h: -pedantic build errors fixed
2230:
2231: * src/classes/math.C: -pedantic build error fixed
2232:
2233: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2234:
2235: 2015-05-31 moko
2236:
2237: * src/classes/table.C: USE_STRINGSTREAM optimized
2238:
2239: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2240: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2241: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2242: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2243: types/pa_vxnode.h: warning war (-pedantic flag)
2244:
2245: 2015-05-28 moko
2246:
2247: * tests/: 308.html, results/308.processed: test for
2248: ^table::create[$t;], etc work added (related to bug #975)
2249:
2250: * src/classes/table.C: check_option_param removed,
2251: ^table::create[$t;], etc now works (fixes bug #975)
2252:
2253: 2015-05-27 moko
2254:
2255: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2256: (Debian jessie) fixed (closes issue #1024)
2257:
2258: * tests/Makefile: sort added as in Debian jessie list become
2259: unsorted
2260:
2261: 2015-05-18 moko
2262:
2263: * tests/: 201.html, results/201.processed: test for
2264: ^string.trim[what] feature #1022
2265:
2266: * src/classes/string.C: ^string.trim[what] now supported,
2267: implements feature #1022
2268:
2269: 2015-05-17 moko
2270:
2271: * tests/results/185.processed: test result updated as feature #1021
2272: implemented (left/right accept negative parameter)
2273:
2274: * src/classes/string.C: left/right now accept negative parameter
2275: (implements feature #1021)
2276:
2277: 2015-05-08 moko
2278:
2279: * src/classes/math.C: isalnum -> pa_isalnum
2280:
2281: * src/main/execute.C: optimization in getter-junction processing
2282: (related to issue #997)
2283:
2284: 2015-05-07 moko
2285:
2286: * tests/: 307.html, results/307.processed: test for issue #997
2287: added
2288:
2289: * src/main/execute.C: process_getter result now checked if junction
2290: returned (closes issue #997)
2291:
2292: * tests/: 305.html, results/305.processed: sort added to ignore
2293: different order
2294:
2295: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2296: assignment (closes issue #994)
2297:
2298: * tests/: 306.html, results/306.processed: test for issue #994
2299: added
2300:
2301: * tests/: 303.html, results/303.processed: two more errors tested
2302:
2303: 2015-05-06 moko
2304:
2305: * tests/: 305.html, results/305.processed: test for name2ip &
2306: ip2name added (related to feature #992)
2307:
2308: * tests/: 303.html, 304.html, results/303.processed,
2309: results/304.processed: tests for idna conversion added (related
2310: to issue #849)
2311:
2312: 2015-05-02 moko
2313:
2314: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2315: implemented
2316:
2317: 2015-04-30 moko
2318:
2319: * src/main/pa_http.C: idna_host added, related to issue #849
2320:
2321: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2322: (related to issue #849)
2323:
2324: 2015-04-24 moko
2325:
2326: * src/types/pa_vjunction.C: warning war
2327:
2328: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2329: unification
2330:
2331: * src/lib/punycode/pa_idna.c: warning war
2332:
2333: 2015-04-22 moko
2334:
2335: * src/main/main.vcproj: punycode include path added
2336:
2337: * src/lib/punycode/pa_idna.c: windows compile error fixed
2338:
2339: * src/lib/punycode/pa_idna.c: warning war
2340:
2341: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2342: project file added
2343:
2344: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2345:
2346: * src/include/pa_memory.h: warning war
2347:
2348: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2349: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2350: implemented (related to feature #849)
2351:
2352: * configure.in, src/main/Makefile.am,
2353: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2354: libpunycode added in Unix
2355:
2356: 2015-04-21 moko
2357:
2358: * configure.in: large files support
2359:
2360: 2015-04-15 moko
2361:
2362: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2363: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2364: pa_punycode.h: initial version for punycode/idna support library
2365: (ticket #849)
2366:
2367: 2015-04-08 moko
2368:
2369: * src/: classes/curl.C, classes/date.C, classes/file.C,
2370: classes/image.C, classes/mail.C, classes/reflection.C,
2371: classes/string.C, classes/xnode.C, include/pa_request.h,
2372: include/pa_string.h, include/pa_stylesheet_connection.h,
2373: main/compile.y, main/compile_tools.h, main/execute.C,
2374: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2375: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2376: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2377: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2378: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2379: clang compiler warnings (closes issue #1018)
2380:
2381: * src/include/pa_string.h: String::Body comparation operators with
2382: char * added (related to issue #958)
2383:
2384: 2015-04-07 moko
2385:
2386: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2387: pa_malloc/pa_free to remove system malloc/free usage (related to
2388: issue #1018)
2389:
2390: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2391: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2392: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2393: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2394: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2395: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2396: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2397: malloc/strdup/free replaced with pa_ version and checks for
2398: accidental use of non-pa_ version added (related to issue #1018)
2399:
2400: 2015-04-03 moko
2401:
2402: * buildall: pcre-8.33 -> pcre-8.36
2403:
2404: * src/: main/compile.y, classes/form.C, classes/mail.C,
2405: classes/op.C, classes/string.C, main/compile.tab.C,
2406: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2407: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2408: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2409: ticket #958)
2410:
2411: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2412: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2413: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2414: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2415: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2416: $request:headers, $request:method added (implements feature
2417: #1007)
2418:
2419: 2015-03-17 misha
2420:
2421: * tests/302.html: - test for
2422: ^json:string[...;$._default[method-name]]
2423:
2424: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2425: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2426: option $._default[method-name] is specified in ^json:string[], a
2427: method with specified name will be called for classes/objects
2428: serialization ( new feature: #982 )
2429:
2430: 2015-03-16 misha
2431:
2432: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2433: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2434: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2435: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
2436: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
2437: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
2438: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2439: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
2440: types/pa_vrequest.h, types/pa_vstateless_class.C,
2441: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2442: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
2443: $var.CLASS_NAME now have special opcodes. This can be switched
2444: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
2445: on pa_opcode.h ( new feature: #844 )
2446:
2447: 2015-03-15 misha
2448:
2449: * tests/075.html: - test for $response:header[]
2450:
2451: * src/types/pa_vresponse.C: - $response:header[] deletes header
2452: that was set earlie ( new feature: #1001 )
2453:
2454: 2015-03-12 misha
2455:
2456: * tests/246.html: - more tests for ^hash._at[]
2457:
2458: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
2459: accepts second param [key|value|hash] ( new feature: #1012 )
2460:
2461: 2015-03-09 moko
2462:
2463: * src/types/pa_vmail.C: exception for everything but
2464: $mail:received, closes issue #1011
2465:
2466: 2015-02-20 moko
2467:
2468: * tests/: 275.html, results/275.processed: hex detection in
2469: pa_atoui fix test (closes issue #1010)
2470:
2471: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
2472: issue #1010)
2473:
2474: 2015-02-17 moko
2475:
2476: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
2477: tainted.
2478:
2479: 2015-02-03 misha
2480:
2481: * tests/301.html: - test for ^json:string($double) causes
2482: exception. bugfix: #1008
2483:
2484: * src/classes/json.C: - ^json:string($double) causes exception.
2485: bugfix: #1008
2486:
2487: * tests/014.html: - updated for work with ^hash.delete[]
2488:
2489: 2015-01-12 misha
2490:
2491: * src/: classes/form.C, include/pa_common.h,
2492: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
2493: types/pa_vform.h: - supports body with PUT method as well ( new
2494: feature: #1006 )
2495:
2496: * src/classes/file.C: - warnings war
2497:
2498: 2015-01-11 misha
2499:
2500: * tests/300.html: - test for ^hash.delete[] is added
2501:
2502: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
2503: feature: #989 ) - tiny optimization in intersects
2504:
2505: 2015-01-06 moko
2506:
2507: * src/types/pa_vmail.C: file names transcode added, to and cc added
2508: with transcode, attachments detection fixed
2509:
2510: * src/main/pa_request.C: filling mail received after cgi/auto.p
2511: load to allow charset switch (related to issue #996)
2512:
2513: 2014-12-31 moko
2514:
2515: * src/types/pa_vmail.C: from and subject now transcoded if not
2516: UTF-8 source charset (fixes issue 996)
2517:
2518: * src/main/pa_exception.C: fixed string from stack bug (closes
2519: issue #1000)
2520:
2521: 2014-12-11 misha
2522:
2523: * src/types/pa_vhashfile.C: - check if key is not empty before
2524: access ( bug fix: #1005 )
2525:
2526: 2014-11-13 misha
2527:
2528: * src/main/compile.y: - PC.append does not reset to false while
2529: creating a new class. bugfix: #990
2530:
2531: * tests/299.html: - test for creation class after working with
2532: partial class (create+append)
2533:
2534: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
2535: #995
2536:
2537: * tests/232.html: - test for @get[def] added
2538:
2539: 2014-10-12 moko
2540:
2541: * src/lib/pcre/pcre_internal.vcproj: correct path
2542:
2543: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2544: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
2545: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
2546: targets/apache/ApacheModuleParser3.vcproj,
2547: targets/apache/ApacheModuleParser3Core.vcproj,
2548: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2549: types/types.vcproj: project GUID inserted in *.vcproj for correct
2550: conversion in newer VS versions
2551:
2552: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
2553: pcre_internal.vcproj added
2554:
2555: 2014-08-28 moko
2556:
2557: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
2558: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
2559: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
2560:
2561: 2014-06-30 misha
2562:
2563: * tests/298.html: - tests for ^reflection:def[class;className]
2564: added
2565:
2566: * src/classes/reflection.C: - ^reflection:def[class;className]
2567: added ( new feature: #918 )
2568:
2569: 2014-06-29 misha
2570:
2571: * src/classes/table.C: - ^table::create[unsupported data] -
2572: exception comment changed to "body must be table or code" ( bug
2573: fix: #951 )
2574:
2575: * tests/: 261.html, results/261.processed: - tests for
2576: ^json:string[...;$.void[null|string]] added
2577:
2578: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
2579: option $.void[string|null] added to ^json:string[...] ( new
2580: feature: #952 )
2581:
2582: 2014-06-28 moko
2583:
2584: * src/classes/curl.C: $.charset now processed before other curl
2585: options (closes issue #980)
2586:
2587: 2014-05-23 misha
2588:
2589: * src/classes/json.C: - bug fix: #987
2590:
2591: 2014-05-04 misha
2592:
2593: * tests/: 253.html, 253_json.txt: - test for
2594: ^json:parse[$.int(false)] is added
2595:
2596: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
2597: default true). The option is similar to $.double(bool) but for
2598: integers.
2599:
2600: 2014-05-01 moko
2601:
2602: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
2603: #12 )
2604:
2605: 2014-04-16 moko
2606:
2607: * src/main/pa_http.C: response-charset option should finally work
2608: now (fix for issue #867)
2609:
2610: * src/main/pa_http.C: response-charset option should work now (fix
2611: for issue #867)
2612:
2613: 2014-03-07 moko
2614:
2615: * buildall: libgc moved
2616:
2617: * buildall: libgc moved
2618:
2619: 2013-12-29 moko
2620:
2621: * src/classes/string.C: ^string:js-unescape result now tainted,
2622: closes issue #966
2623:
2624: * tests/: 186.html, results/186.processed: ^string:js-unescape
2625: result now tainted, issue #966
2626:
2627: 2013-12-03 moko
2628:
2629: * src/: classes/memcached.C, types/pa_vmemcached.C,
2630: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
2631: option was added for http://www.parser.ru/forum/?id=79343
2632:
2633: * src/classes/file.C: bugfix for
2634: http://www.parser.ru/forum/?id=79337
2635:
2636: 2013-11-05 moko
2637:
2638: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
2639:
2640: * src/main/pa_globals.C: spelling fixed
2641:
2642: 2013-10-29 moko
2643:
2644: * src/lib/json/json.vcproj: json.c -> pa_json.C
2645:
2646: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
2647: #892
2648:
2649: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
2650: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
2651: exceptions to be thrown thougth json library), related to issue
2652: #892
2653:
2654: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
2655: related to issue #896
2656:
2657: 2013-10-24 moko
2658:
2659: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
2660:
2661: 2013-10-23 moko
2662:
2663: * README: actualization
2664:
2665: 2013-10-22 moko
2666:
2667: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
2668: compatibility patch from Sergey Kirpichev
2669:
2670: * tests/: 297.html, results/297.processed: non-working getter fix
2671: test for issue #948
2672:
2673: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
2674: called when saving value of $match variable in ^string.match[] to
2675: increase compatibility (related to issue #948).
2676:
2677: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
2678: usage optimization
2679:
2680: 2013-10-21 moko
2681:
2682: * tests/: 182.html, results/182.processed: local path removed for
2683: compatibility
2684:
2685: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
2686: results/244.processed, results/253.processed,
2687: results/254.processed, results/275.processed,
2688: results/281.processed: try_catch -> try-catch
2689:
2690: * tests/: 288.html, 294.html, 296.html, results/288.processed,
2691: results/294.processed, results/296.processed: try_catch ->
2692: try-catch
2693:
2694: 2013-10-20 moko
2695:
2696: * tests/: 296.html, results/296.processed: test for xsl exception
2697: for issue #938 added.
2698:
2699: * src/: include/pa_xml_exception.h,
2700: main/pa_stylesheet_connection.C: forgotten to be replaced
2701: XmlException is now replaced (once again closes issue #938)
2702:
2703: 2013-10-19 misha
2704:
2705: * bin/auto.p.dist.in: - more mime-types are added
2706:
2707: 2013-10-18 moko
2708:
2709: * buildall: disable clock_gettime detection to avoid librt linking
2710: (which in turn depends on libpthread), related to issue #943
2711:
2712: 2013-10-18 misha
2713:
2714: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
2715: lib/smtp/smtp.vcproj, main/main.vcproj,
2716: targets/apache/ApacheModuleParser3Core.vcproj,
2717: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2718: types/types.vcproj: - new locations for libxml2 includes where
2719: added to vcproj files
2720:
2721: 2013-10-18 moko
2722:
2723: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
2724: fix
2725:
2726: * tests/: 295.html, results/295.processed: test for issue #948
2727: updated
2728:
2729: * src/classes/table.C: hopefully last lost part for issue #948 fix.
2730: :)
2731:
2732: * tests/: 295.html, results/295.processed: test for issue #948
2733: added
2734:
2735: * src/: classes/hash.C, classes/string.C, classes/table.C,
2736: include/pa_request.h, types/pa_method.h: for getters and setters
2737: to be executed request.put_element should be called, not
2738: context.put_element (fixes issue #948)
2739:
2740: 2013-10-17 moko
2741:
2742: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
2743: LIBXML2_NEW_BUFFER check (closes issue #943)
2744:
2745: * buildall: libxml 2.9.1 build is broken --without-reader.
2746:
2747: 2013-10-16 moko
2748:
2749: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
2750:
2751: * tests/: 294.html, results/294.processed: test for issue #938
2752:
2753: * src/: classes/xdoc.C, classes/xnode.C,
2754: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
2755: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
2756:
2757: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
2758: libxslt-1.1.26 -> libxslt-1.1.28
2759:
2760: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
2761: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
2762: to '?', related to issue #938
2763:
2764: 2013-10-15 moko
2765:
2766: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
2767: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
2768: minor optimizations (closes issue #896)
2769:
2770: * tests/results/: 292.processed, 293.processed: results updated to
2771: comply with issue #896
2772:
2773: * tests/: 292.html, 293.html, results/292.processed,
2774: results/293.processed: tests for json escaping
2775:
2776: 2013-10-14 moko
2777:
2778: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
2779: and cleanup, code moved from .h to .C, no changes in code
2780:
2781: 2013-10-12 moko
2782:
2783: * tests/results/119.processed: updated test result commited
2784:
2785: * tests/: 291.html, results/291.processed: test for issue #894
2786: added
2787:
2788: * src/types/pa_wcontext.h: base methods call support function
2789: get_somebody_entered_some_class should not be true forever, as
2790: wcontext can have many get_elements calls (fixes issue #894)
2791:
2792: 2013-10-11 moko
2793:
2794: * tests/: 290.html, results/290.processed: test for junction GPF
2795: issue #942 added
2796:
2797: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
2798: to native method fixed (closes issue #942)
2799:
2800: * tests/: 158.html, results/158.processed: test for csv-string[]
2801: added
2802:
2803: * src/classes/table.C: minor fixes for table.csv-string[] (closes
2804: feature #907)
2805:
2806: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
2807: feature #907)
2808:
2809: 2013-10-09 moko
2810:
2811: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
2812: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
2813: types/pa_vstateless_class.C: GET_default, SET_default now works
2814: properly not only in objects, but in classes as well (closes
2815: issue #903)
2816:
2817: * tests/: 289.html, results/289.processed: GET/SET_default now
2818: works in classes, not only objects, test case added, related to
2819: issue #903
2820:
2821: * tests/: 288.html, results/288.processed: test for endless
2822: recursion bug added (related to issue #903)
2823:
2824: 2013-10-05 moko
2825:
2826: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2827: classes/table.C, main/execute.C, types/pa_method.h,
2828: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
2829: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2830: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
2831: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
2832: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
2833: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
2834: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2835: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2836: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
2837: optimization: put_element no longer has "bool areplace" argument,
2838: related to issue #903
2839:
2840: 2013-10-03 moko
2841:
2842: * tests/results/182.processed: result for $.replace(false) test
2843: commited
2844:
2845: * src/classes/date.C: ^date::create(number) processed correctly
2846: (fixes issue #901)
2847:
2848: * src/classes/image.C: as_no_junction removed, as param can be
2849: expression (closes issue #931)
2850:
2851: * tests/233.html: test for issue #931 added
2852:
2853: 2013-10-02 moko
2854:
2855: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
2856: modified, test for $.replace(false) added
2857:
2858: * src/main/compile_tools.h: forgotten class replace returned. :)
2859:
2860: 2013-09-30 moko
2861:
2862: * tests/: 141.html, results/141.processed: md5 tainting test added
2863:
2864: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2865: main/compile_tools.h, main/pa_request.C: allow_class_replace
2866: implemented; $.replace option added to ^process and ^use
2867:
2868: 2013-08-27 moko
2869:
2870: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
2871: cstr_to_string_body_untaint should be called with charsets for
2872: possible uri language and connection for possible sql language.
2873: related to issue #857
2874:
2875: * buildall: and -> or fixed
2876:
2877: 2013-08-26 moko
2878:
2879: * buildall: prepare_ functions logic changed to support
2880: gc-7.2d.tar.gz extracting to gc-7.2 directory
2881:
2882: 2013-08-23 moko
2883:
2884: * src/include/pa_config_fixed.h: gc and xml libs are now linked
2885: statically
2886:
2887: 2013-08-22 moko
2888:
2889: * src/classes/string.C: String::Empty used (related to issue #912)
2890: append_know_length removed (related to old GPF bug)
2891:
2892: 2013-08-21 moko
2893:
2894: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
2895:
2896: * src/classes/math.C: ^math:digest[...;$file] support added
2897: (related to ticket #857
2898:
2899: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
2900: implemented
2901:
2902: * src/types/pa_vhashfile.h: warning war
2903:
2904: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
2905: include/pa_request.h, main/pa_request.C, types/pa_value.h:
2906: anti_endless_json_string_recoursion removed from request;
2907: json_string_recoursion added to json_options; $.indent[indent
2908: value] now supported and passed within recoursion closes feature
2909: #937
2910:
2911: * tests/: 287.html, results/287.processed: test for feature #937
2912:
2913: 2013-07-31 moko
2914:
2915: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
2916: compilation having #define _S
2917:
2918: * src/main/pa_globals.C: cleanup
2919:
2920: 2013-07-30 moko
2921:
2922: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
2923: main/pa_common.C: vs2003 warning war
2924:
2925: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
2926:
2927: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
2928:
2929: * src/lib/md5/pa_sha2.c: warning war
2930:
2931: 2013-07-29 moko
2932:
2933: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
2934: patches from github
2935:
2936: * src/: classes/bool.C, classes/double.C, classes/int.C,
2937: classes/memcached.C, include/pa_config_includes.h,
2938: types/pa_vfile.C, types/pa_vfile.h: warning war
2939:
2940: * src/lib/json/json.vcproj: C++ -> C
2941:
2942: * src/lib/json/: json.c, pa_json.C: C++ warning revert
2943:
2944: * src/lib/json/: json.c, pa_json.C: windows compatibility
2945:
2946: * src/lib/json/: json.c, pa_json.C: windows compatibility
2947:
2948: * src/lib/json/: json.c, pa_json.C: warning war
2949:
2950: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
2951:
2952: * src/include/pa_config_fixed.h: uint16_t added
2953:
2954: * configure.in: uint16_t check added
2955:
2956: * src/: classes/json.C, lib/json/JSON_parser.C,
1.101 moko 2957: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
2958: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
2959: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
2960: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 2961:
2962: 2013-07-25 moko
2963:
2964: * parser3.sln: dependencies added
2965:
2966: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
2967: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
2968: module support
2969:
2970: * src/targets/apache/mod_parser3_core.C: win32 cleanup
2971:
2972: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
2973:
2974: 2013-07-23 moko
2975:
2976: * src/: include/pa_memory.h, main/pa_memory.C: non-working
2977: PA_DEBUG_GC_MEMORY removed
2978:
2979: * src/: main/pa_globals.C, targets/cgi/parser3.C:
2980: PA_DEBUG_DISABLE_GC compilation fix
2981:
2982: * src/: classes/op.C, classes/table.C, include/pa_request.h,
2983: main/pa_request.C: outdated RESOURCES_DEBUG removed
2984:
2985: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
2986: garbage cleanup
2987:
2988: * src/main/pa_common.C: warning war
2989:
2990: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
2991:
2992: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
2993: minor cleanup
2994:
2995: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
2996: uses cygwin, not WIN32 implementation
2997:
2998: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
2999: able to exec shell scripts
3000:
3001: * src/classes/math.C: ifdef WIN32 cleanup
3002:
3003: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3004:
3005: * bin/auto.p.dist.in: libpq.so -> libpq.
3006:
3007: * src/classes/curl.C: LT_MODULE_EXT used
3008:
3009: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3010:
3011: 2013-07-22 moko
3012:
3013: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3014: includes fix
3015:
3016: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3017:
3018: * configure.in, src/include/pa_config_includes.h,
3019: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3020: src/main/pa_exec.C: includes cleanup
3021:
3022: * src/targets/cgi/parser3.C: 2012->2013
3023:
3024: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3025:
3026: * configure.in, src/include/pa_config_includes.h,
3027: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3028: src/main/pa_random.C, src/main/pa_socks.C,
3029: src/types/pa_vstatus.C: cygwin support cleanup
3030:
3031: * configure.in: dirent.h check added
3032:
3033: * src/: include/pa_config_includes.h, include/pa_dir.h,
3034: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3035: not copied
3036:
3037: 2013-07-21 moko
3038:
3039: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3040:
3041: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3042: parser3.vcproj: unused getopt.h / getopt.c removed
3043:
3044: * operators.txt, src/classes/file.C, tests/022.html,
3045: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3046: $.stat(true)] usage commented
3047:
3048: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3049: src/main/pa_dir.C: ^file:list[] now has dir column and when
3050: $.stat(true) it has size/*date columns modified patch from misha@
3051: that closes issue #914.
3052:
3053: * src/: include/pa_config_includes.h, main/pa_globals.C:
3054: PA_RELEASE_ASSERTS removed
3055:
3056: * src/lib/md5/pa_md5c.c: minor cleanup
3057:
3058: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3059: localeconv()->decimal_point usage remoed (related to issue #934)
3060:
3061: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3062: cordprnt.c removed
3063:
3064: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3065: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3066: pa-include/pa_strings.h: includes cleanup
3067:
3068: * src/lib/md5/pa_md5c.c: headers cleanup
3069:
3070: 2013-07-20 moko
3071:
3072: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3073: cleanup
3074:
3075: 2013-07-19 moko
3076:
3077: * src/classes/math.C: extern "C" added for crypt
3078:
3079: 2013-07-18 moko
3080:
3081: * src/classes/math.C: fix redhat7.2 build
3082:
3083: 2013-07-17 moko
3084:
3085: * configure.in, src/include/pa_config_includes.h,
3086: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3087: added for uint8/32/64_t)
3088:
3089: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3090: pa_config_includes.h used for uint32/64_t
3091:
3092: 2013-07-16 moko
3093:
3094: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3095: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3096: war
3097:
3098: * src/main/compile.tab.C: compile.y was updated
3099:
3100: * src/main/compile.y: warning war
3101:
3102: * src/: include/pa_exception.h, main/pa_exception.C,
3103: main/pa_xml_exception.C: warning war
3104:
3105: * src/: include/pa_common.h, main/pa_common.C: warning war
3106:
3107: * configure.in: beauty :)
3108:
3109: * tests/: 141.html, results/141.processed: sha256/512 added
3110:
3111: 2013-07-13 moko
3112:
3113: * src/lib/md5/md5.vcproj: sha2 added
3114:
3115: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3116: classes/math.C: sha2 support (sha256/sha512 digest)
3117:
3118: 2013-07-08 moko
3119:
3120: * src/classes/image.C: directory read or other read problem message
3121: fixed (related to issue #933)
3122:
3123: 2013-07-07 moko
3124:
3125: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3126: dependense from $charsetsdir directory existance and content (and
3127: UTF-8 is default allready)
3128:
3129: * AUTHORS: + misha + moko. :)
3130:
3131: 2013-07-06 moko
3132:
3133: * src/: classes/curl.C, include/pa_globals.h,
3134: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3135: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3136: for lt_dlinit to be called once and lt_dlexit called at right
3137: place (related to issue #925)
3138:
3139: 2013-07-04 moko
3140:
3141: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3142: VString::as_vfile now uses vfile.set_binary_string to avoid
3143: content-type to be set, as it brokes badly designed logic in
3144: response output. This hopefully finishes issue #928.
3145:
3146: * tests/results/: 256.processed, 286.processed: file now displayed
3147: as name, size, mode, content-type
3148:
3149: * src/main/pa_common.C: read error now reported cottectly (fixes
3150: issue #933
3151:
3152: 2013-06-28 moko
3153:
3154: * tests/: 286.html, results/286.processed: test extended
3155:
3156: * tests/: 286.html, results/286.processed: Test for issue #928
3157: added. it tests default content-type change.
3158:
3159: * src/types/pa_vfile.C: closes issue #928 - default content-type
3160: now updated
3161:
3162: 2013-06-25 moko
3163:
3164: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3165: content-type for text/binary files without name added;
3166: ^file::create[$f;...] options now works properly and $f
3167: properties are default (fixes issue #928)
3168:
3169: 2013-05-16 misha
3170:
3171: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3172: added
3173:
3174: * src/main/pa_table.C: - a tiny memory optimisation while creating
3175: table if specified limit is bigger than source rows count
3176:
3177: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3178: added ( new feature: #858 )
3179:
3180: 2013-04-29 moko
3181:
3182: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3183: $.ipresolve(0|1|2) added (closes issue #891)
3184:
3185: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3186:
3187: 2013-04-24 moko
3188:
3189: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3190: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3191: types/pa_vmemcached.h: ^memcache.release[] added, calls
3192: memcached_quit (refs #893)
3193:
3194: 2013-04-22 moko
3195:
3196: * src/: include/pa_string.h, main/pa_common.C: no more double
3197: slashes in file path (fixes bug #872)
3198:
3199: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3200: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3201: #739)
3202:
3203: * tests/results/266.processed: $.max_params added (feature #915)
3204:
3205: * src/: include/pa_common.h, main/pa_http.C: response-charset
3206: option added to file::load (closes issue #867)
3207:
3208: 2013-04-20 misha
3209:
3210: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3211: commited
3212:
3213: 2013-03-15 misha
3214:
3215: * src/classes/: hash.C, table.C: - Optimisation: do not create
3216: multiple empty strings while ::sql. uae String::Empty instead
3217:
3218: 2013-03-14 misha
3219:
3220: * src/classes/reflection.C: - for user classes
3221: ^reflection:method_info[] returns $.max_params and $.extra_param
3222: with $.call_type if they available ( new feature: #915 )
3223:
3224: * src/classes/file.C: - ^file:delete[] now supports an option
3225: $.exception(false) that suppress any exception while deleting
3226: file ( new feature: #916 )
3227:
3228: * src/classes/curl.C: - parsing cookies after curl:load now should
3229: work :)
3230:
3231: 2013-03-12 misha
3232:
3233: * src/types/pa_vfile.C: - if specified file_name is empty string
3234: set default name for the file
3235:
3236: 2013-03-11 misha
3237:
3238: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3239: also available in $f.cookies
3240:
3241: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3242: moved to a separate method
3243:
3244: 2013-03-10 moko
3245:
3246: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3247: added
3248:
3249: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3250: removed (declared by autoconf)
3251:
3252: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3253: uint32_t define
3254:
3255: 2013-03-10 misha
3256:
3257: * src/classes/file.C: ^file:delete and ^file:move now support
3258: option $.keep-empty-dirs(true) ( new feature: #884 )
3259:
3260: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3261: empty dirs is added
3262:
3263: 2013-03-10 moko
3264:
3265: * src/classes/: bool.C, double.C, int.C: default can be present,
3266: but default check removed from ^int/double/bool.int/double/bool
3267: for string.int/double/bool compatibility (related to issue #913)
3268:
3269: * src/classes/string.C: ^string.int/dobule/bool no longer
3270: internally throws exception if default is present (closes issue
3271: #913)
3272:
3273: 2013-03-09 misha
3274:
3275: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3276: optimisations ( #845 )
3277:
3278: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3279:
3280: 2013-03-08 moko
3281:
3282: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3283: creates correct table (fixes issue #910)
3284:
3285: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3286: use outside of 'connect' operator (fixes issue #911)
3287:
3288: * tests/results/: 096.processed, 122.processed: test results
3289: updated as doubles now printed with 15 significant digits, not 5
3290: (fixes issue #882)
3291:
3292: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3293: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3294:
3295: 2013-02-21 moko
3296:
3297: * src/classes/table.C: _locate_name_value does not check arguments
3298: count, so we check it in advance (fixes issue #905)
3299:
3300: 2012-10-23 moko
3301:
3302: * buildall: old shell for and echo compatibility (for six)
3303:
3304: 2012-10-19 moko
3305:
3306: * buildall: --strip added --disable-safe-mode listed in usage
3307:
3308: 2012-10-17 misha
3309:
3310: * src/classes/op.C: - apply-taint should not throw "outside
3311: connect" exception with sql lang now
3312:
3313: 2012-10-17 moko
3314:
3315: * src/main/pa_request.C: bugfix: safe mode should be inited for
3316: each request (for apache module)
3317:
3318: 2012-09-26 moko
3319:
3320: * src/doc/doxygen.cfg: png -> svg
3321:
3322: 2012-09-25 moko
3323:
3324: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3325: test added
3326:
3327: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3328: double use when key is long
3329:
3330: 2012-09-16 moko
3331:
3332: * src/classes/math.C: Format -> Method Encode -> Format
3333:
3334: * tests/: 141.html, results/141.processed: math:digest hmac test
3335: added
3336:
3337: 2012-09-14 moko
3338:
3339: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3340: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3341: implementation added
3342:
3343: 2012-09-12 moko
3344:
3345: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3346: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3347: targets.dox and string.dox slightly actualized
3348:
3349: 2012-08-31 moko
3350:
3351: * ChangeLog: now generated with patched cvs2cl.pl
3352:
3353: 2012-07-29 moko
3354:
3355: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3356: result should be pushed after VMethodFrame destructor is called,
3357: as it deletes junctions from stack params (fixes issue #868)
3358:
3359: 2012-07-23 moko
3360:
3361: * INSTALL, README: buildall script usage documented, other outdated
3362: info updated.
3363:
3364: * buildall-with-xml, buildall-without-xml: replaced by buildall
3365:
3366: 2012-07-21 moko
3367:
3368: * buildall: glib does not compile when threads are disabled...
3369:
3370: * src/types/pa_vmail.C: g_assertion fixes for empty input
3371:
3372: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3373: unref, can't unref nested objects)
3374:
3375: * src/types/pa_vmail.C: another check added
3376:
3377: 2012-07-19 moko
3378:
3379: * buildall: usage added
3380:
3381: * buildall: new buildall script that unites buildall-with-xml,
3382: buildall-without-xml, --with-apache and --with-mailreceive
3383:
3384: * configure.in: support for static gmime and dynamic glib linking.
3385: fixes for FreeBSD
3386:
3387: 2012-07-17 moko
3388:
3389: * configure.in: --with-mailreceive replaced
3390: --with-static-mailreceive and --with-shared-mailreceive pathlink
3391: removed
3392:
3393: 2012-07-16 moko
3394:
3395: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3396: capitalized, content now decoded and text content converted to
3397: $request:charset. all properties are accessed by functions, this
3398: ready for dynamic load.
3399:
3400: 2012-06-28 moko
3401:
1.101 moko 3402: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3403: 32 bit
1.95 moko 3404:
3405: 2012-06-27 moko
3406:
3407: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3408: passive ftp
3409:
3410: * src/lib/ltdl/ltdl.vcproj: release build fixed
3411:
3412: * configure.in: 3.4.2 RC -> 3.4.2
3413:
3414: 2012-06-22 moko
3415:
3416: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3417: #815)
3418:
3419: * tests/: 284.html, results/284.processed: output options test
3420: (feature #265)
3421:
3422: 2012-06-22 misha
3423:
3424: * tests/215.html: - little changes
3425:
3426: 2012-06-21 moko
3427:
3428: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3429: types/pa_vxdoc.h: output_options returned and used (bugfix for
3430: feature #265)
3431:
3432: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3433: breaks long .*, default 10M restored. (issue #216)
3434:
3435: * tests/: 283.html, results/283.processed: test for issue #815
3436: added
3437:
3438: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
3439: again, cstrm not required.
3440:
3441: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
3442: Win32 and broken FreeBSD (issue #45)
3443:
3444: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
3445:
3446: * src/main/pa_string.C: warnings war
3447:
3448: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
3449: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
3450: main/pa_socks.C, targets/apache/pa_threads.C,
3451: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3452: types/pa_vstatus.C: compilation under cygwin fixed
3453:
3454: 2012-06-19 moko
3455:
3456: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
3457: Windows fixed
3458:
3459: * parser3.sln: removed antique pcre_ctype
3460:
3461: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
3462:
3463: * src/include/pa_config_fixed.h: undefined reference to
3464: __imp__pcre_* fix for Windows
3465:
3466: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101 moko 3467: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
3468: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
3469: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
3470: define fixed
1.95 moko 3471:
3472: 2012-06-18 moko
3473:
3474: * src/classes/memcached.C: flush -> clear
3475:
3476: * src/classes/memcached.C: memcached does not support quotes even
3477: in server name
3478:
3479: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3480: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
3481: called on open to check servers existance. $.key(true) syntax
3482: now supported
3483:
3484: 2012-06-17 moko
3485:
3486: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
3487: cleanup
3488:
3489: * src/classes/table.C, tests/282.cfg, tests/282.html,
3490: tests/results/282.processed: encloser at the EOF bug fixed,
3491: incorrectly enclosed data now processed more logicaly (fixes
3492: #339)
3493:
3494: 2012-06-15 moko
3495:
3496: * buildall-without-xml: sync with buildall-with-xml
3497:
3498: * buildall-with-xml: download auto-detected between fetch and curl
3499:
3500: * configure.in: --with-gc and --with-pcre now also processed
3501: correctly
3502:
1.101 moko 3503: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
3504: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
3505: should be run on rol1 using automake / aclocal (GNU automake)
3506: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 3507:
3508: * configure.in: new PARSER_VERSION logic
3509:
3510: * src/include/pa_version.h: new pa_version.h logic
3511:
3512: * src/: classes/curl.C, classes/file.C, classes/image.C,
3513: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3514: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
3515: feols_normalized -> fis_text_content set_binary added
3516:
3517: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
3518:
3519: 2012-06-15 misha
3520:
3521: * src/: classes/curl.C, classes/file.C, classes/image.C,
3522: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3523: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
3524: ^file::create[text;content] EOLs in content now is normalized. (
3525: new feature: #815 )
3526:
3527: 2012-06-15 moko
3528:
3529: * configure.in: --disable-version-update added to disable version
3530: update with host information (for debian package) whitespace
3531: optimized
3532:
3533: * configure.in: version changed to 3.4.2 RC no-pic added for
3534: libtool
3535:
3536: * src/include/pa_version.h: Nice pa_version.h default. Please keep
3537: it.
3538:
3539: 2012-06-14 moko
3540:
3541: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
3542: tests/results/281.processed: "hash flocked" error removed for
3543: safe operations like ^h._count[] ( new feature: #335 )
3544:
1.101 moko 3545: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 3546:
3547: * buildall-with-xml, buildall-without-xml: --with-static -> --with
3548:
3549: * configure.in: --with-static/shared xml replaced with --with-xml,
3550: xml compilation check added
3551:
3552: * configure.in: --with-static/shared-gc, --with-static-pcre are
3553: replaced with --with-gc and --with-pcre test for pcre linking
3554: added
3555:
3556: 2012-06-13 moko
3557:
3558: * configure.in: apxs2 check optimized
3559:
3560: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
3561: .la, includes optimized
3562:
3563: * buildall-with-xml: --with-pic looks better for -fPIC
3564:
3565: * configure.in: switched to convenience library in static linking
3566:
3567: * src/targets/apache/Makefile.am: switched to convenience library
3568: usage to avoid libtool warnings
3569:
3570: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
3571: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
3572: smtp/Makefile.am: switched to convenience library usage
3573:
3574: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
3575:
3576: * src/targets/apache/Makefile.am: updated for libtool usage
3577:
3578: * bin/auto.p.dist.in: .cfg removed from charset names.
3579:
3580: * buildall-without-xml: --with-included-ltdl added
3581:
3582: * buildall-without-xml: sync with buildall-with-xml
3583:
3584: * buildall-with-xml: --with-included-ltdl added $cflags added for
3585: -fPIC for x64 $download added for wget success check added
3586:
3587: * buildall-without-xml: --with-dynamic-stdcpp removed
3588:
3589: * configure.in: disable-static returned
3590:
3591: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
3592: LIBTOOLFLAGS
3593:
3594: 2012-06-12 moko
3595:
3596: * configure.in, src/targets/cgi/Makefile.am: disable-static not
3597: compatible with LIBTOOLFLAGS for unknown reasons
3598:
3599: * buildall-with-xml: --with-dynamic-stdcpp removed
3600:
3601: * configure.in: static/dynamic -lstdc++ linking option removed
3602: apxs2 check added
3603:
3604: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
3605: option removed
3606:
3607: 2012-06-10 moko
3608:
3609: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
3610: added
3611:
3612: * src/targets/cgi/pp3.cmd: old PAF stuff
3613:
1.101 moko 3614: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
3615: beauty
1.95 moko 3616:
3617: * depcomp: from libtool 2.4.2
3618:
3619: * configure.in: ltdl directory removed, it has correct Makefile.in
3620:
3621: 2012-06-09 moko
3622:
1.101 moko 3623: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
3624: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 3625: autogenerated files updated after libtool update
3626:
1.101 moko 3627: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
3628: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 3629: config_auto.h.in, config_fixed.h, configure, configure.ac,
3630: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
3631: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
3632: config/compile, config/config.guess, config/config.sub,
3633: config/depcomp, config/install-sh, config/ltmain.sh,
3634: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
3635: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
3636: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
3637: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
3638: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
3639: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
3640: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
3641: m4/lt~obsolete.m4: libtool updated to version 2.4.2
3642:
3643: * configure.in: preparation for new libtool
3644:
3645: * configure.in: Some beauty added :)
3646:
3647: * src/targets/apache/Makefile.am: := -> =
3648:
3649: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
3650: again. :)
3651:
3652: * src/include/pa_config_includes.h, configure.in: limits.h added,
3653: previously was taken from pcre_internal.h. :)
3654:
3655: * src/lib/pcre/Makefile.am: config.h returned
3656:
3657: * src/lib/pcre/config.h: still need this. :)
3658:
3659: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
3660:
3661: * configure.in: --with-charsets removed; --with-mysql-client & co
3662: removed
3663:
3664: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
3665: now in parser tree, no need to copy
3666:
3667: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
3668: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
3669: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
3670: debian/patches/101_pcre.patch - local copy of pcre_internal.h
3671: extracts now used old trash removed
3672:
3673: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
3674: rare charsets/drivers are commented, sql driver quessing removed
3675: (debian/patches/103_auto_p.patch)
3676:
3677: * etc/parser3.charsets/Makefile.am: charsets now in share
3678: (debian/patches/104_automake.patch) + all charsets are copied
3679:
3680: * buildall-with-xml, buildall-without-xml: curl option removed +
3681: extra arguments now supported
3682:
3683: 2012-06-08 misha
3684:
3685: * src/classes/table.C: - one params.as_hash usage was rolled back:
3686: the 2nd option in ^table.hash[] could be hash or table so
3687: .as_hash will throw an exception when table option is specified
3688:
3689: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3690: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
3691: classes/table.C, classes/void.C, classes/xdoc.C,
3692: include/pa_exception.h, types/pa_vmethod_frame.C,
3693: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
3694: and improved (whitespaces are allowed as empty options) -
3695: MethodParams::as_table is added - above methods are used for
3696: parsing methods' options ( new feature: #9 )
3697:
3698: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
3699: to vclass. now class fields can be accessible as a hash:
3700: $h[^hash::create[$asd:CLASS]]
3701:
3702: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
3703: have get_fields method so their fields can be accessed with
3704: ^reflection:fields[...] & ^reflection:field[...]
3705:
3706: 2012-06-06 misha
3707:
3708: * tests/280.html: - tests for
3709: ^reflection:method[obj-or-class;method],
3710: ^reflection:field[obj-or-class;field] and
3711: ^reflection:fields[obj-or-class] are added
3712:
3713: 2012-06-05 misha
3714:
3715: * src/classes/reflection.C: - ^reflection:method[class or
3716: object;method name] and ^reflection:field[class or object;field
3717: name] are added
3718:
3719: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
3720: is used
3721:
3722: * src/types/pa_method.h: - Method::as_vjunction method is added
3723:
3724: 2012-06-05 moko
3725:
1.101 moko 3726: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 3727:
3728: * src/classes/memcached.C: flish ttl fixed
3729:
3730: 2012-06-04 moko
3731:
3732: * src/classes/json.C, src/classes/op.C, tests/279.html,
3733: tests/results/279.processed: ^json:parse[] now supports $.taint
3734: option (new feature #833)
3735:
3736: 2012-06-04 misha
3737:
3738: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
3739: - search_stop method was moved from pa_vcookie.C to pa_common.C
3740:
3741: 2012-06-03 misha
3742:
3743: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
3744: cookies are parced and stored into $.cookies ( new feature: #31 )
3745:
3746: 2012-05-30 misha
3747:
3748: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
3749: incomplete class into a scope while @USE is found
3750:
3751: * src/main/compile.y: - add incomplete class into a scope while
3752: @USE and @CLASS instructions are found ( bugfix: #838 )
3753:
3754: 2012-05-30 moko
3755:
3756: * src/types/pa_vclass.C, tests/278.html,
3757: tests/results/278.processed: removed "property has no getter
3758: method" exception when GET_DEFAULT present (fixes #269)
3759:
3760: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
3761: $._default
3762:
3763: 2012-05-29 moko
3764:
3765: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
3766: uninitialized values usage (new feature: #154)
3767:
3768: 2012-05-28 moko
3769:
3770: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
3771: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
3772: src/types/pa_vdate.h, src/types/pa_vdouble.h,
3773: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
3774: src/types/pa_vobject.C, src/types/pa_vobject.h,
3775: src/types/pa_vstring.h, src/types/pa_vtable.C,
3776: tests/results/277.processed, src/types/pa_vtable.h,
3777: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
3778: ^json:string[$o; $.default[$method]] implemented for VObject (new
3779: feature #803)
3780:
3781: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
3782: tests/results/277.processed: json numbers are now treated as
3783: double ( new feature: #834 )
3784:
3785: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
3786: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
3787: added for out of range checks, zero division in vint/vdouble
3788: check added ( fixes #832 )
3789:
3790: * tests/: 275.html, results/275.processed: tests for pa_atoui added
3791: ( fixes #832 )
3792:
3793: 2012-05-28 misha
3794:
3795: * buildall-with-xml: - --without-lzma option is added to libxml2
3796: configure
3797:
3798: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
3799: added - tests for unsupported values for options $.file, $.table
3800: and $.date are added
3801:
3802: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
3803: accepts "stat" $.file[] option's value in addition to existed
3804: "text" and "base64" ( new feature: #835 )
3805:
3806: * tests/276.html: - test for
3807: ^reflection:delete[$object-or-class;field-name]
3808:
3809: * src/classes/reflection.C: -
3810: ^reflection:delete[$object-or-class;field-name] is added ( new
3811: feature: #268 )
3812:
3813: 2012-05-27 misha
3814:
3815: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
3816:
3817: 2012-05-24 misha
3818:
3819: * src/include/pa_common.h: - method lastposafter was removed
3820:
3821: * src/classes/file.C: - use strrpbrk & rskipchars instead of
3822: lastposafter - ^file:dirname[] & Co proper handle windows file
3823: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
3824: work as *nix commands
3825:
3826: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
3827:
3828: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
3829: rskipchars were added
3830:
3831: * tests/270.html: - more tests for ^file:find[]
3832:
3833: * tests/065.html: - more tests for ^file:dirname[] & Co
3834:
3835: * src/include/pa_version.h: - must be "win32" here. it is
3836: auto-generated on *nix
3837:
3838: 2012-05-24 moko
3839:
3840: * src/classes/math.C: ^math:convert[] now supports uint32 and
3841: throws overflow exception ( new feature: #830 )
3842:
3843: * tests/: 275.html, results/275.processed: test for ^math:convert[]
3844: uint32 support and overflow added ( new feature: #830 )
3845:
3846: 2012-05-23 moko
3847:
3848: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
3849: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
3850: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
3851: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
3852: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3853: types/pa_vregex.h, types/pa_vstateless_class.C,
3854: types/pa_vstateless_class.h, types/pa_vstring.h,
3855: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
3856: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
3857: "return string as-is" removed from as_expr_result. ( new feature:
3858: #831 )
3859:
3860: * tests/results/244.processed: test changed after bug #782 fix
3861: commited
3862:
3863: * tests/results/229.processed: test results for bug #782 commited
3864:
3865: * tests/: 254.html, results/254.processed: uid now just compared,
3866: not printed. :)
3867:
3868: 2012-05-20 moko
3869:
3870: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
3871: feature: #341 )
3872:
3873: * tests/: 254.html, results/254.processed: test for
3874: ^reflection:uid[] added
3875:
3876: * tests/: 254.html, results/254.processed: test for
3877: ^reflection:uid[$obj] added
3878:
3879: 2012-05-17 misha
3880:
3881: * src/main/untaint.C: - do not replace ' char by _26 while
3882: exploding filespec-tainting ( new feature: #829 )
3883:
3884: 2012-05-12 moko
3885:
3886: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
3887: not.
3888:
3889: 2012-05-08 moko
3890:
3891: * src/types/pa_vmethod_frame.h: bug #782 fixed
3892:
3893: * tests/229.html: test for bug #782
3894:
3895: * tests/results/259.processed, src/main/pa_request.C,
3896: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
3897: src/types/pa_vstring.h, src/types/pa_vvoid.C,
3898: src/types/pa_vvoid.h: feature #154 - first empty param now
3899: string; defined locals are empty strings; $STRICT-VARS(true)
3900: added
3901:
3902: 2012-04-27 moko
3903:
1.101 moko 3904: * src/targets/apache/Makefile.am:
1.95 moko 3905: ../../lib/memcached/libmemcached.a added
3906:
3907: 2012-04-27 misha
3908:
3909: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
3910: ( #827 )
3911:
3912: 2012-04-25 moko
3913:
3914: * src/: classes/json.C, classes/memcached.C,
3915: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3916: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
3917: implemented.
3918:
3919: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
3920:
3921: 2012-04-23 moko
3922:
3923: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3924: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3925: types/pa_vmemcached.h: open allows options hash for new
3926: memcached(options) function
3927:
3928: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
3929: not appended
3930:
3931: 2012-04-21 moko
3932:
3933: * src/classes/curl.C: '' added. :)
3934:
3935: * src/classes/classes.vcproj: new curl.h location
3936:
3937: * src/classes/curl.C: verbose output redirection from stderr to
3938: file curl option added
3939:
3940: 2012-04-20 moko
3941:
3942: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
3943: contains what we need from curl, #ifdef HAVE_CURL removed
3944:
1.101 moko 3945: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 3946: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101 moko 3947: src/lib/Makefile.am, src/lib/curl/Makefile.am,
3948: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 3949: configure option
3950:
3951: 2012-04-19 moko
3952:
3953: * src/: classes/double.C, classes/inet.C, classes/int.C,
3954: classes/string.C, lib/gc/include/gc_allocator.h,
3955: types/pa_vform.C: PVS-Studio detected errors fixes, unused
3956: options from sql_result_string removed. (closes issue #468)
3957:
3958: * src/types/pa_vmemcached.C: empty string fix
3959:
3960: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
3961: pa_vstring.C, pa_vstring.h: serialization helpers moved to
3962: pa_vmemcached.C
3963:
3964: 2012-04-18 moko
3965:
3966: * src/targets/apache/mod_parser3.c: "Parser3 module requires
3967: apache2-mpm-prefork" error displayed in threaded mpm.
3968:
3969: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3970: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
3971: installed (issue #354)
3972:
3973: 2012-04-16 moko
3974:
3975: * src/types/pa_vmemcached.C: call to memcached_result_create and
3976: memcached_result_free removed
3977:
3978: 2012-04-14 moko
3979:
3980: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
3981:
3982: * src/types/pa_vmemcached.C: check_key added and used
3983:
3984: 2012-04-13 moko
3985:
3986: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
3987: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
3988: Serialization_data now added and used, VString now serialized
3989: with languages into memcached.
3990:
3991: 2012-03-28 moko
3992:
3993: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
3994: lib/memcached/pa_memcached.h: result lengths added
3995:
3996: 2012-03-27 moko
3997:
3998: * src/types/pa_vmemcached.C: strdup added
3999:
4000: 2012-03-24 moko
4001:
4002: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4003: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4004: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4005:
4006: 2012-03-20 moko
4007:
1.101 moko 4008: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4009:
4010: * src/targets/cgi/Makefile.am: cleanup
4011:
4012: * src/: types/Makefile.am, types/pa_vmemcached.C,
4013: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4014:
4015: * src/: classes/Makefile.am, classes/memcached.C,
4016: lib/memcached/Makefile.am, lib/memcached/constants.h,
4017: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4018: lib/memcached/types.h, lib/Makefile.am: memcached initial
4019:
4020: 2012-03-16 moko
4021:
4022: * src/main/execute.C: ident now works under Linux + ident displays
4023: filenames (closes issue #818)
4024:
1.101 moko 4025: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4026: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4027: pa_vmethod_frame_local.h removed
4028:
4029: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4030: classes/classes.h, classes/curl.C, classes/date.C,
4031: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4032: classes/hashfile.C, classes/image.C, classes/inet.C,
4033: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4034: classes/memory.C, classes/op.C, classes/reflection.C,
4035: classes/regex.C, classes/response.C, classes/string.C,
4036: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4037: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4038: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4039: include/pa_config_fixed.h, include/pa_config_includes.h,
4040: include/pa_dictionary.h, include/pa_dir.h,
4041: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4042: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4043: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4044: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4045: include/pa_request_charsets.h, include/pa_request_info.h,
4046: include/pa_sapi.h, include/pa_socks.h,
4047: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4048: include/pa_stack.h, include/pa_string.h,
4049: include/pa_stylesheet_connection.h,
4050: include/pa_stylesheet_manager.h, include/pa_table.h,
4051: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4052: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4053: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4054: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4055: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4056: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4057: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4058: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4059: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4060: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4061: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4062: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4063: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4064: main/pa_string.C, main/pa_stylesheet_connection.C,
4065: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4066: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4067: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4068: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4069: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4070: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4071: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4072: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4073: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4074: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4075: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4076: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4077: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4078: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4079: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4080: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4081: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4082: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4083: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4084: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4085: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4086: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4087: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4088: types/pa_vresponse.h, types/pa_vstateless_class.C,
4089: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4090: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4091: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4092: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4093: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4094: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4095: ident now works under Linux + ident displays filenames (closes
4096: issue #818) Copyright updated
4097:
4098: 2012-03-13 moko
4099:
4100: * src/main/pa_string.C: compilation fix for feature #741
4101:
4102: 2012-03-09 misha
4103:
4104: * tests/193.html: - tests for ^string:base64[encoded] are updated
4105:
4106: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4107: now detects invalid base64 chars in the middle of encoded stricg
4108: ( new feature: #55 )
4109:
4110: * src/include/pa_exception.h: - new exception type for base64
4111: decoding is added
4112:
4113: 2012-03-06 misha
4114:
4115: * tests/274.html: - tests for ^date::today[] and
4116: ^date.sql-string[datetime|date|time] are added
4117:
4118: * src/classes/date.C: - constructor ^date::today[] is added ( new
4119: feature: #811 ) - ^date.sql-string[] now can accept one param --
4120: strings "datetime", "date" or "time" - comments tidying up
4121:
4122: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4123: date and time
4124:
4125: 2012-03-03 misha
4126:
4127: * tests/193.html: - tests for
4128: ^string:base64[encoded;$.strict(true)] are added
4129:
4130: * tests/results/auto.p: - try-catch operator is added
4131:
4132: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4133: main/pa_common.C: - $.strict(true|false) option is added to
4134: base64 decode methods ( new feature: #55 )
4135:
4136: * src/main/pa_common.C: - base64 decode memory usage was decreased
4137: ( new feature: #819 )
4138:
4139: 2012-02-28 moko
4140:
4141: * src/classes/hash.C: ident test
4142:
4143: 2012-02-27 misha
4144:
4145: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4146:
4147: 2012-01-08 misha
4148:
4149: * tests/273.html: - tests for ^string.replace[from;to] are added
4150:
4151: * src/: classes/string.C, include/pa_dictionary.h,
4152: main/pa_dictionary.C, main/pa_string.C: -
4153: ^string.replace[from;to] is added ( new feature: #741 ) -
4154: ^string.replace[one subst here] is slightly optimized
4155:
4156: 2011-12-07 misha
4157:
4158: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4159: named table with one empty column ( bugfix: #63 )
4160:
4161: 2011-11-30 misha
4162:
4163: * src/classes/json.C: - it's possible to set user's method for
4164: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4165: #763 )
4166:
4167: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4168:
4169: 2011-11-23 misha
4170:
4171: * src/: classes/curl.C, classes/file.C, classes/image.C,
4172: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4173: types/pa_vfile.h, types/pa_vform.C: - constructor
4174: ^file::create[mode;filename;content[;options]] now accepts binary
4175: mode and file-content - new constructor's format:
4176: ^file::create[string-or-file-content[;$.name[filename]
4177: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4178: feature: #65 )
4179:
4180: * src/: include/pa_request.h, main/pa_request.C: - new method
4181: mime_type_of(const String*) is added
4182:
4183: * src/include/pa_exception.h: - new exception constant
4184: FILE_NAME_MUST_BE_SPECIFIED is added
4185:
4186: * src/classes/table.C: - bug with negative offset transformed into
4187: a feature. it means pointing to a row from the end of the table (
4188: new feature: #810 )
4189:
4190: 2011-11-19 misha
4191:
4192: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4193: â ìåòîäå _select ( new feature: #810 )
4194:
4195: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4196: options were specified together is simplified
4197:
4198: 2011-11-12 misha
4199:
4200: * src/main/pa_request.C: - forgotten fix for escaping filename in
4201: HTTP content-disposition header (a part of bug #361 )
4202:
4203: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4204: checks for ancestors' classes as well ( new feature: #456 )
4205:
4206: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4207: "without cycle" now have types "parser.break" and
4208: "parser.continue" instead of "parser.runtime" ( new feature: #799
4209: )
4210:
4211: 2011-11-11 misha
4212:
4213: * tests/results/: 099.processed, 100.processed, 205.processed,
4214: 237.processed: - since bug #361 was fixed the content of filename
4215: in HTTP headers is quoted
4216:
4217: * tests/results/270.processed: - result for test 270
4218:
4219: * tests/: 065.html, results/065.processed: - more tests for
4220: ^file:basename[] & Co were added
4221:
4222: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4223:
4224: * tests/270.html: - tests for ^file:find[] are added
4225:
4226: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4227: using option $.charset. option $.engoding is still supported but
4228: these options can not be specified together
4229:
4230: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4231: comparation charset name with string "UTF-8" ( bugfix: #759 )
4232:
4233: 2011-10-11 misha
4234:
4235: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4236: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4237: #622)
4238:
4239: 2011-09-30 misha
4240:
4241: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4242: exception "saving stat-ed file" ( bugfix: #395 )
4243:
4244: 2011-05-30 misha
4245:
4246: * src/classes/string.C: - fixed bug which was added with
4247: params.as_hash into string:sql
4248:
4249: 2011-05-29 misha
4250:
4251: * src/types/pa_value.C: - filename in content-disposition header
4252: must be quoted ( bugfix: #361 )
4253:
4254: 2011-05-27 misha
4255:
4256: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4257: created file
4258:
4259: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4260: usage
4261:
4262: * src/include/pa_exception.h: - one more string for exception was
4263: added
4264:
4265: 2011-05-25 misha
4266:
4267: * tests/269.html: - tests for checking input params in some dom
4268: methods
4269:
4270: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4271: was added. it isn't possible not wo create xdoc with invalid
4272: tagName. ( bugfix: #160 )
4273:
4274: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4275: string "data must be string" was mover from pa_exception.h to
4276: pa_xml_exception.h
4277:
4278: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4279: as_xmlncname, as_xmlname and as_xmlnsuri were added
4280:
4281: * src/main/pa_xml_exception.C: - XmlException accepts more options
4282:
4283: * src/include/pa_xml_exception.h: - XmlException accepts more
4284: options - XML-related exception's strings were added
4285:
4286: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4287: output_options were removed)
4288:
4289: 2011-05-19 misha
4290:
4291: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4292: params.as_hash is used more while parsing methods hash-options
4293:
4294: 2011-05-18 misha
4295:
4296: * operators.txt: - info about json-serialization of xdoc was added
4297:
4298: * tests/256.html: - tests for json-serialization xdoc were added
4299:
4300: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4301:
4302: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4303: classes/json.C, classes/xdoc.C: - now json:string can serialize
4304: xdoc-objects. options (the same as ^xdoc.string[]) could be
4305: specified in $.xdoc[] ( new feature: #265 )
4306:
4307: 2011-05-15 misha
4308:
4309: * tests/268.html: - tests for ^table.count[with options] were added
4310:
4311: * src/classes/table.C: - method ^table.count[] now can accept
4312: options ( new feature: #93 ): ^table.count[column] returns number
4313: of columns for named table; ^table.count[cells] returns number of
4314: cells in the current row; ^table.count[] & ^table.count[rows]
4315: return number of rows in a table.
4316:
4317: * tests/267.html: - test for checking switch/case in boolean mode
4318: was added
4319:
4320: * src/classes/op.C: - if switch's or case's value is bool, they are
4321: compared as bool values, not as double values: new feature: #351
4322:
4323: 2011-05-06 misha
4324:
4325: * tests/242.html: - EOL before EOF was added
4326:
4327: * tests/169.html: - tests for splitting empty string and void were
4328: added
4329:
4330: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4331: returned table with one empty cell)
4332:
4333: 2011-04-03 misha
4334:
4335: * src/include/pa_version.h, configure.in: - version in head was
4336: changed to 3.4.2b
4337:
4338: 2011-03-30 misha
4339:
4340: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4341: as well ( new feature #294 )
4342:
4343: 2011-03-29 misha
4344:
4345: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4346: limited to approx. 6 MB. previous limits were too big for real
4347: life. bugfix: #216
4348:
4349: 2011-03-04 moko
4350:
4351: * etc/parser3.charsets/cp866.cfg: Conforms to
4352: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4353:
4354: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4355: vlalek@
4356:
4357: 2011-02-22 misha
4358:
4359: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4360: be under #ifdef XML or parser can't be compiled without xml
4361: support
4362:
4363: 2011-02-21 misha
4364:
1.101 moko 4365: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4366: ApacheModuleParser3.vcproj was removed
4367:
4368: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4369: removed)
4370:
4371: 2011-02-20 misha
4372:
4373: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4374: $.overridden in ^reflection:method_info[...] were added
4375:
4376: * src/classes/reflection.C: - beautifying result of
4377: ^reflection:method_info[] ($.overridden/inherited)
4378:
4379: 2011-02-18 misha
4380:
4381: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4382: and pa_isalnum instead of isalpha and isalnum - bug with
4383: redundand quoting lowercased latin chars while building email
4384: body was fixed
4385:
4386: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4387: added (they check for latin chars only)
4388:
4389: 2011-02-16 misha
4390:
4391: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4392: string size for transcoding gave too small value (should ever
4393: look for availability char in dest charset inspite of the char
4394: size)
4395:
4396: 2011-02-04 moko
4397:
4398: * tests/223.html: header values now not url-encoded (issue #195)
4399:
4400: 2011-02-01 misha
4401:
4402: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4403:
4404: 2011-01-31 misha
4405:
4406: * src/main/pa_request.C: - throw exception if param file_name in
4407: use_file is empty
4408:
4409: 2011-01-08 moko
4410:
4411: * src/classes/curl.C: compilations errors fixed
4412:
4413: 2010-12-29 moko
4414:
4415: * tests/: 265.html, results/265.processed: test for issue #200
4416: added
4417:
4418: * src/main/pa_string.C: empty regex result check added (fixes issue
4419: #200)
4420:
4421: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4422:
4423: * tests/results/223.processed: header values now not url-encoded
4424: (issue #195)
4425:
4426: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4427: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4428: pa_http_safe_header_name added for headers names (fixes bug #195)
4429:
4430: 2010-12-18 misha
4431:
4432: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4433: => pa-include
4434:
4435: 2010-11-28 moko
4436:
4437: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
4438:
4439: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
4440: -> pa
4441:
4442: * configure.in: apr -> pa
4443:
4444: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
4445:
4446: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
4447: classes/Makefile.am, types/Makefile.am: apr -> pa
4448:
4449: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
4450: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
4451: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
4452: pa-include/pa_apr.h, pa-include/pa_errno.h,
4453: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
4454: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
4455: module apr name conflict resolved)
4456:
4457: 2010-11-27 misha
4458:
4459: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
4460: libbz2
4461:
4462: 2010-11-26 misha
4463:
4464: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
4465: warnings removed
4466:
4467: 2010-11-25 moko
4468:
4469: * operators.txt: $.indent(true)
4470:
4471: * operators.txt: another bugfix. :)
4472:
4473: * operators.txt: bugfix. :)
4474:
4475: * buildall-with-xml: libxml2-2.7.8 + with-apache
4476:
4477: 2010-11-24 moko
4478:
1.101 moko 4479: * configure: apxs support
1.95 moko 4480:
4481: * configure.in: apxs support -Bstatic gc removed for OS X
4482:
4483: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
4484:
4485: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
4486: THREAD_LOCAL usage
4487:
4488: * src/: classes/curl.C, include/pa_config_includes.h,
4489: main/pa_globals.C: THREAD_LOCAL defined and used
4490:
4491: 2010-11-23 moko
4492:
4493: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
4494: should be passed to pa_sleep, and only fractional part (bugfix:
4495: #188)
4496:
4497: * src/targets/apache/mod_parser3.c: 1.3 compatibility
4498:
4499: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4500: GC_dont_gc=1, as in cgi version
4501:
4502: * src/targets/apache/mod_parser3.c: warning war
4503:
4504: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4505: pa_httpd.h: version removed, some trash removed
4506:
4507: * src/targets/apache/mod_parser3.c: version removed (we don't want
4508: to show it), warning war
4509:
4510: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4511: pa_httpd.h: parser_status_allowed removed + merge config
4512: functions removed (override is the default) + beauty
4513:
4514: * src/: include/pa_request.h, main/pa_request.C,
4515: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
4516: hide $status used in apache module removed
4517:
4518: 2010-11-18 moko
4519:
4520: * operators.txt: $.table[compact] added for ^json:string[]
4521:
4522: 2010-11-16 moko
4523:
4524: * src/targets/apache/mod_parser3.c: some cleanup done
4525:
4526: * src/main/untaint.C: bugfix: first, second String::Body argument
4527: is hashcode; second, info.fragment_begin is original, not
4528: resulting length
4529:
4530: * src/classes/file.C: new feature: $.stdin now untainted
4531:
4532: * tests/results/264.processed: new feature: $.stdin[] now untainted
4533:
4534: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
4535:
4536: * src/classes/op.C: ^apply-taint[] method added
4537:
4538: * tests/: 264.html, results/264.processed: ^apply-taint[] test
4539: added; $.stdin untaint test added
4540:
4541: 2010-11-15 moko
4542:
4543: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
4544: removed
4545:
4546: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4547: pa_httpd.h: 2x2 calculated under apache2. :)
4548:
4549: 2010-11-13 moko
4550:
4551: * src/targets/apache/mod_parser3.c: initial changes to build module
4552: with apache 2.x includes
4553:
4554: * src/targets/apache/: Makefile.am, mod_parser3.c,
4555: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
4556: united apache 1.3 / apache 2.x DSO module
4557:
4558: 2010-11-09 moko
4559:
4560: * src/types/pa_method.h: check added to dissallow @method[name;*]
4561: syntax
4562:
4563: * tests/: 263.html, results/263.processed: test from method[*args]
4564: added
4565:
4566: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
4567: number of params can now be passed to a method declared with *arg
4568:
4569: 2010-11-06 moko
4570:
4571: * src/classes/table.C: formating fixed. :)
4572:
4573: * src/classes/table.C: closes #4: ^table.select now supports
4574: $.limit(), $.offset, $.reverse() options
4575:
4576: * tests/: 262.html, results/262.processed: test for ^table:select
4577: with options added (feature #4)
4578:
4579: * src/include/pa_array.h: remove function added
4580:
4581: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
4582: object in get_element/put_element, using static one.
4583:
4584: 2010-11-04 moko
4585:
4586: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
4587: options is passed
4588:
4589: * tests/: 256.html, results/256.processed: $.table[compact] feature
4590: now tested; k and p in handler now tested.
4591:
4592: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
4593: $.table[compact] feature added
4594:
4595: * src/classes/json.C: key is now passed to handler in
4596: value_json_string; ^json:string result now process tainting
4597: inside and returns clean string, related to issue #153
4598:
4599: * src/main/untaint.C: bugfix: charset can be null (in
4600: ^string:save[] as example), thus check is added
4601:
4602: 2010-10-31 moko
4603:
4604: * src/classes/string.C: error message changed (fixes issue #149)
4605:
4606: 2010-10-29 moko
4607:
4608: * src/main/pa_http.C: ":port" is now added to "Host:" header if
4609: port is not default (fixes issue #155); exception on invalid port
4610: added.
4611:
4612: * src/main/untaint.C: '*' is now not urlencoded to allow header
4613: "Accept: */*" to be passed
4614:
4615: 2010-10-28 moko
4616:
4617: * src/classes/curl.C: bugfix: detect_charset() was throwing
4618: exception on unknown charset even if response_charset was
4619: specified
4620:
4621: 2010-10-27 moko
4622:
4623: * src/classes/string.C: ^string.append removed for void
4624: compatibility
4625:
4626: 2010-10-26 moko
4627:
4628: * src/classes/json.C: libjson supports array at top level, we too
4629: (GPF fixed)
4630:
4631: 2010-10-25 moko
4632:
4633: * tests/: 253.html, results/253.processed: libjson supports array
4634: at top level, parser now supports it as well.
4635:
4636: * tests/261.html, tests/results/261.processed,
4637: src/types/pa_vstring.h: empty string is now void compatible
4638: (allows $empty.key)
4639:
4640: 2010-10-22 misha
4641:
4642: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
4643: while adding additional expires checkout)
4644:
4645: * tests/030.html: - test for session cookie was added
4646:
4647: 2010-10-21 moko
4648:
4649: * src/: classes/string.C, classes/void.C, main/execute.C,
4650: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
4651: string (feature #111)
4652:
4653: * tests/: 261.html, results/261.processed: checks void from string
4654: inheritance (feature #111)
4655:
4656: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
4657: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
4658: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
4659: now true by default
4660:
4661: 2010-10-17 moko
4662:
4663: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
4664: upload now uses binary blocks instead of L_FILE_POST tainting.
4665: (bugfix: #128)
4666:
4667: * tests/: 223.html, results/223.processed: binary file upload test
4668: added, GPF (issue #128) also checked in this test
4669:
4670: 2010-10-13 misha
4671:
4672: * tests/260.html: - test for math:convert
4673:
4674: * src/classes/math.C: - error in math:convert was fixed
4675:
4676: * operators.txt: - info about
4677: ^math:convert[number](from-base;to-base) was added
4678:
4679: * src/classes/math.C: - method
4680: ^math:convert[number](from-base;to-base) for converting number
4681: represention from one base to another was added ( new feature:
4682: #23 )
4683:
4684: 2010-10-13 moko
4685:
4686: * src/main/compile.tab.C: [] now is empty string, not void
4687:
4688: * src/main/compile.y: [] now is empty string, not void
4689:
4690: * src/types/pa_vvoid.h: void now passed as parameter
4691:
4692: * tests/: 259.html, results/259.processed: to test difference
4693: between void and empty string (see ticket #111)
4694:
4695: * tests/results/152.processed: $sEmpty[] is now empty string, not
4696: void
4697:
4698: * tests/256.html: $s[$void] is no longer empty string
4699:
4700: * tests/254.html: empty string is no longer void
4701:
4702: 2010-10-12 misha
4703:
4704: * src/types/pa_vcookie.C: - check if $.expires value can be
4705: converted to date during cookies set up ( bugfix: #104 )
4706:
4707: * tests/041.html: - more tests for ^table.locate were added
4708:
4709: * src/classes/table.C: - ^table.locate[field;value;options] didn't
4710: work ( bugfix: #129 ) - exception comment for incorrect options
4711: ^table.locate[field;value;options] was fixed
4712:
4713: 2010-10-10 moko
4714:
4715: * src/: classes/reflection.C, main/execute.C: constructor returning
4716: another object feature returned
4717:
4718: * tests/results/258.processed: test result updated as constructor
4719: returning another object feature returned
4720:
4721: * tests/: 258.html, results/258.processed: test for constructor
4722: returning another object
4723:
4724: 2010-10-08 misha
4725:
4726: * tests/257.html: - whitespaces after @METACOMMANDS and their
4727: options shouldn't cause exceptions any longer
4728:
4729: 2010-10-06 moko
4730:
4731: * src/classes/: hash.C, table.C: length from sql server is now
4732: ignored, as sql string can contain 0x00 inside (bugfix: #119)
4733:
4734: 2010-10-02 misha
4735:
4736: * operators.txt: - the X mark was removed from ^cache[file]. it is
4737: usable to delete cache file.
4738:
4739: 2010-10-02 moko
4740:
4741: * tests/: 253.html, results/253.processed: hook_key added for key
4742: checking
4743:
4744: * src/classes/json.C: null key bug fixed
4745:
4746: 2010-09-29 misha
4747:
4748: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
4749:
4750: 2010-09-25 moko
4751:
4752: * src/classes/json.C: small fixed
4753:
4754: * tests/results/: 253.processed, 255.processed: just updated
4755:
4756: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
4757: results/255.processed: charset transcode test added for
4758: json:parse
4759:
4760: 2010-09-24 moko
4761:
4762: * src/types/pa_value.h: warning war :)
4763:
4764: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
4765: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
4766: ^json:string
4767:
4768: 2010-09-22 moko
4769:
4770: * src/main/pa_charset.C: parser charset tables declare only
4771: white-space before 0x20, thus adding the missing chars
4772:
4773: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
4774: to http://unicode.org/Public/MAPPINGS/VENDORS/
4775:
4776: 2010-09-21 misha
4777:
4778: * src/main/compile.y: - some semicolons were added (VS2010 don't
4779: want to compile grammar if they are absent)
4780:
4781: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
4782:
4783: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
4784:
4785: * src/main/main.vcproj: - path to bison is changed
4786:
4787: 2010-09-21 moko
4788:
1.101 moko 4789: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
4790: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
4791: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 4792:
4793: 2010-09-20 misha
4794:
4795: * src/types/pa_vtable.C: - add EOLs while json-serializing table
4796:
4797: * src/classes/json.C: - add EOL while json-serializing hash
4798:
4799: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
4800: compilers don't like 'ES'.
4801:
4802: 2010-09-17 misha
4803:
4804: * operators.txt: - info about json class was added
4805:
4806: * src/classes/json.C: - ^json:string[object]
4807:
4808: * src/: include/pa_request.h, main/pa_request.C: - stuff for
4809: preventing infinite recursion while executing json:string was
4810: added
4811:
4812: * src/include/pa_string.h: - method append_quoted was added
4813:
4814: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
4815: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
4816: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
4817: was added to Value & Co
4818:
4819: * src/classes/date.C: - methods get_gmt_string and get_sql_string
4820: were used
4821:
4822: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
4823: were added
4824:
4825: 2010-09-10 moko
4826:
4827: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4828: die_or_abort (backport from 3.4.1)
4829:
4830: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4831: die_or_abort (bugfix: #106)
4832:
4833: 2010-09-09 moko
4834:
4835: * src/classes/json.C: warning war. :)
4836:
4837: 2010-09-08 misha
4838:
4839: * src/lib/json/Makefile.am: - additional include directories were
4840: added (for pa_memory.h and gc.h)
4841:
4842: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
4843: compile as C++ instead default - additional include directory was
4844: added (for gc.h)
4845:
4846: * src/types/pa_vform.C: - little code reformating
4847:
4848: * src/classes/file.C: - $.content-type option now can be specified
4849: in ^file::create ( new feature: #102 )
4850:
4851: 2010-09-08 moko
4852:
4853: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
4854: pa_malloc/pa_free
4855:
4856: 2010-09-07 moko
4857:
4858: * tests/results/254.processed: VStateless_class:put_element
4859: exception was fixed
4860:
4861: * src/types/: pa_value.h, pa_vstateless_class.h: now
4862: VStateless_class:put_element barks self.type, not this.type
4863: (bugfix: #105)
4864:
4865: 2010-09-06 moko
4866:
4867: * src/classes/reflection.C: bugfix: new String() is required for
4868: exception handling
4869:
4870: * tests/: 254.html, results/254.processed: test modified
4871:
4872: 2010-09-05 moko
4873:
4874: * tests/: 254.html, results/254.processed: ^reflection:copy test
4875: added
4876:
4877: * src/: classes/reflection.C, include/pa_request.h:
4878: ^reflection:copy implemented (new feature: #100)
4879:
4880: 2010-09-03 moko
4881:
4882: * src/lib/json/JSON_parser.C: c++ compatiblity
4883:
4884: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
4885: option testing added
4886:
4887: 2010-09-02 moko
4888:
4889: * src/classes/json.C: $.distinct[first|last|all] added
4890:
4891: 2010-09-01 moko
4892:
4893: * tests/results/253.processed: json test result
4894:
4895: * tests/: 253.html, 253_json.txt: json test added
4896:
4897: * src/classes/json.C: json.C update to actual version + hash key
4898: creation bugfix
4899:
4900: 2010-08-31 misha
4901:
4902: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
4903: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
4904: src/lib/Makefile.am, src/classes/Makefile.am,
4905: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
4906: json library was added
4907:
4908: 2010-08-30 moko
4909:
4910: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
4911: types/pa_vobject.C: cosmetic optimization in
4912: request:execute_method usage
4913:
4914: * src/: include/pa_charset.h, main/pa_charset.C: small
4915: optimization, just to decrease number of lines. :)
4916:
4917: 2010-08-27 misha
4918:
4919: * src/classes/op.C: - taint[json] was added
4920:
4921: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
4922: were added
4923:
4924: * src/main/pa_exec.C: - warning fix was rolled back.
4925:
4926: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
4927: include/pa_string.h: - taint[json] was added - escaping was
4928: slightly modified
4929:
4930: 2010-08-25 misha
4931:
4932: * src/classes/file.C: - typo in file:sql exception was fixed
4933:
4934: * src/main/pa_exec.C: - warning about declared and not used
4935: variable forced_allow was removed
4936:
4937: 2010-08-14 misha
4938:
4939: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
4940: were removed
4941:
4942: 2010-08-11 moko
4943:
4944: * tests/: 249.html, results/249.processed: default setter and
4945: anti-recursive default getter test added
4946:
4947: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
4948: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
4949: types/pa_vobject.h, types/pa_vstateless_class.C,
4950: types/pa_vstateless_class.h: default setter support +
4951: anti-recursive default getter support ( new feature: #13 )
4952:
4953: * src/include/pa_hash.h: optimization: threshold member removed
4954: from hash, reducing sizeof(hash)
4955:
4956: 2010-08-10 misha
4957:
4958: * tests/196.html: - junction-method was added to the test
4959:
4960: * tests/248.html: - ups. typo :)
4961:
4962: * tests/248.html: - test for checking .match with 4 params
4963:
4964: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
4965: 247_windows1251.txt: - test for "transcode file from utf-8 to
4966: $request:charset during loading if the BOM code is detected"
4967:
4968: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
4969: $request:charset during loading if the BOM code is detected ( new
4970: feature: #98 )
4971:
4972: 2010-08-05 misha
4973:
4974: * src/classes/image.C: - ^image.replace now can accept only 2
4975: params. in this case the whole image is affected ( new feature:
4976: #95 )
4977:
4978: 2010-08-04 misha
4979:
4980: * tests/246.html: - test tor ^hash._at[] was added
4981:
4982: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
4983: #53 )
4984:
4985: * src/include/pa_hash.h: - methods for accessing the first and the
4986: last values of ordered hash were added (first_value and
4987: last_value)
4988:
4989: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
4990: (similar to others file's methods):
4991: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
4992: #68 )
4993:
4994: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
4995:
4996: 2010-08-01 moko
4997:
4998: * src/classes/op.C: to correctly process $result[] in code, called
4999: from ^process
5000:
5001: * tests/245.html: $result in ^process[] test added
5002:
5003: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5004: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5005: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5006: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5007: caller, self) op_call(VMethodFrame &frame, bool constructing)
5008: removed, construct(class,method) added
5009:
5010: * tests/results/: 192.processed, 244.processed: request::construct
5011: added
5012:
5013: * tests/: 244.html, 245.html, results/244.processed,
5014: results/245.processed: object creation exceptions and ^process
5015: tests added
5016:
5017: 2010-07-28 misha
5018:
5019: * tests/make_tests.cmd: - win32 EOLs
5020:
5021: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5022: tests on Win32 were added (The system timezone should be GMT+3)
5023:
5024: 2010-07-26 misha
5025:
5026: * tests/: 212.html, results/212.processed: - sizes were removed
5027: mecause they could be different on different OSs
5028:
5029: * tests/065.html: - make it "win32 friendly"
5030:
5031: 2010-07-25 misha
5032:
5033: * src/main/compile.y: - all EOLs between methods are removed during
5034: compilation ( new feature: #47 )
5035:
5036: * tests/results/149.processed: - prepare tests to trim trailing
5037: methods' EOLs
5038:
5039: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5040:
5041: * tests/: results/006.processed, results/014.processed, 006.html,
5042: 014.html, 022.html: - prepare tests to trim trailing methods'
5043: EOLs
5044:
5045: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5046: results/071.processed, results/022.processed: - prepare tests to
5047: trim trailing methods' EOLs
5048:
5049: * tests/: results/073.processed, results/109.processed,
5050: results/142.processed, results/144.processed,
5051: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5052: 144.html: - prepare tests to trim trailing methods' EOLs
5053:
5054: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5055: 149.html, 152.html, results/096.processed, results/107.processed,
5056: results/109.processed, results/142.processed,
5057: results/144.processed: - prepare tests to trim trailing methods'
5058: EOLs
5059:
5060: 2010-07-24 moko
5061:
5062: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5063: the hash order in this test
5064:
5065: * tests/014.html: to check hash order, hash no is longer sorted
5066: before print
5067:
5068: * src/include/pa_hash.h: hash copy constructor now keeps order
5069: (bugfix: #54)
5070:
5071: 2010-07-23 moko
5072:
5073: * tests/results/224.processed: @auto[] is no longer inherited
5074:
5075: * src/types/pa_vstateless_class.C, tests/227.html,
5076: tests/results/227.processed: @auto[] is no longer inherited
5077: (bugfix: #57)
5078:
5079: 2010-07-22 misha
5080:
5081: * src/classes/table.C: - don't skip comment lines during
5082: table::load if encloser or separator is set as '#' ( new feature:
5083: #30 )
5084:
5085: * src/targets/cgi/parser3.C: - don't run as cgi if
5086: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5087: #12 )
5088:
5089: * src/classes/file.C: - set PARSER_VARSION env before external
5090: script executing
5091:
5092: 2010-07-13 misha
5093:
5094: * tests/058.html: - test for suppressing @border was added - test
5095: for user attribute was added
5096:
5097: * tests/results/186.processed: unescaping from \uXXXX
5098:
5099: * tests/186.html: unescaping from \uXXXX
5100:
5101: * tests/: 239.html, results/239.processed: method call type
5102:
5103: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5104: $junction_method.CLASS_NAME (+CLASS)
5105:
5106: 2010-07-07 misha
5107:
5108: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5109: *nix
5110:
5111: 2010-07-05 misha
5112:
5113: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5114: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5115: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5116: comment strings "options must be hash", "options must be hash,
5117: not code" and "called with invalid option" were replaced by
5118: constatns - exception comment string "invalid option passed" was
5119: replaced by "called with invalid option" (now in different
5120: methods are the same exception comment string)
5121:
5122: * src/include/pa_exception.h: - more exception strings were defined
5123:
5124: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5125: types/pa_vstateless_class.h: - now we can define possible
5126: method's call type ( new feature: #5 ) 1.
5127: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5128: methods 2. @static:method[params] (only static keyword could be
5129: used here) -- for specified methods
5130:
5131: * src/main/pa_common.C: - junction points should not be deleted on
5132: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5133: cleanup
5134:
5135: 2010-07-03 misha
5136:
5137: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5138: results/158.processed, results/160.processed,
5139: results/161.processed, results/162.processed,
5140: results/163.processed: - prepare tests to trim trailing methods'
5141: EOLs
5142:
5143: * tests/results/169.processed: - prepare tests to trim trailing
5144: methods' EOLs
5145:
5146: * tests/results/: 168.processed, 169.processed: - prepare tests to
5147: trim trailing methods' EOLs
5148:
5149: * tests/: results/170.processed, results/167.processed,
5150: results/168.processed, results/169.processed, 167.html, 168.html,
5151: 169.html: - prepare tests to trim trailing methods' EOLs
5152:
5153: * tests/: results/170.processed, results/171.processed,
5154: results/172.processed, results/173.processed,
5155: results/174.processed, results/175.processed, 170.html, 171.html,
5156: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5157: trailing methods' EOLs
5158:
5159: * tests/: results/176.processed, results/180.processed,
5160: results/184.processed, results/185.processed,
5161: results/191.processed, results/192.processed,
5162: results/196.processed, results/197.processed,
5163: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5164: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5165: to trim trailing methods' EOLs
5166:
5167: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5168: results/199.processed, results/208.processed,
5169: results/209.processed, results/213.processed,
5170: results/214.processed: - prepare tests to trim trailing methods'
5171: EOLs
5172:
5173: 2010-06-29 misha
5174:
5175: * tests/: 220.html, 218.html, results/218.processed,
5176: results/215.processed, results/217.processed, 215.html, 217.html:
5177: - prepare tests to trim trailing methods' EOLs
5178:
5179: * tests/: results/224.processed, 224.html, 223.html,
5180: results/223.processed, results/220.processed: - prepare tests to
5181: trim trailing methods' EOLs
5182:
5183: * tests/results/: 226.processed, 230.processed: - prepare tests to
5184: trim trailing methods' EOLs
5185:
5186: * tests/: 229.html, results/229.processed: - prepare tests to trim
5187: trailing methods' EOLs
5188:
5189: * tests/: 232.html, 235.html, results/232.processed,
5190: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5191: results/226.processed, results/227.processed,
5192: results/228.processed, results/230.processed: - prepare tests to
5193: trim trailing methods' EOLs
5194:
5195: 2010-06-16 moko
5196:
5197: * tests/: 229.html, results/229.processed: elseif now supported in
5198: ^if
5199:
5200: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5201:
5202: 2010-06-03 misha
5203:
5204: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5205: instead of memcopy for overlaped regions
5206:
5207: 2010-05-25 misha
5208:
5209: * src/main/pa_common.C: - wanring about unused vars was removed
5210:
5211: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5212: get_method_filename was moved to execute.C
5213:
5214: 2010-05-23 misha
5215:
5216: * src/main/pa_request.C: - more accurate detection of method's file
5217:
5218: 2010-05-22 misha
5219:
5220: * src/classes/reflection.C: - bugfix: core during detection of
5221: .file if filespec isn't detected successfully
5222:
5223: 2010-05-20 misha
5224:
5225: * src/main/pa_request.C: - fix in get_method_filename
5226:
5227: * src/include/pa_request.h: - new feature: #24 -- searching
5228: included file in @USE/^use is changed. if its filespec doesn't
5229: start from '/' it will be searched in caller file directory
5230:
5231: * src/classes/reflection.C: - ^reflection:method_info returns file
5232: where the method is defined
5233:
5234: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5235: classes/op.C: - new feature: #24 -- searching included file in
5236: @USE/^use is changed. if its filespec doesn't start from '/' it
5237: will be searched in caller file directory
5238:
5239: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5240: is moved to pa_common.h
5241:
5242: 2010-05-18 misha
5243:
5244: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5245: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5246: cookie parser decode \uXXXX as well as %uXXXX
5247:
5248: 2010-05-17 misha
5249:
5250: * src/classes/curl.C: beauty: - unused param is removed in method
5251: _curl_version_action - some spaces were removed or replaced by
5252: tabs
5253:
5254: * src/classes/table.C: - bugfix: #72 core with empty value during
5255: ^table.hash[...;name_of_the_last_column][$.type[string]]
5256:
5257: 2010-05-16 misha
5258:
5259: * src/classes/curl.C: new: #61 more curl options were added
5260: (contributed by Sumo)
5261:
5262: 2010-04-29 pretender
5263:
5264: * src/main/pa_string.C: fixes #63 Split result from empty string
5265: now empty string.
5266:
5267: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5268: string type.
5269:
5270: 2010-04-28 pretender
5271:
5272: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5273: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5274: macrodefinition removed
5275:
5276: 2010-04-19 pretender
5277:
5278: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5279: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5280:
5281: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5282: fixes #64 Now file.missing exception generates in unsafe mode to.
5283:
5284: * src/classes/file.C: fixes #48 Now not throw "not save environment
5285: variable" exception in grpunlim version.
5286:
5287: 2010-04-05 misha
5288:
5289: * src/classes/string.C: - new feature: 4th param was added to
5290: match. if specified its value is returned in case of nothing was
5291: found
5292:
5293: 2010-04-01 misha
5294:
5295: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5296: multiple execution of /a/b/auto.p
5297:
5298: 2010-03-19 misha
5299:
5300: * src/main/execute.C: - core in $table1.$table2 was fixed
5301:
5302: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5303:
5304: 2010-01-27 misha
5305:
5306: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5307: trying to open file by path /existing-file/non-exixting-file
5308:
5309: 2010-01-26 misha
5310:
5311: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5312: was added (returns file)
5313:
5314: 2009-12-22 misha
5315:
5316: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5317: now parser doesn't have class curl if it was built without it
5318:
5319: 2009-12-15 misha
5320:
5321: * configure.in: - little cheat with curl include dir was added
5322:
5323: 2009-12-05 misha
5324:
5325: * src/classes/curl.C: - some fixes
5326:
5327: 2009-12-04 misha
5328:
5329: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5330: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5331: buildall-with-xml, buildall-without-xml, configure.in: - curl
5332: class was added
5333:
5334: * src/include/pa_hash.h: - hash-iterator was added
5335:
5336: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5337: was added to pcre
5338:
5339: 2009-11-27 misha
5340:
5341: * src/classes/image.C: - don't add @border attribute to output of
5342: ^image.html[] if it was specified by user with empty value
5343:
5344: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5345: root element and we are trying to access .documentElement
5346:
5347: 2009-11-11 misha
5348:
5349: * src/classes/table.C: - in ^table.flip[] look at number of columns
5350: instead of number of items in first row for named tables
5351:
5352: 2009-11-10 misha
5353:
5354: * operators.txt: - info about hash-options in ^file::create was
5355: added
5356:
5357: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5358: added
5359:
5360: 2009-11-09 misha
5361:
5362: * buildall-with-xml: - moving to libxml 2.7.6
5363:
5364: * tests/236.html: - tests for comparations cords with functions
5365: were added
5366:
5367: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5368: added
5369:
5370: * src/main/pa_http.C: - little optimisation
5371:
5372: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5373: GPF mallocs + stringstream (table.save)
5374:
5375: * src/classes/file.C: - file::create now accepts 4th param: options
5376: with $.charset
5377:
5378: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5379: bug in cord (comparation cords with functions was buggy)
5380:
5381: 2009-11-06 misha
5382:
5383: * src/main/pa_string.C: - bugfix: calculation string.length
5384: sometimes was buggy
5385:
5386: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5387: destroyed if exception occured during match/replace
5388:
5389: * src/: main/pa_charset.C, include/pa_charset.h: - method
5390: lengthUTF8Char was added
5391:
5392: * src/classes/op.C: - clean tainting lang was added for user's
5393: usage
5394:
5395: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5396: fixed: checkouts are required after GC_MALLOC
5397:
5398: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5399:
5400: * operators.txt: - actually, there is no ^untaint[xml] in
5401: file::create
5402:
5403: 2009-10-15 misha
5404:
5405: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5406: were added
5407:
5408: * tests/234.html: - more tests for checking ^taint[uri] escaping
5409: were added
5410:
5411: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5412: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5413: hacking: for dealing with transcoding+^taint[uri]
5414: transcode_and_untaint was replaced by untaint_and_transcode
5415:
5416: 2009-10-13 misha
5417:
5418: * tests/: 121.html, results/121.processed: - test transcoding +
5419: url-escaping now
5420:
5421: * tests/results/auto.p: - more helpers' methods were added
5422:
5423: * src/main/pa_globals.C: - die instead of abort
5424:
5425: 2009-10-06 misha
5426:
5427: * src/main/pa_common.C: - don't allocate memory during
5428: capitalization if input string is already capitalized
5429:
5430: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5431:
5432: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5433: use format function because it calls malloc
5434:
5435: * src/include/pa_common.h: - more capitalized headers were added
5436:
5437: * src/main/pa_common.C: - in safe mode clear executable bits during
5438: file writing
5439:
5440: 2009-10-05 misha
5441:
5442: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
5443:
5444: 2009-10-03 misha
5445:
5446: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
5447: ^img.text[] & ^img.length[] can work in utf-8 now
5448:
5449: * src/: include/pa_charset.h, main/pa_charset.C: - class
5450: UTF8_string_iterator was added
5451:
5452: * src/classes/image.C: - respect utf-8 when calculate alphabet
5453: length
5454:
5455: * src/classes/mail.C: - check from before get message.cstr
5456:
5457: 2009-10-02 misha
5458:
5459: * tests/233.html: - test for image.font, image.length, image.text
5460: with text in utf-8 were added
5461:
5462: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
5463:
5464: * buildall-with-xml, buildall-without-xml: - comment about gc
5465: version for freebsd 4 was added
5466:
5467: 2009-10-01 misha
5468:
5469: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
5470: terminator) - read_pipe were slightly optimized
5471:
5472: 2009-09-28 misha
5473:
5474: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
5475: removed
5476:
5477: * src/types/pa_vmail.C: - forgot about space after ':'
5478:
5479: * src/types/pa_vmail.C: - escape filenames while preparing mail
5480: body - small simplifications
5481:
5482: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
5483: inout params like pa_base64
5484:
5485: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
5486: option $.debug-print(1) was added to mail:send - changes for
5487: using uue_encode which uses less memory
5488:
5489: * src/main/pa_common.C: - pa_base64_encode uses less memory now
5490:
5491: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
5492: memory now
5493:
5494: 2009-09-26 misha
5495:
5496: * src/types/pa_vmail.C: - default encoding now is base64
5497:
5498: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
5499:
5500: 2009-09-25 misha
5501:
5502: * src/types/pa_vmail.C: - capitalization of headers was added to
5503: sending mail as well
5504:
5505: * buildall-with-xml: - catalog package was removed from libxml
5506:
5507: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
5508: win32 absolute path
5509:
5510: * src/include/pa_common.h: - one more capitalized header was added
5511:
5512: 2009-09-22 misha
5513:
5514: * INSTALL: - comment about building just httpd binary while
5515: building apache module was added
5516:
5517: 2009-09-21 misha
5518:
5519: * buildall-with-xml: - moving to the latest versions of xml libs:
5520: libxml 2.7.4 and libxslt 1.1.25
5521:
5522: 2009-09-19 misha
5523:
5524: * tests/231.html: - test for encoding cookie in win-1251
5525:
5526: 2009-09-18 misha
5527:
5528: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
5529: object] were added
5530:
5531: * operators.txt: - info about method ^reflection:fields[class or
5532: object] was added
5533:
5534: * src/classes/reflection.C: - method ^reflection:fields[class or
5535: object] was added
5536:
5537: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
5538: methods get_fields were added
5539:
5540: * tests/232.html: - tests for @GET[name]
5541:
5542: * src/classes/table.C: - some changes in handling hash-options for
5543: creare, join and locate
5544:
5545: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
5546: defined with option: the type of requested value
5547:
5548: 2009-09-17 misha
5549:
5550: * tests/212.html: - tests for .pattern and .options were added
5551:
5552: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
5553: $regex.options were added
5554:
5555: 2009-09-11 misha
5556:
5557: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
5558: rewrited. it checks not just one case of sending cookies during
5559: file::load[http], but also sending headers and fields (including
5560: files)
5561:
5562: 2009-09-10 misha
5563:
5564: * src/main/untaint.C: - workaround in file-spec lang for old Macs
5565: was removed => now parser can open files with Russian 'r' in
5566: filename
5567:
5568: * src/main/untaint.C: - bugfix: client charset whould be analized
5569: while escaping cookies but now source charset
5570:
5571: * src/main/pa_http.C: - bugfix: the values of http headers didn't
5572: ^tainted[uri] so it was possible to make request with incorrect
5573: http header
5574:
5575: * src/main/pa_http.C: - capitalization of http headers during
5576: file::load[http was slightly changes - bugfix: all headers which
5577: parser sends during file::load[http should be transcoded and only
5578: then escaped
5579:
5580: * src/main/untaint.C: - a bit more comments were added
5581:
5582: * src/classes/: file.C, string.C: - types where changes (minus 2
5583: warnings)
5584:
5585: * src/include/pa_common.h: - 2 capitalized strings for making http
5586: headers during file::load[http were added
5587:
5588: 2009-09-08 misha
5589:
5590: * operators.txt: - changes in file.save and string.save were added
5591:
5592: * tests/: 230.html, 230.txt: - tests for checking options in
5593: file.save and string.save were added
5594:
5595: * src/main/pa_request.C: - http headers names, which are passed to
5596: SAPI::add_header_attribute are lowercased now (it'll be
5597: capitalized in that method)
5598:
5599: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
5600: classes/string.C: - file_write accepts Request_charsets and asked
5601: charset and cound transcode content before writing - string.save
5602: and file.save have option $.charset now
5603:
5604: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
5605: classes/xdoc.C: - file_write accepts Request_charsets and asked
5606: charset and cound transcode content before writing
5607:
5608: * src/include/pa_exception.h: - new exception comment string was
5609: defined
5610:
5611: 2009-09-07 misha
5612:
5613: * src/main/compile.y: - grammar $name\ name stops now for regex
5614: sub-pattern\s
5615:
5616: 2009-09-04 misha
5617:
5618: * src/main/pa_http.C: - capitalization of http headers during
5619: file::load[http was implemented
5620:
5621: 2009-09-03 misha
5622:
5623: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5624: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
5625: types/pa_vmail.C, targets/cgi/parser3.C,
5626: targets/isapi/parser3isapi.C: - back to storing response http
5627: headers in lowercase - capitalize them during output
5628:
5629: 2009-08-31 misha
5630:
5631: * src/classes/table.C: - allow call with any brackets (it could be
5632: useful in methods with explict result declaration)
5633:
5634: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
5635: correctly if $request:charset==koi8-r
5636:
5637: 2009-08-30 misha
5638:
5639: * src/: include/pa_common.h, main/pa_request.C: - http headers were
5640: changed: content-type => Content-type and so on
5641:
5642: * src/classes/file.C, src/include/pa_common.h,
5643: src/include/pa_request.h, src/main/pa_http.C,
5644: src/main/pa_request.C, src/types/pa_vcookie.C,
5645: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
5646: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
5647: tests/results/002.processed, tests/results/003.processed,
5648: tests/results/004.processed, tests/results/005.processed,
5649: tests/results/006.processed, tests/results/007.processed,
5650: tests/results/008.processed, tests/results/009.processed,
5651: tests/results/010.processed, tests/results/011.processed,
5652: tests/results/012.processed, tests/results/013.processed,
5653: tests/results/014.processed, tests/results/015.processed,
5654: tests/results/016.processed, tests/results/017.processed,
5655: tests/results/018.processed, tests/results/019.processed,
5656: tests/results/020.processed, tests/results/021.processed,
5657: tests/results/022.processed, tests/results/023.processed,
5658: tests/results/024.processed, tests/results/025.processed,
5659: tests/results/026.processed, tests/results/027.processed,
5660: tests/results/028.processed, tests/results/029.processed,
5661: tests/results/030.processed, tests/results/031.processed,
5662: tests/results/032.processed, tests/results/033.processed,
5663: tests/results/034.processed, tests/results/035.processed,
5664: tests/results/036.processed, tests/results/037.processed,
5665: tests/results/038.processed, tests/results/039.processed,
5666: tests/results/040.processed, tests/results/041.processed,
5667: tests/results/042.processed, tests/results/043.processed,
5668: tests/results/044.processed, tests/results/045.processed,
5669: tests/results/046.processed, tests/results/047.processed,
5670: tests/results/048.processed, tests/results/049.processed,
5671: tests/results/050.processed, tests/results/051.processed,
5672: tests/results/052.processed, tests/results/053.processed,
5673: tests/results/054.processed, tests/results/055.processed,
5674: tests/results/056.processed, tests/results/057.processed,
5675: tests/results/058.processed, tests/results/059.processed,
5676: tests/results/060.processed, tests/results/061.processed,
5677: tests/results/062.processed, tests/results/063.processed,
5678: tests/results/064.processed, tests/results/065.processed,
5679: tests/results/066.processed, tests/results/067.processed,
5680: tests/results/068.processed, tests/results/069.processed,
5681: tests/results/070.processed, tests/results/071.processed,
5682: tests/results/072.processed, tests/results/073.processed,
5683: tests/results/074.processed, tests/results/075.processed,
5684: tests/results/076.processed, tests/results/077.processed,
5685: tests/results/078.processed, tests/results/079.processed,
5686: tests/results/080.processed, tests/results/081.processed,
5687: tests/results/082.processed, tests/results/083.processed,
5688: tests/results/084.processed, tests/results/085.processed,
5689: tests/results/086.processed, tests/results/087.processed,
5690: tests/results/088.processed, tests/results/089.processed,
5691: tests/results/090.processed, tests/results/091.processed,
5692: tests/results/092.processed, tests/results/093.processed,
5693: tests/results/094.processed, tests/results/095.processed,
5694: tests/results/096.processed, tests/results/097.processed,
5695: tests/results/098.processed, tests/results/099.processed,
5696: tests/results/100.processed, tests/results/101.processed,
5697: tests/results/102.processed, tests/results/103.processed,
5698: tests/results/104.processed, tests/results/105.processed,
5699: tests/results/106.processed, tests/results/107.processed,
5700: tests/results/108.processed, tests/results/109.processed,
5701: tests/results/110.processed, tests/results/111.processed,
5702: tests/results/112.processed, tests/results/113.processed,
5703: tests/results/114.processed, tests/results/115.processed,
5704: tests/results/116.processed, tests/results/117.processed,
5705: tests/results/118.processed, tests/results/119.processed,
5706: tests/results/120.processed, tests/results/121.processed,
5707: tests/results/122.processed, tests/results/123.processed,
5708: tests/results/124.processed, tests/results/125.processed,
5709: tests/results/126.processed, tests/results/127.processed,
5710: tests/results/128.processed, tests/results/129.processed,
5711: tests/results/130.processed, tests/results/131.processed,
5712: tests/results/132.processed, tests/results/133.processed,
5713: tests/results/134.processed, tests/results/135.processed,
5714: tests/results/136.processed, tests/results/138.processed,
5715: tests/results/139.processed, tests/results/140.processed,
5716: tests/results/141.processed, tests/results/142.processed,
5717: tests/results/143.processed, tests/results/144.processed,
5718: tests/results/145.processed, tests/results/146.processed,
5719: tests/results/147.processed, tests/results/148.processed,
5720: tests/results/149.processed, tests/results/150.processed,
5721: tests/results/151.processed, tests/results/152.processed,
5722: tests/results/153.processed, tests/results/154.processed,
5723: tests/results/155.processed, tests/results/156.processed,
5724: tests/results/157.processed, tests/results/158.processed,
5725: tests/results/159.processed, tests/results/160.processed,
5726: tests/results/161.processed, tests/results/162.processed,
5727: tests/results/163.processed, tests/results/164.processed,
5728: tests/results/165.processed, tests/results/166.processed,
5729: tests/results/167.processed, tests/results/168.processed,
5730: tests/results/169.processed, tests/results/170.processed,
5731: tests/results/171.processed, tests/results/172.processed,
5732: tests/results/173.processed, tests/results/174.processed,
5733: tests/results/175.processed, tests/results/176.processed,
5734: tests/results/177.processed, tests/results/178.processed,
5735: tests/results/179.processed, tests/results/180.processed,
5736: tests/results/181.processed, tests/results/182.processed,
5737: tests/results/183.processed, tests/results/184.processed,
5738: tests/results/185.processed, tests/results/186.processed,
5739: tests/results/187.processed, tests/results/188.processed,
5740: tests/results/189.processed, tests/results/190.processed,
5741: tests/results/191.processed, tests/results/192.processed,
5742: tests/results/193.processed, tests/results/194.processed,
5743: tests/results/195.processed, tests/results/196.processed,
5744: tests/results/197.processed, tests/results/198.processed,
5745: tests/results/199.processed, tests/results/200.processed,
5746: tests/results/201.processed, tests/results/202.processed,
5747: tests/results/203.processed, tests/results/204.processed,
5748: tests/results/205.processed, tests/results/206.processed,
5749: tests/results/207.processed, tests/results/208.processed,
5750: tests/results/209.processed, tests/results/210.processed,
5751: tests/results/211.processed, tests/results/212.processed,
5752: tests/results/213.processed, tests/results/214.processed,
5753: tests/results/215.processed, tests/results/216.processed,
5754: tests/results/217.processed, tests/results/218.processed,
5755: tests/results/219.processed, tests/results/220.processed,
5756: tests/results/221.processed, tests/results/222.processed,
5757: tests/results/223.processed, tests/results/224.processed,
5758: tests/results/225.processed, tests/results/226.processed,
5759: tests/results/227.processed, tests/results/228.processed,
5760: tests/results/229.processed: - http headers were changed:
5761: content-type => Content-type and so on
5762:
5763: 2009-08-27 misha
5764:
5765: * src/: main/pa_random.C, include/pa_random.h,
5766: targets/cgi/parser3.C: - year was updated :)
5767:
5768: 2009-08-26 misha
5769:
5770: * tests/: 224.html, 224.p: - test for creating of parser object
5771: using constructor without params - little bugfix in test
5772:
5773: * src/main/compile_tools.h: - bugfix: should't call autouse while
5774: checking existed class while processing partial option
5775:
5776: * src/classes/reflection.C: - bugfix: core when creating object
5777: with reflection and constructor doesn't have params
5778:
5779: 2009-08-24 misha
5780:
5781: * tests/229.html: - tests for checking the number of parameters
5782: were added
5783:
5784: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
5785: number of method's parameters wasn't checked correctly (the bug
5786: was introduced in 3.4.0)
5787:
5788: 2009-08-22 misha
5789:
5790: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
5791: transcoded, but tainted pieces are escaped only when
5792: content-type==url-encoding
5793:
5794: * tests/228.html: - test for checking
5795: ^file::load[http://...;$.body[]]
5796:
5797: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
5798: post charset was too early (charsets is empty at this moment)
5799:
5800: 2009-08-21 misha
5801:
5802: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
5803: main/untaint.C: - some fixes with transcode+untaint
5804:
5805: 2009-08-15 misha
5806:
5807: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
5808: was increaced to 100 (was 50)
5809:
5810: * tests/227.html: - test for checking overriding properties in
5811: static classes was added
5812:
5813: * tests/: 226.html, 226.p: - test for @autoload[] was added
5814:
5815: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
5816: main/execute.C, main/pa_request.C, classes/reflection.C: -
5817: autouse was implemented
5818:
5819: 2009-08-14 misha
5820:
5821: * src/classes/reflection.C: - outdated checkout was removed
5822:
5823: * src/classes/reflection.C: - optimization - method ^dynamical was
5824: added.
5825:
5826: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
5827: types/pa_vstateless_class.h, main/execute.C: - optimization
5828:
5829: * src/types/pa_vclass.C: - exception if base on sytem class
5830:
5831: 2009-08-12 misha
5832:
5833: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
5834: pa_vstateless_class.h: - little optimisation
5835:
5836: 2009-08-11 misha
5837:
5838: * tests/224.html: - method_params => method_info - checking for
5839: $.inherited
5840:
5841: * src/classes/reflection.C, operators.txt: - method method_params
5842: was renamed to method_info and now it returns class name, if
5843: method was defined in ancestor
5844:
5845: * tests/225.html: - tests for cheching properties in hierarhical
5846: classes were added
5847:
5848: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
5849: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5850: main/compile.y, main/execute.C, classes/classes.C: - problems
5851: with properties in new classes implementation were fixed
5852:
5853: 2009-08-10 misha
5854:
5855: * src/main/execute.C: - now constructor shouldn't be defined in
5856: class. it could be defined in parent.
5857:
5858: 2009-08-09 misha
5859:
5860: * src/classes/reflection.C: - ^reflection:methods doesn't return
5861: base's methods
5862:
5863: 2009-08-08 misha
5864:
5865: * src/: classes/classes.h, classes/date.C, classes/file.C,
5866: classes/form.C, classes/hash.C, classes/hashfile.C,
5867: classes/image.C, classes/mail.C, classes/op.C,
5868: classes/reflection.C, classes/regex.C, classes/string.C,
5869: classes/table.C, classes/xdoc.C, classes/xnode.C,
5870: classes/xnode.h, include/pa_hash.h, main/execute.C,
5871: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
5872: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5873: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5874: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5875: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
5876: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5877: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
5878: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
5879: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
5880: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
5881: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
5882: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
5883: types/pa_vresponse.C, types/pa_vresponse.h,
5884: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5885: types/pa_vstateless_object.h, types/pa_vstatus.C,
5886: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
5887: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5888: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5889: types/pa_wwrapper.h, types/types.vcproj: - new classes
5890: implementation
5891:
5892: * buildall-with-xml, buildall-without-xml: - gc has a bug if
5893: USE_MUNMAP is used. so it is disabled as a workaround.
5894:
5895: 2009-08-05 misha
5896:
5897: * src/: main/pa_common.C, include/pa_common.h: - not needed
5898: parameter was removed
5899:
5900: * src/main/pa_http.C: - bugfix: error was during detecting
5901: content-type of file which was loaded by http
5902:
5903: 2009-08-01 misha
5904:
5905: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
5906: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
5907: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
5908: can't be disabled with defines any longer
5909:
5910: 2009-07-29 misha
5911:
5912: * src/classes/reflection.C, tests/results/224.processed: - for
5913: native methods with any call type now returned empty call_type
5914: value
5915:
5916: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5917: classes/table.C, include/pa_hash.h, include/pa_request.h,
5918: main/pa_request.C: - break in cycles was optimized
5919:
5920: * INSTALL: - more defines were described
5921:
5922: 2009-07-28 misha
5923:
5924: * operators.txt: - some changes in information about reflection
5925: class
5926:
5927: * tests/: 224.html, 224.p: - tests for reflection class
5928:
5929: * src/classes/reflection.C: - some bugs were fixed, method classes
5930: was added, refactoring
5931:
5932: 2009-07-26 misha
5933:
5934: * src/classes/classes.vcproj: - reflection class wass added to
5935: project
5936:
5937: * operators.txt: - information about reflection class was added
5938:
5939: * src/classes/reflection.C: - class was redesigned
5940:
5941: 2009-07-24 misha
5942:
5943: * src/classes/: Makefile.am, reflection.C: - class reflection was
5944: added
5945:
5946: * src/types/pa_vstateless_class.h: - method for reflection method's
5947: in classes was added
5948:
5949: 2009-07-22 misha
5950:
5951: * src/main/compile_tools.h: - bugfix: $object.$var was
5952: over-optimized. it failed if $object1.$object2.field
5953:
5954: 2009-07-16 misha
5955:
5956: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
5957: lib/cord/cordxtra.c, lib/cord/include/cord.h,
5958: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
5959: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
5960: one more arg: length of cord
5961:
5962: 2009-07-15 misha
5963:
5964: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
5965: tainted in ^file::load[http://...;$.cookies[]]
5966:
5967: * src/classes/: op.C, regex.C, string.C: - new string with
5968: exception was used
5969:
5970: * src/include/pa_exception.h: - new string with exception was added
5971:
5972: * tests/223.html: - test for checking cookie-encoding during
5973: ^file::load[http was added
5974:
5975: * tests/: 221.html, 222.html: - tests for checking type of
5976: $table.fields.field were added
5977:
5978: * src/types/pa_vtable.C: - not used var decl was removed
5979:
5980: * src/include/pa_string.h: - use cached string length in Body::mid.
5981: it improves speed of match with brackets in pattern
5982:
5983: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
5984: outside
5985:
5986: 2009-07-14 misha
5987:
5988: * src/types/pa_vtable.C: - $table.fields.a return string even if
5989: column is empty (sometime returned void) - $table.fields was
5990: added for nameless tables
5991:
5992: * src/targets/cgi/getopt.c: - one warning resolved
5993:
5994: * src/main/pa_string.C: - potentian bug fixed
5995:
5996: * src/classes/op.C: - small optimization in taint/untaint
5997:
5998: 2009-07-13 misha
5999:
6000: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6001: added
6002:
6003: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6004: souldn't add the attribut to output
6005:
6006: 2009-07-11 misha
6007:
6008: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6009: stack size was increaced to 2MB (default=1MB)
6010:
6011: 2009-07-08 misha
6012:
6013: * src/main/pa_string.C: - link to UTF-8 description was added
6014:
6015: * src/include/pa_hash.h: - hash keeps element's order in more
6016: places (ex: ._keys[])
6017:
6018: * tests/220.html: - test for checking order of elements in hash in
6019: foreach was added
6020:
6021: * tests/172.html: - small changes in printing hash
6022:
6023: * tests/129.html: - small changes in printing hash
6024:
6025: * src/: include/pa_common.h, include/pa_hash.h,
6026: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6027: types/pa_vmethod_frame.h: - hash now keeps order of elements
6028:
6029: * tests/014.html: - small changes in printing hash
6030:
6031: 2009-07-07 misha
6032:
6033: * src/classes/op.C: - new taint language "parser-code" was added
6034:
6035: * tests/219.html: - test for auto untaint parser code in process
6036: was added
6037:
6038: * src/classes/op.C: - tainted pieces in body of process are
6039: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6040:
6041: * src/: include/pa_string.h, main/untaint.C: - new language
6042: L_PARSER_CODE for auto-untaint in process was added
6043:
6044: * src/: classes/file.C, classes/hash.C, classes/image.C,
6045: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6046: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6047: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6048: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6049: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6050: code cleanup
6051:
6052: 2009-07-06 misha
6053:
6054: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6055: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6056: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6057:
6058: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6059: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6060: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6061: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6062: should be used
6063:
6064: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6065: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6066: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6067: untaint_cstr[m] should be used
6068:
6069: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6070: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6071:
6072: * tests/218.html: - test for checking automatic file-spec-taint was
6073: added
6074:
6075: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6076: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6077: classes/file.C, classes/hash.C, classes/image.C,
6078: classes/string.C, classes/table.C, classes/void.C,
6079: classes/xdoc.C: - optimizations and simplification of
6080: string.cstr(...)
6081:
6082: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6083: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6084: - optimizations and simplification of string.cstr(...)
6085:
6086: 2009-07-04 misha
6087:
6088: * tests/217.html: - test for recursion detection was added
6089:
6090: * src/: types/types.vcproj, main/main.vcproj,
6091: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6092: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6093: from .vcproj
6094:
6095: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6096:
6097: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6098: uploading files and case-insensitive http-method were added
6099:
6100: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6101: tainted pattern in ^file:list[] was added
6102:
6103: 2009-07-03 misha
6104:
6105: * src/: classes/classes.vcproj, main/main.vcproj,
6106: types/types.vcproj, targets/cgi/parser3.vcproj,
6107: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6108: for dynamic_cast) - little options changes
6109:
6110: * src/main/pa_http.C: - file::load[http works now with uploading
6111: files _and_ changing $.charset
6112:
6113: 2009-06-29 misha
6114:
6115: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6116: while creating pattern
6117:
6118: 2009-06-25 misha
6119:
6120: * src/classes/image.C, operators.txt: - options' names for
6121: ^image.font were changed to $.space, $.width and $spacing -
6122: default space width now == gif's width
6123:
6124: 2009-06-24 misha
6125:
6126: * tests/215.html: - tests for $file.mode were added
6127:
6128: * operators.txt: - added info about $file.mode and changes in
6129: ^image.font[
6130:
6131: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6132: param now could be omited - third param now could be hash (with
6133: all widths options: $.space-width, $.letter-width) - it's
6134: possible to specify tracking ($.letter-space)
6135:
6136: * src/classes/file.C: - file objects now could have mode field
6137: (text|binary)
6138:
6139: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6140:
6141: 2009-06-23 misha
6142:
6143: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6144: trim can work with utf-8 chars now
6145:
6146: 2009-06-20 misha
6147:
6148: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6149: was implemented
6150:
6151: * src/classes/table.C: - string length cacheing was implemented
6152:
6153: * src/include/pa_string.h: - string length cacheing was implemented
6154:
6155: 2009-06-17 misha
6156:
6157: * src/main/execute.C: - value param was removed from
6158: WContext::WContext
6159:
6160: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6161: pa_wwrapper.h: - value param was removed from WContext::WContext
6162: - field wcontext was removed from VCodeFrame (using fparent
6163: instead)
6164:
6165: * tests/214.html: - test with hash copying
6166:
6167: 2009-06-16 misha
6168:
6169: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6170: strings doesn't work in expression anymore
6171:
6172: * src/main/execute.C: - less calls for get_constructing() - little
6173: refactoring
6174:
6175: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6176: include/pa_request.h: - less calls for get_constructing()
6177:
6178: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6179: introduced with OPTIMIZE_SINGLE_STRING optimization
6180:
6181: 2009-06-14 misha
6182:
6183: * src/: classes/date.C, classes/file.C, classes/hash.C,
6184: classes/hashfile.C, classes/image.C, classes/regex.C,
6185: classes/table.C, classes/xdoc.C, classes/xnode.h,
6186: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6187: types/pa_vstateless_class.h, main/execute.C: - create object for
6188: storing object's fields only for parser objects
6189:
6190: 2009-06-13 misha
6191:
6192: * buildall-with-xml, buildall-without-xml: - new option was added
6193: for building GC (it slightly reduces memory usage)
6194:
6195: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6196: single string write
6197:
6198: * src/main/execute.C: - bytecode optimization of ^class:constructor
6199: - optimization of single string write
6200:
6201: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6202: - bytecode optimization of ^class:constructor
6203:
6204: 2009-06-09 misha
6205:
6206: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6207: main (better compatibility)
6208:
6209: 2009-06-08 misha
6210:
6211: * src/main/compile.y: - I've forgot to commit it :(
6212:
6213: 2009-06-07 misha
6214:
6215: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6216: WITH_READ and WITH_ROOT
6217:
6218: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6219: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6220: WITH_ROOT - little refactoring
6221:
6222: 2009-06-06 misha
6223:
6224: * tests/213.html: - tests for 3rd match string-param were added
6225:
6226: * src/classes/string.C: - 3rd match param could be string now
6227:
6228: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6229: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6230: GET_OBJECT_ELEMENT
6231:
6232: 2009-06-05 misha
6233:
6234: * src/main/pa_http.C: - bugfix: content-length was not calculated
6235: if $.body was specified
6236:
6237: 2009-06-04 misha
6238:
6239: * src/classes/op.C: - optimizing write_assign_lang in connect
6240:
6241: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6242:
6243: * src/main/execute.C: - little refactoring - optimizing
6244: write_assign_lang in taint/untaint
6245:
6246: * src/include/pa_opcode.h: - little refactoring
6247:
6248: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6249: main/compile_tools.h, main/execute.C: - optimizations for
6250: $self.field, ^self.method, $self.field[...] and $self.field(...)
6251: were added
6252:
6253: 2009-06-03 misha
6254:
6255: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6256:
6257: 2009-06-02 misha
6258:
6259: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6260: include/pa_opcode.h: - refactoring in last optimizations
6261: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6262: now but code is much easy and it is ready for further
6263: improvements.
6264:
6265: 2009-05-27 misha
6266:
6267: * src/: types/pa_junction.h, types/pa_vjunction.C,
6268: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6269: changed in destructing junctions
6270:
6271: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6272: String:Body
6273:
6274: 2009-05-26 misha
6275:
6276: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6277: one method detect_charset was deleted - bug was fixed in this
6278: method (error while detecting charset in content_type withot last
6279: ';')
6280:
6281: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6282: once
6283:
6284: 2009-05-25 misha
6285:
6286: * src/classes/file.C: - bugfix: file::exec didn't work after
6287: optimizing of helper_length
6288:
6289: 2009-05-24 misha
6290:
6291: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6292: were added - little refactoring
6293:
6294: * src/main/execute.C: - core while printing in debug log
6295: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6296: optimisations were added
6297:
6298: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6299: were added
6300:
6301: 2009-05-23 misha
6302:
6303: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6304: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6305: CORD_cat optimization
6306:
6307: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6308: - call constr optimisation under separate define now
6309:
6310: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6311: in $b should be string, not void
6312:
6313: * src/main/compile.y: - little fix for rem-cut optimisation
6314:
6315: * src/: include/pa_opcode.h, main/compile_tools.C,
6316: main/compile_tools.h, main/execute.C: - optimisations for
6317: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6318:
6319: * INSTALL: - description of some #defined were added
6320:
6321: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6322: before 1st access (memory usage is reduced if don't access to
6323: .text field)
6324:
6325: * src/include/pa_array.h: - array grows step now not static (it
6326: reduces numbers of reallocs)
6327:
6328: 2009-05-20 misha
6329:
6330: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6331: $.b(2), $c[d] and $.e[f] was added
6332:
6333: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6334: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6335: $.e[f] was added
6336:
6337: * src/main/execute.C: - debug printing moved in defines
6338:
6339: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6340: and little refactoring for OP_GET_OBJECT_ELEMENT +
6341: OP_GET_OBJECT_VAR_ELEMENT optimisation
6342:
6343: 2009-05-19 misha
6344:
6345: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6346: execute.C: - $a.$b & ^a.$b bytecode optimisation
6347:
6348: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6349: ^a.$b optimisation)
6350:
6351: * src/main/compile.y: - compiler now generate new opcodes:
6352: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6353: ^a.b - compiler now cut off ^rem{ with all content ; any number
6354: of params }
6355:
6356: * src/main/execute.C: - code for handle new opcodes
6357: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6358:
6359: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6360: added for LA2V and LA2S
6361:
6362: * src/include/pa_opcode.h: - new defines which can be used for
6363: disable some bytecode optimisation and new opcodes were added
6364:
6365: 2009-05-17 misha
6366:
6367: * src/lib/cord/cordxtra.c: - bugfix.
6368:
6369: * tests/212.html: - .size[] and .study_size[] were added to tests
6370:
6371: * operators.txt: - info about regex class was added
6372:
6373: * tests/212.html: - tests for regex class were added
6374:
6375: 2009-05-16 misha
6376:
6377: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6378: gc7.1
6379:
6380: * tests/022.html: - test for ^file:list[path;] (empty second param)
6381: was added
6382:
6383: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6384: param) should work
6385:
6386: 2009-05-15 misha
6387:
6388: * src/classes/table.C: - automatically disable stringstream usage
6389: on freebsd4
6390:
6391: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6392: scope
6393:
6394: * tests/211.html: - test with different types of access to hash was
6395: added
6396:
6397: * tests/210.html: - test which checks for loosing tainting in
6398: hash's keys was added
6399:
6400: * tests/208.html: - some parser work added. or stime == 0 %-)
6401:
6402: * src/lib/cord/cordbscs.c: - little hack was added to cord
6403:
6404: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6405:
6406: * src/include/pa_version.h, configure.in: - moko have made a lot of
6407: optimisations for increacing version number more dramatically :)
6408:
6409: * src/classes/date.C: - little refactoring: use constructor which
6410: accepts formated string
6411:
6412: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6413: which can print formatted string was added
6414:
6415: 2009-05-14 misha
6416:
6417: * src/include/pa_string.h: - type was fixed
6418:
6419: * src/: classes/hashfile.C, classes/op.C,
6420: include/pa_cache_managers.h, include/pa_charset.h,
6421: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6422: include/pa_request.h, include/pa_sql_driver_manager.h,
6423: include/pa_string.h, include/pa_stylesheet_manager.h,
6424: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6425: main/pa_charsets.C, main/pa_string.C,
6426: main/pa_stylesheet_connection.C, types/pa_value.h,
6427: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6428: types/pa_vobject.C, types/pa_vstateless_class.C,
6429: types/pa_vstateless_class.h: - hash_code caching was implemented
6430: (seaches should be faster now)
6431:
6432: * src/: classes/file.C, classes/hash.C, classes/image.C,
6433: classes/string.C, classes/table.C, include/pa_string.h,
6434: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6435: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
6436: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
6437: types/pa_vrequest.C: - String constructors don't have that stupid
6438: true/false param which means 'tainted'. they accept lang instead.
6439:
6440: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
6441: with OPTIMIZE_RESULT
6442:
6443: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
6444: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
6445:
6446: 2009-05-13 misha
6447:
6448: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
6449: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
6450: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6451: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
6452: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
6453: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6454: include/pa_string.h, classes/date.C, classes/file.C,
6455: classes/hash.C, classes/image.C, classes/string.C,
6456: classes/table.C, classes/xdoc.C: - result optimisation -
6457: helper_length parameter removed from string constructors
6458:
6459: 2009-05-11 misha
6460:
6461: * tests/209.html: - tests for ^hash::create[hash] were added
6462:
6463: * tests/208.html: - tests for $status:rusage, $status:memory,
6464: ^memory:compact[] were added
6465:
6466: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
6467: log10 were added
6468:
6469: * tests/206.html: - test for try with finally was added
6470:
6471: 2009-05-10 misha
6472:
6473: * tests/205.html: - test for ^file::create[...] was added
6474:
6475: * tests/204.html: - test for ^response:clear[] was added
6476:
6477: * tests/038.html: - tests for trigonometric functions were added
6478:
6479: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
6480: added - more tests for .add, .sub, .union, .intersects and
6481: .intersections
6482:
6483: * tests/065.html: - test for ^file:dirname was added
6484:
6485: * tests/030.html: - test for $cookie:fields was added
6486:
6487: * tests/203.html: - test for ^h._keys[column name] was added
6488:
6489: * tests/201.html: - tests for .trim were added
6490:
6491: * tests/202.html: - tests for last-day,
6492: date:calendar[type](YYYY;MM;DD) were added
6493:
6494: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
6495: .offset[type](N) were added
6496:
6497: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
6498: and .pos[c](N) were added
6499:
6500: * tests/141.html: - test for math:sha1 was added
6501:
6502: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
6503:
6504: 2009-05-09 misha
6505:
6506: * src/main/compile.y: - rollback
6507:
6508: 2009-05-05 misha
6509:
6510: * src/main/pa_exec.C: - little optimisation: somewhere length() was
6511: replaced by is_empty()
6512:
6513: * src/: include/pa_string.h, main/pa_charset.C: - little
6514: optimisation: somewhere length() was replaced by is_empty()
6515:
6516: * src/classes/table.C: - little optimisation: somewhere length()
6517: was replaced by is_empty()
6518:
6519: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
6520: classes/op.C, classes/table.C, main/pa_exception.C: - little
6521: optimisation: somewhere length() was replaced by is_empty()
6522:
6523: 2009-05-04 misha
6524:
6525: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6526: types/pa_vstateless_class.h, main/execute.C,
6527: include/pa_request.h, classes/hash.C, classes/op.C,
6528: classes/table.C: - more optimisations were added: some operators
6529: don't switch write context anylonger
6530:
6531: 2009-05-01 misha
6532:
6533: * src/main/compile.y: - slightly more opcode optimisations for
6534: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
6535:
6536: * src/main/execute.C: - simplifying process for getters
6537:
6538: 2009-04-30 misha
6539:
6540: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
6541:
6542: * tests/results/199.processed: - test for checking $result into
6543: ^rem was added
6544:
6545: * tests/199.html: - test for checking $result into ^rem was added
6546:
6547: * tests/: 022.html, 096.html: - þsort after :list was asses (on
6548: some OS it returns list in different order)
6549:
6550: * src/: include/pa_array.h, include/pa_request.h,
6551: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
6552: changes in stack impl - get_element() optimisation: 3rd param
6553: removed - bugfix: problems with reading empty input param -
6554: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
6555:
6556: * tests/results/198.processed: - test for reading empty local var
6557: was added
6558:
6559: * tests/198.html: - test for reading empty local var was added
6560:
6561: 2009-04-29 misha
6562:
6563: * src/main/compile.y: - bugfix: couldn't compile because
6564: OP_VALUE__GET_ELEMENT should be unde #ifdef
6565:
6566: * src/: include/pa_array.h, include/pa_opcode.h,
6567: include/pa_request.h, main/compile.y, main/execute.C,
6568: main/pa_request.C, types/pa_vmethod_frame.C,
6569: types/pa_vmethod_frame.h: - we can work without opcode
6570: OP_STORE_PARAM, so it was removed
6571:
6572: 2009-04-28 misha
6573:
6574: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
6575: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
6576: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
6577: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
6578: 4.
6579: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
6580:
6581: * src/main/compile_tools.h: - new stuff for op-codes optimisation
6582:
6583: * src/: main/pa_string.C, classes/string.C: - !length() =>
6584: is_empty()
6585:
6586: 2009-04-27 misha
6587:
6588: * src/types/pa_vregex.h: - back explicit vars initialisation
6589:
6590: 2009-04-24 misha
6591:
6592: * src/classes/string.C: - ups. typo fixed
6593:
6594: * src/main/execute.C: - more replacements '*new VBool' to
6595: 'VBool::get' - checks for ^break[], ^continue[] and
6596: parser.interrupted were optimised
6597:
6598: * src/classes/string.C: - number of params.count() calls was
6599: slightly reduced
6600:
6601: 2009-04-23 misha
6602:
6603: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6604: make it x64 friendly
6605:
6606: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6607: parser is x64 friendly now
6608:
6609: 2009-04-22 misha
6610:
6611: * src/types/pa_vhashfile.C: - coder friendly exception about
6612: exceeding record size was added
6613:
6614: * src/classes/file.C: - use vregex object instead of direct calls
6615: methods from pcre lib
6616:
6617: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
6618: classes/string.C: - use vregex object instead of direct calls
6619: methods from pcre lib
6620:
6621: * src/: include/pa_common.h, main/pa_common.C: - method
6622: print_pcre_exec_error_text was moved to class vregex
6623:
6624: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
6625: was added
6626:
6627: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
6628: - class vregex was added
6629:
6630: 2009-04-21 misha
6631:
6632: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
6633:
6634: * src/: types/pa_junction.h, types/pa_value.C,
6635: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
6636: types/pa_wcontext.h, main/execute.C, classes/op.C: -
6637: junction-optimisation (destructors)
6638:
6639: * src/include/pa_array.h: - free under if now
6640:
6641: 2009-04-19 misha
6642:
6643: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
6644:
6645: 2009-04-18 misha
6646:
6647: * src/include/pa_version.h:
6648: :q :
6649:
6650: CV:
6651: ----------------------------------------------------------------------
6652:
6653: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
6654: refactoring
6655:
6656: * src/: include/pa_array.h, include/pa_hash.h,
6657: types/pa_vmethod_frame.h: - destructors under #ifdef now
6658:
6659: * src/include/pa_memory.h: - define for using destructors was added
6660:
6661: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6662: main/execute.C: - some junctions will be cached now
6663:
6664: * src/include/pa_hash.h: - hash destructor frees pairs now
6665:
6666: * src/include/pa_array.h: - inline was added to destructor
6667:
6668: * src/types/pa_method.h: - comment was changed
6669:
6670: 2009-04-17 misha
6671:
6672: * src/: include/pa_array.h, include/pa_hash.h,
6673: types/pa_vmethod_frame.h: - destructors were added
6674:
6675: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
6676: renamed to always_use_result
6677:
6678: * src/main/: compile.y, compile_tools.h: - rollback changes in
6679: compiler: full backward compatibility is better
6680:
6681: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
6682: result in var's hash
6683:
6684: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6685: optimisation in method_frame
6686:
6687: * src/include/pa_array.h: - optimisation in array (allocate
6688: elements only when needed)
6689:
6690: * src/types/pa_vresponse.C: - check for $response:headers field
6691: before looking at custom fields
6692:
6693: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
6694: not needed to check existance var with name 'result' in var's
6695: hash
6696:
6697: * src/main/compile.y: - compiler was changed: now it detects
6698: writings to $result and set flag writo_to_result in method
6699:
6700: * src/classes/string.C: - little optimisation: no needed to write
6701: number with lang
6702:
6703: * src/main/pa_charset.C: - methods readChar and skipChar which is
6704: used for read utf8-strings were renamed - is_escaped was renamed
6705: to isEscaped (to the same name convention)
6706:
6707: * src/: types/pa_method.h, main/compile_tools.h: - flag
6708: write_to_result added. compiler get this info from code.
6709:
6710: 2009-04-16 misha
6711:
6712: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
6713: String only before 1st write
6714:
6715: * src/include/pa_string.h: - not needed template removed
6716:
6717: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
6718: types/pa_vjunction.C, types/pa_vproperty.C,
6719: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
6720: main/pa_request.C, classes/bool.C, classes/double.C,
6721: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
6722: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
6723: bool objects)
6724:
6725: 2009-04-15 misha
6726:
6727: * src/lib/cord/cordxtra.c: - more optimisation
6728:
6729: * src/: include/pa_string.h, main/untaint.C: - String::append
6730: optimisation
6731:
6732: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
6733: then get and can sometime be used)
6734:
6735: * src/main/pa_string.C: - String::length optimisation
6736:
6737: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
6738: these methods read different strings
6739:
6740: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6741: fresult_initial_void removed + some optimisation - if $result
6742: defined we don't write to context anymore
6743:
6744: * src/main/pa_charset.C: - readChar => skipChar (in this place we
6745: need just skip char)
6746:
6747: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6748: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
6749: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
6750:
6751: * src/types/pa_vvoid.h: - added get() method for retreave one
6752: instance
6753:
6754: 2009-04-11 misha
6755:
6756: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
6757:
6758: * tests/197.html: - test for parser://test in xml was added
6759:
6760: * src/classes/string.C: - small optimisation
6761:
6762: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
6763: optimisation
6764:
6765: 2009-04-10 misha
6766:
6767: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
6768: to pcre-7.8
6769:
6770: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
6771:
6772: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
6773: added
6774:
6775: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
6776: $request:CLASS_NAME were added
6777:
6778: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
6779: were added
6780:
6781: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
6782: $env:CLASS_NAME were added
6783:
6784: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
6785: '@todo' now
6786:
6787: * src/targets/cgi/parser3.C: - size_t -> int for calming down
6788: compirer
6789:
6790: * src/main/pa_string.C: - little code cleanup
6791:
6792: * src/main/pa_common.C: - describe one more UTF-8 related error
6793: during PCRE compile/execute
6794:
6795: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
6796: normalizing todo-comments: '@todo' now
6797:
6798: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
6799:
6800: * src/main/pa_charset.C: - type changed for making compiler happy
6801:
6802: 2009-03-10 misha
6803:
6804: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
6805: in main()
6806:
6807: 2009-02-01 misha
6808:
6809: * src/main/pa_http.C: - bugfix: double CRLF before the end of
6810: boundary
6811:
6812: 2009-01-25 misha
6813:
6814: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
6815:
6816: * src/classes/file.C: - more changes for parsing different number
6817: of params for file::load
6818:
6819: * tests/193.html: - tests for exception while base64-decode binary
6820: to string was added
6821:
6822: * tests/192.html: - tests for file::load with different number of
6823: options
6824:
6825: * src/classes/math.C: - ups. forgot '+1'
6826:
6827: * src/: classes/table.C, classes/file.C, include/pa_common.h,
6828: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
6829: main/pa_http.C: - ^file::load[...;http://...;] now can post files
6830: (new option $.encode[multipart-form/data] should be specified) -
6831: $.method[] option for file::load now is not case-sensitive
6832:
6833: * src/: include/pa_string.h, main/untaint.C: - for file post the
6834: new taint language L_FILE_POST was added
6835:
6836: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
6837: main/main.vcproj, classes/math.C, include/Makefile.am: - some
6838: stuff was moved to separate files
6839:
6840: 2009-01-23 misha
6841:
6842: * src/classes/math.C: - little optimisation in ^math:sha1[] -
6843: spaces to tabs were converted
6844:
6845: 2009-01-12 misha
6846:
6847: * src/main/pa_http.C: - value of $.method[] option force uppercased
6848: now
6849:
6850: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
6851: types/pa_vform.C, types/pa_vmail.C: - some constants changed
6852: their names
6853:
6854: * src/main/pa_common.C: - changes in formating
6855:
6856: * src/: classes/file.C, main/pa_http.C: - some constants changed
6857: their names
6858:
6859: * src/include/pa_http.h: - some spaces were converted to tabs
6860:
6861: * src/include/pa_common.h: - some constants changed their names
6862:
6863: * src/classes/file.C: - fixed 4-th paramether for file::load -
6864: little code rewriting
6865:
6866: * src/types/pa_vfile.C: - little code rewriting
6867:
6868: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
6869: types/pa_value.h: - some formating changes
6870:
6871: * src/include/pa_common.h: - some formating spaces transformed to
6872: tabs
6873:
6874: * src/classes/string.C: - exception while base64-decode binary to a
6875: string
6876:
6877: 2009-01-11 misha
6878:
6879: * configure.in: - version changed to 3.3.1b
6880:
6881: 2008-09-05 misha
6882:
6883: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
6884: release_3_3_0 on 2008-09-05 10:59:35 +0000
6885:
6886: 2008-09-04 misha
6887:
6888: * tests/: 130.html, 131.html: - these exceptions not typeless
6889: anymore
6890:
6891: * src/classes/op.C: - exception with 'invalid taint language' not
6892: typeless anylonger
6893:
6894: * src/classes/image.C: - some exceptions while operations with
6895: image not typeless anymore
6896:
6897: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
6898: main/pa_exec.C, main/pa_http.C: - some exceptions while
6899: operations with files not typeless anymore
6900:
6901: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
6902: types/pa_vdate.h: - exceptions while checking date range not
6903: typeless anymore
6904:
6905: * src/include/pa_exception.h: - exception type string for invalid
6906: date range was added
6907:
6908: 2008-09-03 misha
6909:
6910: * src/: classes/file.C, main/pa_string.C: - exception while pce
6911: operations not typeless anymore
6912:
6913: * src/include/pa_exception.h: - exception type for pce operations
6914: was added
6915:
6916: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
6917: and .CLASS_NAME insite classes
6918:
6919: * src/classes/table.C: - don't save table header whiile
6920: ^table.save[append;filename] if file exists
6921:
6922: 2008-09-02 misha
6923:
6924: * src/main/compile.y, src/main/compile_tools.h,
6925: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
6926: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
6927: renamed to partial and it login changed: we must mark class as
6928: partial for allow their modifications in future.
6929:
6930: 2008-08-29 misha
6931:
6932: * tests/results/022.processed: - testing taint[regex] in mask for
6933: file:list
6934:
6935: * tests/022.html: - testing taint[regex] in mask for file:list
6936:
6937: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
6938: for file:list was added
6939:
6940: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
6941: file:list
6942:
6943: 2008-08-26 misha
6944:
6945: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
6946: last derived object
6947:
6948: * src/classes/image.C: - many strings "image.format" replaced by
6949: IMAGE_FORMAT constant string - handle GPS info while parse exif -
6950: understand some more exif tags
6951:
6952: * src/include/pa_exception.h: - string "image.format" was added
6953:
6954: 2008-08-21 misha
6955:
6956: * src/: main/pa_string.C, classes/file.C: - use method for print
6957: pcre_exec text error
6958:
6959: * src/main/pa_common.C: - method for print pcre_exec text error was
6960: added
6961:
6962: * src/include/pa_common.h: - method declaration for print pcre_exec
6963: text error was added
6964:
6965: 2008-08-19 misha
6966:
6967: * src/main/execute.C: - bugfix: opcodes must be in separate
6968: namespace while debug execution as well
6969:
6970: * tests/: 015.html, results/015.processed: - test for escaping some
6971: parser chars was added
6972:
6973: 2008-08-18 misha
6974:
6975: * tests/: 190.html, 190.p, results/190.processed: - test for
6976: $caller.self.field + default getter in one class was added
6977:
6978: * tests/: 189.html, results/189.processed: - test for
6979: ^date::create[date object]
6980:
6981: * tests/: 188.html, results/188.processed: - tests for match with
6982: UTF-8 strings
6983:
6984: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
6985: ^string.match[]
6986:
6987: * ChangeLog: - parser 3.3.0 beta13
6988:
6989: 2008-08-15 misha
6990:
1.101 moko 6991: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
6992: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
6993: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
6994: dftables.c: - old PCRE files removed
1.95 moko 6995:
6996: * src/lib/pcre/config.h: - configuration for PCRE library
6997:
6998: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6999: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7000:
7001: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7002: library and set flag UTF8 if $request:charset is UTF-8
7003:
7004: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7005: include/pa_config_fixed.h: - moved to new PCRE library
7006:
7007: * src/: main/main.vcproj, types/types.vcproj,
7008: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7009: win32\pcre instead of parser3\src\lib\pcre
7010:
7011: * src/: include/pa_opcode.h, include/pa_operation.h,
7012: main/compile.C, main/compile.y, main/compile_tools.C,
7013: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7014: opcodes were moved to separate namespace
7015:
7016: 2008-08-14 misha
7017:
7018: * src/types/pa_vstateless_class.C: - newline at the end missed
7019:
7020: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7021: tainting
7022:
7023: 2008-08-11 misha
7024:
7025: * tests/: 187.html, 187.p, results/187.processed: - tests for
7026: $caller.self, $caller.self.field and $caller.self.field[value]
7027: were added
7028:
7029: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7030: runtime as well (for $caller.self)
7031:
7032: 2008-07-25 misha
7033:
7034: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7035: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7036: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7037: tests with international characters
7038:
7039: 2008-07-23 misha
7040:
7041: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7042: file::load[...;http://
7043:
7044: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7045: now everywhere in separate namespace
7046:
7047: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7048: for vars
7049:
7050: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7051: can be escaped by '^'
7052:
7053: 2008-07-22 misha
7054:
7055: * src/classes/string.C, tests/186.html: - names changes:
7056: escape=>js-escape, unescape=>js-unescape
7057:
7058: 2008-07-21 misha
7059:
7060: * tests/results/186.processed: - test for string escape/unescape
7061:
7062: * tests/186.html: - test for string escape/unescape
7063:
7064: * src/classes/string.C: - string has escape and unescape methods
7065: now
7066:
7067: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7068: added
7069:
7070: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7071: method-layers added (with different params)
7072:
7073: 2008-07-18 misha
7074:
7075: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7076: was added
7077:
7078: * tests/185.html: - test for ^str.pos[sub](offset) added
7079:
7080: * src/classes/string.C, src/classes/void.C, operators.txt: -
7081: ^string.pos[substr](offset) -- 2nd param accepted now
7082:
7083: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7084: strings
7085:
7086: 2008-07-17 misha
7087:
7088: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7089: helper length added for mid for small optimisation
7090:
7091: 2008-07-16 misha
7092:
7093: * tests/: 185.html, results/185.processed: - tests for
7094: length/left/right/mid/pos with utf-8 strings
7095:
7096: * src/classes/string.C: - left/right/mid/length/pos works fine for
7097: utf-8 strings
7098:
7099: * src/main/untaint.C: - comments removed
7100:
7101: * src/: include/pa_string.h, main/pa_string.C,
7102: include/pa_charset.h, main/pa_charset.C: - methods for working
7103: with pos/mid for strings in utf-8 were added
7104:
7105: 2008-07-15 misha
7106:
7107: * tests/: 184.html, results/184.processed: - test for case body as
7108: expression: $var(^switch(1){^case(1)(true)..})
7109:
7110: * src/classes/op.C: - case body can be expression now:
7111: $var(^switch(1){^case(1)(true)..})
7112:
7113: * tests/: results/183.processed, 183.html: - added test for testing
7114: new cookie encoding (%uXXXX)
7115:
7116: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7117: decoding for backward compatibility they decoded from %XX in
7118: request:charset too
7119:
7120: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7121: - cookie class now decode cookies before first access after last
7122: request:charset changing (as form class).
7123:
7124: * src/main/pa_charset.C: - added method escape for escaping cookies
7125: as %uXXXX - before transcode calculate required space for dest
7126: string. it reduce mem usage for transcode
7127:
7128: * src/include/pa_charset.h: - added method escape for escaping
7129: cookies as %uXXXX
7130:
7131: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7132: was added. will used for escaping cookies as %uXXXX
7133:
7134: * src/include/pa_common.h: - escape method has new option for skip
7135: converting '+' to a space char
7136:
7137: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7138: transcode - escape method has new option for skip converting '+'
7139: to a space char
7140:
7141: 2008-07-08 misha
7142:
7143: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7144: (no UE if more then 1 case matches anylonger) - optimization:
7145: doing searching.as_string() || searching.as_double() only once
7146:
7147: 2008-07-04 misha
7148:
7149: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7150: now ^date::create[date object] works
7151:
7152: * src/classes/string.C: - left and right added as aliases for start
7153: and end in ^string.trim[]
7154:
7155: 2008-07-03 misha
7156:
7157: * src/classes/file.C: - allow $.limit for file::sql as well
7158:
7159: * src/classes/file.C: - allow $.offset option for file::sql - force
7160: send limit=1 to query for use sql specifics authomatically
7161:
7162: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7163: if $.limit value if empty. autoconvert it as everywere
7164:
7165: 2008-07-02 misha
7166:
7167: * configure.in: - time to change version number to 3.3.0 %-)
7168:
7169: * src/include/pa_version.h: - time to change version number to
7170: 3.3.0 %-)
7171:
7172: 2008-06-26 misha
7173:
7174: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7175: $.limit(0) fixes
7176:
7177: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7178: - $.limit(0) fixes
7179:
7180: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7181: new API)
7182:
7183: * src/: include/pa_sql_driver_manager.h,
7184: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7185: classes/op.C: - document_root added
7186:
7187: * src/main/compile.tab.C: - error message was changed
7188:
7189: 2008-06-25 misha
7190:
7191: * src/main/compile.y: - error message was changed
7192:
7193: 2008-06-24 misha
7194:
7195: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7196:
7197: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7198: tests for @OPTIONS\nappend
7199:
7200: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7201:
7202: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7203:
7204: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7205:
7206: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7207: compile.y
7208:
7209: 2008-06-17 misha
7210:
7211: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7212: compilation: ^if(default){true. it's incorrect. must be
7213: exception}
7214:
7215: 2008-06-16 misha
7216:
7217: * tests/: 181.ent, 181.html, results/181.processed: - test for
7218: checking external reference loading with 'http://localhost'
7219: prefix while creating xdoc
7220:
7221: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7222: ^math:long2ip[] and ^math:ip2long[]
7223:
7224: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7225: added which use scalar stateless class method when user object
7226: used in scalar context - use get_scalar_value when user object
7227: requested in scalar context
7228:
7229: * src/main/pa_common.C: - size must be int but not size_t or we
7230: can't compare with 0 sprintf result
7231:
7232: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7233: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7234: with internal switch between local/global vars
7235:
7236: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7237: specified
7238:
7239: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7240: pa_vstateless_object.h: - stateless class and object now has
7241: private scalar field and getter/setter for working with it
7242:
7243: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7244: moved to inet static class
7245:
7246: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7247: class added (^inet:aton[IP], ^inet:ntoa(number))
7248:
7249: * tests/: 180.html, results/180.processed: - tests for
7250: ^math:long2ip(long) and ^math:ip2long[IP]
7251:
7252: * src/classes/math.C: - ^math:ip2long[IP] added
7253:
7254: 2008-06-11 misha
7255:
7256: * src/main/pa_xml_io.C: - use file_read_text again because of we
7257: need cut BOM code and remove DOS newline chars. but don't
7258: transcode it anyway.
7259:
7260: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7261: main/pa_http.C: - option for disable transcoding while file_read
7262: and file_read_text added
7263:
7264: 2008-06-10 misha
7265:
7266: * tests/: 179.html, 179.p, results/179.processed: - test for many
7267: classes in 1 file
7268:
7269: * src/main/: compile.C, compile_tools.h: - compile return list of
7270: classes now.
7271:
7272: * src/main/: compile.y, compile.tab.C: - compile return list of
7273: classes now. internals.
7274:
7275: * src/main/pa_request.C: - compile return list of classes now. try
7276: call @conf and @auto for each returned class
7277:
7278: * src/include/pa_request.h: - compile return list of classes now
7279:
7280: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7281: return list of classes when compile buf)
7282:
7283: 2008-06-07 misha
7284:
7285: * src/main/pa_request.C: - constructing VRequest object with 3rd
7286: param -- form
7287:
7288: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7289: 3rd param: form. needed for get post_charset
7290:
7291: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7292: added
7293:
7294: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7295: types/pa_vform.C, types/pa_vform.h: - some polish
7296:
7297: 2008-06-06 misha
7298:
7299: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7300: charset and decode chars from it but not from response:charset
7301:
7302: * src/main/pa_http.C: - detect_charset moved out of here
7303:
7304: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7305: methods moved here - unescape_chars accepn one charset now
7306:
7307: * src/main/pa_http.C: - new constants used - don't allow
7308: $.content-type in ^file::load[;http://;$.method[POST]] - add
7309: charset info while ^file::load[;http://;$.method[POST]] - option
7310: $.omit-post-charset(true) added to ^file::load[;http://] for
7311: disabling charset during post
7312:
7313: * src/types/pa_vform.C: - new constants used
7314:
7315: * src/include/pa_common.h: - some constants were added
7316:
7317: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7318: instead of StrEqNc
7319:
7320: * src/main/pa_common.C: - new method for caseless search
7321: c-substring in c-string - use isxdigit instead of is_hex_digit
7322:
7323: * src/include/pa_common.h: - new method for caseless search
7324: c-substring in c-string
7325:
7326: 2008-06-05 misha
7327:
7328: * tests/results/178.processed: - test for testing default getter
7329:
7330: * tests/178.html: - test for testing default getter
7331:
7332: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7333: for test for testing default getter
7334:
7335: * src/main/execute.C: - default getter soul
7336:
7337: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7338: requested objects' field not found
7339:
7340: * src/types/pa_vclass.C: - register default getter if defined - get
7341: default getter if requested field not found
7342:
7343: * src/types/pa_vstateless_object.h: - method get_default_getter was
7344: added
7345:
7346: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7347: pointer to default getter and methods for get/set it were added
7348:
7349: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7350: auto_name field (for default getter)
7351:
7352: 2008-06-04 misha
7353:
7354: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7355: transcoding, no cutting BOM code, no fixing line breaks) and get
7356: it to libxml "as is"
7357:
7358: 2008-06-03 misha
7359:
7360: * src/main/pa_common.C: - use store_Char instead of
7361: transcodeCharFromUTF8
7362:
7363: * src/: include/pa_charset.h, main/pa_charset.C: - method
7364: store_Char added, transcodeCharFromUTF8 -- removed
7365:
7366: 2008-06-02 misha
7367:
7368: * tests/: results/177.processed, 177.html: - test for checking
7369: .[acm]date after local ^file::load[] was added
7370:
7371: * tests/: results/176.processed, 176.html: - test for checking
7372: @OPTION\locals + @method[vars][locals] added
7373:
7374: * tests/results/auto.p: - CLASS_PATH specified for checking use
7375:
7376: 2008-05-30 misha
7377:
7378: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7379: @OPTION\nlocals + @method[vars][;locals;] were added
7380:
7381: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7382: moved to separate method op_code - switch from VMethodFrame to
7383: VMethodFrameGlobal + VMethodFrameLocal
7384:
7385: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7386: was moved to separate method op_code
7387:
7388: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7389: VMethodFrame now
7390:
7391: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7392: all_vars_local as well
7393:
7394: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7395: pa_vmethod_frame_local.h, Makefile.am: - who children for
7396: VMethodFrame were added: one (global) works as VMethodFrame
7397: before and second (local) write all vars in self vars scope
7398:
7399: * src/types/pa_method.h: - method has bool flag all_vars_local now
7400:
7401: 2008-05-29 misha
7402:
7403: * tests/: 129.html, results/129.processed: - more tests for
7404: ^table.hash[]
7405:
7406: * src/classes/hash.C: - ^hash::sql has a new option:
7407: $.type[hash|string|table] as ^table.hash[] one.
7408:
7409: * src/classes/op.C: - ^try has 3rd param now: finally code which
7410: executed anyway after try or catch section
7411:
7412: 2008-05-27 misha
7413:
7414: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7415: must not fail if $.distinct(1) wasn't specified
7416:
7417: 2008-05-26 misha
7418:
7419: * src/classes/op.C: - allow ^throw[my type]
7420:
7421: 2008-05-22 misha
7422:
7423: * configure.in, configure: - version number updated to 3.2.4b
7424:
7425: * src/classes/: op.C, string.C: - trim format string before
7426: eval/format
7427:
7428: * tests/: results/175.processed, 175.html: - more tests for
7429: different format strings in .format[]
7430:
7431: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7432: as well (not only %XX)
7433:
7434: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7435: charset specified - checks for format before print number
7436: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
7437: (instead of tabs) removed
7438:
7439: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
7440: charset specified
7441:
7442: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
7443: char in requested charset from utf code was added
7444:
7445: 2008-05-19 misha
7446:
7447: * tests/: 174.html, results/174.processed: - test for
7448: ^hashfile.cleanup[] added
7449:
7450: * src/classes/hashfile.C: - optimization: don't create any key or
7451: value variable if it's name weren't specified
7452: (^hf.foreach[;v]{...})
7453:
7454: 2008-05-16 misha
7455:
7456: * src/classes/hash.C: - optimization: don't create any key variable
7457: if variable name wasn't specified (^h.foreach[;v]{...})
7458:
7459: 2008-05-15 misha
7460:
7461: * src/classes/op.C: - small changes
7462:
7463: * src/classes/hashfile.C: - code reformating (as hash.foreach)
7464:
7465: * src/classes/hash.C: - calculate var_context once before foreach
7466:
7467: 2008-05-14 misha
7468:
7469: * src/classes/hashfile.C: - incorrect vars context calculation for
7470: ^hashfile.foreach[;]{} fixed
7471:
7472: * src/classes/: hash.C, table.C: - little optimisation
7473:
7474: * src/classes/file.C: - bugfix: double absolute path while loading
7475: file
7476:
7477: * tests/: 174.html, results/174.processed: - tests for hashfile
7478: were added
7479:
7480: * buildall-with-xml: - moving to libxslt 1.1.24
7481:
7482: 2008-04-30 misha
7483:
7484: * src/classes/file.C: - stat file while loading (local only) so
7485: .adate, .mdate and .cdate available without additional ::stat
7486:
7487: 2008-04-28 misha
7488:
7489: * src/classes/file.C: - $.name and $.content-type available for
7490: stated file
7491:
7492: 2008-04-14 misha
7493:
7494: * src/targets/cgi/parser3.C: - new year in copyright %-)
7495:
7496: * src/include/pa_version.h: - new version number in head
7497:
7498: 2008-04-10 misha
7499:
7500: * tests/: 080.html, results/080.processed: - cut '0' from
7501: exponential part because of on diff OS it differ (20 or 020 for
7502: ex)
7503:
7504: * tests/: 119.html, results/119.processed: - check for encoding
7505: while creating xdoc
7506:
7507: 2008-04-09 misha
7508:
7509: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
7510:
7511: * src/main/pa_common.C: - comment added
7512:
7513: * src/classes/date.C: - little refactoring
7514:
7515: 2008-04-07 misha
7516:
7517: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
7518: style of ^table.save[]: prepare one big string and sabe it at
7519: once. it's safe on freebsd 4.x but use much more memory.
7520:
7521: * buildall-with-xml, buildall-without-xml: - option
7522: --disable-stringstream added (under comment. use it on freebsd
7523: 4.x)
7524:
7525: 2008-02-22 misha
7526:
7527: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
7528: specified together in file::load[;http] - get back transcoding
7529: $.body[] in file::load[;http]
7530:
7531: 2008-02-21 misha
7532:
7533: * src/classes/date.C: - ^date.gmt-string[] was added
7534:
7535: * src/types/pa_value.C: - method for output date in RFC 822 format
7536: moved to pa_common.h
7537:
7538: * src/include/pa_common.h: - method for output date in RFC 822
7539: format moved here from pa_value.C
7540:
7541: * src/types/pa_vmail.C: - fixed core in sending mail with
7542: attachment in simple mode ($.file[file here]) introduced in 3.2.2
7543:
7544: 2008-02-20 misha
7545:
7546: * src/main/pa_http.C: - transcode $.headers before escaping into
7547: specified charset while ^file::load[...;http://...] (L_URI
7548: instead of L_HTTP_HEADER) - $.cookies param available in
7549: ^file::load[;http://...] now (but we don't parse set-cookies from
7550: response yet) (cookies not transcoded as common $cookies)
7551:
7552: 2008-02-19 misha
7553:
7554: * src/main/pa_request.C: - rollback: we mustn't force taint
7555: $response:field values because in this case
7556: $response:locateion[http://...] don't works.
7557:
7558: 2008-02-15 misha
7559:
7560: * src/classes/op.C: - little refactoring
7561:
7562: * src/main/pa_http.C: - taint names of $.headers for load[;http
7563:
7564: * src/main/pa_request.C: - force taint values of $response:field
7565:
7566: 2008-02-14 misha
7567:
7568: * src/main/pa_request.C: - $response:field transcoded to
7569: $response:charset before escaping now
7570:
7571: * src/main/pa_http.C: - some outdated comments removed
7572:
7573: * src/classes/date.C: - lastdat -> last-day
7574:
7575: * src/classes/date.C: - ^date:lastday(year;month) and
7576: ^date.lastday[] were added - little code refactoring - comments
7577: changes
7578:
7579: * tests/: 159.html, results/159.processed: - test for number of
7580: days in February
7581:
7582: * src/types/pa_value.C: - fixes in code formatting
7583:
7584: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
7585: and comments
7586:
7587: 2008-02-13 misha
7588:
7589: * src/main/pa_common.C: - bugfix for february at leap year
7590:
7591: 2008-01-28 misha
7592:
7593: * tests/: 160.html, results/160.processed: - more test for cache
7594: added
7595:
7596: * src/classes/op.C: - bugfix: cache body executed twice if contains
7597: unhandled exception
7598:
7599: 2008-01-25 misha
7600:
7601: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
7602: bug when hashfile became inavailable after memory:compact)
7603:
7604: * src/lib/sdbm/apr_strings.C: - +arp_malloc
7605:
7606: 2008-01-22 misha
7607:
7608: * src/classes/table.C: - little refactiring and exception texts
7609: changes in method ^table.hash[]
7610:
7611: * src/types/pa_vcookie.C: - link to cookie specification changed
7612:
7613: 2008-01-21 misha
7614:
7615: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
7616: file::exec/cgi
7617:
7618: * src/classes/file.C: - bugfix: core while processing headers if
7619: executed cgi script don't return content
7620:
7621: 2008-01-18 misha
7622:
7623: * buildall-with-xml: - move to libxml2 version 2.6.31
7624:
7625: * src/include/pa_version.h, configure.in: - version number updated
7626: to '3.2.3b'
7627:
7628: 2007-12-28 misha
7629:
7630: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
7631: hash.contains
7632:
7633: 2007-12-27 misha
7634:
7635: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7636: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
7637: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
7638: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
7639: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7640: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
7641: src/targets/cgi/parser3.vcproj,
7642: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
7643: back to VS2003 because of Apache 1.3 module can't work if it was
7644: built in VS 2005. with cgi all file so VS2003 project files can
7645: be easy converted to the new format.
7646:
7647: 2007-12-04 misha
7648:
7649: * src/types/pa_vcode_frame.h: - changes in comment
7650:
7651: 2007-11-29 misha
7652:
7653: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
7654: intercept strings any longer
7655:
7656: * tests/: 173.html, results/173.processed: - tests for
7657: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
7658: but not in main code frame
7659:
7660: * tests/: 172.html, results/172.processed: - more tests for pass
7661: objects from code frames
7662:
7663: 2007-11-27 misha
7664:
7665: * tests/: 152.html, results/152.processed: - tests for converting
7666: strings 'true'/'false' to bool were added
7667:
7668: * tests/152.html: - added checks for converting strings
7669: 'true'/'false' to bool
7670:
7671: * src/classes/string.C: - ^srting.bool[] now can convert to bool
7672: not only strings with numbers but with values 'true'/'false' as
7673: well
7674:
7675: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
7676: for parser3.log increased
7677:
7678: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
7679:
7680: * src/include/pa_common.h: - remove_crlf return cstring size now
7681:
7682: * src/include/pa_types.h: - constant with buffer size for
7683: parser3.log added
7684:
7685: 2007-11-16 misha
7686:
7687: * tests/cat.sh: - script for tests for file::exec/cgi
7688:
7689: * tests/171.html: - tests for file::exec/cgi
7690:
7691: * tests/results/171.processed: - tests results for file::exec/cgi
7692:
7693: 2007-11-15 misha
7694:
7695: * src/main/pa_exec.C: - fixed incorrect exec code for unix
7696:
7697: * src/classes/file.C: - .body must be set before analyzing cgi
7698: headers
7699:
7700: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
7701: only if exec/cgi return anything.
7702:
7703: 2007-11-14 misha
7704:
7705: * operators.txt: - info about new text|binary option for
7706: file::exec/cgi was added
7707:
7708: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
7709: ^file:exec[[text|binary];script;...]
7710:
7711: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
7712: classes/string.C, classes/table.C: - more text strings moved to
7713: the one place
7714:
7715: 2007-11-09 misha
7716:
7717: * src/types/pa_vrequest.C: - $request:argv must be taint
7718:
7719: * ChangeLog: - $request:argv [patch from Sumo]
7720:
7721: * operators.txt: - $request:argv
7722:
7723: * src/: include/pa_request_info.h, types/pa_vrequest.C,
7724: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
7725:
7726: 2007-10-25 misha
7727:
7728: * buildall-with-xml, buildall-without-xml: - options preparations
7729: for ./configure rewrited
7730:
7731: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
7732: error occure in unhandled_exception finally fixed
7733:
7734: 2007-10-23 misha
7735:
7736: * tests/: 170.html, results/170.processed: - test for
7737: @method[][result]
7738:
7739: * operators.txt: - added info about node.prefix and
7740: node.namespaceURI
7741:
7742: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
7743:
7744: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
7745: added for node and attribute
7746:
7747: 2007-10-22 misha
7748:
7749: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
7750:
7751: * src/main/pa_request.C: - added const content-transfer-encoding
7752:
7753: * src/include/pa_request.h: - added const content-transfer-encoding
7754: - ups. constants must be in lowercase (for search)
7755:
7756: * src/types/pa_vmail.C: - more constants used -
7757: content-transfer-encoding: 8bit added
7758:
7759: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
7760:
7761: * src/include/pa_request.h: - more constants
7762:
7763: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
7764: ommit anymore if $.content-disposition was specified - little
7765: refactoring
7766:
7767: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
7768:
7769: 2007-10-17 misha
7770:
7771: * operators.txt: - info about
7772: table::create[nameless]{data}[>options<] was added
7773:
7774: * src/main/: compile.tab.C, compile.y: - if error occure while
7775: compile method don't put this method in methods table anymore.
7776: in other case the parser coredumped if @unhandled_exception
7777: method can't be compiled because of parser.compile error.
7778:
7779: * src/main/execute.C: - little code reformating
7780:
7781: * src/main/pa_request.C: - little code reformating - comment
7782: changed
7783:
7784: 2007-10-16 misha
7785:
7786: * tests/: 035.html, results/035.processed: - tests
7787: table::create[]{}[options] added
7788:
7789: * src/classes/table.C: - table::create[]{} now accept 3rd param:
7790: options (only $.seperator[] yet)
7791:
7792: 2007-10-10 misha
7793:
7794: * src/classes/table.C: - some contstants moved to pa_common.h -
7795: some code changes
7796:
7797: 2007-10-02 misha
7798:
7799: * src/main/pa_uue.C: - memory usage during uuencode reduced more
7800: then three time as much. but base64 encoding method still use
7801: less memory anyway.
7802:
7803: 2007-09-17 misha
7804:
7805: * operators.txt: - added info about $cookie:fields
7806:
7807: * src/types/pa_vcookie.C: - $cookie:fields available now
7808:
7809: * src/classes/hash.C: - some stuff for use with .for_each moved to
7810: common
7811:
7812: * src/include/pa_common.h: - some stuff for use with .for_each
7813: moved here
7814:
7815: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
7816:
7817: 2007-09-14 misha
7818:
7819: * buildall-with-xml: - new xml libs again =)
7820:
7821: 2007-08-28 misha
7822:
7823: * operators.txt: - texts about ^table.columns[[column name]] and
7824: ^string.split[...][v][column name] were added
7825:
7826: * tests/: 168.html, 169.html, results/168.processed,
7827: results/169.processed: - tests for ^table.columns[[column name]]
7828: and ^string.split[...][v][column name] were added
7829:
7830: * src/classes/table.C: - new option ^table.columns[[column name]]
7831: was added
7832:
7833: * src/classes/string.C: - new option ^string.split[...;v;[column
7834: name]]
7835:
7836: * src/include/pa_exception.h: - error text message for
7837: ^hash._keys[], ^table.columns[] and ^string.split[]
7838:
7839: 2007-08-27 misha
7840:
7841: * src/main/untaint.C: - try to fix coredump on unix if print to
7842: body ^taint[sql][something] outside of connect
7843:
7844: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
7845: outside of connect
7846:
7847: * buildall-with-xml, buildall-without-xml: - strip parser3 was
7848: added (commented by default)
7849:
7850: 2007-08-20 misha
7851:
7852: * operators.txt: - comment about new method ^node.hasAttributes[]
7853: was added
7854:
7855: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
7856: duplicated exception text strings were removed
7857:
7858: * src/include/pa_exception.h: - more exception text strings moved
7859: here
7860:
7861: * src/classes/table.C: - some duplicate exceptions' text strings
7862: removed
7863:
7864: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
7865: xdoc.C, xnode.C: - some duplicate exceptions' text strings
7866: removed
7867:
7868: * src/include/pa_exception.h: - some exception text strings movet
7869: to pa_exception
7870:
7871: * tests/: 149.html, results/149.processed: - test for
7872: ^xnode.hasAttributes[] was added - some code changes
7873:
7874: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
7875: added
7876:
7877: 2007-08-17 misha
7878:
7879: * tests/: results/006.processed, results/059.processed, 006.html,
7880: 059.html: - more tests for match
7881:
7882: * tests/: 129.html, results/129.processed: - tests for
7883: ^table.hash[...][$.type[string|hash|table]] added
7884:
7885: * src/targets/cgi/parser3.C: - little syntax changes
7886:
7887: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
7888: syntax changes
7889:
7890: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
7891: messages in parser3.log switched off by default. If someone
7892: really still need it: use $SIGPIPE(1)
7893:
7894: 2007-08-08 misha
7895:
7896: * buildall-with-xml, buildall-without-xml: - remove libs source
7897: files by default since now
7898:
7899: 2007-08-07 misha
7900:
7901: * buildall-without-xml: - some option syntax changes
7902:
7903: * buildall-with-xml: - compile libxml2 without http support - some
7904: option syntax changes
7905:
7906: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
7907:
7908: 2007-08-06 misha
7909:
7910: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
7911:
7912: * tests/: 160.html, results/160.processed: - cache test was
7913: rewrited
7914:
7915: 2007-07-06 misha
7916:
7917: * tests/: 153.html, results/153.processed: - added test for
7918: ^math:sha1[string]
7919:
7920: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
7921: transcoded
7922:
7923: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
7924: were added
7925:
7926: 2007-06-28 misha
7927:
7928: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
7929: some incorrect chars
7930:
7931: 2007-06-19 misha
7932:
7933: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
7934: were moved on top because of gcc 4 had a problems during
7935: building.
7936:
7937: 2007-06-18 misha
7938:
7939: * tests/results/019.processed: - new image commited
7940:
7941: 2007-06-09 misha
7942:
7943: * src/classes/: op.C, table.C: - in while and table.select method
7944: as_expression used now
7945:
7946: * src/types/pa_vmethod_frame.h: - method as_expression was added
7947:
7948: 2007-06-08 misha
7949:
7950: * tests/: 166.html, results/166.processed: - test for
7951: ^match[...][n]
7952:
7953: * tests/: 165.html, results/165.processed: - tests for loops
7954:
7955: * src/lib/cord/include/private/cord_pos.h: - back to origin value
7956: because of no speed/memory optimisation but some proglems with
7957: long cycles occure
7958:
7959: 2007-06-06 misha
7960:
7961: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
7962: ^table.select(true) and ^table.select(1) didn't works because of
7963: awaiting junction-param only. fixed.
7964:
7965: 2007-05-24 misha
7966:
7967: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
7968: with 0.5 secs interval
7969:
7970: * src/classes/op.C: - cache was rewrited. I hope it works with
7971: locking system now on unix
7972:
7973: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
7974: system locks which wait till other threads release it but try get
7975: lock, if fail wait 1 sec and make 10 attempts.
7976:
7977: * src/include/pa_os.h: - consts for blocking locks + some comments
7978: were added
7979:
7980: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
7981: opening files
7982:
7983: * src/classes/table.C: - changes in includes. if unclude <sstream>
7984: after our classes on unix it can't be build
7985:
7986: * src/types/pa_vhashfile.C: - not needed code removed
7987:
7988: 2007-05-23 misha
7989:
7990: * src/: classes/file.C, classes/op.C, main/pa_common.C,
7991: include/pa_common.h: - cosmetic changes
7992:
7993: 2007-05-18 misha
7994:
7995: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
7996: often. it's give some speed increasing
7997:
7998: * tests/results/160.processed: - returned time corrected
7999:
8000: * tests/160.html: - time increased because on unix 1 mean nothing
8001: :(
8002:
8003: * operators.txt: - added info about ^hash.contain[key]
8004:
8005: * src/classes/hash.C: - added ^hash.contain[key]
8006:
8007: * src/include/pa_hash.h: - added method for checking key exists in
8008: hash
8009:
8010: 2007-05-07 misha
8011:
8012: * src/include/pa_string.h: - was compilation error during build on
8013: freebsd4
8014:
8015: 2007-05-03 misha
8016:
8017: * src/classes/table.C: - option $.type[hash|string|table] was added
8018: for ^table.hash[]
8019:
8020: * src/classes/file.C: - comment removed
8021:
8022: 2007-04-26 misha
8023:
8024: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8025: real files doesn't opened in place anymore
8026:
8027: 2007-04-24 misha
8028:
8029: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8030:
8031: * src/include/pa_exception.h: "static" removed
8032:
8033: 2007-04-23 misha
8034:
8035: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8036:
8037: * src/classes/math.C: added: - ^math:ln(N) (the same as
8038: ^math:log(N)) - ^math:lg(N)
8039:
8040: * tests/: 097.html, results/097.processed: - charsets converstion
8041: during ^file::load[text;http://...] added
8042:
8043: * tests/: 164.html, results/164.processed: - check for set expires
8044: as a date
8045:
8046: * tests/: 164.html, results/164.processed: - test for hashfile
8047:
8048: * src/classes/hashfile.C: - little comment changes
8049:
8050: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8051: access
8052:
8053: * src/: classes/date.C, classes/double.C, classes/file.C,
8054: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8055: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8056: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8057: classes/xnode.h, include/pa_request.h, main/execute.C,
8058: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8059: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8060: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8061: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8062: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8063: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8064: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8065: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8066: "parser.runtime" strings were removed
8067:
8068: * src/classes/hashfile.C: - with .clear[] called files_delete()
8069: now.
8070:
8071: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8072:
8073: * src/include/pa_exception.h: - string constant with
8074: "parser.runtime" text was added
8075:
8076: 2007-04-20 misha
8077:
8078: * operators.txt: - some comments changing
8079:
8080: * operators.txt: - added info about .^hashfile.release[],
8081: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8082:
8083: * configure: =cheching for unsetenv
8084:
8085: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8086: ^hashfile.release[] were added
8087:
8088: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8089: ^string.match[][] understand new option now: return number of
8090: matches but not table wit results
8091:
8092: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8093: reopen now
8094:
8095: * src/classes/op.C: - bug. must be false
8096:
8097: * configure.in: - checking for unsetenv was added
8098:
8099: * src/types/pa_vform.C: - some comments
8100:
8101: 2007-04-18 misha
8102:
8103: * buildall-with-xml: moving to libxml2-2.6.28
8104:
8105: * buildall-with-xml, buildall-without-xml: added commented lines
8106: with --disable-safe-mode option
8107:
8108: * operators.txt: - info about $form:files
8109:
8110: 2007-04-17 misha
8111:
8112: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8113: $form:files was added
8114:
8115: * tests/: 163.html, results/163.processed: removing auto format
8116:
8117: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8118:
8119: 2007-04-16 misha
8120:
8121: * tests/: 163.html, results/163.processed: - test for .int[],
8122: floor, round, ceiling and .format[]
8123:
8124: * src/classes/file.C: - little optimization for getting args in
8125: exec/cgi
8126:
8127: 2007-04-13 misha
8128:
8129: * src/classes/file.C: - arguments for file::exec/cgi can be
8130: specified now as s table with one column
8131:
8132: 2007-03-27 misha
8133:
8134: * tests/: 162.html, results/162.processed: - test for
8135: ^table.select(^condition[$t])
8136:
8137: * tests/results/auto.p: - load windows-1251 charset for some tests
8138:
8139: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8140:
8141: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8142: 161_windows1251.txt: - added test for
8143: ^file::load[text;/local/file.txt;$.charset[...]]
8144:
8145: * tests/: results/013.processed, 013.html: - added test for
8146: checking $._default value while hash modifications
8147:
8148: * tests/: 160.html, results/160.processed: - add test for
8149: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8150:
8151: 2007-03-22 misha
8152:
8153: * src/include/pa_common.h: - "charset" string defined for
8154: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8155:
8156: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8157: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8158: added - not needed transcodes were removed from
8159: ^file::load[...;http://...]
8160:
8161: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8162: added
8163:
8164: * src/classes/date.C: - date.week was fixed
8165:
8166: * operators.txt: - added info about date.weekyear
8167:
8168: * tests/: 159.html, results/159.processed: - tests for date.week
8169: and date.weekyear added
8170:
8171: 2007-03-15 misha
8172:
8173: * src/classes/table.C: - enclose column numbers for nameless tables
8174: as well
8175:
8176: 2007-03-14 misha
8177:
8178: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8179:
8180: * src/classes/table.C: - table.save optimization: now required much
8181: less memory
8182:
8183: 2007-03-13 misha
8184:
8185: * tests/results/: 158.processed, 158.processes: - tests for
8186: table.save/table.load
8187:
8188: * tests/: 158.html, results/158.processes: - tests for
8189: table.save/table.load
8190:
8191: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8192:
8193: * buildall-with-xml: - pattern needed now for building
8194:
8195: * tests/results/097.processed: - added test results for xdoc::load
8196: & xdoc::load[http://...]
8197:
8198: * tests/097.html: - added test for xdoc::load
8199:
8200: 2007-03-12 misha
8201:
8202: * tests/: 107.html, results/107.processed: - added test for xpath
8203: '//man'
8204:
8205: 2007-03-01 misha
8206:
8207: * tests/: 097.html, results/097.processed: - added test for
8208: creating xdoc from file
8209:
8210: * tests/: results/157.processed, 157.html: - added test for
8211: file:move
8212:
8213: 2007-02-28 misha
8214:
8215: * src/classes/xdoc.C: - another attempt
8216:
8217: * src/classes/xdoc.C: - roll back last changes for a while
8218:
8219: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8220:
8221: * src/classes/file.C: - under lock we create non-exist dir anyway
8222:
8223: * tests/results/099.processed: - ever send content-disposition to
8224: client with file
8225:
8226: * tests/157.html: + test for file:copy
8227:
8228: 2007-02-26 misha
8229:
8230: * src/classes/file.C: - some similar strings moved to #define
8231: instead of to be copy/pasted many times
8232:
8233: * src/types/pa_vfile.h: - class name string ("file") moved to
8234: #define
8235:
8236: 2007-02-20 misha
8237:
8238: * bin/auto.p.dist.in: - added lines for sqlite
8239:
8240: * configure.in: - added some strings for sqlite detection
8241:
8242: 2007-02-19 misha
8243:
8244: * operators.txt: - some comments changes
8245:
8246: * buildall-with-xml, buildall-without-xml: - some modifications
8247:
8248: 2007-02-17 misha
8249:
8250: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8251:
8252: * src/main/pa_request.C: - damn, i forgot to commit it while I
8253: change console behaviour
8254:
8255: 2007-02-12 misha
8256:
8257: * src/targets/cgi/parser3.C: - don't print headers if
8258: $console:line[data] was used during cgi execution.
8259:
8260: * src/types/pa_vconsole.h: - console class have bool flag now which
8261: marked as 'true' if class was used.
8262:
8263: * tests/: 152.html, results/152.processed: - more types was added
8264: to test 152
8265:
8266: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8267: adding 'bool' (^if($image){} caused exception)
8268:
8269: 2007-02-09 misha
8270:
8271: * tests/: 152.html, results/152.processed: - test alightly updated
8272:
8273: * tests/: 152.html, results/152.processed: - test rewrited
8274:
8275: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8276: bugfix. I broke xdoc & xnode in expression
8277:
8278: 2007-02-08 misha
8279:
8280: * tests/: 152.html, results/152.processed: - add test for checking
8281: 'def' for void, string, bool, int & double
8282:
8283: 2007-02-07 misha
8284:
8285: * operators.txt: - ^file:base64[filespec] was added
8286:
8287: * tests/results/153.processed: - result test for
8288: ^file:base64[filespec] was updated
8289:
8290: * tests/153.html: - test for ^file:base64[filespec] was added
8291:
8292: * src/types/pa_vconsole.h: - little optimization
8293:
8294: * src/classes/file.C: - ^file:base64[filespec]
8295:
8296: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8297:
8298: * src/include/pa_common.h: - declarations for
8299: ^file:base64[filespec]
8300:
8301: * src/types/pa_vcookie.C: - little optimization
8302:
8303: 2007-02-06 misha
8304:
8305: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8306: were temporary commented
8307:
8308: * src/types/pa_vbool.h: - bugfix
8309:
8310: * tests/156.html: - added test for bool cookie
8311:
8312: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8313:
8314: * tests/: 155.html, results/155.processed: - added test for check
8315: $.encloser[] option for table save/load
8316:
8317: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8318:
8319: 2007-02-05 misha
8320:
8321: * tests/results/152.processed: - newline at the end was missed
8322:
8323: * tests/results/141.processed: - math:md5 must be lowercased
8324:
8325: * src/targets/cgi/parser3.C: - 2007 in help ;)
8326:
8327: 2007-02-03 misha
8328:
8329: * tests/results/: 150.processed, 151.processed, 152.processed: -
8330: test for bool added and some content length fixes
8331:
8332: * tests/152.html: - test for bool added
8333:
8334: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8335:
8336: * operators.txt: - info bool class was added
8337:
1.101 moko 8338: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8339: classes/classes.vcproj, classes/double.C, classes/int.C,
8340: classes/string.C, classes/void.C, classes/xnode.C,
8341: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8342: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8343: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8344: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8345: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8346: types/types.vcproj: - bool class was added
8347:
8348: * src/main/pa_request.C: - fix
8349:
8350: 2007-01-18 misha
8351:
8352: * src/: main/pa_string.C, classes/string.C: - return table during
8353: ^string.match[][] even if no matched found.
8354:
8355: 2006-12-20 misha
8356:
8357: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8358: http://www.parser.ru/forum/?id=55598 ]
8359:
8360: 2006-12-19 misha
8361:
8362: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8363: details: http://www.parser.ru/forum/?id=52359
8364:
8365: * src/main/pa_request.C: - always set content-disposition for
8366: $response:body[hash here]. more details:
8367: http://www.parser.ru/forum/?id=52130
8368:
8369: 2006-12-07 misha
8370:
8371: * operators.txt: - added info about bool params in cookie set
8372:
8373: * src/types/pa_vcookie.C: - bool param in cookies available now
8374: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8375: ]
8376:
8377: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8378: was added
8379:
8380: 2006-12-02 misha
8381:
8382: * src/classes/file.C: - file_block_read used instead of native read
8383:
8384: * src/main/pa_common.C: - added file_block_read with read error
8385: detection - file_block_read used instead of native read
8386:
8387: * src/include/pa_common.h: - added file_block_read declaration
8388:
8389: 2006-12-01 misha
8390:
8391: * operators.txt: - info about $var.CLASS_NAME was added
8392:
8393: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8394: $var.CLASS_NAME added
8395:
8396: * operators.txt: - added info about ^file:copy[]
8397:
8398: * src/classes/file.C: - ^file:copy[from;fo] was added
8399:
8400: 2006-11-20 misha
8401:
8402: * src/classes/date.C: - bug fix :)
8403:
8404: 2006-11-17 misha
8405:
8406: * src/include/pa_common.h: - array in crc32 calculation was changed
8407: to static
8408:
8409: * src/main/pa_common.C: - little optimization in getMonthDays -
8410: small changes in crc32 calculation
8411:
8412: * src/classes/date.C: - not needed code was removed
8413:
8414: 2006-11-16 misha
8415:
8416: * src/types/pa_vmail.C: - fix missed brakes
8417:
8418: * src/types/pa_vmail.C: - mail:send now set content-type:
8419: multipart/related instead of multipart/mixed if file have
8420: $.content-id[]
8421:
8422: 2006-11-15 misha
8423:
8424: * src/types/pa_vdouble.h: abs -> fabs
8425:
8426: 2006-11-14 misha
8427:
8428: * operators.txt: - added info about ^file.md5[] and
8429: ^file:md5[file-name]
8430:
8431: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8432: added
8433:
8434: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8435: FILE_BUFFER_SIZE
8436:
8437: * src/classes/math.C: - hex_string was moved to pa_common.h
8438:
8439: * src/include/pa_common.h: - hex_string was moved from math.C -
8440: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
8441:
8442: * src/types/pa_vdouble.h: - incorrect frac detection with negative
8443: values was fixed
8444:
8445: 2006-11-13 misha
8446:
8447: * operators.txt: - added info about ^math:crc32[string],
8448: ^file:crc32[file-name] & ^file.crc32[]
8449:
8450: * src/classes/math.C: - added ^math:crc32[string]
8451:
8452: * src/classes/file.C: - some comments were changed - added
8453: ^file:crc32[file-name] and ^file.crc32[]
8454:
8455: * src/: include/pa_common.h, main/pa_common.C: - some functions for
8456: crc32 calculation added
8457:
8458: 2006-11-03 misha
8459:
8460: * src/include/pa_array.h: - not needed variable removed
8461:
8462: * tests/: 150.html, 151.html, results/150.processed,
8463: results/151.processed: - 2 tests were added
8464:
8465: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
8466: with $.reverse(1) were fixed
8467:
8468: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
8469: query converted to $.charset during ^file::load[http://...]
8470:
8471: 2006-11-02 misha
8472:
8473: * src/include/pa_table.h: ups. forget '=' char
8474:
8475: * src/include/pa_table.h: - one more fix in
8476: .locate[...][$.reverse(1)]
8477:
8478: 2006-11-01 misha
8479:
8480: * src/classes/math.C: - bug fix, details:
8481: http://www.parser.ru/forum/?id=53360
8482:
8483: * src/include/pa_table.h: - bug fix during ^table.locate( condition
8484: false for all records )[$.reverse(1)]
8485:
8486: * src/main/pa_http.C: - second param for this mid method is length
8487: but not end_index so this method has error and can't detect
8488: charsets in next content-types: Content-type: text/html;
8489: charset="windows-1251" Content-type: text/html;
8490: charset="windows-1251"; Content-type: text/html;
8491: charset=windows-1251;
8492:
8493: only Content-type: text/html; charset=windows-1251 was fine
8494:
8495: 2006-10-31 misha
8496:
8497: * src/classes/file.C: - empty args in file::exec removed now
8498:
8499: 2006-09-11 misha
8500:
8501: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
8502: replaced to table::create - some changes in text/code formatting
8503:
8504: 2006-09-03 paf
8505:
8506: * src/classes/file.C: proper tainting of
8507: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
8508:
8509: 2006-06-09 paf
8510:
8511: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
8512:
8513: * src/classes/table.C: formatting
8514:
8515: * src/classes/table.C: incorporated patch from misha: Sent:
8516: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
8517: ignoring string options for ^table.save[]
8518:
8519: * src/classes/hash.C: incorporated patch from misha Sent:
8520: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
8521: $hash._default disappear while
8522:
8523: * operators.txt: ^mail:send[ $.file1[ $.value[file]
8524: $.format[!uue|!base64] << new base64 option. default uue ] ]
8525:
8526: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
8527: PM Subject: patch for base64 in ^mail:send[] %-)
8528:
8529: 2006-04-09 paf
8530:
8531: * src/main/compile.tab.C: ` change compiled
8532:
8533: * gnu.vcproj, operators.txt, parser3.sln,
8534: src/classes/classes.vcproj, src/classes/file.C,
8535: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
8536: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8537: src/classes/xnode.C, src/include/pa_array.h,
8538: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8539: src/include/pa_memory.h, src/include/pa_request.h,
8540: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8541: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8542: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8543: src/lib/pcre/pcre_dftables.vcproj,
8544: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8545: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8546: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8547: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8548: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8549: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8550: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8551: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8552: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8553: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8554: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8555: src/types/pa_value.h, src/types/pa_vcookie.C,
8556: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
8557: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8558: src/types/pa_vstatus.C, src/types/types.vcproj,
8559: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
8560: ^menu, ^hash/hashfile.foreach
8561:
8562: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8563: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
8564: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8565: src/classes/xnode.C, src/include/pa_array.h,
8566: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8567: src/include/pa_memory.h, src/include/pa_request.h,
8568: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8569: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8570: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8571: src/lib/pcre/pcre_dftables.vcproj,
8572: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8573: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8574: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8575: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8576: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8577: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8578: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8579: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8580: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8581: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8582: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8583: src/types/pa_value.h, src/types/pa_vcookie.C,
8584: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8585: src/types/pa_vstatus.C, src/types/types.vcproj,
8586: tests/descript.ion: ! switched to VS2005 (projects and
8587: object<info explicitly typed>.for_each(, info)) +
8588: $response:field[] setting void means removing + grammar $name`
8589: name stops now, for mysql `$field` + started ^break[]
8590: ^continue[], in ^for. TODO: to other iterators (while, menu,
8591: foreach) + all log messages += [uri=, method=, cl=]
8592:
8593: * buildall-with-xml: merged . ftp paths update
8594:
8595: * buildall-with-xml: . ftp paths update
8596:
8597: 2006-03-04 paf
8598:
8599: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
8600: checks++ [thanks to Igor Zinkovsky for detailed report]
8601:
8602: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
8603: Igor Zinkovsky for detailed report]
8604:
8605: 2006-03-01 paf
8606:
8607: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8608: \n to ' ' in
8609:
8610: 2006-02-18 paf
8611:
8612: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8613: \n to ' ' in
8614:
8615: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
8616:
8617: 2006-02-03 paf
8618:
8619: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
8620: base64
8621:
8622: * src/main/pa_common.C: ! bugfix: decoding from base64
8623:
8624: 2006-01-20 paf
8625:
8626: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8627: economy fix
8628:
8629: * src/classes/: table.C: merged from HEAD ! bugfix
8630: ^table.save[$.encloser-s now handled properly
8631:
8632: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
8633: handled properly
8634:
8635: 2006-01-19 paf
8636:
8637: * buildall-with-xml, buildall-without-xml: merged from HEAD !
8638: libgc:USE_MUNMAP activates merging of free memory blocks which
8639: helps a lot in our case: after transform we want
8640: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
8641:
8642: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8643: economy fix
8644:
8645: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
8646: activates merging of free memory blocks which helps a lot in our
8647: case: after transform we want CORD(main.result)->cstr[big
8648: malloc]->transcode[big malloc]
8649:
8650: 2006-01-17 paf
8651:
8652: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
8653: before reading them. got rid of reallocs = became quicker and
8654: less fragmentated
8655:
8656: 2005-12-29 paf
8657:
1.101 moko 8658: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
8659: configure, configure.in, src/include/pa_version.h,
8660: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 8661: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
8662: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
8663: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
8664: src/lib/ltdl/missing: . merged from 3.2.1
8665:
1.101 moko 8666: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
8667: packaged when 'make dist', so do configure companion files in
8668: src/lib/ltdl
8669:
8670: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
8671: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
8672: missing: . now config_auto.h is created with configure [were
8673: constant]
1.95 moko 8674:
8675: * INSTALL: . references to documentation and some clarification
8676:
8677: * buildall-with-xml, buildall-without-xml: . farawell doc
8678: indication
8679:
1.101 moko 8680: * Makefile.am: . dist+=buildall*
1.95 moko 8681:
8682: 2005-12-28 paf
8683:
8684: * configure: . 3.2.1
8685:
8686: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
8687: simplify build process, see INSTALL
8688:
8689: 2005-12-26 paf
8690:
8691: * configure: ver
8692:
8693: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
8694: version
8695:
8696: 2005-12-21 paf
8697:
8698: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
8699: compiled with bison 1.875b, it reports unexpected token names
8700:
8701: 2005-12-19 paf
8702:
8703: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
8704: holds a link to xmlNode to prevent premature gc(xmlNode)
8705:
8706: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
8707: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
8708: src/main/main.vcproj, src/main/pa_globals.C,
8709: src/targets/cgi/parser3.vcproj,
8710: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
8711: configure, configure.in, src/include/pa_version.h: . killing
8712: gdome [what a relief]
8713:
8714: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
8715: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
8716: run_parser.sh, results/001.processed, results/002.processed,
8717: results/003.processed, results/004.processed,
8718: results/005.processed, results/006.processed,
8719: results/008.processed, results/009.processed,
8720: results/010.processed, results/011.processed,
8721: results/012.processed, results/013.processed,
8722: results/014.processed, results/015.processed,
8723: results/016.processed, results/017.processed,
8724: results/018.processed, results/020.processed,
8725: results/021.processed, results/022.processed,
8726: results/023.processed, results/024.processed,
8727: results/025.processed, results/026.processed,
8728: results/027.processed, results/028.processed,
8729: results/029.processed, results/030.processed,
8730: results/031.processed, results/032.processed,
8731: results/033.processed, results/034.processed,
8732: results/035.processed, results/036.processed,
8733: results/037.processed, results/038.processed,
8734: results/039.processed, results/040.processed,
8735: results/041.processed, results/042.processed,
8736: results/043.processed, results/044.processed,
8737: results/045.processed, results/046.processed,
8738: results/047.processed, results/048.processed,
8739: results/049.processed, results/050.processed,
8740: results/051.processed, results/052.processed,
8741: results/053.processed, results/054.processed,
8742: results/055.processed, results/056.processed,
8743: results/057.processed, results/058.processed,
8744: results/059.processed, results/060.processed,
8745: results/061.processed, results/062.processed,
8746: results/063.processed, results/064.processed,
8747: results/065.processed, results/066.processed,
8748: results/067.processed, results/068.processed,
8749: results/069.processed, results/070.processed,
8750: results/071.processed, results/072.processed,
8751: results/073.processed, results/074.processed,
8752: results/075.processed, results/076.processed,
8753: results/077.processed, results/078.processed,
8754: results/079.processed, results/080.processed,
8755: results/081.processed, results/082.processed,
8756: results/083.processed, results/084.processed,
8757: results/085.processed, results/086.processed,
8758: results/087.processed, results/088.processed,
8759: results/089.processed, results/090.processed,
8760: results/091.processed, results/092.processed,
8761: results/093.processed, results/094.processed,
8762: results/095.processed, results/096.processed,
8763: results/097.processed, results/099.processed,
8764: results/100.processed, results/101.processed,
8765: results/102.processed, results/104.processed,
8766: results/105.processed, results/106.processed,
8767: results/107.processed, results/108.processed,
8768: results/109.processed, results/110.processed,
8769: results/111.processed, results/112.processed,
8770: results/113.processed, results/114.processed,
8771: results/115.processed, results/117.processed,
8772: results/119.processed, results/120.processed,
8773: results/121.processed, results/122.processed,
8774: results/123.processed, results/124.processed,
8775: results/125.processed, results/126.processed,
8776: results/127.processed, results/128.processed,
8777: results/129.processed, results/130.processed,
8778: results/131.processed, results/132.processed,
8779: results/133.processed, results/134.processed,
8780: results/135.processed, results/136.processed,
8781: results/138.processed, results/139.processed,
8782: results/140.processed, results/141.processed,
8783: results/142.processed, results/143.processed,
8784: results/144.processed, results/145.processed,
8785: results/146.processed, results/147.processed,
8786: results/148.processed, results/149.processed, results/auto.p: .
8787: now works if we turn off default auto.p
8788:
1.101 moko 8789: * configure: . makes
1.95 moko 8790:
8791: * src/types/pa_vxnode.C: . less warnings
8792:
8793: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
8794: tests/145.html, tests/149.html, tests/descript.ion,
8795: tests/outputs/d.cmd, tests/results/142.processed,
8796: tests/results/143.processed, tests/results/144.processed,
8797: tests/results/145.processed, tests/results/146.processed,
8798: tests/results/147.processed, tests/results/148.processed,
8799: tests/results/149.processed: . removed .nodeValue from all node
8800: types other than 5 (grabbed piece from gdome)
8801:
8802: * tests/: 137.html, results/137.processed: . not handled this case
8803: yet. code does not hang from inserting parent into child,
8804: considering thing minor issue -- nodes are removed from source
8805: anyway, don't know why shold that be an error after all
8806:
8807: * src/targets/cgi/parser3.C: . style
8808:
8809: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
8810: xdoc too [were barking "not element"]
8811:
8812: 2005-12-16 paf
8813:
8814: * tests/: 146.html, 147.html, 148.html: . more tests
8815:
8816: * src/classes/xnode.C: . also bark on possible errors
8817:
8818: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
8819: props
8820:
8821: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
8822: main/compile.y: merged from HEAD ! fixed overoptimized
8823: ^call(false) case. (confused it with ^call[] case)
8824:
8825: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
8826: ^call(false) case. (confused it with ^call[] case)
8827:
8828: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
8829:
8830: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
8831: results/001.processed, results/002.processed,
8832: results/003.processed, results/004.processed,
8833: results/005.processed, results/006.processed,
8834: results/008.processed, results/009.processed,
8835: results/010.processed, results/011.processed,
8836: results/012.processed, results/013.processed,
8837: results/014.processed, results/015.processed,
8838: results/016.processed, results/017.processed,
8839: results/018.processed, results/019.processed,
8840: results/020.processed, results/021.processed,
8841: results/022.processed, results/023.processed,
8842: results/024.processed, results/025.processed,
8843: results/026.processed, results/027.processed,
8844: results/028.processed, results/029.processed,
8845: results/030.processed, results/031.processed,
8846: results/032.processed, results/033.processed,
8847: results/034.processed, results/035.processed,
8848: results/036.processed, results/037.processed,
8849: results/038.processed, results/039.processed,
8850: results/040.processed, results/041.processed,
8851: results/042.processed, results/043.processed,
8852: results/044.processed, results/045.processed,
8853: results/046.processed, results/047.processed,
8854: results/048.processed, results/049.processed,
8855: results/050.processed, results/051.processed,
8856: results/052.processed, results/053.processed,
8857: results/054.processed, results/055.processed,
8858: results/056.processed, results/057.processed,
8859: results/058.processed, results/059.processed,
8860: results/060.processed, results/061.processed,
8861: results/062.processed, results/063.processed,
8862: results/064.processed, results/065.processed,
8863: results/066.processed, results/067.processed,
8864: results/068.processed, results/069.processed,
8865: results/070.processed, results/071.processed,
8866: results/072.processed, results/073.processed,
8867: results/074.processed, results/075.processed,
8868: results/076.processed, results/077.processed,
8869: results/078.processed, results/079.processed,
8870: results/080.processed, results/081.processed,
8871: results/082.processed, results/083.processed,
8872: results/084.processed, results/085.processed,
8873: results/086.processed, results/087.processed,
8874: results/088.processed, results/089.processed,
8875: results/090.processed, results/091.processed,
8876: results/092.processed, results/093.processed,
8877: results/094.processed, results/095.processed,
8878: results/096.processed, results/097.processed,
8879: results/099.processed, results/101.processed,
8880: results/102.processed, results/104.processed,
8881: results/105.processed, results/106.processed,
8882: results/107.processed, results/108.processed,
8883: results/109.processed, results/110.processed,
8884: results/111.processed, results/112.processed,
8885: results/113.processed, results/114.processed,
8886: results/115.processed, results/116.processed,
8887: results/117.processed, results/118.processed,
8888: results/119.processed, results/120.processed,
8889: results/121.processed, results/122.processed,
8890: results/123.processed, results/124.processed,
8891: results/125.processed, results/126.processed,
8892: results/127.processed, results/128.processed,
8893: results/129.processed, results/130.processed,
8894: results/131.processed, results/132.processed,
8895: results/133.processed, results/134.processed,
8896: results/135.processed, results/136.processed,
8897: results/137.processed, results/138.processed,
8898: results/139.processed, results/140.processed,
8899: results/141.processed: . refreshed old tests, made them work
8900: without auto.p (in utf8) . things noted: . gif got encoded
8901: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
8902: some strange year)
8903:
8904: * INSTALL: . revived linux libgc fix
8905:
8906: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
8907: glib/gdome in INSTALL and patches]
8908:
8909: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8910: include/pa_charset.h, include/pa_config_includes.h,
8911: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
8912: include/pa_xml_exception.h, lib/cord/Makefile.am,
8913: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8914: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
8915: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
8916: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
8917: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
8918: types/pa_vxnode.h: . started killing gdome
8919:
8920: 2005-12-13 paf
8921:
8922: * src/main/: pa_request.C: merged from HEAD ! when code in
8923: @unhandled_exception thrown another exception, print correct
8924: origin (earlier code in catch of exception inside of
8925: @unhandled_exception grabbed parent_frame(original_exception)
8926: origin and printed it, instead of true origin)
8927:
8928: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
8929: another exception, print correct origin (earlier code in catch of
8930: exception inside of @unhandled_exception grabbed
8931: parent_frame(original_exception) origin and printed it, instead
8932: of true origin)
8933:
8934: 2005-12-09 paf
8935:
8936: * INSTALL: . updated INSTALL doc to work around linux stack base
8937: detection problem, due to change in gc6.4 code
8938:
8939: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
8940: ignored in ^string.matched :(
8941:
8942: * src/main/pa_string.C: ! regex tainting were ignored in
8943: ^string.matched :(
8944:
8945: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
8946: src/include/pa_config_fixed.h, src/include/pa_version.h,
8947: src/main/compile.y, src/main/compile_tools.h,
8948: src/main/pa_charset.C, src/main/pa_common.C,
8949: src/main/pa_globals.C, src/main/pa_string.C,
8950: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
8951: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
8952:
8953: 2005-12-08 paf
8954:
8955: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
8956: 500 chars now handled OK [were wrapped on 500th char according to
8957: rfc, but sendmail failed to unwrap it properly]
8958:
8959: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
8960: handled OK [were wrapped on 500th char according to rfc, but
8961: sendmail failed to unwrap it properly]
8962:
8963: * src/targets/isapi/parser3isapi.C: . less warnings
8964:
8965: * src/targets/isapi/parser3isapi.C: . undone some strange change
8966: since 3.1.5
8967:
8968: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
8969: link fixes
8970:
8971: * src/: classes/date.C, include/pa_config_fixed.h,
8972: main/compile.tab.C, main/compile.y, main/compile_tools.h,
8973: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
8974: main/pa_string.C, targets/cgi/getopt.c: . less warnings
8975:
8976: * src/include/pa_config_fixed.h: . removed outdated string origins
8977: [in current storage scheme there's no place for them. someday we
8978: can add third CORD to store origins and special version of parser
8979: which stores origins there [separate binary]]
8980:
8981: 2005-12-07 paf
8982:
8983: * src/targets/isapi/parser3isapi.C: . now links in release mode
8984:
8985: * src/include/pa_version.h: makefiles
8986:
8987: * src/include/pa_version.h: . not beta
8988:
8989: * configure, configure.in, src/include/pa_version.h: not beta
8990:
8991: 2005-12-06 paf
8992:
8993: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
8994: [some details here http://i2/tasks/edit/?id=4869912143891354460]
8995: decided to undo the change ^call[$void] passes void. now it will
8996: pass empty string again.
8997:
8998: * src/main/: compile.tab.C, compile.y: . version readded
8999:
9000: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9001: = ^switch[void] problem
9002:
9003: 2005-12-01 paf
9004:
9005: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9006: caused ^case[string] to be coerced to double since searching
9007: value were not string (it was vvoid)
9008:
9009: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9010: ^case[string] to be coerced to double since searching value were
9011: not string (it was vvoid)
9012:
9013: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9014: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9015:
9016: 2005-11-30 paf
9017:
9018: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9019: win32 must putenv("TZ="), on unix works only putenv("TZ")
9020:
9021: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9022: putenv("TZ="), on unix works only putenv("TZ")
9023:
9024: * INSTALL: . xml libs versions updated
9025:
9026: * src/main/pa_globals.C: //20051130 trying to remove this, author
9027: claims that fixed a lot there // 20040920 for now both
9028: workarounds needed. wait for new libxml/xsl versions
9029:
9030: 2005-11-28 paf
9031:
9032: * src/classes/table.C: merged from HEAD: ! nameless table has
9033: columns==0
9034:
9035: * src/classes/table.C: ! nameless table has columns==0
9036:
9037: * src/main/pa_http.C: merged from HEAD: ! status line check made
9038: earlier [was totally wrong]
9039:
9040: * src/main/pa_http.C: ! status line check made earlier [was totally
9041: wrong]
9042:
9043: 2005-11-25 paf
9044:
9045: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9046: undoing for now...
9047:
9048: * src/include/pa_version.h: -this reduces speed(table::load),
9049: strange. undoing
9050:
9051: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9052:
9053: * src/classes/op.C: + ^while(){}[SEPARATOR]
9054:
9055: * src/include/pa_array.h: + optimistics added: all arrays (table
9056: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9057: this speeds things up and saves memory a LOT! (not noticed
9058: negative effect on syntetic tests, future will tell...)
9059:
9060: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9061: changed gc_malloc implementation, which obscured profiling
9062:
9063: * src/classes/table.C: merged from HEAD: + optimized
9064: table::load/sql, now row ArrayString-s allocated with
9065: columns.count() elements and don't always grow from
9066: count=3[realloc,realloc]
9067:
9068: * src/classes/table.C: + optimized table::load/sql, now row
9069: ArrayString-s allocated with columns.count() elements and don't
9070: always grow from count=3[realloc,realloc]
9071:
9072: * src/classes/table.C: merged from HEAD: . ^table.save unused
9073: buffer after save
9074:
9075: * src/classes/table.C: . ^table.save unused buffer after save
9076:
9077: 2005-11-24 paf
9078:
9079: * configure.in: . merged glib2-config patch
9080:
9081: * configure.in: + trying to find glib2-config
9082:
9083: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9084: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9085: file/dir_readable to simple file/dir_exist, this would help in
9086: situations "class not found because .p file has bad rights" << in
9087: that case error would be explicit "access denied to 'this' file"
9088:
1.101 moko 9089: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9090:
9091: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9092: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9093: to simple file/dir_exist, this would help in situations "class
9094: not found because .p file has bad rights" << in that case error
9095: would be explicit "access denied to 'this' file"
9096:
9097: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9098: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9099: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9100: ^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/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9105: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9106: encoded in $.charset charset
9107:
9108: * src/: include/Makefile.am, include/pa_common.h,
9109: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9110: main/pa_common.C, main/pa_http.C: . extracted http:// into
9111: separate file [preparation for
9112: ^file::cgi[script;$.form[$.field1[]
9113:
9114: 2005-11-22 paf
9115:
9116: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9117:
9118: * acinclude.m4, configure.in: . merged underquting fixes
9119:
1.101 moko 9120: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9121:
9122: * src/classes/op.C: . overmerged a little
9123:
9124: * src/main/compile.tab.C: Makefile
9125:
9126: * src/main/: pa_common.C: . less gcc warnings
9127:
9128: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9129: now reports original exception if we have no old cache
9130:
9131: * src/classes/op.C: + $exception.handled[cache] now reports
9132: original exception if we have no old cache
9133:
9134: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9135: from HEAD: + ^taint/untaint[regex] << escapes these:
9136: \^$.[]|()?*+{}
9137:
9138: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9139: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9140:
9141: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9142: getenv-ed variable, which does not work both on win32&unix.
9143: copied old TZ value now
9144:
9145: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9146: stored pointer to getenv-ed variable, which does not work both on
9147: win32&unix. copied old TZ value now
9148:
9149: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9150: getenv-ed variable, which does not work both on win32&unix.
9151: copied old TZ value now
9152:
9153: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9154: access to internal hash
9155:
9156: * src/types/pa_vresponse.C: + $response:headers access to internal
9157: hash
9158:
9159: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9160: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9161: isapi] this reduces number of "GC Warning: Repeated allocation of
9162: very large block" messages to only important onces
9163:
9164: * src/targets/isapi/parser3isapi.C: +
9165: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9166: isapi] this reduces number of "GC Warning: Repeated allocation of
9167: very large block" messages to only important onces
9168:
9169: * src/classes/string.C: merged from HEAD: + removed limitation on
9170: ^string/int/double:sql{}[$.default[({param style})] ]
9171:
9172: * src/classes/string.C: + removed limitation on
9173: ^string/int/double:sql{}[$.default[({param style})] ]
9174:
9175: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9176: with ?params or $.form option" limitation
9177:
9178: * src/main/pa_common.C: + removed "use either uri with ?params or
9179: $.form option" limitation
9180:
9181: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9182: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9183: ^file::base64[encoded] decode
9184:
9185: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9186: main/pa_common.C: + ^file.base64[] encode +
9187: ^file::base64[encoded] decode
9188:
9189: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9190: ^string:base64[encoded] decode
9191:
9192: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9193: ^string:base64[in] encode + ^string.base64[] decode
9194:
9195: 2005-11-21 paf
9196:
9197: * src/classes/file.C: + merged from HEAD:
9198: ^file::create[text;file.xml;^untaint[xml]{data}]
9199:
9200: * src/classes/file.C: +
9201: ^file::create[text;file.xml;^untaint[xml]{data}]
9202:
9203: * src/main/pa_request.C: ! merged: $response:body[file] now
9204: differes from :download, it does not return content-disposition
9205: at all now [previusely it returned valueless content-disposition]
9206:
9207: * src/main/pa_request.C: ! $response:body[file] now differes from
9208: :download, it does not return content-disposition at all now
9209: [previusely it returned valueless content-disposition]
9210:
9211: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9212: literals, reverted to just vvod, recreating empty array with each
9213: void_value token. that's absolutely needed, since that array
9214: grows
9215:
9216: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9217: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9218: types/pa_vmethod_frame.h: + merged: expression literals:
9219: true/false. ^format[$.indent(true)]
9220:
9221: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9222: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9223: types/pa_vmethod_frame.h: + expression literals: true/false.
9224: ^format[$.indent(true)]
9225:
9226: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9227: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9228: i386-pc-win32)"
9229:
9230: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9231: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9232: i386-pc-win32)"
9233:
9234: 2005-11-18 paf
9235:
9236: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9237: null}[$.default(123)] will now return default value
9238:
9239: * src/classes/op.C: + merged ^cache[] << returns current cache
9240: expiration time
9241:
9242: * src/classes/op.C: + ^cache[] << returns current cache expiration
9243: time
9244:
9245: * src/classes/table.C: ! merged ^table::create[not'nameless';
9246: failed << Exception.problem_source pointed to local var!
9247:
9248: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9249: Exception.problem_source pointed to local var!
9250:
9251: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9252: now loads VFile.ptr!=0, so such files can be saved now
9253:
9254: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9255: loads VFile.ptr!=0, so such files can be saved now
9256:
9257: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9258: only . and .. now removed from list [were removed all .*]
9259:
9260: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9261: .. now removed from list [were removed all .*]
9262:
9263: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9264: open error now checked, were not :( [stole that piece from apache
9265: 1.3 sources]
9266:
9267: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9268: checked, were not :( [stole that piece from apache 1.3 sources]
9269:
9270: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9271: untainting of @main result if returned by $result or
9272: $response:body
9273:
9274: * src/main/pa_request.C: ! ensured proper untainting of @main
9275: result if returned by $result or $response:body
9276:
9277: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9278: issue: now tries to guess content-length and allocates one big
9279: piece if possible [regretfully gc_realloc works as malloc+free,
9280: leaving lots of holes behind]
9281:
9282: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9283: fixed file load memory issue: now tries to guess content-length
9284: and allocates one big piece if possible [regretfully gc_realloc
9285: works as malloc+free, leaving lots of holes behind]
9286:
9287: 2005-11-16 paf
9288:
9289: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9290: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9291: table::save with enclosers now doubles them: "->"" !
9292: table::save/load do not remove elements from options hash
9293:
9294: * src/main/compile.y: ! merged to HEAD: ^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/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9299: [were overoptimized ^if(double_literal), compiler confused
9300: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9301:
9302: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9303: main/pa_common.C: ! table::save with enclosers now doubles them:
9304: "->"" ! table::save/load do not remove elements from options hash
9305:
9306: 2005-11-03 paf
9307:
1.101 moko 9308: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9309: compilation, not all makefiles liked that
1.95 moko 9310:
9311: 2005-08-30 paf
9312:
9313: * src/classes/op.C: merge . speedup check of [DEFAULT]
9314:
9315: * src/classes/op.C: . speedup check of [DEFAULT]
9316:
9317: 2005-08-26 paf
9318:
9319: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9320:
9321: * src/: classes/date.C, types/pa_vdate.h: + date.week
9322:
9323: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9324: complains about bad!=nameless
9325:
9326: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9327: about bad!=nameless
9328:
9329: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9330: optional options were allowed to be empty. were checked
9331: if(is_string), changed to !defined||is_string to allow void
9332:
9333: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9334: classes/string.C, classes/table.C, classes/void.C: ! optional
9335: options were allowed to be empty. were checked if(is_string),
9336: changed to !defined||is_string to allow void
9337:
9338: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9339: as_junction where they needed as_int/double, so failed with
9340: recent "(const) now no junction" optimization
9341:
9342: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9343: merged ! many classes/* used as_junction where they needed
9344: as_int/double, so failed with recent "(const) now no junction"
9345: optimization
9346:
9347: * src/: classes/double.C, classes/int.C, classes/math.C,
9348: classes/op.C, classes/string.C, classes/table.C,
9349: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9350: used as_junction where they needed as_int/double, so failed with
9351: recent "(const) now no junction" optimization
9352:
9353: 2005-08-24 paf
9354:
9355: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9356: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9357: stripped it
9358:
9359: 2005-08-09 paf
9360:
9361: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9362: not cleared
9363:
9364: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9365: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9366: classes/hashfile.C, classes/image.C, classes/int.C,
9367: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9368: classes/response.C, classes/string.C, classes/table.C,
9369: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9370: include/pa_array.h, include/pa_cache_managers.h,
9371: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9372: include/pa_config_fixed.h, include/pa_config_includes.h,
9373: include/pa_dictionary.h, include/pa_dir.h,
9374: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9375: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9376: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9377: include/pa_request_charsets.h, include/pa_request_info.h,
9378: include/pa_sapi.h, include/pa_socks.h,
9379: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9380: include/pa_stack.h, include/pa_string.h,
9381: include/pa_stylesheet_connection.h,
9382: include/pa_stylesheet_manager.h, include/pa_table.h,
9383: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9384: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9385: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9386: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9387: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9388: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9389: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9390: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9391: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9392: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9393: main/pa_sql_driver_manager.C, main/pa_string.C,
9394: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9395: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9396: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9397: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9398: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9399: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9400: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9401: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9402: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9403: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9404: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9405: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9406: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9407: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9408: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9409: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9410: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9411: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9412: types/pa_vresponse.C, types/pa_vresponse.h,
9413: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9414: types/pa_vstateless_object.h, types/pa_vstatus.C,
9415: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9416: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9417: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9418: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9419: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9420:
9421: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9422: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9423: speedup consequent checks in vmethod_frame
9424:
9425: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9426: not cleared
9427:
9428: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9429: params: 50 max (were 10)
9430:
9431: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9432: params: 50 max (were 10)
9433:
9434: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9435: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
9436: pa_wcontext.h: + ^call[$void] param inside now is void (were:
9437: empty string) ! simplified (double) speedup consequent checks in
9438: vmethod_frame
9439:
9440: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
9441: optimized constants in expressions vstring->vdouble + optimized
9442: ^call(vdouble), no junction creation, no calls later
9443:
9444: 2005-08-08 paf
9445:
9446: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
9447: integrated
9448:
9449: * bin/auto.p.dist.in: . apache bad 404 handling workaround
9450: integrated
9451:
9452: * src/main/: compile.tab.C, compile.y, compile_tools.C,
9453: compile_tools.h: merged + optimized constants in expressions
9454: vstring->vdouble + optimized ^call(vdouble), no junction
9455: creation, no calls later
9456:
9457: * src/types/pa_vdouble.h: merged . double values without fractional
9458: part now default printed as %.0f instead of %g
9459:
9460: * src/types/pa_vdouble.h: . double values without fractional part
9461: now default printed as %.0f instead of %g
9462:
9463: * src/classes/hashfile.C: . merged ! second hashfile::open would
9464: cause an exception
9465:
9466: * src/classes/hashfile.C: ! second hashfile::open would cause an
9467: exception
9468:
9469: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
9470: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9471: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9472: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9473: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
9474: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9475: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9476: types/pa_vresponse.h, types/pa_vstateless_class.C,
9477: types/pa_vstateless_object.h, types/pa_vvoid.h,
9478: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9479: merged VJunction(new Junction) optimization from 3.1.4
9480:
9481: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
9482: types/pa_vstateless_class.C: + optimized new VJunction(new
9483: Junction(params)) to new VJunction(params), thousands of mallocs
9484: removed
9485:
9486: 2005-08-05 paf
9487:
9488: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
9489: types/pa_vdouble.h, types/pa_vmethod_frame.C,
9490: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
9491: creation, no calls later
9492:
9493: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9494: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9495: classes/hashfile.C, classes/image.C, classes/int.C,
9496: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9497: classes/response.C, classes/string.C, classes/table.C,
9498: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9499: include/pa_array.h, include/pa_cache_managers.h,
9500: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9501: include/pa_config_fixed.h, include/pa_config_includes.h,
9502: include/pa_dictionary.h, include/pa_dir.h,
9503: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9504: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9505: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9506: include/pa_request_charsets.h, include/pa_request_info.h,
9507: include/pa_sapi.h, include/pa_socks.h,
9508: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9509: include/pa_stack.h, include/pa_string.h,
9510: include/pa_stylesheet_connection.h,
9511: include/pa_stylesheet_manager.h, include/pa_table.h,
9512: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9513: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9514: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9515: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9516: lib/smtp/smtp.h, main/compile.C, main/compile.y,
9517: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9518: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9519: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9520: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9521: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
9522: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
9523: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9524: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9525: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9526: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9527: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9528: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9529: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9530: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9531: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9532: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9533: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9534: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
9535: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
9536: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
9537: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
9538: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9539: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9540: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9541: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9542: types/pa_vstateless_object.h, types/pa_vstatus.C,
9543: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9544: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9545: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9546: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9547: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
9548:
9549: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
9550: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
9551: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9552: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
9553: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9554: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
9555: optimized constants in expressions vstring->vdouble
9556:
9557: 2005-07-29 paf
9558:
9559: * src/types/pa_vclass.C: . shaped up error messages a bit
9560:
9561: * src/types/pa_vclass.C: + property getter can now be overridden
9562:
9563: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
9564: bug fix: static parent fields were not replaced in case
9565: $derived:field[put] + property setter can now be overridden
9566:
9567: 2005-07-28 paf
9568:
9569: * configure, configure.in, src/classes/classes.h,
9570: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
9571: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
9572: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
9573: src/classes/xnode.h, src/include/pa_hash.h,
9574: src/include/pa_version.h, src/main/execute.C,
1.101 moko 9575: src/types/Makefile.am, src/types/pa_method.h,
9576: src/types/pa_value.h, src/types/pa_vclass.C,
9577: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
9578: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
9579: src/types/pa_vcookie.h, src/types/pa_vhash.h,
9580: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
9581: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
9582: src/types/pa_vobject.C, src/types/pa_vobject.h,
9583: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
9584: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
9585: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
9586: src/types/pa_vstateless_class.h,
1.95 moko 9587: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
9588: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
9589: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
9590: dynamic_fields_join
9591:
9592: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9593: classes/xnode.C, include/pa_hash.h, main/execute.C,
9594: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9595: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9596: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9597: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9598: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9599: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9600: types/pa_vresponse.h, types/pa_vstateless_object.h,
9601: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
9602: types/pa_wwrapper.h: ! restored put_element('replace' param), and
9603: restored its checks in vobject.put_element->static fields |
9604: dynamic properties
9605:
9606: 2005-07-27 paf
9607:
9608: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
9609: is some old code containing @set_name $name
9610:
9611: * src/types/pa_vobject.h: . fixed warning
9612:
9613: * configure, configure.in, src/include/pa_version.h,
1.101 moko 9614: src/types/Makefile.am: 3.2.0beta started
1.95 moko 9615:
9616: * src/: classes/xnode.C, include/pa_hash.h,
9617: types/pa_vstateless_class.C: ! new asserts were all false.
9618: regretfully reverted them all to checks
9619:
9620: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9621: classes/op.C, main/execute.C, types/pa_method.h,
9622: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9623: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9624: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9625: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9626: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9627: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9628: types/pa_vstateless_object.h, types/pa_vvoid.h,
9629: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9630: joined_dynamic_fields: removed unused param from put_method
9631: (returned to 3 params)
9632:
9633: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
9634: joined_dynamic_fields: dynamic get/set works with overriding
9635: props [alpha2]
9636:
9637: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
9638: works [alfa]
9639:
9640: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9641: classes/op.C, include/pa_hash.h, main/execute.C,
9642: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9643: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9644: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9645: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9646: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9647: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9648: types/pa_vresponse.h, types/pa_vstateless_class.C,
9649: types/pa_vstateless_object.h, types/pa_vvoid.h,
9650: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9651: joined_dynamic_fields: just compiled
9652:
9653: * src/: classes/date.C, classes/file.C, classes/hash.C,
9654: classes/hashfile.C, classes/image.C, classes/table.C,
9655: classes/xdoc.C, classes/xnode.h, main/execute.C,
9656: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9657: types/pa_vstateless_class.h: joined_dynamic_fields: started
9658:
9659: * src/types/pa_vobject.C: . object setters [only started, does not
9660: work yet]
9661:
9662: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
9663: object setters [only started, does not work yet]
9664:
9665: 2005-07-26 paf
9666:
9667: * src/: include/pa_request.h, main/execute.C: . properties: set
9668: works [alpha2]. for classes. todo: for objects
9669:
9670: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
9671: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9672: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9673: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9674: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9675: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9676: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9677: types/pa_vstateless_object.h, types/pa_vvoid.h,
9678: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9679: properties: set works [alpha1]
9680:
9681: 2005-07-25 paf
9682:
9683: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
9684: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
9685: properties: started, get works [alpha1, other approach]
9686:
9687: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
9688: properties: started, get works [alpha2]
9689:
9690: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9691: pa_vstateless_class.h: . properties: started, get works [alpha]
9692:
9693: 2005-07-15 paf
9694:
9695: * src/: classes/classes.h, classes/op.C, main/execute.C,
9696: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
9697: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9698: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9699: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9700: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
9701: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
9702: types/pa_vresponse.C, types/pa_vresponse.h,
9703: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9704: types/pa_vstateless_object.h, types/pa_vvoid.h,
9705: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
9706: types/pa_wwrapper.h, types/types.vcproj: + started property
9707: [getters work but think of changing them too to precaching]
9708:
9709: 2005-07-08 paf
9710:
9711: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
9712: gpf
9713:
9714: 2005-06-28 paf
9715:
9716: * src/: classes/file.C, main/untaint.C: ! string invariant violated
9717: in passing empty strings to file::exec/cgi environment
9718:
9719: 2005-06-06 paf
9720:
9721: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
9722: ^table:sql ^hash:sql now DO process $.bind option
9723:
9724: 2005-05-24 paf
9725:
9726: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
9727: $.limit] now work again [support was broken in 3.1.4]
9728:
9729: * src/: main/pa_string.C, classes/op.C: . steps toward removing
9730: ALL_INTERIOR_POINTERS
9731:
9732: 2005-05-12 paf
9733:
9734: * configure: 3.1.5beta
9735:
9736: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
9737:
9738: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
9739: $.limit] now work again [support was broken in 3.1.4]
9740:
9741: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
9742: line-width [was refusing to fill if line-width >1, thanks to
9743: Seras <seras@pinxit.lt> for repro case
9744:
9745: 2005-04-25 paf
9746:
9747: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
9748: correctly
9749:
9750: 2005-04-19 paf
9751:
9752: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
9753: in VString violating invariant!!
9754:
9755: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
9756: getenv("TZ")==null
9757:
9758: 2005-04-08 paf
9759:
9760: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
9761: bugfix: when there is no char in charset one byte produces 6
9762: (ÿ <<max). increased buffer size!
9763:
9764: 2005-03-23 paf
9765:
9766: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
9767: ^date.sql-string now takes TZ into account
9768:
9769: 2005-03-16 paf
9770:
9771: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
9772: gcc 3.4
9773:
9774: * src/types/pa_vhash.C: . warning about eof eol
9775:
9776: 2005-02-17 paf
9777:
9778: * operators.txt, src/classes/op.C: + operator ^sleep(double
9779: seconds)
9780:
9781: 2005-02-02 paf
9782:
9783: * src/classes/xnode.C: beauty: removed needless includes
9784:
9785: 2005-01-31 paf
9786:
9787: * src/types/pa_vmail.C: change: $.partX now always 1... change:
9788: $.partNoNumber now alias to $.part1
9789:
9790: * src/types/pa_vmail.C: change: incoming letter part contains
9791: "content-disposition" header with any value? now considering that
9792: part to be "file#" [for text/plain text/html were $.text#
9793: $.html#]
9794:
9795: * INSTALL: updatet to latest working versions available
9796:
9797: 2005-01-20 paf
9798:
9799: * configure.in, src/include/pa_version.h: version
9800:
9801: 2005-01-19 paf
9802:
1.101 moko 9803: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
9804: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
9805: couple warnings in parser3.C
1.95 moko 9806:
9807: 2004-12-23 paf
9808:
9809: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
9810:
9811: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
9812: dir to directory of script (when shbang used), not to directory
9813: of its interpreter
9814:
9815: * src/include/pa_version.h: compiled on win32...
9816:
9817: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
9818: we need more hspace
9819:
9820: * configure, configure.in, src/include/pa_version.h: configured
9821: host to pa_version. will be displayed everywhere
9822:
9823: * src/main/pa_request.C: new: @unhandled_exception can prevent
9824: exception from being logged by setting $exception.handled(1)
9825:
9826: * operators.txt, src/classes/file.C: change:
9827: ^file::sql{query}[[options]] options: $.name[file name]
9828: $.content-type[application/what]
9829:
9830: * src/: include/pa_common.h, main/pa_common.C,
9831: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
9832: new file
9833:
9834: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
9835: bugfix: table->hash now regards _default
9836:
9837: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
9838: created by accessing $name_of_method it acquired bad self=closest
9839: methodframe; instead of proper self (current class)
9840:
9841: * src/types/pa_vhashfile.C: bugfix: reading empty string from
9842: hashfile produced bad cord
9843:
9844: 2004-12-10 paf
9845:
9846: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
9847: subsequent failures though defined in .h
9848:
9849: * src/main/pa_common.C: comment on volatile
9850:
9851: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
9852: alarm function were not used since the beginning due to stupid
9853: error [setsigjmp were not checked in configure.in]
9854:
9855: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
9856: unix too
9857:
9858: * src/main/pa_common.C: http: exception status of send/recv errors
9859: change to most probable http.timeout
9860:
9861: * src/main/pa_common.C: win32: http connection $.timeout option now
9862: works [setsockopt on send/receive]
9863:
9864: 2004-12-08 paf
9865:
9866: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
9867: cstr-ed knowing mail charset, and untainting uri lang now knows
9868: proper charset
9869:
9870: 2004-11-24 paf
9871:
9872: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
9873:
9874: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
9875: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
9876:
9877: 2004-11-12 paf
9878:
9879: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
9880: [since 3.0.4]
9881:
9882: 2004-11-09 paf
9883:
9884: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
9885: writes basics to c:\parser3.log
9886:
9887: 2004-10-21 paf
9888:
9889: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
9890: tainted strings [were returning clean onces]
9891:
9892: 2004-10-15 paf
9893:
9894: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
9895: cycles(i=1; i=2), which was wrong, now does ONE
9896:
9897: 2004-10-12 paf
9898:
9899: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
9900:
9901: 2004-10-07 paf
9902:
9903: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
9904: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
9905: release asserts
9906:
9907: * src/: main/pa_string.C, include/pa_string.h: debugger help:
9908: String.dump() to stdout in detailed form [were String.v() in
9909: short form]
9910:
9911: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
9912: \t\r\n as @#| and truncates long char sequences less
9913:
9914: 2004-10-06 paf
9915:
9916: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
9917: win32 beauty: socket errors properly decoded
9918:
9919: 2004-10-05 paf
9920:
9921: * src/: include/pa_request.h, main/pa_request.C: bugfix:
9922: request::configure_user/admin done always, even if no
9923: file-to-process useful in @unhandled_exception [say, if they
9924: would want to mail by SMTP something]
9925:
9926: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
9927: now performed prior to file loading [and @auto executing] thus
9928: making $cookie:value available in @auto and in
9929: @unhandled_exception when IIS is configured to run interpreter
9930: even if no file exist
9931:
9932: 2004-09-20 paf
9933:
9934: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
9935: somewhere where it should have called xmlMalloc and it calls
9936: xmlFree when it should have not called it. inserted two
9937: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
9938: xmlFree just ignored. put away a testcase, maybe someday libxml
9939: author would fix all that. until that day: we have SLOW garbage
9940: collecting when many xml objects are alive hint: do
9941: ^memory:compact[] before xdoc::create
9942:
9943: 2004-09-17 paf
9944:
9945: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
9946: error from 3.0.8 version]
9947:
9948: 2004-09-14 paf
9949:
9950: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
9951: part bugfix: hashfile.foreach iterated only part if hashfile were
9952: modified inside
9953:
9954: 2004-09-13 paf
9955:
9956: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
9957: [were as octal]
9958:
9959: * src/types/pa_vhashfile.C: beauty: not reproduced
9960: $hashfile.key[$novalue] bug [reported by motorin], inserted
9961: safety-check
9962:
9963: * src/types/pa_vhashfile.C: change: empty keys now error in parser
9964: [not something obscure from sdbm lib]
9965:
9966: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
9967: = strerror now returnes something and we can properly report that
9968: to client
9969:
9970: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
9971: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
9972:
9973: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9974: [tainted as-is] this helps //[space][newline] to remain as-is and
9975: not be unnecessary optimized away [ruining javascript]
9976:
9977: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9978: [tainted as-is]
9979:
9980: * src/classes/mail.C: bugfix: typo error
9981:
9982: 2004-09-09 paf
9983:
9984: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
9985: separators bugfix: loads header with endings \r\n\r\n and \n\n
9986: (bloody yandex.server)
9987:
9988: 2004-09-06 paf
9989:
9990: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
9991: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
9992: encoded
9993:
9994: 2004-09-01 paf
9995:
9996: * src/types/pa_vmail.C: change: multipart/mixed changed to
9997: multipart/related outlook express have no problems showing
9998: unrelated attachments. todo: someday figure out a way of
9999: multipart/mixed multipart/related text/html
10000: image/xxx application/octet-stream << true attachments
10001:
10002: * src/types/pa_vmail.C: new:
10003: ^mail:send[$.file[$.content-disposition can be overriden new:
10004: empty mail header fields removed from letter
10005:
10006: * src/: classes/mail.C, include/pa_config_fixed.h,
10007: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10008: ^mail:send[ $.file[ $.any[header]
10009:
10010: 2004-08-30 paf
10011:
10012: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10013: warnings
10014:
10015: * src/main/pa_common.C: beauty: do not bother with charset
10016: detection when ^file::load[binary
10017:
10018: 2004-08-27 paf
10019:
10020: * src/main/pa_common.C: hack: for yandex.server http server
10021:
10022: 2004-08-18 paf
10023:
10024: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10025: possibly-chunked response
10026:
10027: 2004-08-17 paf
10028:
10029: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10030: $f.content-type now = that of http response
10031:
10032: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10033: $f.content-type now = that of http response
10034:
10035: 2004-07-30 paf
10036:
10037: * src/: include/pa_request.h, main/pa_request.C,
10038: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10039: win32: system&parser exceptions in release mode reported properly
10040: parser exception in exception handler WERE mistakenly reported as
10041: system exception, without details [in apache & isapi] +some
10042: beauty in exception text
10043:
10044: * src/: include/pa_exception.h, main/pa_request.C,
10045: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10046: release mode reported properly parser exception in exception
10047: handler WERE mistakenly reported as system exception, without
10048: details
10049:
10050: * src/main/execute.C: beauty: simplified system exception handling
10051:
10052: 2004-07-29 paf
10053:
10054: * src/classes/table.C: bugfix:
10055: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10056: were ignored, and \t used unconditionally]
10057:
10058: * src/types/Makefile.am: added vhash.c
10059:
10060: 2004-07-28 paf
10061:
10062: * src/: classes/date.C, classes/image.C, classes/math.C,
10063: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10064: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10065: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10066: failed on russian letters
10067:
10068: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10069: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10070: letters
10071:
10072: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10073: as 'currentDirectory' parameter to CreateProcess
10074:
10075: 2004-07-27 paf
10076:
10077: * src/targets/cgi/parser3.vcproj: beauty: win32:
10078: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10079: from release somewhere [to help searching for unhandled system
10080: exceptions]
10081:
10082: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10083: TZ shift
10084:
10085: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10086: but also in ctor
10087:
10088: 2004-07-26 paf
10089:
10090: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10091: src/main/pa_request.C, src/types/pa_vfile.h,
10092: src/types/pa_vhash.C, src/types/pa_vhash.h,
10093: src/types/types.vcproj: new: $response:body/download[
10094: $.file[name on disk] $.name[of file for user]
10095: $.mdate[date of last-modified. default from directory] ]
10096:
10097: * src/classes/file.C: moving file:send somewhere else..
10098:
10099: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10100: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10101: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10102: $response:download[ $.filename[filename] $.option[] ,, ]
10103:
10104: * src/classes/file.C: beauty: invalid mode thoroughly reported
10105:
10106: 2004-07-21 paf
10107:
10108: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10109: to several lines
10110:
10111: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10112:
10113: note: ms outlook[!express] shows only first 255 characters of
10114: subject
10115:
10116: 2004-07-15 paf
10117:
10118: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10119: off]
10120:
10121: 2004-07-14 paf
10122:
10123: * src/classes/table.C: bugfix: $.bind values now got untainted
10124: according to lang [were: as-is]
10125:
10126: 2004-07-07 paf
10127:
10128: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10129: checked that
10130:
10131: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10132: now untainted according to their languages. were: as-is.
10133: EVERYWHERE
10134:
10135: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10136: environment string now untainted according to their languages.
10137: were: as-is. EVERYWHERE
10138:
10139: * src/main/pa_exec.C: bufix: on unix environment string now
10140: untainted according to their languages. were: as-is. on win32:
10141: ok
10142:
10143: * parser3.vssscc: ...would not go unnoticed
10144:
10145: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10146: fails. in case on input appears nonutf, those bytes will be
10147: printed in %HH form. that can be easily decoded/recovered.
10148:
10149: this form is quite noticable, and hopefully would not go noticed
10150:
10151: 2004-07-06 paf
10152:
10153: * src/main/pa_exec.C: bufix: on unix environment string now
10154: untainted according to their languages. were: as-is. on win32:
10155: ok
10156:
10157: 2004-07-01 paf
10158:
10159: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10160: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10161: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10162: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10163: main/main.vcproj, targets/cgi/parser3.vcproj,
10164: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10165: option: global optimization ON
10166:
10167: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10168: to do xdoc::create{invalid chars} standard disables chars less
10169: then \x20, except tab, cr, lf.
10170:
10171: changed tainting so that those become '!'
10172:
10173: 2004-06-25 paf
10174:
10175: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10176: int on odd address [prev bugfix failed due to superwize
10177: optimizer, which turned memcpy into same 'ld' asm command]
10178:
10179: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10180: int on odd address
10181:
10182: 2004-06-22 paf
10183:
10184: * src/sql/pa_sql_driver.h: note: about possible optimization
10185:
10186: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10187: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10188: src/include/pa_config_includes.h: new: ^void:sql{call
10189: paf(:a)}[ $.bind[ $.a[2]
10190: ] ] output variables work. todo: check in out
10191: variables
10192:
10193: 2004-06-18 paf
10194:
10195: * src/: classes/file.C, classes/hash.C, classes/string.C,
10196: classes/table.C, classes/void.C, include/pa_globals.h,
10197: include/pa_sql_connection.h, main/compile.tab.C,
10198: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10199: $.bind[ $.a[2] ]
10200: ] input variables work. todo:output
10201:
10202: * src/targets/cgi/parser3.C: bugfix: iis specific
10203: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10204: /_bug.html?404;http://hpsv/test/
10205: --------------------------------------------------------------------------------
10206: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10207: --------------------------------------------------------------------------------
10208: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10209:
10210: 2004-06-16 paf
10211:
10212: * src/targets/cgi/parser3.C: new: iis specific
10213: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10214: $request:query
10215: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10216: $form:fields IIS-STATUS="404"
10217: IIS-DOCUMENT="http://server/_bug.html" f="v"
10218:
10219: todo: isapi too
10220:
10221: 2004-05-26 paf
10222:
10223: * src/include/pa_version.h: 3.1.3
10224:
10225: * operators.txt: beauty: removed outdated level 'table'
10226:
10227: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10228:
10229: * src/main/pa_string.C: beauty: removed 3 warnings
10230:
10231: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10232: classes/op.C: beauty: removed outdated level 'table'
10233:
10234: 2004-05-25 paf
10235:
10236: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10237: implementation. mistery: how anything worked
10238:
10239: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10240: changed, it is now safe to use url if pointers to it are stored
10241: to gc mem
10242:
10243: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10244: unknown errors reported and not cause SIGSEGV now
10245:
10246: 2004-05-24 paf
10247:
10248: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10249: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10250: less memory: CORD_chars_block originally intended to ... it was
10251: good that CORD_chars_block were not used: it consumes more memory
10252: [and, might be slow too] undoing that. [and removed that func so
10253: that it would not confuse parser developer in future]
10254:
10255: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10256: less memory: CORD_chars_block originally intended to
10257: speedup/reduce mem usage were forgotten, and were used stupid
10258: CORD_chars
10259:
10260: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10261:
10262: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10263: BIGENDIAN processors space-conserving mech failed, causing
10264: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10265: (1|2|3));
10266:
10267: 2004-05-14 paf
10268:
10269: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10270: bugfix: void now has vfile value, and $response:body[] works OK
10271:
10272: 2004-05-12 paf
10273:
10274: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10275: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10276: sources to use is_defined() {return as_bool();} along VBool
10277:
10278: 2004-05-11 paf
10279:
10280: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10281: referencing to local objects
10282:
10283: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10284: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10285: left intact
10286:
10287: 2004-04-15 paf
10288:
10289: * src/classes/date.C: merged: beauty: unused var removed
10290:
10291: * src/classes/date.C: beauty: unused var removed
10292:
10293: * src/include/: pa_exec.h: bugfix: interface without pointer
10294: provoked bug
10295:
10296: 2004-04-09 paf
10297:
10298: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10299:
10300: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10301:
10302: 2004-04-08 paf
10303:
10304: * src/classes/date.C: new: ^date::create[y-m-d
10305: h-M-s>>.milliseconds<<] now allowed, ignored so far
10306:
10307: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10308:
10309: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10310: to consult default catalog [usually, that file belongs to other
10311: user/group]
10312:
10313: 2004-04-06 paf
10314:
10315: * src/main/pa_common.C: beauty: gcc warning removed
10316:
10317: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10318: accept that trick, trying other
10319:
10320: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10321: explicit result problem
10322:
10323: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10324: explicit result problem
10325:
10326: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10327: explicit result problem
10328:
10329: * operators.txt, src/classes/string.C: new: ^string.append[string]
10330:
10331: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10332: main/execute.C: attempt_check_call_in_explicit_result_mode:
10333: failed
10334:
10335: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10336: http://i.p.a.ddress gethostbyaddr added [on some platforms
10337: gethostbyname failed with such 'domains'] now checked properly,
10338: were: needless reverse/forward dns lookup
10339:
10340: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10341: http://i.p.a.ddress gethostbyaddr added [on some platforms
10342: gethostbyname failed with such 'domains'] now checked properly,
10343: were: needless reverse/forward dns lookup
10344:
10345: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10346: @method[][result] means "no string output here" moved to lexical
10347: level [on grammar level it were too difficult]
10348:
10349: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10350: src/main/compile.y, src/main/compile_tools.h,
10351: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10352: @method[][result] means "no string output here", implemented part
10353: of that idea: compiler throws away string literal generation
10354: code. and barks nonwhitespace chars
10355:
10356: * operators.txt: truth: removed comment about $ORIGIN
10357:
10358: 2004-04-05 paf
10359:
10360: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10361: src/include/pa_version.h, src/main/pa_common.C,
10362: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10363:
10364: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10365: Konstantin Tomashevitch [mailto:konst@design.ru]
10366:
10367: * src/doc/html2chm.cmd: beauty: no need in bg here
10368:
10369: * src/doc/sources2html.cmd: beauty: same window, in bg it
10370: interfered with FAR console
10371:
10372: * configure, configure.in: 3.1.3
10373:
10374: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10375:
10376: * src/main/pa_common.C: removed warning
10377:
10378: * src/include/pa_version.h: 3.1.3
10379:
10380: 2004-04-02 paf
10381:
10382: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10383:
10384: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10385: allows to specify where to put parser log file
10386:
10387: 2004-04-01 paf
10388:
10389: * src/classes/table.C: bugfix: bugfix: table::load last line
10390: without tab and enter were ignored
10391:
10392: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10393: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10394: main/pa_socks.C, targets/cgi/parser3.C,
10395: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10396: bugfix: sql connections now are disconnected
10397:
10398: 2004-03-30 paf
10399:
10400: * src/classes/table.C: bugfix: table::load last line without tab
10401: and enter were ignored
10402:
10403: * src/classes/table.C: bufix: if last table lines were commented,
10404: gpfed
10405:
10406: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10407: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10408: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10409: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10410: doc/methoded.dox, doc/object.dox, doc/string.dox,
10411: doc/targets.dox, doc/value.dox, include/pa_version.h,
10412: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10413: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10414: bugfixes from 3.1.2, changed version to 3.1.3beta
10415:
10416: 2004-03-29 paf
10417:
10418: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10419: causes gpf
10420:
10421: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10422: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10423: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10424: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10425: value.dox: translated to english
10426:
10427: 2004-03-25 paf
10428:
10429: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10430: parser3project dependency removed
10431:
10432: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10433: bugfix: refused to compile without xml
10434:
10435: * src/types/pa_vform.C: beauty: removed warning
10436:
10437: * src/classes/classes.vcproj: merged bugfix: now all compiles in
10438: any folder [removed last ;) folder dependency]
10439:
10440: * src/classes/classes.vcproj: bugfix: now all compiles in any
10441: folder [removed last ;) folder dependency]
10442:
10443: * src/include/pa_version.h: release
10444:
10445: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
10446:
10447: * src/classes/table.C: beauty: comment& more meaningful error
10448: message
10449:
10450: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
10451: $.hash[$.column_value1(true) ... ] [were producing some strang
10452: thing]
10453:
10454: 2004-03-23 paf
10455:
10456: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
10457: and http status line parsing checked number of columns in table
10458: [user reported an assert]
10459:
10460: * operators.txt: example: on hashfile
10461:
10462: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
10463: bugfix: junction reattach now actually reattaches a junction to
10464: new wcontext [were only assigning it to junction, which caused
10465: junction tracking to loose junction, and it's context were not
10466: killed, and it tried to process in invalid context, gpf]
10467:
10468: * src/targets/cgi/parser3.C: debug helper added
10469:
10470: 2004-03-19 paf
10471:
10472: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
10473: "type(type)" in braces
10474:
10475: 2004-03-10 paf
10476:
10477: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
10478: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10479: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
10480: solution to search-in-namespaces problem:
10481: $xdoc.search-namespaces.x[http://pif.design.ru/]
10482: $nodes[^xdoc.select[//x:second]]
10483:
10484: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
10485: expression][[NAMESPACES HASH]] allows to search for info in
10486: namespaces
10487:
10488: $nodes[^xdoc.select[//x:second][
10489: $.x[http://pif.design.ru/] ]]
10490:
10491: 2004-03-09 paf
10492:
10493: * operators.txt, src/main/pa_common.C: new:
10494: ^file::load[...][options] $.form[
10495: !$.field1[string]
10496: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
10497: ] !$.body[string]
10498:
10499: GET ?here notGET(POST, HEAD, others) in content-type:
10500: application/x-www-form-urlencoded
10501:
10502: todo: upload files ability
10503:
10504: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
10505: properly, done
10506:
10507: 2004-03-05 paf
10508:
10509: * operators.txt, src/main/pa_common.C: new: file::load[;http://
10510: GET/POST $.form[$.fields started, not tested yet
10511: todo:$.field[table] for multiple values
10512:
10513: * operators.txt: new: http:// options $.user $.password basic
10514: authorization
10515:
10516: * src/main/pa_common.C: beauty: link to rtf added
10517:
10518: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
10519: new: http:// options $.user $.password basic authorization
10520:
10521: * src/main/pa_common.C: beauty: removed needless vars
10522:
10523: * operators.txt: new: pgsql option [like that recently added to
10524: oracle driver] ClientCharset=parser-charset <<
10525: charset in which parser thinks client works
10526:
10527: * operators.txt: new: odbc option [like that recently added to
10528: oracle driver] ClientCharset=parser-charset <<
10529: charset in which parser thinks client works
10530:
10531: * src/sql/pa_sql_driver.h: beauty: important warning added
10532:
10533: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
10534: char!
10535:
10536: * etc/parser3.charsets/windows-1251.cfg: typo
10537:
10538: 2004-03-04 paf
10539:
10540: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
10541: cached, sql transcoding now goes faster
10542:
10543: * operators.txt: new: mysql option [like that recently added to
10544: oracle driver] ClientCharset=parser-charset <<
10545: charset in which parser thinks client works
10546:
10547: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
10548: typo error
10549:
10550: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
10551: chars commented
10552:
10553: 2004-03-03 paf
10554:
10555: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
10556: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
10557:
10558: 2004-03-02 paf
10559:
10560: * operators.txt: new[update typo]: !^void.left(n)
10561: nothing !^void.right(n) nothing !^void.mid(p[;n])
10562: nothing
10563:
10564: * operators.txt, src/classes/void.C: new: !^void.left(n)
10565: nothing !^void.right(n) nothing !^void.pos(p[;n])
10566: nothing
10567:
10568: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
10569: ^file::sql[[name_to_become_$.name]]{} query result must be one
10570: row with columns: first: data second: file name third:
10571: content-type
10572:
10573: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
10574: ^connect gets properly escaped string, which can be passed to
10575: request now this for mysql only. it's up to parser sql driver to
10576: fix zeros properly
10577:
10578: * INSTALL: note: added on building apache with this option:
10579: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
10580:
10581: 2004-03-01 paf
10582:
10583: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
10584: extension memory:compact befor processingrequest
10585:
10586: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
10587: call sole column of result
10588:
10589: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
10590: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
10591: pixel color
10592:
10593: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
10594: beauty: image -- less checks [were ugly impl]
10595:
10596: * src/classes/string.C: bugfix: ^string.left/right/mid with
10597: negative values now considered bad
10598:
10599: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
10600:
10601: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
10602: options now have unified defaults [after transform
10603: indent/omit-xml-declaration/standalone 'default' erroreously
10604: meant 'true']
10605:
10606: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
10607: added [on some platforms gethostbyname failed with such
10608: 'domains']
10609:
10610: * src/include/pa_config_auto.h.in: no select check, no define
10611:
10612: * src/classes/string.C: feature: ^string.trim both parameters may
10613: be empty-strings, meaning kind=both chars=whitespaces
10614:
10615: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
10616: exist
10617:
10618: * src/classes/string.C: check: trim 'chars' must not be empty,
10619: exception if it is
10620:
10621: * src/classes/string.C: changed: ^string.trim [] << both,
10622: whitespaces [start|both|end] << kind, whitespaces
10623: [start|both|end;chars] full
10624:
10625: 2004-02-27 paf
10626:
10627: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
10628: method: ^string.trim[start|both|end[;chars]] default
10629: 'chars' -- whitespace chars finished
10630:
10631: * operators.txt, src/classes/string.C, src/include/pa_string.h,
10632: src/main/pa_string.C: new method:
10633: ^string.trim[start|both|end[;chars]] default 'chars' --
10634: whitespace chars started, only start works
10635:
10636: * src/main/compile.C: bugfix: line numbers after
10637: ^process{}[$.line(-10]] can be negative, allowed to print they as
10638: signed
10639:
10640: * src/main/untaint.C: speed: there's no \n chars in output
10641: [normally], so no need to optimize them they could be retrived
10642: from databases, though. but 1. should be replaced 2. if not
10643: optimized, no harm done
10644:
10645: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
10646: ^file::exec/cgi could return invalid status & zombie child can
10647: remain for short period until process exists [very bad in
10648: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
10649:
10650: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
10651: malicious SMTP server to attack as by returning too long status
10652: responses http://i2/tasks/edit/?id=4629448401140924947
10653:
10654: 2004-02-26 paf
10655:
10656: * operators.txt: feature: ^process...{CODE}[now has options] which
10657: are $.main[to what to rename @main] $.file[file,
10658: from which (user says) goes that CODE] $.lineno(line
10659: number in that file, where CODE starts. may be negative)
10660:
10661: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10662: src/main/compile.C, src/main/compile_tools.h,
10663: src/main/pa_request.C: feature: ^process...{CODE}[now has
10664: options] which are $.main[to what to rename @main]
10665: $.file[file, from which (user says) goes that CODE]
10666: $.lineno(line number in that file, where CODE starts. may be
10667: negative)
10668:
10669: 2004-02-25 paf
10670:
1.101 moko 10671: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
10672: old @charsetsdir@ recently erased from configure.in]
1.95 moko 10673:
10674: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
10675: produces hash of column=>1
10676:
10677: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
10678: with incomplete errno constants set
10679:
10680: 2004-02-24 paf
10681:
10682: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
10683: "man select"
10684:
10685: * src/main/pa_os.C: beauty: <0 better then ==-1
10686:
10687: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
10688:
10689: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
10690:
1.101 moko 10691: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 10692:
10693: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
10694: unix: steps to work on unix [extracted 'to']
10695:
10696: * src/classes/mail.C: smtp on unix: steps to work on unix
10697:
10698: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
10699:
1.101 moko 10700: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
10701: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
10702: unix [testing on solaris]
1.95 moko 10703:
10704: 2004-02-20 paf
10705:
10706: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
10707: pointing that out
10708:
10709: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
10710: fixed again [same solution, mistanenly removed one line]
10711:
10712: 2004-02-19 paf
10713:
10714: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
10715: date::create from bad datetime in spring daylightsaving hole now
10716: OK for all platforms [on some platforms it failed]
10717:
10718: * src/classes/: date.C, image.C: beauty: date::create[bad date time
10719: in daylightsaving hole] now throws error
10720:
10721: * src/classes/date.C: comment: mistake fixed
10722:
10723: 2004-02-18 paf
10724:
10725: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
10726: now renderes in $request:charset, but in header puts
10727: $response:charset todo: make that default only so that coder
10728: could override that
10729:
10730: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
10731: turns off omit-xml-declaration
10732:
10733: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
10734: /.xsl for sample
10735:
10736: 2004-02-17 paf
10737:
10738: * src/classes/xdoc.C: beauty: needless helper class removed
10739:
10740: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
10741: copied extra time
10742:
10743: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
10744: part of libxml
10745:
10746: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
10747: libxml to do the work] <xsl:output method="html"
10748: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
10749: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
10750: />
10751:
10752: * src/classes/xdoc.C: beauty: no <meta ... charset generated
10753:
10754: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
10755: caused assertion
10756:
10757: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
10758: could hang. now such add does nothing, sub clears $hash
10759:
10760: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
10761: not made quoted-printable
10762:
10763: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
10764: string invariant
10765:
10766: 2004-02-16 paf
10767:
10768: * src/main/pa_globals.C: bugfix: xml errors copy from library now
10769: cleared [were not cleared properly]
10770:
10771: 2004-02-13 paf
10772:
1.101 moko 10773: * src/include/pa_version.h: prerelease
1.95 moko 10774:
10775: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
10776: used, introducing dependencies timestamp check
10777:
10778: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
10779: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
10780: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
10781: .xsl.stamp now not used, introducing dependencies timestamp check
10782:
10783: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
10784:
10785: 2004-02-12 paf
10786:
10787: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
10788: ruined empty <input type=file> submits. parser thought there were
10789: nameless empty file and $form:field got value of type 'file'
10790:
10791: * INSTALL: --without-threads
10792:
10793: * src/include/pa_sapi.h: 2004
10794:
10795: 2004-02-11 paf
10796:
10797: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10798: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10799: classes/hashfile.C, classes/image.C, classes/int.C,
10800: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10801: classes/response.C, classes/string.C, classes/table.C,
10802: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10803: include/pa_array.h, include/pa_cache_managers.h,
10804: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10805: include/pa_config_fixed.h, include/pa_config_includes.h,
10806: include/pa_dictionary.h, include/pa_dir.h,
10807: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10808: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10809: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10810: include/pa_request_charsets.h, include/pa_request_info.h,
10811: include/pa_socks.h, include/pa_sql_connection.h,
10812: include/pa_sql_driver_manager.h, include/pa_stack.h,
10813: include/pa_string.h, include/pa_stylesheet_connection.h,
10814: include/pa_stylesheet_manager.h, include/pa_table.h,
10815: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10816: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10817: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10818: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10819: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10820: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10821: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10822: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10823: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10824: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10825: main/pa_sql_driver_manager.C, main/pa_string.C,
10826: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
10827: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
10828: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10829: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10830: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10831: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10832: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10833: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10834: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10835: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10836: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10837: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10838: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10839: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10840: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10841: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10842: types/pa_vresponse.h, types/pa_vstateless_class.C,
10843: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10844: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10845: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10846: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10847: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10848: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
10849:
10850: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
10851: debug version of gc.dll
10852:
10853: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10854: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10855: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
10856: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
10857: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
10858: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
10859: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
10860: processes
10861:
10862: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
10863: main/pa_globals.C, targets/cgi/parser3.vcproj,
10864: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
10865: changes to reflect libxml xsl new folders
10866:
10867: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10868: lib/smtp/smtp.vcproj, main/main.vcproj,
10869: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
10870: to reflect libxml xsl new folders
10871:
10872: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10873: lib/smtp/smtp.vcproj, main/main.vcproj,
10874: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
10875: types/types.vcproj: started changes to reflect libxml xsl new
10876: folders
10877:
10878: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
10879: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10880: src/main/compile.tab.C, src/main/main.vcproj,
10881: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
10882: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10883: started changes to reflect libxml xsl new folders
10884:
10885: 2004-02-10 paf
10886:
10887: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
10888: compile. recommened latest libxml up to date
10889:
10890: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
10891: pattern compilation errors", on which spent 4 hours worktime. use
10892: versions higher than that. recommended now latest up to date
10893:
10894: 2004-02-06 paf
10895:
10896: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
10897: beauty: unified destructing style
10898:
10899: * src/main/untaint.C: beauty: removed old def/ifdef
10900:
10901: * src/main/untaint.C: beauty: coredump @unknown untaint language
10902: now
10903:
10904: 2004-02-03 paf
10905:
10906: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
10907: targets/isapi/parser3isapi.C, types/pa_value.C,
10908: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
10909: then %ld/%lu
10910:
10911: * src/main/pa_common.C: typo: %l -> %u
10912:
10913: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
10914: in attributes or documents-results of transform now not xx;
10915:
10916: * src/classes/xnode.C: memleaks found: not fixed yet. todo
10917:
10918: * src/main/pa_charset.C: bugfix: forgot to undo some
10919:
10920: * src/main/pa_charset.C: beauty: uncomment
10921: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
10922: libraries
10923:
10924: 2004-02-02 paf
10925:
10926: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
10927: $cookie:example[ $.value[value] $.path[/there/] ]
10928:
10929: $cookie:example[ $.value[] $.expires[session]
10930: $.path[/there/] $.domain[test.com] ]
10931:
10932: * src/types/pa_vform.C: bugfix: empty values with
10933: enctype=multipart/form-data now produce entries in $form:tables
10934: <form method=post enctype=multipart/form-data> <input type=hidden
10935: name=a> <input type=hidden name=b>
10936:
10937: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
10938: <hr> <pre>$request:body
10939:
10940: 2004-01-30 paf
10941:
10942: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
10943: or documents-results of transform now not xx;
10944:
10945: * src/classes/date.C: bugfix: ^date::create[invalid fields now
10946: produce exception.
10947:
10948: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
10949: bugfix: ^date::create[invalid fields now produce exception.
10950:
10951: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
10952: year] now produces exception. todo: check other fields
10953:
10954: 2004-01-29 paf
10955:
10956: * src/include/pa_memory.h: typo error
10957:
10958: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
10959: more byte then specified, then zeroed it << useless and
10960: potentially harmful(could gpf)
10961:
10962: 2004-01-22 paf
10963:
10964: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
10965:
10966: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
10967: optimization
10968:
10969: * src/main/untaint.C: bugfix: whitespace now optimized properly
10970: [were bug: ^taint[1 & 2]="1 &2"
10971:
10972: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
10973: errors
10974:
10975: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
10976: overflow
10977:
10978: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
10979: error-reporting code * in parser-error reporting code [when no
10980: @unhandled_exception defined]
10981:
10982: fixed in one place: my *snprintf override
10983:
10984: 2004-01-13 paf
10985:
10986: * operators.txt: typo erro
10987:
10988: 2003-12-25 paf
10989:
10990: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
10991: garbled [pieces after zero bytes were removed]
10992:
10993: 2003-12-22 paf
10994:
1.101 moko 10995: * src/include/Makefile.am: bugfix: removed from dist:
10996: src/include/pa_config_auto.h which were configured for
1.95 moko 10997: make-dist-platform and badly updated proper config file in target
10998: [when .tar used for updating existing source tree]
10999:
11000: * ChangeLog, operators.txt, src/classes/op.C,
11001: src/include/pa_sql_connection.h,
11002: src/include/pa_sql_driver_manager.h,
11003: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11004: feature: sql introducing ability to transcode charsets
11005:
11006: 2003-12-19 paf
11007:
11008: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11009: error message
11010:
11011: * src/main/pa_charset.C: bugfix: memory for charsethandler
11012: structure for libxml now allocated properly
11013:
11014: 2003-12-17 paf
11015:
11016: * src/types/pa_vfile.C: beauty: removed outdated cast
11017:
11018: * src/main/pa_common.C: bugfix: empty http response caused gpf
11019:
11020: * src/include/pa_string.h: bugfix: removed too strong a assert
11021:
11022: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11023: unreported xmlGenericErrors]
11024:
11025: 2003-12-15 paf
11026:
11027: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11028: works}
11029:
11030: 2003-12-11 paf
11031:
11032: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11033: id
11034: !$status:tid thread id
11035:
11036: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11037: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11038: bugfix(solaris): removed dependency on object initialization
11039: order [one more place]
11040:
11041: * src/: classes/file.C, classes/mail.C, classes/op.C,
11042: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11043: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11044: understand that
11045:
11046: * src/: classes/file.C, classes/mail.C, classes/op.C,
11047: classes/xdoc.C, include/pa_cache_managers.h,
11048: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11049: include/pa_stylesheet_manager.h, main/pa_request.C,
11050: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11051: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11052: ctor call [relying on implicit String::Body(cstr) call]
11053:
11054: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11055: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11056: object initialization order [two places]
11057:
11058: 2003-12-10 paf
11059:
11060: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11061: << time now ok
11062:
11063: * operators.txt, src/main/pa_sql_driver_manager.C,
11064: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11065: operational
11066:
11067: * ChangeLog, operators.txt, src/classes/xdoc.C,
11068: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11069: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11070: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11071: back operational
11072:
11073: 2003-12-02 paf
11074:
11075: * src/types/pa_vmail.C: bugfix:
11076: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11077: as-is forced]
11078:
11079: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11080: exceptions out of libxml callbacks: reimplemented error handling
11081: of http://localhost, parser://method and safemode check callbacks
11082:
11083: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11084: [merged from HEAD]
11085:
11086: * src/classes/image.C: nothing: comment removed
11087:
11088: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11089: addresses to int
11090:
11091: 2003-12-01 paf
11092:
11093: * src/main/pa_xml_io.C: bugfix: typo
11094:
11095: * src/main/pa_globals.C: bugfix: win32: compile prob
11096:
11097: * src/classes/xdoc.C: bugfix: typo
11098:
11099: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11100: exception
11101:
11102: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11103:
11104: 2003-11-28 paf
11105:
11106: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11107: all xml documents read
11108:
11109: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11110:
11111: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11112: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11113: replaced original open mech of xdoc::create & co to use libxml
11114: open, so that this would work for root document todo: safe mode
11115: checks to libxml: ideally to some 1 point
11116:
11117: * src/main/pa_xml_io.C: comment
11118:
11119: * operators.txt, src/main/pa_xml_io.C: leading / in
11120: http://parser[abscent params]
11121:
11122: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11123: works. todo: maybe replace original open mech of xdoc::create &
11124: co to use libxml open, so that this would work for root document
11125:
11126: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11127: "parser://method/params/here"> <test> &test^; </test> }]
11128:
11129: ^taint[^xdoc.string[]]
11130:
11131: @method[param] <!ENTITY test
11132: "test-entity-value+$form:user+$param!">
11133:
11134: 2003-11-27 paf
11135:
11136: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11137:
11138: * src/classes/date.C: bugfix: typo error
11139:
11140: 2003-11-26 paf
11141:
11142: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11143: src/main/Makefile.am, src/main/main.vcproj,
11144: src/main/pa_globals.C, src/main/pa_request.C,
11145: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11146: xml errors to hash<thread_id,error> reorganization: xml io moved
11147: to pa_xml_io.C/h
11148:
11149: * src/types/pa_value.h: warnings: --
11150:
11151: 2003-11-25 paf
11152:
11153: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11154: whatever)
11155:
11156: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11157: a, (c?x:y, z)
11158:
11159: * src/main/untaint.C: bugfix: consequences of not reading this
11160: comment: CORD_pos_chars_left /* Number of characters in cache.
11161: <= 0 ==> none */
11162:
11163: * src/include/pa_array.h: removed needless checks
11164:
11165: 2003-11-24 paf
11166:
11167: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11168: removed limit: now $form:xxx can be accessed anytime, even in
11169: @auto/conf [and request/response:charset still can be changed
11170: anytime]
11171:
11172: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11173: now not transcodes response body
11174:
11175: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11176: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11177: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11178: $xdoc.firstChild.firstChild.nodeValue[different]
11179: ^taint[^xdoc.string[]]
11180:
11181: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11182: workaround: static Hash::allocates -> static Hash_allocates
11183:
11184: 2003-11-21 paf
11185:
1.101 moko 11186: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11187: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11188: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11189:
11190: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11191:
11192: * src/classes/mail.C: bugfix: typo
11193:
11194: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101 moko 11195: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11196: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11197: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11198: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11199: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11200:
11201: * src/main/pa_exec.C: bug in safe mode
11202:
11203: * src/include/Makefile.am: pa_xml_exception.h
11204:
11205: * src/targets/isapi/parser3isapi.C: more warnings --
11206:
11207: 2003-11-20 paf
11208:
11209: * src/: classes/math.C, classes/op.C, classes/string.C,
11210: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11211: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11212: --
11213:
11214: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11215: more warnings --
11216:
11217: * src/classes/xdoc.C: more warnings --
11218:
11219: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11220:
11221: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11222: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11223:
11224: * src/: classes/date.C, classes/file.C, classes/hash.C,
11225: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11226: classes/table.C, include/pa_cache_managers.h,
11227: include/pa_stylesheet_connection.h, main/pa_request.C,
11228: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11229: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11230: --
11231:
11232: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11233: can't report problem (undefined @unhandled_exception) problem
11234: source string were not reported
11235:
11236: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11237: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11238: classes/hashfile.C, classes/image.C, classes/int.C,
11239: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11240: classes/response.C, classes/string.C, classes/table.C,
11241: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11242: include/pa_array.h, include/pa_cache_managers.h,
11243: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11244: include/pa_config_fixed.h, include/pa_dictionary.h,
11245: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11246: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11247: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11248: include/pa_request.h, include/pa_request_charsets.h,
11249: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11250: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11251: include/pa_stack.h, include/pa_string.h,
11252: include/pa_stylesheet_connection.h,
11253: include/pa_stylesheet_manager.h, include/pa_table.h,
11254: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11255: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11256: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11257: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11258: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11259: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11260: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11261: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11262: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11263: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11264: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11265: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11266: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11267: targets/isapi/parser3isapi.C, types/pa_junction.h,
11268: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11269: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11270: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11271: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11272: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11273: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11274: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11275: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11276: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11277: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11278: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11279: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11280: types/pa_vresponse.h, types/pa_vstateless_class.C,
11281: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11282: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11283: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11284: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11285: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11286: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11287: const IDENT
11288:
11289: * src/: include/pa_array.h, include/pa_pool.h,
11290: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11291: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11292: types/pa_wcontext.h: more warnings --
11293:
11294: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11295: classes/file.C, classes/hash.C, classes/hashfile.C,
11296: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11297: classes/memory.C, classes/op.C, classes/string.C,
11298: classes/table.C, classes/xdoc.C, classes/xnode.C,
11299: include/pa_config_includes.h, include/pa_operation.h,
11300: include/pa_sql_connection.h, include/pa_table.h,
11301: include/pa_types.h, lib/ltdl/config_fixed.h,
11302: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11303: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11304: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11305: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11306: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11307: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11308: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11309: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11310: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11311: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11312: types/pa_vmail.C, types/pa_vobject.C,
11313: types/pa_vstateless_class.h, types/pa_vtable.C,
11314: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11315: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11316: on all projects (except libltdl=off & libsdbm=level3) found
11317: several unitialized vars
11318:
11319: 2003-11-19 paf
11320:
11321: * src/classes/op.C: more ansi C++ comp
11322:
11323: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11324: src/main/pa_request.C: ^cache[...]{body}{catch block with
11325: $exception.handled[cache] meaning "get expired cache, if any.
11326: else error"}
11327:
11328: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11329: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11330: ^cache[...]{body}{catch code with $exception.cache field}
11331:
11332: 2003-11-12 paf
11333:
11334: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11335: [copy/paste bug]
11336:
11337: 2003-11-11 paf
11338:
11339: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11340: failed]
11341:
11342: * bin/auto.p.dist.in: colno
11343:
11344: 2003-11-10 paf
11345:
11346: * src/types/pa_vconsole.h: flush
11347:
11348: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11349: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11350: read/write [for nntp]
11351:
11352: * operators.txt: mysql: transaction support: ?autocommit=0
11353:
11354: * operators.txt: comment: updated
11355:
11356: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11357: serialize version and exipire now removes entries
11358:
11359: * operators.txt: ^hashfile.delete[] removes files altogether [and
11360: dir, if could]
11361:
11362: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11363: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11364: removes files altogether [and dir, if could]
11365:
11366: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11367: nonexistent pair. .c coded that that was error. fixed
11368:
11369: * src/types/pa_vhashfile.C: sdbm: exception type change to
11370: file.access [regretfull can't split it to different exceptions
11371: without modifying sdbm source wich would prefer not to]
11372:
11373: 2003-11-07 paf
11374:
11375: * src/: classes/date.C, classes/file.C, classes/hash.C,
11376: classes/hashfile.C, classes/image.C, classes/table.C,
11377: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11378: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11379: main/execute.C, main/main.vcproj, main/pa_pool.C,
11380: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11381: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11382: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11383: destructing objects at request processing end
11384:
11385: 2003-11-06 paf
11386:
11387: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11388: updates
11389:
11390: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11391: to include sdbm
11392:
1.101 moko 11393: * src/include/: pa_config_includes.h, pa_version.h: our
11394: replacements of max& co only for cpp
1.95 moko 11395:
11396: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11397: upper dir, .am updated
11398:
11399: * tests/todo.txt: hashfile: done
11400:
11401: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11402: expiration [time in value. todo: move time to key]
11403:
11404: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11405:
11406: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11407: to do that in foreach, no errors, but surely wrong]
11408:
11409: * operators.txt, src/types/pa_vhashfile.C,
11410: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11411:
11412: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11413: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11414: foreach
11415:
11416: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11417: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11418:
11419: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11420: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11421:
11422: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11423: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11424: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11425: get/put [raw]
11426:
11427: * src/: classes/op.C, main/pa_os.C: just linked
11428:
11429: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11430: XmlException changes
11431:
11432: * src/: include/pa_charset.h, include/pa_globals.h,
11433: include/pa_stylesheet_connection.h, main/pa_exception.C:
11434: XmlException changes
11435:
11436: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
11437:
11438: * src/: include/pa_common.h, include/pa_exception.h,
11439: main/main.vcproj, main/pa_common.C, include/pa_os.h,
11440: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
11441: main/pa_xml_exception.C: locking move to pa_os [along with
11442: pa_sleep] apr-impl locking done
11443:
11444: * configure, configure.in, operators.txt, parser3.sln,
11445: src/classes/classes.vcproj, src/classes/hashfile.C,
11446: src/classes/xdoc.C, src/include/pa_config_fixed.h,
11447: src/include/pa_exception.h, src/include/pa_globals.h,
11448: src/include/pa_memory.h, src/include/pa_version.h,
11449: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
11450: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
11451: src/main/compile.tab.C, src/main/main.vcproj,
11452: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
11453: src/types/Makefile.am, src/types/pa_vhash.C,
11454: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11455: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
11456: again with sdbm from apache
11457:
11458: 2003-11-05 paf
11459:
11460: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11461: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
11462: \parser3project dir anymore
11463:
11464: * src/main/pa_charset.C: bugfix: had broken binary search [copied
11465: thoughtlessly from xalan]
11466:
11467: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
11468: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
11469: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
11470:
11471: * src/main/helpers/CaseFolding.txt:
11472: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
11473:
11474: 2003-11-04 paf
11475:
11476: * operators.txt: comment: ^mail:send[$.options[
11477:
11478: * src/classes/table.C: compiled on unix
11479:
1.101 moko 11480: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 11481:
11482: * src/classes/mail.C: compiled on unix
11483:
11484: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
11485: src/types/pa_vmail.h: !^mail:send[
11486: $.options[unix: string to append to sendmail command
11487: line]
11488:
11489: * operators.txt, src/classes/table.C, src/main/pa_string.C,
11490: tests/todo.txt: ^table.save[... $.separator[^#09]
11491: $.encloser["] <nothing> by default
11492:
11493: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
11494: !$.separator[^#09] !$.encloser["] <nothing> by
11495: default
11496:
11497: 2003-11-03 paf
11498:
11499: * operators.txt, src/classes/table.C, src/main/pa_common.C:
11500: ^table::load[; options: !$.column-separator[^#09]
11501: !$.column-encloser["]
11502:
11503: * operators.txt, src/include/pa_config_fixed.h,
11504: src/types/pa_vrequest.C: $request:document-root
11505:
11506: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
11507: [already included into uri=xxx]
11508:
11509: * operators.txt, src/classes/image.C, tests/todo.txt:
11510: ^image.gif[filename] for $response:download
11511:
11512: * src/classes/date.C: minor precaution
11513:
11514: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
11515: !^date.unix-timestamp[]
11516:
11517: 2003-10-30 paf
11518:
11519: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
11520: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
11521:
11522: * src/classes/: date.C, image.C: improvement diagnostics:
11523: $now[^date::create[$undefined]] now is error
11524:
11525: * src/main/pa_common.C: read errors would now be reported 'actually
11526: read -1 bytes'
11527:
11528: 2003-10-24 paf
11529:
11530: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
11531: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
11532: src/main/Makefile.am, src/targets/cgi/Makefile.am,
11533: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
11534:
11535: 2003-10-22 paf
11536:
11537: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
11538:
11539: 2003-10-21 paf
11540:
11541: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
11542: fixed: string.match[g] without <'> option produced columns with
11543: NULL's, which gpf'ed at table.save time
11544:
11545: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
11546: recoursion' message with intensive throw-catches fixed: incorrect
11547: name and line (one name upper then needed) in error message about
11548: problems inside try block
11549:
11550: 2003-10-10 paf
11551:
11552: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
11553: check offset argument for validity did that in String::Body::pos
11554: myself http://i2/tasks/edit/?id=4577425257580789777
11555:
11556: 2003-10-07 paf
11557:
11558: * src/main/: compile.tab.C, compile.y: ^if ( better error:
11559: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
11560:
11561: 2003-10-03 paf
11562:
11563: * parser3.sln, src/include/pa_dictionary.h,
11564: src/main/pa_dictionary.C, src/main/pa_string.C,
11565: src/targets/cgi/parser3.vcproj: dictionary optimized by
11566: precalculating cstr&length
11567:
11568: 2003-10-02 paf
11569:
11570: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11571: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11572: main/pa_stylesheet_manager.C: bugfix: ^throw context were
11573: saved/restored incompletely http://www.parser.ru/forum/?id=21484
11574:
11575: 2003-09-30 paf
11576:
11577: * src/main/pa_string.C: string::replace bug fix [were ignoring
11578: occurrances after lang-mismatched
11579:
11580: 2003-09-29 paf
11581:
11582: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
11583: helper
11584:
11585: * src/main/pa_string.C: string::serialize bug fix with
11586: zero-terminator
11587:
11588: * src/classes/table.C: ^nameless_table.save column row now has no
11589: \t at the end
11590:
11591: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
11592: @postprocess now takes $response:body/download
11593:
11594: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
11595: error message
11596:
11597: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
11598:
11599: * src/classes/table.C: bugfix: flip: must produce nameless
11600: http://i2/tasks/edit/?id=4573405524674081244
11601:
11602: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
11603: main/helpers/simple_folding.pl: utf-8 upper/lower
11604:
11605: * src/main/pa_common.C: bugfix: utf signature were not ignored due
11606: to typo error http://i2/tasks/edit/?id=4573354650786434584
11607:
11608: 2003-09-26 paf
11609:
11610: * src/main/untaint.C: removed needless field
11611:
11612: * src/main/untaint.C: removed needless const
11613:
11614: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
11615: String.for_each bug fixed [omited one-char cases]
11616:
11617: * src/include/pa_stack.h: bugfix: before collecting garbage,
11618: runtime-executor stack were cleared... BADLY
11619:
11620: * src/main/pa_string.C: ^stirng.replace code used old
11621: param-convention on langs.append, fixed that search fo the like,
11622: found none
11623:
11624: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
11625: string::serialize/deserialize implemented Language enum assigned
11626: meaningful letters [more convinient for debugging. read warning
11627: before adding/changing anything]
11628:
11629: 2003-09-25 paf
11630:
11631: * src/: include/pa_string.h, include/pa_version.h,
11632: main/pa_string.C, main/untaint.C: templates and anonymous unions
11633: differences on unix
11634:
11635: * parser3.sln, src/classes/file.C, src/classes/image.C,
11636: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
11637: src/classes/xdoc.C, src/classes/xnode.C,
11638: src/include/pa_cache_managers.h, src/include/pa_charset.h,
11639: src/include/pa_charsets.h, src/include/pa_common.h,
11640: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
11641: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
11642: src/include/pa_table.h, src/lib/cord/cordbscs.c,
11643: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
11644: src/lib/cord/include/cord.h, src/main/compile.tab.C,
11645: src/main/compile_tools.h, src/main/pa_charset.C,
11646: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
11647: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11648: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
11649: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
11650: src/types/pa_vmail.C, src/types/pa_vmath.C,
11651: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
11652: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
11653:
11654: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
11655: functions aligned to that of eeparser3 look
11656:
11657: * src/lib/cord/cordprnt.c: removed warnings
11658:
11659: 2003-09-24 paf
11660:
11661: * src/: classes/file.C, classes/image.C, classes/mail.C,
11662: classes/op.C, classes/xdoc.C, classes/xnode.C,
11663: include/pa_cache_managers.h, include/pa_charset.h,
11664: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
11665: include/pa_sql_driver_manager.h, include/pa_string.h,
11666: include/pa_stylesheet_manager.h, include/pa_table.h,
11667: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
11668: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
11669: main/pa_sql_driver_manager.C, main/pa_string.C,
11670: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
11671: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
11672: types/pa_vstateless_class.h, types/pa_vstatus.C,
11673: types/pa_vxnode.C: v() functions of String::Body,
11674: String::Languages and String itself StringBody->String::Body
11675:
11676: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11677: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
11678: never optimized anything. todo: somehow speed up harder cases:
11679: concatenationA+concatenationB when last block of A and first of B
11680: contain same letters
11681:
11682: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11683: lib/cord/include/cord.h: langs: speed up by joining adjucent
11684: blocks of same char [CORD_append_block]
11685:
11686: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11687: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
11688: save space by extending blocks when appending block with c ==
11689: lastblock.c
11690:
11691: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
11692: working yet :( but more working &understood :)
11693:
11694: * src/: classes/table.C, include/pa_string.h,
11695: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
11696:
11697: 2003-09-23 paf
11698:
11699: * src/main/untaint.C: $a[ok!] $a works!
11700:
11701: * src/main/untaint.C: something even more works :)
11702:
11703: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11704: something more works :)
11705:
11706: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11707: lib/cord/cordxtra.c: something already works :)
11708:
11709: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
11710: serialize&deserialize
11711:
11712: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
11713: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
11714: main/untaint.C: main idea implemented, details left
11715:
11716: 2003-09-22 paf
11717:
11718: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
11719:
11720: * src/classes/xnode.C: copy/paste comment bugfix
11721:
11722: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
11723: allocator returns 0, just die.
11724: http://i2/tasks/edit/?id=4570798492410259445
11725:
11726: * src/classes/xdoc.C: copy/paste comment bugfix
11727:
11728: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
11729: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
11730: xnode: getAttributeNS setAttributeNS removeAttributeNS
11731: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
11732:
11733: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
11734: chars due to bitwise operation signed-char error]
11735:
11736: 2003-09-19 paf
11737:
11738: * src/types/pa_wcontext.C: output message: more practical
11739: suggestion
11740:
11741: * src/main/pa_common.C, operators.txt: merged
11742: $f[^file::load[binary;http://...]] $f.tables
11743:
11744: 2003-09-02 paf
11745:
11746: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
11747: flush stdout without referencing 'stdout' symbol. to hell with
11748: non-ansi libraries without 'stdout' symbol
11749:
11750: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
11751: unix (users reported problems with some old libc)
11752:
11753: * src/types/pa_vdate.h: forgot initializer
11754:
11755: 2003-09-01 paf
11756:
11757: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
11758: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
11759: zone]
11760:
11761: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
11762:
11763: 2003-08-19 paf
11764:
11765: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
11766: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
11767: simplified a little
11768:
11769: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
11770: [lost fix from 3.0.8]
11771:
11772: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
11773: visible here }
11774:
11775: bug fix
11776:
11777: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
11778:
11779: * src/main/compile.tab.C: initialized couple of variables about
11780: which user reported runtime problems when parser were compiled
11781: with VC7, warning level4. study shows that later in bison
11782: they've fixed that. would migrate to latest bison someday
11783:
11784: * src/types/pa_vmail.C: turned off recoding in gmime (were still
11785: recoding headers)
11786:
11787: * src/types/pa_vmail.C: works as before, same charset problems:
11788: gmime recodes to UTF-8 only headers, not body. so not recoding
11789: anything for now
11790:
11791: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
11792: problems with body
11793:
11794: * src/types/pa_vmail.C: mail_receive just compiled
11795:
11796: 2003-08-18 paf
11797:
11798: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11799: main/main.vcproj, types/types.vcproj: win32: continued process
11800: detaching from \parser3project directory
11801:
11802: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
11803: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
11804: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
11805: src/lib/pcre/pcre_dftables.dsp,
11806: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
11807: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
11808: src/types/types.dsp: moved to MSVC 7
11809:
11810: * gnu.vcproj.vspscc, parser3.vssscc,
11811: src/classes/classes.vcproj.vspscc,
11812: src/lib/cord/cord.vcproj.vspscc,
11813: src/lib/ltdl/libltdl.vcproj.vspscc,
11814: src/lib/md5/md5.vcproj.vspscc,
11815: src/lib/pcre/pcre_dftables.vcproj.vspscc,
11816: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
11817: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
11818: src/targets/isapi/parser3isapi.vcproj.vspscc,
11819: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
11820: moved to MSVC 7
11821:
11822: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
11823: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
11824: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11825: src/lib/pcre/pcre_dftables.vcproj,
11826: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
11827: src/targets/cgi/parser3.vcproj,
11828: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11829: new VS project files
11830:
11831: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
11832: .NET to detect Jalindi Igloo capabilities.
11833:
11834: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101 moko 11835: src/classes/classes.awk, src/doc/footer.htm,
11836: src/include/pa_config_fixed.h, src/include/pa_version.h,
11837: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 11838: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
11839: src/types/pa_vmail.C: merged 3.1.0 latest changes
11840:
11841: 2003-08-15 paf
11842:
11843: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11844: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
11845:
11846: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11847: non-ascii <yyy> now encoded correctly
11848:
11849: 2003-07-29 paf
11850:
1.101 moko 11851: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
11852: dist
1.95 moko 11853:
11854: * src/types/pa_vmail.C: just started --with-mail-receive
11855:
11856: 2003-07-28 paf
11857:
1.101 moko 11858: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
11859: dependence in src/classes, src/lib/gc now in dist
1.95 moko 11860:
11861: * src/main/pa_string.C: ^cache bug fix [were not working at all]
11862:
11863: 2003-07-25 paf
11864:
11865: * src/doc/footer.htm: year
11866:
11867: 2003-07-24 paf
11868:
11869: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
11870: fix
11871:
11872: * src/include/pa_version.h: release
11873:
1.101 moko 11874: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 11875:
11876: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
11877: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
11878: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
11879: getting rid of win32xml pseudo project
11880:
11881: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
11882:
1.101 moko 11883: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
11884: configure.in, operators.txt, parser3.dsw,
1.95 moko 11885: etc/parser3.charsets/koi8-r.cfg,
1.101 moko 11886: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 11887: src/classes/classes.C, src/classes/classes.awk,
11888: src/classes/classes.dsp, src/classes/classes.h,
11889: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11890: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11891: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11892: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11893: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11894: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11895: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
11896: src/doc/string.dox, src/include/Makefile.am,
1.101 moko 11897: src/include/pa_array.h, src/include/pa_cache_managers.h,
11898: src/include/pa_charset.h, src/include/pa_charsets.h,
11899: src/include/pa_common.h, src/include/pa_config_auto.h.in,
11900: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
11901: src/include/pa_dictionary.h, src/include/pa_dir.h,
11902: src/include/pa_exception.h, src/include/pa_exec.h,
11903: src/include/pa_globals.h, src/include/pa_hash.h,
11904: src/include/pa_memory.h, src/include/pa_opcode.h,
11905: src/include/pa_operation.h, src/include/pa_pool.h,
11906: src/include/pa_pragma_pack_begin.h,
1.95 moko 11907: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
11908: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
11909: src/include/pa_sapi.h, src/include/pa_socks.h,
11910: src/include/pa_sql_connection.h,
11911: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
11912: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
11913: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11914: src/include/pa_threads.h, src/include/pa_types.h,
1.101 moko 11915: src/include/pa_uue.h, src/lib/Makefile.am,
11916: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
11917: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
11918: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
11919: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 11920: src/lib/cord/include/ec.h,
11921: src/lib/cord/include/private/Makefile.am,
11922: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101 moko 11923: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
11924: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 11925: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101 moko 11926: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
11927: src/main/compile_tools.C, src/main/compile_tools.h,
11928: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
11929: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11930: src/main/pa_charsets.C, src/main/pa_common.C,
11931: src/main/pa_dictionary.C, src/main/pa_dir.C,
11932: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 11933: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
11934: src/main/pa_request.C, src/main/pa_socks.C,
11935: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11936: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101 moko 11937: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
11938: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
11939: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
11940: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
11941: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
11942: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
11943: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 11944: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11945: src/targets/isapi/parser3isapi.dsp,
11946: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101 moko 11947: src/types/pa_junction.h, src/types/pa_method.h,
11948: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 11949: src/types/pa_vclass.C, src/types/pa_vclass.h,
11950: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11951: src/types/pa_vcookie.h, src/types/pa_vdate.h,
11952: src/types/pa_vdouble.h, src/types/pa_venv.h,
11953: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
11954: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
11955: src/types/pa_vimage.C, src/types/pa_vimage.h,
11956: src/types/pa_vint.h, src/types/pa_vjunction.h,
11957: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
11958: src/types/pa_vmath.h, src/types/pa_vmemory.h,
11959: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11960: src/types/pa_vobject.C, src/types/pa_vobject.h,
11961: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
11962: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
11963: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
11964: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
11965: src/types/pa_vstatus.h, src/types/pa_vstring.C,
11966: src/types/pa_vstring.h, src/types/pa_vtable.C,
11967: src/types/pa_vtable.h, src/types/pa_vvoid.h,
11968: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11969: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11970: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
11971: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
11972: HEAD
11973:
11974: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
11975: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
11976: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
11977: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
11978: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
11979: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
11980: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
11981: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
11982: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
11983: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
11984: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
11985: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
11986: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
11987: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
11988: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
11989: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
11990: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
11991: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
11992: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
11993: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
11994: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
11995: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
11996: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
11997: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
11998: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
11999: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12000: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12001: outputs/create-dir, results/001.processed, results/002.processed,
12002: results/003.processed, results/004.processed,
12003: results/005.processed, results/006.processed,
12004: results/007.processed, results/008.processed,
12005: results/009.processed, results/010.processed,
12006: results/011.processed, results/012.processed,
12007: results/013.processed, results/014.processed,
12008: results/015.processed, results/016.processed,
12009: results/017.processed, results/018.processed,
12010: results/019.processed, results/020.processed,
12011: results/021.processed, results/022.processed,
12012: results/023.processed, results/024.processed,
12013: results/025.processed, results/026.processed,
12014: results/027.processed, results/028.processed,
12015: results/029.processed, results/030.processed,
12016: results/031.processed, results/032.processed,
12017: results/033.processed, results/034.processed,
12018: results/035.processed, results/036.processed,
12019: results/037.processed, results/038.processed,
12020: results/039.processed, results/040.processed,
12021: results/041.processed, results/042.processed,
12022: results/043.processed, results/044.processed,
12023: results/045.processed, results/046.processed,
12024: results/047.processed, results/048.processed,
12025: results/049.processed, results/050.processed,
12026: results/051.processed, results/052.processed,
12027: results/053.processed, results/054.processed,
12028: results/055.processed, results/056.processed,
12029: results/057.processed, results/058.processed,
12030: results/059.processed, results/060.processed,
12031: results/061.processed, results/062.processed,
12032: results/063.processed, results/064.processed,
12033: results/065.processed, results/066.processed,
12034: results/067.processed, results/068.processed,
12035: results/069.processed, results/070.processed,
12036: results/071.processed, results/072.processed,
12037: results/073.processed, results/074.processed,
12038: results/075.processed, results/076.processed,
12039: results/077.processed, results/078.processed,
12040: results/079.processed, results/080.processed,
12041: results/081.processed, results/082.processed,
12042: results/083.processed, results/084.processed,
12043: results/085.processed, results/086.processed,
12044: results/087.processed, results/088.processed,
12045: results/089.processed, results/090.processed,
12046: results/091.processed, results/092.processed,
12047: results/093.processed, results/094.processed,
12048: results/095.processed, results/096.processed,
12049: results/097.processed, results/098.processed,
12050: results/099.processed, results/100.processed,
12051: results/101.processed, results/102.processed,
12052: results/103.processed, results/104.processed,
12053: results/105.processed, results/106.processed,
12054: results/107.processed, results/108.processed,
12055: results/109.processed, results/110.processed,
12056: results/111.processed, results/112.processed,
12057: results/113.processed, results/114.processed,
12058: results/115.processed, results/116.processed,
12059: results/117.processed, results/118.processed,
12060: results/119.processed, results/120.processed,
12061: results/121.processed, results/122.processed,
12062: results/123.processed, results/124.processed,
12063: results/125.processed, results/126.processed,
12064: results/127.processed, results/128.processed,
12065: results/129.processed, results/130.processed,
12066: results/131.processed, results/132.processed,
12067: results/133.processed, results/134.processed,
12068: results/135.processed, results/136.processed,
12069: results/137.processed, results/138.processed,
12070: results/139.processed, results/140.processed,
12071: results/141.processed: merged(copied) to HEAD from template_gc
12072:
12073: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12074: towards \parser3project not having to be in root
12075:
12076: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12077: module compiled [were minor unnecessary changes in lib/md5
12078: interface]
12079:
12080: * src/include/pa_version.h: release
12081:
12082: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12083:
12084: * src/classes/math.C: merged uuid bugfix
12085:
12086: * tests/: 141.html, results/141.processed: fixed bug with
12087: too-small-a-buffer
12088:
12089: * src/classes/math.C: uuid bugfix
12090:
12091: * tests/: 141.html, Makefile, results/005.processed,
12092: results/030.processed, results/075.processed,
12093: results/078.processed: to reflect date format change (were -
12094: become ' ')
12095:
12096: * src/classes/math.C: uuid bugfix
12097:
12098: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12099: debug/release changes
12100:
12101: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12102:
12103: 2003-07-23 paf
12104:
12105: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12106: renamed a little [to move to comman naming conv]
12107:
1.101 moko 12108: * src/targets/Makefile.am: apache13 splitted to simplify apache
12109: build
1.95 moko 12110:
12111: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12112: main/pa_request.C, main/pa_sql_driver_manager.C,
12113: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12114: stack top_index() fixed
12115:
12116: * src/main/pa_globals.C: minor style changes
12117:
12118: * src/: classes/op.C, include/pa_sql_connection.h: connection
12119: closing/caching fixed [connections were not closed/put to cache]
12120:
12121: 2003-07-22 paf
12122:
12123: * INSTALL: gc part updated stightly
12124:
12125: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12126: new sapi interface
12127:
12128: * src/classes/file.C: comment on OS
12129:
12130: * src/main/pa_string.C: removed reduntant invariant check [there is
12131: one deeper in cord lib]
12132:
12133: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12134:
12135: * src/main/pa_memory.C: out of memory is no longer coredump
12136:
12137: * INSTALL: disable-threads adviced
12138:
12139: 2003-07-21 paf
12140:
1.101 moko 12141: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12142:
12143: * src/classes/file.C: file::exec/cgi environment variables now must
12144: be UPPERCASE and A-Z 0-9 _-
12145:
12146: * src/classes/file.C: env passing fixed
12147:
12148: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12149:
12150: * src/main/pa_common.C: http:// CRLF now
12151:
12152: 2003-07-02 paf
12153:
12154: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12155: fields to reflect their real meaning
12156:
12157: 2003-06-27 paf
12158:
12159: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12160: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12161: file::exec/cgi .charset
12162:
12163: 2003-06-26 paf
12164:
12165: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12166: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12167: src/classes/table.C: fixed several uninitialized local
12168: structures. notably ^hash.foreach now inserts delimiters
12169: properly [were inserting it before first body]
12170:
12171: 2003-06-24 paf
12172:
12173: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12174:
12175: 2003-06-20 paf
12176:
12177: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12178: src/main/pa_globals.C: introducing
12179: $f[^file::load[binary;http://...]] $f.tables
12180:
12181: 2003-06-06 paf
12182:
12183: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12184: table. [were method lookup: inconsistent]
12185:
12186: 2003-06-02 paf
12187:
12188: * src/include/pa_memory.h: empty string clone fixed to return
12189: writable memory
12190:
12191: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12192: were not appended] which violated string invariant
12193:
12194: 2003-05-30 paf
12195:
12196: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12197: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12198:
12199: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12200: GMT ; RFC 822, updated by RFC 1123
12201:
12202: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12203: targets/isapi/parser3isapi.C: initialized request_info properly
12204:
12205: * src/classes/xnode.C: found minor bug, commended for future
12206:
12207: 2003-05-28 paf
12208:
12209: * src/classes/form.C: request_info.content_length can't be <0,
12210: size_t for some time
12211:
12212: 2003-05-26 paf
12213:
12214: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12215: forgotten <0 changed to !=STRING_NOT_FOUND
12216:
12217: * src/classes/math.C: merged ffffu from HEAD
12218:
12219: 2003-05-11 paf
12220:
12221: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12222:
12223: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12224: premature doc free. transformed document had xmlDoc reference
12225: stored to non-gc-memory (libgdome) added holding-reference
12226:
12227: 2003-04-29 paf
12228:
12229: * src/main/pa_globals.C: started digging on double free. on win32
12230: found that that's perfectly normal.
12231:
12232: 2003-04-25 paf
12233:
12234: * src/classes/table.C: table.join bug fix [bad limit check]
12235:
12236: * src/classes/math.C: merged from HEAD: simpiler hash_string
12237:
12238: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12239: print anything. changed to quicker and simplier code
12240:
12241: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12242: strict a check]
12243:
12244: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12245:
12246: 2003-04-24 paf
12247:
12248: * src/include/pa_table.h: too strict assert loosened
12249:
12250: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12251: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12252: report
12253:
12254: 2003-04-21 paf
12255:
1.101 moko 12256: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12257:
12258: * src/main/pa_globals.C: pcre memory management changed to use GC
12259: memory
12260:
12261: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12262: xmlMallocAtomic [author agreed to my suggestion], used that
12263:
12264: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12265:
12266: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12267: types/pa_vmail.C: attributed_meaning_to_string added
12268: L_UNSPECIFIED piece which was sortof OK, but violated string
12269: invariant [assertion barked on that] changed to L_PASS_APPEND,
12270: made that param obligatory
12271:
12272: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12273: fixed [assert helped]
12274:
12275: * src/include/pa_string.h: assert added [looking for bug]
12276:
12277: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12278: names on Win32 considered disk-global
12279:
12280: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12281: considered disk-global
12282:
12283: 2003-04-18 paf
12284:
12285: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12286: filenames
12287:
12288: * src/main/untaint.C: enabled '~' letter in filenames
12289:
12290: 2003-04-16 paf
12291:
12292: * src/classes/file.C: small bug introduced in autoptr times fixed
12293:
12294: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12295: HEAD
12296:
1.101 moko 12297: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12298:
12299: 2003-04-15 paf
12300:
12301: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12302: src/lib/md5/pa_md5c.c, tests/141.html,
12303: tests/results/141.processed: merged from head ^math:uuid[]
12304: ^math:uid64[] ^math:md5[string]
12305:
12306: test added: 141.html
12307:
12308: * operators.txt, src/classes/math.C: ^math:uid64[]
12309:
12310: * src/classes/math.C: ^math:uuid[]
12311:
12312: * operators.txt, src/classes/math.C: ^math:uuid[]
12313:
12314: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12315: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12316:
12317: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12318: src/include/pa_config_fixed.h, src/main/pa_common.C:
12319: ^file::load[mode;name; $.offset $.limit
12320:
12321: 2003-04-14 paf
12322:
12323: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12324: started ^math:md5
12325:
12326: * src/classes/table.C, src/include/pa_array.h,
12327: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12328: tests/results/140.processed: table $.reverse option works in
12329: create&co table $.distinct[tables] bug fix merged
12330:
12331: * src/: classes/table.C, include/pa_table.h: table
12332: $.distinct[tables] bug fixed
12333:
12334: * src/classes/table.C: more warnings
12335:
12336: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12337: removed checks in table::set_current, moved them back to
12338: table::locate implemented table::create/join ñ $.reverse
12339:
12340: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12341: removed checks in table::set_current, moved them back to
12342: table::locate
12343:
12344: 2003-04-11 paf
12345:
12346: * operators.txt, src/classes/date.C, src/classes/table.C,
12347: src/include/pa_array.h, src/include/pa_common.h,
12348: src/include/pa_config_includes.h, src/include/pa_string.h,
12349: src/include/pa_table.h, src/main/pa_request.C,
12350: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12351: src/main/pa_table.C: merged from HEAD from
12352: before_append_array_limit_sense_change to
12353: after_append_array_limit_sense_change
12354:
12355: * src/classes/table.C: typo
12356:
12357: * operators.txt, src/classes/date.C, src/classes/table.C,
12358: src/include/pa_array.h, src/include/pa_common.h,
12359: src/include/pa_config_includes.h, src/include/pa_globals.h,
12360: src/include/pa_table.h, src/main/pa_array.C,
12361: src/main/pa_globals.C, src/main/pa_request.C,
12362: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12363: src/main/pa_table.C: append_array_limit_sense_change locate
12364: accepts options same as create new option: $.reverse(1) [do not
12365: work in table::create]
12366:
12367: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12368: (stat xxx,
12369:
12370: * src/classes/: table.C: typo
12371:
12372: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12373: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12374: results/130.processed, results/131.processed,
12375: results/132.processed, results/133.processed,
12376: results/134.processed, results/135.processed,
12377: results/136.processed, results/137.processed,
12378: results/138.processed, results/139.processed: added few mustfail
12379: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12380: date/time 132.html mustfail: access to junction outside of
12381: context 133.html mustfail: access to junction outside of context,
12382: case version 134.html mustfail: hash: adding a key inside of
12383: foreach 135.html mustfail: modifying system class 136.html
12384: mustfail: $.name outside of $hash[here] 137.html mustfail:
12385: appendChild without import 138.html mustfail: invalid encoding
12386: inside of xml 139.html mustfail: bad XPath
12387:
12388: * operators.txt, src/classes/table.C, tests/084.html,
12389: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12390: tests/129.html, tests/results/125.processed,
12391: tests/results/126.processed, tests/results/127.processed,
12392: tests/results/128.processed, tests/results/129.processed: merged
12393: from HEAD ^table.hash[key][$.distinct[tables]]
12394:
12395: maked appropriate tests [changed one old nonconforming]
12396:
12397: * operators.txt, src/classes/table.C:
12398: ^table.hash[key][$.distinct[tables]]
12399:
12400: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12401: merged fix for found very old xml (dom) bug: were passing
12402: domString objects and later ERROREOUSLY freed them
12403:
12404: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12405: src/main/pa_charset.C: re-added libgdome patch. regretfully
12406: libgdome bug can not be worked around
12407:
12408: 2003-04-10 paf
12409:
12410: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12411: found very old xml (dom) bug: were passing domString objects and
12412: later ERROREOUSLY freed them
12413:
12414: * src/doc/string.dox, src/include/pa_memory.h,
12415: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12416: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12417: tests/123.html, tests/124.html, tests/results/001.processed,
12418: tests/results/002.processed, tests/results/003.processed,
12419: tests/results/004.processed, tests/results/005.processed,
12420: tests/results/006.processed, tests/results/008.processed,
12421: tests/results/009.processed, tests/results/010.processed,
12422: tests/results/011.processed, tests/results/012.processed,
12423: tests/results/013.processed, tests/results/014.processed,
12424: tests/results/015.processed, tests/results/016.processed,
12425: tests/results/017.processed, tests/results/018.processed,
12426: tests/results/020.processed, tests/results/021.processed,
12427: tests/results/022.processed, tests/results/023.processed,
12428: tests/results/024.processed, tests/results/025.processed,
12429: tests/results/026.processed, tests/results/027.processed,
12430: tests/results/028.processed, tests/results/029.processed,
12431: tests/results/030.processed, tests/results/031.processed,
12432: tests/results/032.processed, tests/results/033.processed,
12433: tests/results/034.processed, tests/results/035.processed,
12434: tests/results/036.processed, tests/results/037.processed,
12435: tests/results/038.processed, tests/results/039.processed,
12436: tests/results/040.processed, tests/results/041.processed,
12437: tests/results/042.processed, tests/results/043.processed,
12438: tests/results/044.processed, tests/results/045.processed,
12439: tests/results/046.processed, tests/results/047.processed,
12440: tests/results/048.processed, tests/results/049.processed,
12441: tests/results/050.processed, tests/results/051.processed,
12442: tests/results/052.processed, tests/results/053.processed,
12443: tests/results/054.processed, tests/results/055.processed,
12444: tests/results/056.processed, tests/results/057.processed,
12445: tests/results/058.processed, tests/results/059.processed,
12446: tests/results/060.processed, tests/results/061.processed,
12447: tests/results/062.processed, tests/results/063.processed,
12448: tests/results/064.processed, tests/results/065.processed,
12449: tests/results/066.processed, tests/results/067.processed,
12450: tests/results/068.processed, tests/results/069.processed,
12451: tests/results/070.processed, tests/results/071.processed,
12452: tests/results/072.processed, tests/results/073.processed,
12453: tests/results/074.processed, tests/results/075.processed,
12454: tests/results/076.processed, tests/results/077.processed,
12455: tests/results/078.processed, tests/results/079.processed,
12456: tests/results/080.processed, tests/results/081.processed,
12457: tests/results/082.processed, tests/results/083.processed,
12458: tests/results/084.processed, tests/results/085.processed,
12459: tests/results/086.processed, tests/results/087.processed,
12460: tests/results/088.processed, tests/results/089.processed,
12461: tests/results/090.processed, tests/results/091.processed,
12462: tests/results/092.processed, tests/results/093.processed,
12463: tests/results/094.processed, tests/results/095.processed,
12464: tests/results/096.processed, tests/results/097.processed,
12465: tests/results/101.processed, tests/results/102.processed,
12466: tests/results/104.processed, tests/results/105.processed,
12467: tests/results/106.processed, tests/results/107.processed,
12468: tests/results/108.processed, tests/results/109.processed,
12469: tests/results/110.processed, tests/results/111.processed,
12470: tests/results/112.processed, tests/results/113.processed,
12471: tests/results/114.processed, tests/results/115.processed,
12472: tests/results/116.processed, tests/results/117.processed,
12473: tests/results/118.processed, tests/results/119.processed,
12474: tests/results/120.processed, tests/results/121.processed,
12475: tests/results/122.processed, tests/results/123.processed,
12476: tests/results/124.processed: new convention: char* never 0.
12477: assert in cord on that
12478:
12479: * src/main/pa_charset.C: couple more asserts
12480:
12481: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
12482: speedup
12483:
12484: * src/main/pa_charset.C: couple assertions on fantastic situations
12485: added [may be those is the case now?]
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: bugfix on memory buffer overrun [but
12492: that's memory from gc_malloc, not from g_malloc :(, but would
12493: hope]
12494:
12495: * src/main/pa_charset.C: checked custom malloc for returning 0
12496:
12497: 2003-04-09 paf
12498:
12499: * src/classes/date.C: merged ^date.roll changes
12500:
12501: * src/classes/date.C: ^date.roll bug fix
12502:
12503: * src/classes/date.C: ^date.roll now throws less errors: month
12504: shifts handles end of month situation by reducing day number
12505: hour-hole shift reduces hour to recover
12506:
12507: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
12508: Sort by function time
12509:
12510: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
12511: http:// $.charset[] param done
12512:
12513: * tests/: 122.html, results/122.processed: 122 date test <= and ==
12514: added [after volatile fix. passes on win&intel-solaris]
12515:
12516: 2003-04-08 paf
12517:
12518: * src/: classes/file.C, classes/op.C, classes/table.C,
12519: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
12520: include/pa_common.h, include/pa_request_charsets.h,
12521: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12522: main/pa_exec.C, main/pa_request.C, main/untaint.C,
12523: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
12524: types/pa_vresponse.C: started http:// $.charset[] param and
12525: http response charset detection just compiled. todo:test
12526:
12527: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
12528:
12529: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
12530: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
12531: types/pa_vmail.C: changed transcode param converntion along with
12532: string creating convention -- all strings are zero-terminated,
12533: this allowed to fix one remaining String("123", 2) case
12534:
12535: * src/: classes/date.C, classes/file.C, classes/hash.C,
12536: classes/op.C, classes/string.C, classes/table.C,
12537: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
12538: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
12539: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12540: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
12541: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
12542: violated String::invariant. started fixing [not compiled now]
12543:
12544: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
12545: main/compile.tab.C, main/compile.y, main/pa_string.C,
12546: main/untaint.C, targets/cgi/parser3.C: number of string style
12547: improvements & optimizations
12548:
12549: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
12550: :(]
12551:
12552: * src/main/untaint.C: removed redundant & in CORD_pos param passing
12553: [for it's a pointer really]
12554:
12555: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
12556: 'n' param. worked that around
12557:
12558: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
12559: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
12560: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
12561: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
12562: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
12563:
12564: Thanks for the bug report and patch.
12565:
12566: I hadn't looked at this code in a while. Reading it now, it
12567: seems to me that the tests should also be ">= MAX_DEPTH" to
12568: comply with the invariant, though that may not matter a lot. I
12569: changed that, too.
12570:
12571: Hans
12572:
12573: 2003-04-07 paf
12574:
12575: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
12576: merged from head:safe mode error message now includes numbers
12577:
12578: * src/main/execute.C: n-th attempt to make a=a work with double.
12579: problem: as_double returns it's result in fp-register compiler
12580: optimizes access to that register after b->as_double, and just
12581: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12582: from memory. _SAME_ double values do not match here. when
12583: forced to REload fp-register, values do match.
12584:
12585: tried to make them volatile.
12586:
12587: * src/main/execute.C: n-th attempt to make a=a work with double.
12588: problem: as_double returns it's result in fp-register compiler
12589: optimizes access to that register after b->as_double, and just
12590: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12591: from memory. _SAME_ double values do not match here. when
12592: forced to REload fp-register, values do match.
12593:
12594: tried to make them volatile.
12595:
12596: * src/types/pa_vobject.h: small style change
12597:
12598: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
12599:
12600: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
12601: mode error message now includes numbers
12602:
12603: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
12604: now causes death
12605:
12606: 2003-04-04 paf
12607:
12608: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
12609: incorportated pa_exec patch by From: "Victor Fedoseev"
12610: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
12611: Sent: Thursday, January 23, 2003 9:14 AM
12612:
12613: huge speedup on ^file::cgi with big result
12614:
12615: * src/classes/table.C: sort table with 0 rows bug fixed
12616:
12617: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
12618: fix http://i2/tasks/edit/?id=4493701604654042676
12619:
12620: @main[] $with_default[ $.a[1] $._default[default from
12621: with_default] ] ^show[$with_default]
12622:
12623: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12624: =$to_add_to.xxx=<br>
12625:
12626: ^show[$to_add_to]
12627:
12628: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12629: ^show[$cloned]
12630:
12631: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12632:
12633: } <hr>
12634:
12635: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
12636: http://i2/tasks/edit/?id=4493701604654042676
12637:
12638: @main[] $with_default[ $.a[1] $._default[default from
12639: with_default] ] ^show[$with_default]
12640:
12641: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12642: =$to_add_to.xxx=<br>
12643:
12644: ^show[$to_add_to]
12645:
12646: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12647: ^show[$cloned]
12648:
12649: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
12650:
12651: } <hr>
12652:
12653: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
12654: http://i2/tasks/edit/?id=4507350336410850921
12655:
12656: * src/classes/xdoc.C: memory allocation func bugfix
12657: http://i2/tasks/edit/?id=4499303470368629745
12658:
12659: * src/classes/math.C: allowed random 1...
12660:
12661: * src/classes/math.C: allowed random 0..
12662:
12663: * src/main/pa_globals.C: exif mem leak
12664: http://i2/tasks/edit/?id=4480590323629807263
12665:
12666: * src/: classes/classes.dsp, main/main.dsp,
12667: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
12668: fix http://i2/tasks/edit/?id=4493946731322521294
12669: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
12670:
12671: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12672: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
12673: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
12674: links to xml libs made relative, no need to unpack parser3project
12675: to /parser3project.
12676:
12677: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
12678: column more precise - tab handling bug fixed
12679:
12680: * src/main/: compile.tab.C, compile.y: more understandable error
12681: message in case @CLASS with more then one line inside
12682:
12683: * src/targets/cgi/parser3.C: more understandable error message in
12684: case of errors in @unhandled_exception
12685:
12686: 2003-04-03 paf
12687:
12688: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
12689: src/main/compile.tab.C, src/main/compile.y,
12690: src/main/compile_tools.C, src/main/compile_tools.h,
12691: src/main/execute.C, src/main/pa_request.C: debug info format
12692: simplified, now it's: OP_VALUE Operation::Origin << here value*
12693:
12694: higher limits: file number (max: 255) line number (max:
12695: 64535) column number (max: 255)
12696:
12697: * src/classes/math.C: top limit
12698:
12699: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
12700: precise parse error position in case of
12701:
12702: ^bug ]
12703:
12704: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
12705: changed to realities, and passed [bug fixed]
12706:
12707: * src/: classes/op.C, include/pa_request.h, main/compile.C,
12708: main/compile.tab.C, main/compile.y, main/compile_tools.C,
12709: main/compile_tools.h, main/pa_request.C: introducing
12710: ^process...[main-method-alias]
12711:
12712: * src/: classes/date.C, classes/image.C, classes/op.C,
12713: classes/string.C, classes/table.C, classes/xdoc.C,
12714: types/pa_vmethod_frame.h: MethodParams& now [methods without
12715: params receive zero reference, but they are expected not to look
12716: there]
12717:
12718: * operators.txt, src/classes/date.C, src/classes/double.C,
12719: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12720: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12721: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12722: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12723: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12724: src/main/execute.C, src/types/pa_method.h: MethodParams& now
12725: [methods without params receive zero reference, but they are
12726: expected not to look there]
12727:
12728: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12729: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
12730: ^process...[filename] useful for better error reporting
12731: [file/line/col]
12732:
12733: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
12734: types/pa_vstring.h: slightly improved error messages text: 1. is
12735: '%s', it 2. method undefined in case of ^void[]
12736:
12737: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12738: include/pa_types.h, main/execute.C, main/pa_request.C: exception
12739: handling done. now we have error columns todo: test it
12740:
12741: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
12742: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
12743:
12744: this makes life easier: were: bad stack order -- were in
12745: exception catch unwind order, which didn't match execution order
12746:
12747: @main[] ^try{ ^first[] }{ ^throw[c;3] }
12748:
12749: @first[] ^throw[a;1]
12750:
12751: showed throw a first throw b try
12752:
12753: which is no good
12754:
12755: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12756: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
12757: trace reset after handled exception [old bug fixed]
12758:
12759: * src/main/: compile.tab.C, compile.y: parse position old bug
12760: fixed. position reporting made precise [both, in parse erros and
12761: runtime errors]
12762:
12763: 2003-04-02 paf
12764:
12765: * src/: include/pa_operation.h, include/pa_request.h,
12766: main/compile.C, main/compile.tab.C, main/compile.y,
12767: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12768: main/pa_exception.C, main/pa_request.C: debug info: started
12769: using. todo:complete
12770:
12771: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
12772: main/compile.C, main/compile.tab.C, main/compile.y,
12773: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12774: main/pa_request.C: prepared debug info todo:use it
12775:
12776: * src/include/pa_operation.h: strange mistake fixed: forgot to
12777: return Operation class->union after switching from autoptrs.
12778:
12779: * tests/: Makefile, results/108.processed, results/117.processed:
12780: meta considered OK [it's up to coder now to remove it not needed]
12781:
12782: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
12783: Dictionary constructor when moved to gc]
12784:
12785: * src/main/pa_common.C: uncommented http:// file loading
12786:
12787: * src/include/pa_array.h, src/main/execute.C,
12788: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
12789: fix [gdGrowingBuf]
12790:
12791: * configure.in, src/lib/Makefile.am: removed patches
12792:
12793: * configure, src/include/pa_config_auto.h.in,
12794: src/main/pa_charset.C: --enable-assertions autoconf-ed
12795:
12796: * src/main/pa_common.C: uncommented http:// file loading
12797:
12798: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
12799: xdoc::create/load
12800:
12801: * src/: classes/form.C, classes/hash.C, classes/image.C,
12802: classes/string.C, classes/table.C, classes/void.C,
12803: include/pa_common.h, main/pa_common.C, main/pa_request.C,
12804: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
12805: String::String(str,helper_length) are checked. found/fixed one
12806: place: $request:body now zero-terminated,
12807:
12808: * src/: classes/op.C, classes/table.C, include/pa_request.h,
12809: main/compile_tools.C, main/execute.C, types/pa_value.h,
12810: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
12811: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12812: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12813: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
12814: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12815: types/pa_vxnode.h: more locally scoped vars in execute (more
12816: easily optimizable)
12817:
12818: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
12819: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
12820:
12821: * src/: include/pa_array.h, include/pa_stack.h,
12822: include/pa_string.h, main/compile_tools.C, main/main.dsp,
12823: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
12824: become assertion iterator in methodframe filler
12825:
12826: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
12827: targets/cgi/parser3.C: array::get/put inlined
12828:
12829: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
12830: gc_substitute_memory_management_functions +installed CORD_oom
12831: function
12832:
12833: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
12834: src/include/pa_config_includes.h, src/include/pa_string.h,
12835: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
12836: src/targets/cgi/parser3.C: converted debug hacks to ANSI
12837: assertions started configure.in --enable-assertions
12838:
12839: 2003-04-01 paf
12840:
12841: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
12842: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
12843: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
12844: gdome uses glib memory, and stores last pointer to xmlDoc there,
12845: gc misses that and collects valid memory fixed by remembering
12846: xmlDoc from dom object in xdoc. todo: do something with
12847: premature free of xdoc with xnodes/node values referring into it
12848:
12849: * src/classes/: mail.C: typo fix
12850:
12851: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
12852: changes
12853:
12854: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
12855: main/pa_memory.C: moved memory debugging to global level: to
12856: pa_gc_malloc
12857:
12858: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
12859: debugging showed no errors. todo: debug parser memory
12860:
12861: * src/targets/cgi/: parser3.C, parser3.dsp: more build
12862: configurations
12863:
12864: * src/: classes/classes.dsp, include/pa_config_fixed.h,
12865: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
12866: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
12867: types/types.dsp: prepared xml-static configuration
12868:
12869: 2003-03-31 paf
12870:
12871: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
12872: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
12873: xml lib memory debugging, simple checks failed: it seems that
12874: library does realloc(bad ptr), and recording those ptrs in heap
12875: [for debugging] was bad: heap situation changes = everything
12876: works fine
12877:
12878: * src/: main/pa_charset.C, include/pa_charset.h: worked around
12879: xmlRegisterCharEncodingHandler limitation [currently imposed
12880: limit of 10 user-defined charsets]
12881:
12882: 2003-03-28 paf
12883:
12884: * src/main/execute.C: execution stack copied to local register
12885: variable, removed lots [~2e7) of memory accesses
12886:
12887: 2003-03-27 paf
12888:
12889: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
12890: works in debug, but fails in release todo: fix that
12891:
12892: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
12893: targets/cgi/parser3.C: forgot to merge XML memory funcs
12894: replacement from gc branch
12895:
12896: * src/main/pa_exec.C: introducing append_help_length [radical
12897: improvement here]
12898:
12899: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
12900: 'not recommened' in gc.h, on win32 noticed no difference]
12901:
12902: * src/include/pa_array.h: returned checked array get [were disabled
12903: for debugging] result:not slower [don't understand that, it were
12904: INLINED] todo: find out a way of inlining it!
12905:
12906: * src/: include/pa_string.h, lib/gc/include/gc.h,
12907: lib/gc/include/gc_fake.h, main/compile.tab.C,
12908: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
12909: convention changed: all resulting strings are zero-terminated
12910:
12911: * src/: classes/date.C, classes/file.C, classes/hash.C,
12912: classes/string.C, classes/table.C, classes/void.C,
12913: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
12914: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
12915: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
12916: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12917: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
12918: types/pa_vfile.C, types/pa_vmail.C: introducing
12919: append_help_length [radical improvement here]
12920:
12921: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
12922: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
12923: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
12924: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
12925: even slower
12926:
12927: * src/: classes/string.C, classes/table.C, include/pa_array.h,
12928: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
12929: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
12930: clients of &get(): most to use non-ref version, some[in tight
12931: places] to get_unchecked_ref
12932:
12933: * src/doc/memory.dox: forgot to add
12934:
12935: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
12936: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
12937: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
12938: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
12939: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12940: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
12941: targets/cgi/parser3.dsp, types/pa_vmail.C,
12942: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
12943: T>>&<< removed after Stack::pop wiping removed [moved to separate
12944: func] other Array & removed
12945:
12946: 2003-03-26 paf
12947:
12948: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
12949: classes/table.C, include/pa_array.h, include/pa_charset.h,
12950: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
12951: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12952: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
12953: main/main.dsp, main/pa_charset.C, main/pa_common.C,
12954: main/pa_exec.C, main/pa_sql_driver_manager.C,
12955: main/pa_stylesheet_manager.C, main/pa_table.C,
12956: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12957: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12958: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
12959: pre-evaluated .count() in some places
12960:
12961: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12962: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
12963: types/types.dsp: .dsp profiling updated
12964:
12965: * src/: classes/classes.dsp, lib/cord/cord.dsp,
12966: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
12967: targets/cgi/parser3.dsp, types/types.dsp: started profiling
12968:
12969: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
12970: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
12971: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
12972: use lib/gc,lib/cord
12973:
1.101 moko 12974: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
12975: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 12976: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
12977: src/include/pa_config_includes.h, src/include/pa_request.h,
12978: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12979: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101 moko 12980: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 12981: src/lib/cord/include/Makefile.am,
1.101 moko 12982: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
12983: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
12984: src/targets/cgi/Makefile.am, src/types/Makefile.am,
12985: src/types/pa_vclass.h, src/types/pa_vcookie.h,
12986: src/types/pa_vform.h, src/types/pa_vhash.h,
12987: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
12988: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
12989: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
12990: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
12991: funcs ported pa_exec
1.95 moko 12992:
12993: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
12994:
12995: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
12996: bundled gc includes
12997:
12998: * src/: classes/op.C, include/pa_array.h,
12999: include/pa_sql_connection.h, include/pa_string.h,
13000: include/pa_version.h, main/compile.tab.C, main/compile.y,
13001: main/execute.C, main/pa_common.C, main/pa_exception.C,
13002: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13003: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13004: first real site (aval)]
13005:
13006: 2003-03-25 paf
13007:
13008: * operators.txt, src/main/pa_sql_driver_manager.C,
13009: src/types/pa_vstatus.C: $status.memory used free since_compact
13010: process
13011:
13012: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13013: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13014:
13015: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13016:
13017: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13018: src/types/pa_value.h, src/types/pa_vfile.h,
13019: src/types/pa_vobject.C, src/types/pa_vobject.h,
13020: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13021: tests/results/121.processed: untaint.C L_URI
13022:
13023: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13024: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13025: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13026: src/types/pa_vmemory.h: ^memory:compact[]
13027:
13028: * tests/results/109.processed: it was a bug in parser. updated 109
13029: test result
13030:
13031: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13032:
13033: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13034: tests/results/107.processed: fixed dom language [values are now
13035: considered tainted. it was a bug in parser. updated 107 test
13036: result
13037:
13038: * src/classes/xdoc.C: fixed transform params
13039:
13040: * src/: include/pa_stylesheet_manager.h,
13041: main/pa_stylesheet_manager.C: fixed stylesheet caching
13042:
13043: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13044: overloads for structure handling
13045:
13046: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13047: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13048: StringBody(0) ambiguilty, introducting static
13049: StringBody::Format(int)
13050:
13051: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13052: linked
13053:
13054: * src/types/pa_vxdoc.C: vxdoc compiled
13055:
13056: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13057: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13058: finalizers isntalled
13059:
13060: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13061: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13062: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13063: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13064: compiled todo: xnode.C / finalizers
13065:
13066: * src/doc/string.dox: updated: new string internals
13067:
13068: 2003-03-24 paf
13069:
13070: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13071: include/pa_charset.h, include/pa_config_fixed.h,
13072: include/pa_request.h, include/pa_stylesheet_connection.h,
13073: include/pa_stylesheet_manager.h, main/pa_charset.C,
13074: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13075: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13076: types/pa_vxnode.h: started XML
13077:
13078: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13079:
13080: * src/: classes/file.C, classes/image.C, classes/mail.C,
13081: include/pa_string.h, main/pa_common.C,
13082: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13083:
13084: * src/: classes/file.C, classes/image.C, classes/mail.C,
13085: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13086: main/pa_request.C, main/pa_sql_driver_manager.C,
13087: types/pa_vimage.h: size_t pos everywhere checks changed to check
13088: for eq STRING_NOT_FOUND
13089:
13090: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13091: optimize bit implemented
13092:
13093: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13094: String::ArrayFragment::append_positions fixed
13095:
13096: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13097: String::this_starts fixed
13098:
13099: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13100:
13101: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13102: hashcode implemented fully, including per-char callback [it can
13103: be - substr CORD node]
13104:
13105: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13106: rewritten to rewalloc with 100byte buf ahead
13107:
13108: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13109: src/include/pa_string.h, src/main/compile.tab.C,
13110: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13111: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13112: CORD_ec [bad] would rewrite as realloc now
13113:
13114: * src/: classes/date.C, classes/file.C, classes/form.C,
13115: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13116: include/pa_cache_managers.h, include/pa_charsets.h,
13117: include/pa_common.h, include/pa_request.h,
13118: include/pa_sql_driver_manager.h, include/pa_table.h,
13119: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13120: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13121: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13122: types/pa_vmail.C, types/pa_vmethod_frame.C,
13123: types/pa_vstateless_class.h: 2*2 worked :)
13124:
13125: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13126: src/include/pa_exec.h, src/include/pa_string.h,
13127: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13128: passed OK
13129:
13130: * src/: classes/hash.C, classes/string.C, classes/table.C,
13131: types/pa_value.C: all linked todo: debug
13132:
13133: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13134: types/pa_vstateless_class.C: all compiled. todo:link
13135:
13136: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13137:
13138: * src/types/pa_vtable.C: pa_vtable.C compiled
13139:
13140: * src/types/pa_vstring.C: pa_vstring.C compiled
13141:
13142: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13143:
13144: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13145: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13146: pa_vstateless_class.C, pa_vstateless_class.h:
13147: pa_vstateless_class.C compiled
13148:
13149: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13150: types/pa_vmath.C: pa_vmail.C compiled
13151:
13152: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13153:
13154: * src/types/pa_vform.C: pa_vform.C compiled
13155:
13156: * src/types/pa_vfile.C: pa_vfile.C compiled
13157:
13158: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13159: pa_vstateless_class.C: pa_vcookie.C compiled
13160:
13161: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13162: types/pa_vhash.h: pa_value.C compiled
13163:
13164: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13165: classes.lib main.lib compiled
13166:
13167: * src/classes/void.C: void.C compiled
13168:
13169: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13170: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13171: compiled
13172:
13173: * src/: classes/string.C, include/pa_request.h,
13174: include/pa_string.h, main/pa_string.C: string.C compiled
13175:
13176: * src/: classes/op.C, classes/string.C, classes/table.C,
13177: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13178: main/pa_request.C, main/pa_string.C: op.C compiled
13179:
13180: * src/classes/: math.C, op.C: math.C compiled
13181:
13182: * src/: classes/mail.C, classes/string.C, classes/table.C,
13183: types/pa_vmail.h: mail.C compiled
13184:
13185: * src/classes/: int.C, table.C: int.C compiled
13186:
13187: * src/: classes/hash.C, classes/image.C, classes/string.C,
13188: classes/table.C, include/pa_memory.h, include/pa_string.h,
13189: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13190: compiled
13191:
13192: * src/: classes/hash.C, classes/string.C, classes/table.C,
13193: classes/void.C, classes/xdoc.C, include/pa_request.h,
13194: include/pa_sql_connection.h: hash.C compiled
13195:
13196: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13197: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13198: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13199: classes/math.C, classes/op.C, classes/response.C,
13200: classes/string.C, classes/table.C, classes/void.C,
13201: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13202: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13203: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13204: file.C table.C compiled
13205:
13206: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13207: main/untaint.C: main.lib compiled
13208:
13209: 2003-03-21 paf
13210:
13211: * src/: classes/op.C, include/pa_cache_managers.h,
13212: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13213: include/pa_stylesheet_manager.h, main/pa_exception.C,
13214: main/pa_globals.C, main/pa_sql_driver_manager.C,
13215: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13216: compiled
13217:
13218: * src/: classes/hash.C, classes/image.C, classes/op.C,
13219: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13220: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13221: main/compile.C, main/pa_common.C, main/pa_request.C,
13222: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13223: pa_request.C compiled
13224:
13225: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13226: include/pa_request.h, main/execute.C, main/pa_request.C,
13227: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13228: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13229: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13230: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13231: compiled
13232:
13233: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13234: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13235: on unix
13236:
13237: * src/: include/pa_charset.h, include/pa_charsets.h,
13238: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13239: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13240: pa_charsets.C compiled
13241:
13242: * src/: classes/image.C, classes/mail.C, classes/op.C,
13243: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13244: main/compile.y, main/execute.C, main/pa_common.C,
13245: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13246: types/pa_vcode_frame.h, types/pa_vimage.h,
13247: types/pa_vmethod_frame.h: execute.C compiled
13248:
13249: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13250: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13251: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13252: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13253: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13254: include/pa_cache_managers.h, include/pa_charsets.h,
13255: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13256: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13257: include/pa_sql_driver_manager.h, include/pa_string.h,
13258: include/pa_stylesheet_connection.h,
13259: include/pa_stylesheet_manager.h, include/pa_table.h,
13260: main/compile.C, main/compile.tab.C, main/compile.y,
13261: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13262: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13263: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13264: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13265: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13266: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13267: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13268: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13269: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13270: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13271: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13272: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13273: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13274: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13275: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13276: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13277: types/pa_vresponse.h, types/pa_vstateless_class.C,
13278: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13279: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13280: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13281: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13282: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13283: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13284: [C++ CORD wrapper]
13285:
13286: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13287:
13288: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13289: $file::exec/cgi[script; $.charset[this is script's charset]
13290:
13291: command line, env values, input got transcoded before call
13292: stdout, stderr got transcoded after call
13293:
13294: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13295: by default. use: ^file::exec[...;$.stdin[$request.body]
13296:
13297: * src/main/pa_common.C: } typo bug fix
13298:
13299: * src/main/pa_common.C: } typo bug fix
13300:
13301: 2003-03-20 paf
13302:
13303: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13304: main/untaint.C: cord bug fix, but still errors todo: clear out
13305:
13306: * src/include/pa_string.h: more tests
13307:
13308: * src/main/pa_string.C: string.pos fixed
13309:
1.101 moko 13310: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13311: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13312: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13313: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13314: replaces
1.95 moko 13315:
13316: * src/: classes/image.C, include/pa_dictionary.h,
13317: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13318: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13319: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13320: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13321:
13322: * src/include/pa_string.h: warning
13323:
13324: * src/include/pa_string.h: this_starts fixed
13325:
13326: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13327: new String ctor & append params convention
13328:
13329: * src/: classes/file.C, classes/hash.C, classes/image.C,
13330: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13331: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13332: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13333: main/pa_exception.C, main/pa_exec.C,
13334: main/pa_sql_driver_manager.C, main/pa_string.C,
13335: main/pa_stylesheet_manager.C, main/untaint.C,
13336: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13337: types/pa_vmail.C: more tests OK
13338:
13339: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13340: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13341: gc/exit runned OK
13342:
13343: * src/types/pa_vmail.C: another naming problem: should not name
13344: vars like that: unpredictable close caused problems with later
13345: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13346: descriptors missing on startup: stdin; Bad file number
13347:
13348: todo: find out why so many filters(stream) here. probably wrong?
13349:
13350: * src/: include/pa_dictionary.h, include/pa_string.h,
13351: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13352: main/untaint.C: test compiled
13353:
13354: * src/: classes/image.C, classes/mail.C, classes/math.C,
13355: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13356: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13357: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13358: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13359: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13360: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13361: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13362: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13363: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13364:
13365: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13366: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13367: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13368: src/include/pa_memory.h, src/include/pa_request.h,
13369: src/include/pa_request_charsets.h,
13370: src/include/pa_sql_connection.h, src/include/pa_string.h,
13371: src/main/compile.tab.C, src/main/execute.C,
13372: src/main/pa_charset.C, src/main/pa_common.C,
13373: src/main/pa_exception.C, src/main/pa_exec.C,
13374: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13375: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13376: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13377: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13378: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13379: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13380: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13381: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13382: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13383: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13384: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13385: pa_common.C [done, without http for now]
13386:
13387: 2003-03-19 paf
13388:
13389: * src/: classes/date.C, classes/form.C, classes/hash.C,
13390: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13391: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13392: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13393: include/pa_string.h, include/pa_table.h, main/compile.C,
13394: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13395: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13396: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13397: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13398: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13399: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13400: types/pa_vstateless_class.h, types/pa_vtable.C,
13401: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13402: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13403: types/pa_wwrapper.h: started test
13404:
1.101 moko 13405: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13406: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13407:
13408: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13409: include/pa_string.h, main/pa_string.C: string compiled todo: test
13410: it
13411:
13412: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13413: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13414: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13415: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13416: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13417: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13418: types/pa_vmethod_frame.h, types/types.dsp: string
13419: reimplementation with cord+array<fragment>: 70%
13420:
13421: 2003-03-18 paf
13422:
13423: * src/: classes/date.C, classes/file.C, classes/form.C,
13424: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13425: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13426: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13427: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13428: can ignore lang in cmp and pos really, but would
13429: split properly!
13430:
13431: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13432: cord part made parser/src/lib: it's not compiled into libgc by
13433: default
13434:
13435: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
13436: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13437: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13438: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13439: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13440: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13441: src/classes/xnode.C, src/classes/xnode.h,
13442: src/include/Makefile.am, src/include/pa_cache_managers.h,
13443: src/include/pa_charset.h, src/include/pa_charsets.h,
13444: src/include/pa_common.h, src/include/pa_dictionary.h,
13445: src/include/pa_exception.h, src/include/pa_exec.h,
13446: src/include/pa_globals.h, src/include/pa_hash.h,
13447: src/include/pa_memory.h, src/include/pa_pool.h,
13448: src/include/pa_request.h, src/include/pa_request_charsets.h,
13449: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
13450: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13451: src/include/pa_stylesheet_connection.h,
13452: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13453: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
13454: src/main/compile.C, src/main/compile.tab.C,
13455: src/main/compile_tools.C, src/main/compile_tools.h,
13456: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
13457: src/main/pa_charsets.C, src/main/pa_common.C,
13458: src/main/pa_dictionary.C, src/main/pa_exception.C,
13459: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
13460: src/main/pa_pool.C, src/main/pa_request.C,
13461: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13462: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
13463: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
13464: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
13465: src/types/pa_junction.h, src/types/pa_method.h,
13466: src/types/pa_value.C, src/types/pa_value.h,
13467: src/types/pa_vclass.C, src/types/pa_vclass.h,
13468: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13469: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13470: src/types/pa_vdouble.h, src/types/pa_venv.h,
13471: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13472: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13473: src/types/pa_vimage.C, src/types/pa_vimage.h,
13474: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
13475: src/types/pa_vmath.C, src/types/pa_vmath.h,
13476: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13477: src/types/pa_vobject.C, src/types/pa_vobject.h,
13478: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13479: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13480: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13481: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13482: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13483: src/types/pa_vstring.h, src/types/pa_vtable.C,
13484: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13485: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13486: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13487: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13488: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
13489: gc: PA_Object done lots of replacements also
13490:
13491: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
13492: gc logging
13493:
13494: 2003-03-17 paf
13495:
13496: * src/: classes/date.C, classes/file.C, classes/form.C,
13497: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
13498: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
13499: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13500: include/pa_string.h, include/pa_types.h, main/compile.C,
13501: main/compile.tab.C, main/execute.C, main/pa_charset.C,
13502: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
13503: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13504: main/pa_sql_driver_manager.C, main/pa_string.C,
13505: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
13506: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
13507: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
13508: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
13509: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
13510: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13511: types/pa_vxnode.h: libgc attempt
13512:
13513: 2003-03-13 paf
13514:
13515: * src/: include/pa_sql_driver_manager.h,
13516: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
13517: called
13518:
13519: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
13520: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
13521: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
13522: types/pa_value.h, types/pa_vobject.h,
13523: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
13524: set_base, set_derived simplified [counter leaks fixed]
13525:
13526: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
13527: src/types/types.dsp: incorporated status class patch From:
13528: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
13529: 2003 8:14 AM
13530:
13531: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
13532: Win32 specific: QuotaPeakNonPagedPoolUsage
13533: QuotaPeakPagedPoolUsage PeakPagefileUsage]
13534:
13535: 2003-03-12 paf
13536:
1.101 moko 13537: * configure, configure.in, src/lib/ltdl/configure,
13538: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 13539: lib/ltdl/Makefile now created by /configure.in only [were by
13540: lib/ltdl/configure.in OVERWRITE]
13541:
1.101 moko 13542: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
13543: linkage fixed for g++ 3.2.2
1.95 moko 13544:
13545: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
13546: on using privately declared class [fixed]
13547:
13548: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
13549: 3.2 rightliy complained on using privately declared class [fixed]
13550:
13551: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
13552: sigpipe before request constructor now causes death
13553:
13554: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
13555: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
13556: not cause exception in exception handler
13557:
1.101 moko 13558: * configure, configure.in, src/targets/cgi/Makefile.am: configure
13559: now default links libstdc++ statically. that can be overriden by
13560: --with-dynamic-stdcpp
1.95 moko 13561:
13562: 2003-03-11 paf
13563:
13564: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
13565: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
13566: necessity of libstdc++
13567:
13568: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13569:
13570: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13571:
13572: 2003-03-08 paf
13573:
13574: * tests/Makefile: make install & co
13575:
13576: * src/: include/pa_request.h, classes/op.C: removing
13577: vclass,object.h -> pa_request.h dependency
13578:
13579: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
13580: main/pa_request.C: removing vform,response,cookie.h ->
13581: pa_request.h dependency
13582:
13583: * src/include/pa_request.h: removing vmail.h -> pa_request.h
13584: dependency [testing...]
13585:
13586: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
13587: return 0; fixed
13588:
13589: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
13590: types/pa_vmail.h: vmail.C received just compiled [not tested]
13591:
13592: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
13593:
13594: * src/main/pa_request.C: forgotten: ifdef XML
13595:
13596: * src/main/pa_request.C: forgotten: ifdef XML
13597:
13598: * src/targets/cgi/parser3.C: todo: move to latest xml version on
13599: win32 and run memleak tests again
13600:
13601: * src/targets/cgi/parser3.C: charsets: see some strange things with
13602: old xml lib-- it's internal memory handling has faults
13603:
13604: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
13605: problems when transcode from charset A to A.
13606:
13607: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
13608: todo: still problems when transcode from charset A to A.
13609:
13610: * src/: classes/hash.C, classes/mail.C, classes/string.C,
13611: classes/table.C, include/pa_array.h,
13612: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
13613: started full-scale-site-test [~ http://parser.ru sources]
13614:
13615: some fixes
13616:
13617: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
13618: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13619: 117.html, 118.html, 119.html, 120.html, results/109.processed,
13620: results/110.processed, results/111.processed,
13621: results/112.processed, results/113.processed,
13622: results/114.processed, results/115.processed,
13623: results/116.processed, results/117.processed,
13624: results/118.processed, results/119.processed,
13625: results/120.processed: xml: tests 109 dom create/show 110 xpath
13626: selectSingle 111 xdoc.create from tainted & 112
13627: xdoc.create/output with russian attr value 113 xpath
13628: selectString/Number 114 dom attributes.count 115 xpath selectBool
13629: 116 output media-type change 117 transform by dom stylesheet 118
13630: empty transform result 119 dom setAttribute 120 nbsp letter
13631: output
13632:
13633: =END OF PREPARED XML TESTS=
13634:
13635: 2003-03-07 paf
13636:
13637: * src/classes/xdoc.C, src/include/pa_charset.h,
13638: src/include/pa_stylesheet_connection.h, tests/108.html,
13639: tests/108.xsl, tests/results/108.processed: xml: test 108
13640: transform with params [bugs fixed]
13641:
13642: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
13643: from copy/paste bug
13644:
13645: * src/classes/xdoc.C, src/include/pa_charset.h,
13646: src/include/pa_request.h, src/main/execute.C,
13647: src/main/pa_charset.C, src/main/pa_exception.C,
13648: src/main/pa_globals.C, src/main/pa_request.C,
13649: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13650: src/types/pa_vxnode.C, tests/107.html,
13651: tests/results/107.processed: xml: test: 107 bug fixes
13652:
13653: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13654: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13655: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
13656:
13657: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
13658: string
13659:
13660: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
13661: mem alloc functions used for different cases [libxml, libxsl]
13662:
13663: * src/classes/classes.C: fixed: prevent system classes from
13664: modification to lock ALL the classes, not only directly used
13665:
13666: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
13667: linked
13668:
13669: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
13670:
13671: 2003-03-06 paf
13672:
13673: * src/classes/xdoc.C: xdoc.C 50%
13674:
13675: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
13676: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13677: main/pa_globals.C, main/pa_request.C,
13678: main/pa_stylesheet_manager.C: xnode.C compiled
13679:
13680: * src/: include/pa_stylesheet_connection.h,
13681: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
13682: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
13683:
13684: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
13685: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13686: xml: stylesheet&manager STARTED
13687:
13688: * src/: include/pa_globals.h, main/pa_charset.C,
13689: main/pa_exception.C, main/pa_globals.C: xml: exceptions
13690:
13691: * src/: include/pa_charset.h, include/pa_config_fixed.h,
13692: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
13693: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
13694: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
13695: charsets
13696:
13697: * tests/023.html: in some cases it rounded up badly. postponing
13698: solution of that problem, making more simple test
13699:
13700: * tests/: 058_paf2000.png, results/058.processed: .png added with
13701: -kb now
13702:
13703: * src/: include/pa_charset.h, include/pa_charsets.h,
13704: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
13705: moved to charsets.C
13706:
13707: 2003-03-05 paf
13708:
13709: * src/classes/string.C, src/include/pa_string.h,
13710: src/main/pa_string.C, tests/105.html,
13711: tests/results/105.processed: String::match bug fixed
13712:
13713: * src/classes/op.C, src/main/main.dsp, tests/104.html,
13714: tests/results/104.processed: ^bpt operator added [does int3 in
13715: debug build on win32]
13716:
13717: * tests/: 057.html, results/057.processed: test bug fixed
13718:
1.101 moko 13719: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 13720:
13721: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
13722: missing
13723:
1.101 moko 13724: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
13725: forgotten files added to Makes
1.95 moko 13726:
13727: * ltmain.sh: ltmain.sh added
13728:
13729: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13730: change undone ;(
13731:
13732: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13733: made static
13734:
13735: * src/: classes/math.C, classes/op.C, classes/string.C,
1.101 moko 13736: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
13737: todo:make linker happy
1.95 moko 13738:
13739: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
13740: env param made optional
13741:
13742: 2003-03-04 paf
13743:
13744: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
13745: types/pa_vimage.h: number of gcc compiler bugs fixed
13746:
13747: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
13748: results/103.processed: tests: 103 image.copy transparence test
13749:
13750: * src/main/execute.C, tests/101.html, tests/102.html,
13751: tests/results/101.processed, tests/results/102.processed: tests:
13752: 101 method/variable name conflict test 102 form fields change
13753: should not not change anything [bug fix]
13754:
13755: * tests/: 057.html, 099.html, 100.html, results/057.processed,
13756: results/099.processed, results/100.processed: tests: 57 date
13757: create 2002: added 99,100 response:body/download
13758:
13759: * src/classes/image.C, tests/098.html, tests/098font.gif,
13760: tests/results/098.processed: test: 98 image font text [bug fixed]
13761:
13762: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
13763: tests/results/097.processed: test: 97 file::load http:// [bugs
13764: fixed]
13765:
13766: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
13767: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
13768: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
13769: image EXIF [bug fixed]
13770:
13771: * src/classes/table.C, src/main/execute.C, tests/061.dat,
13772: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
13773: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
13774: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
13775: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
13776: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
13777: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
13778: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
13779: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
13780: tests/094.html, tests/095.html, tests/results/061.processed,
13781: tests/results/062.processed, tests/results/063.processed,
13782: tests/results/064.processed, tests/results/065.processed,
13783: tests/results/066.processed, tests/results/067.processed,
13784: tests/results/068.processed, tests/results/069.processed,
13785: tests/results/070.processed, tests/results/071.processed,
13786: tests/results/072.processed, tests/results/073.processed,
13787: tests/results/074.processed, tests/results/075.processed,
13788: tests/results/076.processed, tests/results/077.processed,
13789: tests/results/078.processed, tests/results/080.processed,
13790: tests/results/081.processed, tests/results/082.processed,
13791: tests/results/083.processed, tests/results/084.processed,
13792: tests/results/085.processed, tests/results/086.processed,
13793: tests/results/087.processed, tests/results/088.processed,
13794: tests/results/089.processed, tests/results/090.processed,
13795: tests/results/091.processed, tests/results/092.processed,
13796: tests/results/093.processed, tests/results/094.processed,
13797: tests/results/095.processed, tests/079.html,
13798: tests/results/079.processed: tests: 61 file::stat size 62
13799: string->int autoconvert 63 double .int,dec,div,mul 64 date
13800: compare 65 file: basename,justname,justext 66 math:crypt 67
13801: string.match simple on long 68 string.match normalized simple on
13802: long 69 string.int 70 file::stat content-type 71 table.join 72
13803: hash parameter conditional pass 73 date daylightsaving,yearday 74
13804: date arithmetics 75 response date values/attributes 76 string.pos
13805: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
13806: with local 80 scientific numeric literal in string autoconvert 81
13807: xor: logical and numerical 82 for delims 83 menu delims 84
13808: table.hash distinct 85 long string replace 86 throw+catch
13809: current language preserve 87 bit shifts 88 junction tests +
13810: $caller test 89 hash.foreach selfmodification 90 int/void to int
13811: 91 $caller test 92 junction is + def junction tests 93 $caller
13812: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
13813:
13814: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
13815: fixed] 60 string eq string [bug fixed]
13816:
13817: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
13818: 058.html, 058_paf2000.png, 059.html, 060.html,
13819: results/053.processed, results/054.processed,
13820: results/055.processed, results/056.processed,
13821: results/057.processed, results/058.processed,
13822: results/059.processed, results/060.processed: test: 53
13823: string.replace 54 junctions 55 table.hash 56 call indirect 57
13824: date.create[string] 58 image.measure[png]
13825:
13826: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
13827: outputs/051.processed, results/052.processed: test: 52
13828: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
13829: task: fix that
13830:
13831: 2003-03-03 paf
13832:
13833: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
13834: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
13835: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
13836: outputs/049.processed, outputs/050.processed,
13837: outputs/051.processed, results/001.processed,
13838: results/002.processed, results/003.processed,
13839: results/005.processed, results/006.processed,
13840: results/008.processed, results/009.processed,
13841: results/011.processed, results/012.processed,
13842: results/013.processed, results/014.processed,
13843: results/015.processed, results/016.processed,
13844: results/017.processed, results/020.processed,
13845: results/021.processed, results/022.processed,
13846: results/024.processed, results/025.processed,
13847: results/026.processed, results/027.processed,
13848: results/028.processed, results/029.processed,
13849: results/030.processed, results/031.processed,
13850: results/049.processed, results/050.processed,
13851: results/051.processed, results/043.processed,
13852: results/044.processed, results/045.processed,
13853: results/046.processed, results/047.processed,
13854: results/048.processed: tests: 43,44,45 date rolls 46
13855: autoevaluating junction 47 table.select 48 name with subvar 49
13856: hash-creating switch 50 process 51 started parent/child, works as
13857: it were but it were NOT GOOD, created separate task to fix that
13858:
13859: * tests/: 042.html, results/042.processed: test: 42
13860: exception.handled
13861:
13862: * tests/: 041.html, results/041.processed: test: 41 table.locate by
13863: expression
13864:
13865: * tests/: 040.html, results/040.processed: test: 39 method result
13866: of type table 40 method param junction auto evaluate
13867:
13868: * tests/: 039.html, results/039.processed: test: 37 method result
13869: of type table
13870:
13871: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
13872: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
13873: tests/038.html, tests/results/033.processed,
13874: tests/results/034.processed, tests/results/035.processed,
13875: tests/results/036.processed, tests/results/037.processed,
13876: tests/results/038.processed: tests: 33 string.replace 34
13877: string.upper 35 table created 36 local/global vars with juntions
13878: 37 table clone 38 math PI & number formatting
13879:
13880: math class registring typo fixed
13881:
13882: * src/classes/op.C, src/include/pa_request.h,
13883: src/include/pa_string.h, src/main/execute.C,
13884: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
13885: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
13886: tests/032.html, tests/results/032.processed: uchar changed to
13887: String_UL in all places [was not everywhere] untaint test: 032
13888:
13889: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
13890: tests/results/004.processed, tests/parser-cygwin.sh,
13891: tests/parser-unix.sh: removed -H command line key, now testing
13892: using .sh file with SERVER_SOFTWARE=xxx
13893:
13894: 2003-02-26 paf
13895:
13896: * src/main/execute.C, src/types/pa_vstateless_class.h,
13897: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
13898: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
13899: tests/results/024.processed, tests/results/025.processed,
13900: tests/results/026.processed, tests/results/027.processed,
13901: tests/results/028.processed, tests/results/029.processed,
13902: tests/results/030.processed, tests/results/031.processed: fixed
13903: bug with name_cstr mutable CharPtr more tests
13904:
13905: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
13906: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
13907: << abort. die now just exits
13908:
13909: * src/classes/classes.awk, src/classes/classes.h,
13910: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13911: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13912: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13913: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13914: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13915: src/classes/xnode.C, src/include/pa_memory.h,
13916: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
13917: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
13918: src/types/pa_vform.C, tests/015.html, tests/016.html,
13919: tests/017.html, tests/018.html, tests/019.html,
13920: tests/019paf2001.gif, tests/020.html, tests/021.html,
13921: tests/022.html, tests/023.html, tests/022_dir/a.html,
13922: tests/022_dir/b.txt, tests/022_dir/c.htm,
13923: tests/results/015.processed, tests/results/016.processed,
13924: tests/results/017.processed, tests/results/018.processed,
13925: tests/results/019.processed, tests/results/020.processed,
13926: tests/results/021.processed, tests/results/022.processed,
13927: tests/results/023.processed: methoded_array now contains all Mxxx
13928: classes SAPI::get_env now returns info on pool more tests
13929:
13930: * src/include/pa_array.h, src/include/pa_hash.h,
13931: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
13932: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
13933: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
13934: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
13935: tests/014.html, tests/Makefile, tests/outputs/create-dir,
13936: tests/results/001.processed, tests/results/002.processed,
13937: tests/results/003.processed, tests/results/004.processed,
13938: tests/results/005.processed, tests/results/006.processed,
13939: tests/results/007.processed, tests/results/008.processed,
13940: tests/results/009.processed, tests/results/010.processed,
13941: tests/results/011.processed, tests/results/012.processed,
13942: tests/results/013.processed, tests/results/014.processed: hash
13943: cloning fixed
13944:
13945: 2003-02-25 paf
13946:
13947: * src/main/pa_common.C: typo fixed
13948:
13949: 2003-02-24 paf
13950:
13951: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
13952: [one remained]
13953:
13954: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
13955: [should have been get_string(&pool)] todo: check other such calls
13956:
13957: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
13958: test10, bad lookups
13959:
13960: xxx* xxx=smartptr.get(); << is bad style, after ";" original
13961: object got destructed, and xxx points to sky
13962:
13963: * ChangeLog, src/classes/string.C: match bug fixed
13964:
13965: * src/types/pa_vmail.C: body [text/html] transcoded to
13966: $.charset[specified] now
13967:
13968: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13969: which failed to handle sigsetjmp+throw: crashed inside of
13970: pre-throw code. rewritten simplier [though duplicating
13971: closesocket code]
13972:
13973: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13974: which failed to handle sigsetjmp+throw: crashed inside of
13975: pre-throw code. rewritten simplier [though duplicating
13976: closesocket code]
13977:
13978: 2003-02-21 paf
13979:
13980: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
13981: $cookie:name[$.expires[date << can be now]]
13982:
13983: written makefile with regression tests [raw]
13984:
13985: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
13986: tests' only [it's not forcing CGI mode now] now use -H to output
13987: CGI header when parser used in command line [useful for tests
13988: also]
13989:
13990: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
13991: switches on CGI mode, and is used in regression tests
13992:
13993: * src/: include/pa_request.h, main/pa_request.C,
13994: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
13995: fixed
13996:
13997: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
13998: handling pa_*
13999:
14000: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14001: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14002: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14003: memory handling files
14004:
14005: * src/main/pa_array.C: pool::format_integer terminator fixed
14006:
14007: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14008: compiles OK test to show benefits of free
14009:
14010: * src/: classes/file.C, classes/image.C, classes/mail.C,
14011: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14012: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14013: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14014: use pool [as the one in ^process]
14015:
14016: * src/classes/op.C: fixed process. sould now check for all cstr's
14017: -- some must use pool [as the one in ^process]
14018:
14019: 2003-02-20 paf
14020:
14021: * src/: classes/date.C, classes/double.C, classes/file.C,
14022: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14023: classes/math.C, classes/op.C, classes/response.C,
14024: classes/string.C, classes/table.C, classes/void.C,
14025: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14026: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14027: string cmp fixed
14028:
14029: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14030: values passed OK now
14031:
14032: 2003-02-19 paf
14033:
14034: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14035: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14036: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14037: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14038: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14039: all remaning leaks resulted from pooled::malloc calls [excluding
14040: in gd -- planning complete rewrite extremely ugly code]
14041:
14042: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14043: files
14044:
14045: 2003-02-17 paf
14046:
14047: * src/: classes/date.C, classes/double.C, classes/file.C,
14048: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14049: classes/response.C, classes/string.C, classes/table.C,
14050: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14051: include/pa_stylesheet_connection.h,
14052: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14053: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14054: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14055: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14056: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14057: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14058: of unitialized simple-typed field
14059:
14060: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14061: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14062: simple-typed field fixed. todo: find&kill all like that one
14063:
14064: * src/: main/execute.C, targets/cgi/pa_pool.C,
14065: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14066: debug output fixed
14067:
14068: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14069: main/pa_request.C: stack-stored items need extra .ref to prevent
14070: object_ptr from delete[them]
14071:
14072: * src/: classes/date.C, classes/op.C, classes/table.C,
14073: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14074: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14075: main/pa_charset.C, main/pa_common.C,
14076: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14077: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14078: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14079: calls
14080:
14081: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14082: couple mem leaks rusulted from old pooled::malloc usage.
14083: todo:find more like those
14084:
14085: * src/main/: compile.C, compile_tools.C: 2*2!
14086:
14087: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14088: stackItem fixed [there were no string on stack before]
14089:
14090: * src/: main/execute.C, main/pa_request.C,
14091: types/pa_vmethod_frame.C: first letters out OK
14092:
14093: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14094: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14095: main/pa_string.C, main/untaint.C, types/pa_value.h,
14096: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14097: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14098: type not initialized with zeros :( while class fields of class
14099: types initialized with default constructors. learn C++
14100:
14101: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14102: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14103: classes/math.C, classes/xdoc.C, classes/xnode.C,
14104: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14105: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14106:
14107: 2003-02-14 paf
14108:
14109: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14110: 13 link errors
14111:
14112: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14113: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14114: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14115: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14116: errors :)
14117:
14118: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14119: classes/hash.C, classes/mail.C, classes/op.C,
14120: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14121: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14122: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14123: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14124:
14125: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14126: classes/table.C, include/pa_common.h, include/pa_globals.h,
14127: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14128: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14129: types/pa_vint.h, types/types.dsp: op compiled
14130:
14131: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14132: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14133: main/untaint.C, types/pa_vtable.h: string, response compiled
14134:
14135: 2003-02-07 paf
14136:
14137: * src/: classes/table.C, types/pa_vtable.h: table compiled
14138:
14139: 2003-02-06 paf
14140:
14141: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14142: mail compiled
14143:
14144: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14145: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14146: types/pa_vfile.h, types/pa_vimage.h: image compiled
14147:
14148: * src/classes/: file.C, form.C: form compiled
14149:
14150: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14151: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14152: types/pa_vfile.C, types/pa_vfile.h: file compiled
14153:
14154: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14155: types/pa_vmath.h: math compiled [win32]
14156:
14157: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14158: types/pa_vstring.h: hash compiled
14159:
14160: 2003-02-04 paf
14161:
14162: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14163: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14164: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14165: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14166: types/pa_vhash.h: hash 50% compiled
14167:
14168: * src/: classes/date.C, classes/file.C, classes/hash.C,
14169: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14170: classes/string.C, classes/table.C, classes/xdoc.C,
14171: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14172: main/pa_string.C: date compiled
14173:
14174: * src/classes/: classes.dsp, double.C: double compiled
14175:
14176: * src/: classes/date.C, classes/double.C, classes/file.C,
14177: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14178: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14179: classes/string.C, classes/table.C, classes/void.C,
14180: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14181: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14182: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14183: compiled
14184:
14185: * src/: classes/date.C, classes/double.C, classes/file.C,
14186: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14187: classes/math.C, classes/op.C, classes/response.C,
14188: classes/string.C, classes/table.C, classes/void.C,
14189: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14190: types/pa_vvoid.h: void compiled :)
14191:
14192: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14193: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14194: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14195: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14196: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14197: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14198: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14199: types/pa_vresponse.C, types/pa_vstateless_class.C,
14200: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14201: types/pa_wcontext.C, types/types.dsp: removed stupid
14202: value_includes.h
14203:
14204: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14205: trying to remove stupid value_includes.h
14206:
14207: * src/main/pa_exec.C: pa_exec compiled on win32
14208:
14209: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14210:
14211: * src/: include/pa_globals.h, include/pa_request.h,
14212: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14213: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14214: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14215: types/pa_vrequest.C, types/pa_vstateless_class.C,
14216: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14217:
14218: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14219: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14220: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14221:
14222: * src/: include/pa_array.h, include/pa_config_includes.h,
14223: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14224: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14225: compiled
14226:
14227: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14228: name conflicts)
14229:
14230: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14231: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14232: yelds "virtual memory exhausted" while trying to compile
14233: execute.C [eating up to 127MB]
14234:
14235: 2003-02-03 paf
14236:
14237: * src/: include/pa_config_includes.h, include/pa_hash.h,
14238: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14239: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14240: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14241: types/pa_vint.h, types/pa_vjunction.h,
14242: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14243: started gcc compiling pa_common compiled
14244:
14245: * src/: include/pa_exception.h, include/pa_pool.h,
14246: main/pa_exception.C: exception gcc change #1
14247:
1.101 moko 14248: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14249: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14250:
14251: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14252:
14253: * src/types/pa_vtable.C: vtable compiled
14254:
14255: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14256:
14257: * src/: include/pa_cache_managers.h, main/pa_request.C,
14258: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14259:
14260: * src/types/pa_vstateless_class.C: vstateless_class compiled
14261:
14262: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14263:
14264: * src/types/pa_vrequest.C: vrequest compiled
14265:
14266: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14267: pa_vobject.C, pa_vobject.h: vobject compiled
14268:
14269: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14270: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14271: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14272: compiled
14273:
14274: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14275:
14276: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14277: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14278: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14279: compiled
14280:
14281: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14282: main.lib - 0 error(s), 0 warning(s)
14283:
14284: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14285: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14286:
14287: 2003-01-31 paf
14288:
14289: * src/: include/pa_array.h, include/pa_operation.h,
14290: include/pa_request.h, main/execute.C, main/main.dsp,
14291: types/pa_vjunction.h: started last file from main library:
14292: execute
14293:
14294: * src/: include/pa_request.h, include/pa_sapi.h,
14295: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14296: main/pa_request.C, targets/cgi/parser3.C,
14297: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14298: types/pa_vhash.h: pa_request compiled
14299:
14300: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14301: include/pa_globals.h, include/pa_request.h,
14302: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14303: main/execute.C, main/main.dsp, main/pa_common.C,
14304: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14305: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14306: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14307: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14308: types/types.dsp: most pa_request compiled
14309:
14310: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14311: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14312: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14313: classes/op.C, classes/response.C, classes/string.C,
14314: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14315: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14316: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14317: include/pa_config_fixed.h, include/pa_config_includes.h,
14318: include/pa_dictionary.h, include/pa_dir.h,
14319: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14320: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14321: include/pa_pool.h, include/pa_request.h,
14322: include/pa_request_charsets.h, include/pa_request_info.h,
14323: include/pa_sapi.h, include/pa_socks.h,
14324: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14325: include/pa_stack.h, include/pa_string.h,
14326: include/pa_stylesheet_connection.h,
14327: include/pa_stylesheet_manager.h, include/pa_table.h,
14328: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14329: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14330: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14331: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14332: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14333: main/compile.C, main/compile.tab.C, main/compile.y,
14334: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14335: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14336: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14337: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14338: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14339: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14340: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14341: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14342: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14343: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14344: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14345: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14346: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14347: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14348: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14349: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14350: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14351: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14352: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14353: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14354: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14355: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14356: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14357: types/pa_vresponse.h, types/pa_vstateless_class.C,
14358: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14359: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14360: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14361: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14362: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14363: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14364:
14365: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14366: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14367: src/include/pa_charsets.h, src/include/pa_common.h,
14368: src/include/pa_dictionary.h, src/include/pa_exception.h,
14369: src/include/pa_exec.h, src/include/pa_pool.h,
14370: src/include/pa_request.h, src/include/pa_sapi.h,
14371: src/include/pa_sql_connection.h,
14372: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14373: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14374: src/main/compile.tab.C, src/main/compile_tools.C,
14375: src/main/compile_tools.h, src/main/main.dsp,
14376: src/main/pa_charset.C, src/main/pa_charsets.C,
14377: src/main/pa_common.C, src/main/pa_dictionary.C,
14378: src/main/pa_exception.C, src/main/pa_exec.C,
14379: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14380: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14381: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14382: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14383: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14384: src/types/pa_vdouble.h, src/types/pa_venv.h,
14385: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14386: src/types/pa_vhash.h, src/types/pa_vimage.C,
14387: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14388: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14389: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14390: src/types/pa_vobject.C, src/types/pa_vobject.h,
14391: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14392: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14393: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14394: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14395: src/types/pa_vstring.h, src/types/pa_vtable.h,
14396: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14397: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14398: died, long live StringPtr
14399:
14400: 2003-01-30 paf
14401:
14402: * src/: include/pa_charset.h, include/pa_request.h,
14403: include/pa_sql_driver_manager.h, main/compile.tab.C,
14404: main/compile.y, main/compile_tools.h, main/pa_request.C,
14405: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14406:
14407: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14408: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14409: types/pa_vhash.h, types/pa_vmethod_frame.h,
14410: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14411: types/types.dsp: vstateless_class compiled
14412:
14413: * src/main/compile.C: compile compiled
14414:
14415: * src/: include/pa_array.h, include/pa_operation.h,
14416: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14417: main/pa_table.C: compile_tools compiled
14418:
14419: * src/: include/pa_operation.h, main/compile.y,
14420: main/compile_tools.C, main/compile_tools.h: started
14421: compile_tools. vagues ideas of how to free compiled code
14422:
14423: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14424: main/main.dsp, types/pa_value.C, types/pa_value.h,
14425: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14426: compiled
14427:
14428: 2003-01-29 paf
14429:
14430: * src/: include/pa_globals.h, include/pa_request.h,
14431: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14432: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14433: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14434: compiled
14435:
14436: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
14437: now
14438:
14439: * src/: include/pa_array.h, include/pa_exception.h,
14440: include/pa_pool.h, main/pa_exception.C: gd compiled
14441:
14442: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
14443: compiled
14444:
14445: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14446: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
14447: types/pa_vfile.h: vfile compiled
14448:
14449: * src/: include/pa_common.h, include/pa_globals.h,
14450: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
14451: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
14452: types/pa_vform.C, types/pa_vform.h: vcookie compiled
14453:
14454: * src/: include/pa_exception.h, main/pa_cache_managers.C,
14455: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
14456: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
14457: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14458: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
14459:
14460: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
14461: main/main.dsp, main/untaint.C: more compiled
14462:
14463: * src/: include/pa_charsets.h, include/pa_request.h,
14464: include/pa_request_info.h, include/pa_string.h,
14465: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
14466: types/pa_vresponse.h: vrequest compiled
14467:
14468: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
14469: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
14470: pa_vresponse.h, pa_wcontext.h: vrequest compiled
14471:
14472: * src/: classes/classes.h, include/pa_charset.h,
14473: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
14474: include/pa_request.h, include/pa_string.h, main/main.dsp,
14475: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
14476: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
14477: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
14478: types/pa_vrequest.C, types/pa_vrequest.h,
14479: types/pa_vstateless_class.h, types/pa_vstring.h,
14480: types/pa_vvoid.h: vrequest,vdouble,vint compiled
14481:
14482: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
14483: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14484: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
14485: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
14486: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14487: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
14488: types/pa_vobject.h, types/pa_vstateless_class.h,
14489: types/pa_vstateless_object.h, types/pa_vstatus.h,
14490: types/pa_vstring.h, types/types.dsp: vmath compiled
14491:
14492: 2003-01-28 paf
14493:
14494: * src/: classes/classes.h, classes/date.C, classes/file.C,
14495: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
14496: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
14497: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
14498: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
14499: compile_tools
14500:
14501: * src/: include/pa_charset.h, include/pa_exception.h,
14502: include/pa_request.h, include/pa_string.h, main/untaint.C:
14503: untaint compiled
14504:
14505: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
14506: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
14507: more compiled. struck with string::store_to needing to know
14508: source/client charsets
14509:
14510: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
14511: types/pa_vfile.h: uue compiled
14512:
14513: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
14514: table compiled
14515:
14516: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14517: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
14518:
14519: * src/: include/pa_charset.h, main/pa_charset.C,
14520: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
14521: introduced]
14522:
14523: * src/: classes/date.C, include/pa_charset.h,
14524: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
14525: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
14526: pa_charsets compiled
14527:
14528: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
14529: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
14530:
14531: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
14532: common compiled
14533:
14534: * src/: include/pa_charsets.h, main/pa_charsets.C,
14535: main/pa_sql_driver_manager.C: pa_charsets compiled
14536:
14537: * src/: include/pa_array.h, include/pa_charset.h,
14538: include/pa_charsets.h, include/pa_pool.h,
14539: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14540: include/pa_stack.h, include/pa_string.h,
14541: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
14542: sql_driver_manager compiled
14543:
14544: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
14545: letter i with two dots added to koi, all ukranian letters added
14546: to win1251.
14547:
14548: typographic simbol 0xb9 deleted from win1251 [strange one & were
14549: abscent from koi]
14550:
14551: 2003-01-27 paf
14552:
14553: * src/: include/pa_exception.h, include/pa_sql_connection.h,
14554: include/pa_sql_driver_manager.h, include/pa_string.h,
14555: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
14556: sql/pa_sql_driver.h: paused on sql_manager
14557:
14558: * src/: include/pa_cache_managers.h, include/pa_pool.h,
14559: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14560: include/pa_stack.h, main/pa_sql_driver_manager.C,
14561: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
14562:
14563: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
14564: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14565: include/pa_table.h, main/pa_sql_driver_manager.C,
14566: main/pa_table.C: table compiled
14567:
14568: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
14569: cache_managers compiled
14570:
14571: * src/: include/pa_array.h, include/pa_charset.h,
14572: include/pa_pool.h, main/pa_charset.C: charset compiled
14573:
14574: * src/: include/pa_pool.h, main/pa_common.C: common compiled
14575:
14576: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
14577: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14578: main/pa_string.C, types/pa_value.C, types/pa_value.h,
14579: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
14580: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
14581:
14582: 2003-01-24 paf
14583:
14584: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
14585: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
14586: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14587: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
14588: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
14589: types/pa_vint.h, types/pa_vjunction.h,
14590: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14591: types/pa_vstatus.h, types/pa_vstring.h: more patched
14592:
14593: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
14594: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
14595: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
14596: main/pa_string.C, main/pa_table.C: string compiled
14597:
14598: * src/: include/pa_array.h, include/pa_common.h,
14599: include/pa_dictionary.h, include/pa_exception.h,
14600: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
14601: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
14602: main/pa_string.C: dictionary compiled
14603:
14604: 2003-01-23 paf
14605:
14606: * src/: include/pa_array.h, include/pa_common.h,
14607: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
14608: include/pa_request.h, include/pa_string.h, main/pa_common.C,
14609: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
14610: types/pa_value.h: resurrected pool in new sense: now it's
14611: factory, producing&accounting memory chunks for read[autofree]
14612: buffers
14613:
14614: * src/: include/pa_array.h, include/pa_exception.h,
14615: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
14616: main/pa_exception.C, main/pa_table.C: table compiled
14617:
14618: * src/: classes/image.C, classes/op.C, include/pa_array.h,
14619: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
14620: include/pa_pool.h, include/pa_pragma_pack_begin.h,
14621: include/pa_pragma_pack_end.h, include/pa_sapi.h,
14622: include/pa_string.h, include/pa_table.h, include/pa_types.h,
14623: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
14624: main/pa_table.C: aint that easy
14625:
14626: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
14627: main/main.dsp: continued with Hash
14628:
14629: * src/main/pa_common.C: connect_string allocated on heap[wes on
14630: stack] now. and exception can be reported OK now [can be reported
14631: outside of pro c with that stack]
14632:
14633: 2003-01-22 paf
14634:
14635: * src/: include/pa_array.h, include/pa_charset.h,
14636: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
14637: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
14638: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
14639: base: contains references_count. auto_ptr template calls
14640: add_ref/release
14641:
14642: 2003-01-21 paf
14643:
14644: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14645: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14646: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14647: classes/op.C, classes/response.C, classes/string.C,
14648: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14649: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14650: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14651: include/pa_config_fixed.h, include/pa_config_includes.h,
14652: include/pa_dictionary.h, include/pa_dir.h,
14653: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14654: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14655: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14656: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14657: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14658: include/pa_stack.h, include/pa_string.h,
14659: include/pa_stylesheet_connection.h,
14660: include/pa_stylesheet_manager.h, include/pa_table.h,
14661: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14662: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14663: lib/pcre/pcre_parser_ctype.c, main/compile.C,
14664: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14665: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14666: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14667: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14668: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14669: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14670: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14671: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14672: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14673: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14674: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14675: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14676: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
14677: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
14678: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14679: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14680: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14681: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14682: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14683: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14684: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14685: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14686: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14687: types/pa_vstateless_object.h, types/pa_vstatus.C,
14688: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14689: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14690: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14691: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14692: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
14693: 2002->2003
14694:
14695: 2003-01-16 paf
14696:
14697: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14698: src/main/pa_globals.C: http:// introducing $.any-status(1)
14699:
14700: * operators.txt, src/include/pa_config_fixed.h,
14701: src/main/pa_common.C: http request now return status. and not
14702: fail on status!=200
14703:
14704: 2003-01-15 paf
14705:
14706: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
14707:
14708: 2003-01-14 paf
14709:
14710: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
14711: mkinstalldirs: removed some ancient files [they in / really]
14712:
14713: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
14714: regretfully needed patch in two places. in config_fixed.h made
14715: stubs for lib to compile in MSVC
14716:
14717: 2003-01-13 paf
14718:
14719: * config.guess, config.sub, ltmain.sh: removed last piece of
14720: configure.in(libtool) hacks
14721:
1.101 moko 14722: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 14723: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
14724: ltdl.h: moved to latest libtool (1.4.3)
14725:
14726: 2003-01-10 paf
14727:
14728: * src/lib/ltdl/: configure, configure.in: PROG_NM
14729:
14730: * src/main/pa_globals.C: moved to latest xml lib versions, changed
14731: patches. libxml2 >= 2.5.1
14732: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
14733: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
14734: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14735:
14736: * INSTALL: moved to latest versions of xml libs libxml2 >=
14737: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
14738: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
14739: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14740:
14741: 2003-01-09 paf
14742:
14743: * INSTALL: xml,xslt,gdome lib urls updated
14744:
14745: * config.guess, config.sub, missing, mkinstalldirs,
1.101 moko 14746: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 14747: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101 moko 14748: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
14749: 1.7.2
1.95 moko 14750:
14751: * depcomp: moving to automake 1.7.2
14752:
14753: 2002-12-27 paf
14754:
14755: * src/include/pa_version.h: 0007
14756:
14757: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
14758: outdated parts, made links to language docs
14759:
14760: * src/include/pa_config_auto.h.in: comment
14761:
14762: 2002-12-26 paf
14763:
14764: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
14765: not contain trailing / fixed.
14766:
14767: * INSTALL: changing SAFE_MODE politics
14768:
14769: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
14770:
14771: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
14772:
14773: 2002-12-25 paf
14774:
14775: * src/main/pa_globals.C: optimized-xml
14776:
14777: * src/main/pa_globals.C: optimized-as-is
14778:
14779: 2002-12-24 paf
14780:
14781: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
14782: fixed [were really called with zero size when .html?a=&b=]
14783:
14784: * src/classes/mail.C: $MAIL in @conf now invalid when configured
14785: with --with-sendmail
14786:
14787: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
14788: fixed]
14789:
14790: 2002-12-23 paf
14791:
14792: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
14793: ignoring parameters & were storing only string with default
14794: expires
14795:
14796: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
14797: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
14798: December 23, 2002 4:22 AM Subject: bug â
14799: Charset::transcode_buf2xchar
14800:
14801: 2002-12-20 paf
14802:
14803: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
14804: non-cgi [script] runs
14805:
14806: 2002-12-19 paf
14807:
14808: * INSTALL: --without-iconv recommended [it crashes on some systems
14809: [tested on elik]] moreover, it's not needed there [parser
14810: registers charsets itself]
14811:
14812: * INSTALL: --without-iconv recommended [it crashes on some systems
14813: [tested on elik]]
14814:
14815: * operators.txt, src/include/pa_globals.h,
14816: src/include/pa_request.h, src/main/pa_globals.C,
14817: src/main/pa_request.C: $response:download
14818:
14819: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
14820: compiler [win32]].
14821:
14822: 2002-12-18 paf
14823:
14824: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
14825:
14826: 2002-12-17 paf
14827:
14828: * src/targets/cgi/parser3.C: merged die&iis changes
14829:
14830: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
14831: to exit(1) 2. more flexible iilegal call check
14832:
14833: 2002-12-16 paf
14834:
14835: * ltmain.sh: some automakes silly insist on having this handy
14836:
14837: * src/main/untaint.C: filespec russian small 'r' changed to latin
14838: 'p' bug fix
14839:
14840: 2002-12-15 paf
14841:
14842: * src/main/untaint.C: filespec russian small 'r' changed to latin
14843: 'p'
14844:
14845: * configure.in, src/include/pa_config_auto.h.in,
14846: src/main/compile.C, src/main/pa_common.C: merged small changes
14847: from branch 6 to HEAD
14848:
14849: * src/main/compile.C: removed warning
14850:
14851: * src/main/pa_common.C: ftruncate having checked
14852:
14853: * configure.in, src/include/pa_version.h: new version
14854:
14855: 2002-12-14 paf
14856:
14857: * src/classes/table.C: removed unnecessary code
14858:
14859: * src/sql/pa_sql_driver.h: exception type fixed
14860:
14861: 2002-12-09 paf
14862:
14863: * src/types/pa_vvoid.h: $void.store[now] error
14864:
14865: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14866:
14867: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
14868: tries to write core dump
14869:
14870: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14871:
14872: * src/: classes/hash.C, classes/string.C, classes/table.C,
14873: classes/void.C, main/pa_sql_driver_manager.C,
14874: sql/pa_sql_driver.h: changed exception handling mech in sql
14875: handlers #2
14876:
14877: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
14878: exception handling mech in sql handlers
14879:
14880: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
14881: handlers
14882:
14883: * src/: classes/hash.C, classes/string.C, classes/table.C,
14884: classes/void.C, main/pa_sql_driver_manager.C,
14885: sql/pa_sql_driver.h: changed exception handling mech in sql
14886: handlers
14887:
1.101 moko 14888: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
14889: to write makefile which used libtool to install things, which is
14890: not needed
1.95 moko 14891:
14892: 2002-12-06 paf
14893:
14894: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
14895: $hash.fields -- pseudo field to make 'hash' more like 'table'
14896:
14897: 2002-12-05 paf
14898:
14899: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
14900: cc/bcc OK now
14901:
14902: * src/main/untaint.C: mail header closed properly
14903:
14904: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
14905: header ',' allowed. still bugs in smtp [only one receiptient
14906: works, cc, bcc ignored now, and MAILED ;)]
14907:
14908: [strncpy killed, memnchr used]
14909:
14910: * src/main/pa_table.C: table-copy now current=0
14911:
14912: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
14913: lowlevel proc
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: more checks on
14920: http://domain/parser.cgi start [maybe some getenv returns "",
14921: checked that now
14922:
14923: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
14924: out-of-mem errors reached log]
14925:
14926: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
14927: mail:send MIME-Version default
14928:
14929: * src/main/main.dsp: pa_version included into main.dsp
14930:
14931: 2002-12-04 paf
14932:
14933: * src/types/pa_vform.C: $form:field string value cut by premature 0
14934:
14935: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
14936: lib/libltdl -> lib/ltdl Win32 changes. s
14937:
14938: * src/classes/classes.awk: more strict *.C$
14939:
14940: * gnu.dsp: restored
14941:
1.101 moko 14942: * configure.in, gnu.dsp, src/lib/Makefile.am,
14943: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
14944: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
14945: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
14946: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
14947: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
14948: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
14949: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
14950: now created with /configure, not ltdl/configure, so it does have
14951: no problems with automake. ltdl/configure
14952: AC_OUTPUT(Makefile<<removed)
1.95 moko 14953:
14954: 2002-12-02 paf
14955:
14956: * operators.txt: removed outdated status:db
14957:
14958: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
14959: src/main/pa_common.C, src/main/pa_request.C,
14960: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
14961: tainted parts becomes http-header
14962:
14963: 2002-11-29 paf
14964:
14965: * src/classes/date.C, src/classes/image.C, operators.txt: exif
14966: dates now objects of type date
14967:
14968: * src/classes/image.C: file.seek removed [it were used in image.C
14969: only, and for parser user this means that jpeg image has bad
14970: size in fragment's header] now used image.format
14971:
14972: * src/: include/pa_common.h, main/pa_common.C,
14973: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
14974: now handled exactly like $response:header values. e.g. can be
14975: hash [can have subattributes] & contain date values.
14976:
14977: * src/main/pa_common.C: http:// param values lang forced URI
14978:
14979: * src/main/pa_common.C: http:// tainted partes now %xx
14980:
14981: 2002-11-28 paf
14982:
14983: * operators.txt: http.timeout
14984:
14985: * src/classes/image.C: ^image.length now counts interchar space.
14986: plus space after last char
14987:
14988: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
14989:
14990: * src/classes/image.C: ^image.font width measurer now scans full
14991: height [were -1]
14992:
14993: * configure.in: stopped double libltdl/Makefile generation
14994:
14995: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
14996: chars [one top horizontal line of 1pixel height were missing]
14997:
14998: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
14999: 'false' to go into (Hash *) parameter
15000:
15001: 2002-11-27 paf
15002:
15003: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15004: types/pa_vmail.C: response:body[file] if file nows it's name now
15005: returns content-disposition: >>attachment<<
15006:
15007: * src/classes/image.C: ^image.font << bad font file-size now
15008: properly reported
15009:
15010: 2002-11-26 paf
15011:
15012: * src/main/pa_request.C: fixed lang in reponse header
15013:
15014: * src/main/pa_common.C: utf8 prefix ignored @read text
15015:
15016: * operators.txt, src/main/pa_common.C: http:// response status!=200
15017: made exception: http.status with source=bad status#
15018:
15019: 2002-11-25 paf
15020:
15021: * configure.in, src/classes/image.C,
15022: src/include/pa_config_auto.h.in,
15023: src/include/pa_config_includes.h, src/main/Makefile.am,
1.101 moko 15024: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15025: const void related probs fixed
1.95 moko 15026:
15027: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15028:
15029: $file[^file::load[http://there]] $file.SERVER
15030:
15031: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15032: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15033: http options [invalid onces now reported] made default
15034: user-agent: paf
15035:
15036: * operators.txt, src/classes/file.C, src/classes/table.C,
15037: src/classes/xdoc.C, src/include/pa_common.h,
15038: src/include/pa_globals.h, src/main/pa_common.C,
15039: src/main/pa_globals.C, src/main/pa_request.C,
15040: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15041: now understand http:// prefix and additional params, sample:
15042: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15043: $.USER-AGENT[parser3] ]]
15044:
15045: 2002-11-22 paf
15046:
15047: * src/classes/image.C, src/include/pa_globals.h,
15048: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15049: src/types/pa_vimage.h, operators.txt: $image.exif support
15050: $image.exif.DateTime & co
15051:
15052: 2002-11-21 paf
15053:
15054: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15055: _PASS_APPENDED)
15056:
15057: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15058: EXIF information [were big block and it's size were considered
15059: negative :(]
15060:
15061: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15062: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15063: internals rewritten. no there's reader.seek, and all's ready for
15064: EXIF extraction [now we fail to measure files with EXIF info]
15065:
15066: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15067: O_TRUNC truncates even exclusevely write-locked file [thanks to
15068: Igor Milyakov <virtan@rotabanner.com> for discovering]
15069:
15070: 2002-11-20 paf
15071:
15072: * src/targets/cgi/parser3.C: logging @signal += query_string
15073:
15074: * configure.in, src/include/pa_config_auto.h.in,
15075: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15076: comment
15077:
15078: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15079:
15080: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15081: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15082: currently processed document SIGPIPE >> interrupts request
15083: processing [exception = DB rollback]
15084:
15085: * src/main/pa_exec.C: comment
15086:
15087: * src/main/pa_exec.C: pa_exec: data written only if size>0
15088:
15089: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15090: << disable HTTP-POST repassing
15091:
15092: * src/: include/pa_config_fixed.h, main/pa_common.C,
15093: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15094: pipe read errors now checked
15095:
15096: 2002-11-19 paf
15097:
15098: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15099: CGI: Illegal call
15100:
15101: 2002-11-01 paf
15102:
15103: * src/main/execute.C: comment
15104:
15105: 2002-10-31 paf
15106:
15107: * src/main/execute.C: found out why, checked that for now. todo:
15108: find out a way for that user could do that
15109:
15110: * src/types/pa_vstateless_object.h: object put replaces static
15111: parent if any
15112:
15113: * src/types/pa_vobject.C: object put replaces static parent if any
15114:
15115: * src/: classes/form.C, classes/mail.C, classes/op.C,
15116: classes/xnode.h, main/compile.tab.C, main/execute.C,
15117: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15118: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15119: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15120: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15121: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15122: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15123: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15124: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15125: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15126: types/pa_vstateless_object.h, types/pa_vstatus.C,
15127: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15128: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15129: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15130: types/pa_wwrapper.h: static fix merged
15131:
15132: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15133: $virtual_fields in dynamic, but one can reach derived
15134: static[class] variable from base
15135:
15136: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15137: types/pa_vobject.C, types/pa_vobject.h,
15138: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15139: statics, left $virtual_fields in dynamic
15140:
15141: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15142: one can't remember derivates in base class: there's so many of
15143: them. also there can be no virtual method calls in static
15144: classes
15145:
15146: * src/: classes/form.C, classes/mail.C, classes/op.C,
15147: classes/xnode.h, main/execute.C, main/pa_request.C,
15148: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15149: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15150: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15151: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15152: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15153: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15154: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15155: types/pa_vresponse.C, types/pa_vresponse.h,
15156: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15157: types/pa_vstateless_object.h, types/pa_vstatus.C,
15158: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15159: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15160: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15161: types/pa_wwrapper.h: static call $self fixed
15162:
15163: * src/main/execute.C: comment
15164:
15165: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15166: ^process[$caller.self]{...} now compiles to last derived object
15167: part of that 'self'
15168:
15169: 2002-10-29 paf
15170:
15171: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15172: re-passing [iis to blame]
15173:
15174: * src/classes/string.C: changed string.save to pass current sql
15175: connection to cstr thus one can ^connect[some server]{
15176: $s[insert into table x (x) values (^taint[sql]{value})]
15177: ^s.save[some.sql] } and he'd get in some.sql file code with
15178: properly escaped. [tried in mssql->mysql export->import of
15179: binary data]
15180:
15181: 2002-10-25 paf
15182:
15183: * src/types/pa_vresponse.C: case insensitive response user fields
15184: get/put
15185:
15186: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15187: types/pa_vresponse.C: saving for maybe-future
15188:
15189: 2002-10-23 paf
15190:
15191: * operators.txt, src/classes/table.C: ^table.hash{code}...
15192: ^table.hash(expr)...
15193:
15194: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15195:
15196: 2002-10-22 paf
15197:
15198: * src/types/: pa_vform.C, pa_vform.h: removed needless
15199: VForm::Append...(...Value)
15200:
15201: * src/main/execute.C: $.name outside of $name[...] checked
15202:
15203: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15204: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15205:
15206: 2002-10-21 paf
15207:
15208: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15209: $form:qtail $form:imap.x/y
15210:
15211: * operators.txt, src/types/pa_vform.C: $form:nameless =
15212: "?value&...", "...&value&...", "...&value"
15213:
15214: * operators.txt, src/types/pa_vform.C: $form:image-map
15215:
15216: * operators.txt, src/classes/file.C: /some/page.html:
15217: ^file:fullpath[a.gif] => /some/a.gif
15218:
15219: 2002-10-17 paf
15220:
15221: * src/main/: compile.tab.C, compile.y: operators precedence changed
15222: a little: logical not and bitwise negation precedence made
15223: highest, << and >> bitshits precedence made equal [were << higher
15224: than >>]
15225:
15226: * src/classes/op.C: exception handling fixed [were bad with
15227: contexts]
15228:
15229: 2002-10-16 paf
15230:
15231: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15232: main/pa_request.C: Request::self considered equal to
15233: VMethodFrame::self, and removed, Request::get_self() mapped to
15234: VMethodFrame.self()
15235:
15236: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15237: $hash in open field now gives old good error meesage
15238:
15239: 2002-10-15 paf
15240:
15241: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15242: use ^if($junction is junction){was and now true}
15243:
15244: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15245: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15246: types/pa_vxnode.C: xml->parser strings now have origin, which
15247: points to place where value left xml library and came to parser:
15248: place of dom field extraction/call
15249:
15250: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15251: main/compile.tab.C, main/compile.y, main/execute.C,
15252: types/pa_vmethod_frame.h: removed last pieces of old code
15253: allowing $junction.xxx at compile time
15254:
15255: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15256: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15257: objects also considered [were only classes]
15258:
15259: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15260: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15261: with CLASS self. [ (request&method_frame).self temporarily
15262: changed ]
15263:
15264: * src/classes/: hash.C, op.C: method_frame now always changed, with
15265: no exception to native calls. for&foreach changed to use
15266: method_frame.caller for their var's name context
15267:
15268: * src/: main/execute.C, targets/cgi/parser3.C,
15269: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15270: compiling to system classes disabled
15271:
15272: * operators.txt, src/classes/op.C:
15273: ^process[$caller.CLASS]{code-string} added
15274:
15275: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15276: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15277: src/types/Makefile.am, src/types/pa_vjunction.C,
15278: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15279: src/types/types.dsp: removed $junction.get $junction.set[]
15280: introducing $caller
15281:
15282: * src/types/pa_value.h: removed outdated comments. doxygen would
15283: find them lower by inheritance tree
15284:
15285: * src/types/pa_vjunction.C: ident
15286:
15287: 2002-10-14 paf
15288:
15289: * src/classes/op.C: process compiles to code's class class
15290:
15291: * src/: classes/form.C, classes/mail.C, classes/op.C,
15292: include/pa_request.h, main/compile.C, main/compile.tab.C,
15293: main/compile.y, main/execute.C, main/pa_request.C,
15294: types/pa_vstateless_class.h: operators now main-class-methods
15295:
15296: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15297: better stack trace [has "call" & co there]
15298:
15299: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15300: operators @auto now executed in MAIN context
15301:
15302: * src/main/execute.C: operator execution context now = MAIN, not
15303: closest stack frame
15304:
15305: @touchit[] $i[after]
15306:
15307: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15308: were 'after'
15309:
15310: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15311: 'after'
15312:
15313: * src/main/execute.C: comment
15314:
15315: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15316: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15317: action]
15318:
15319: * src/types/pa_vxnode.C: misreplace fixed
15320:
15321: * configure, configure.in, src/include/pa_config_auto.h.in,
15322: src/types/pa_vstatus.C, operators.txt:
15323: $status:rusage.tv_secs/usecs introduced
15324:
15325: 2002-10-09 paf
15326:
15327: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15328: on empty string [or uses (default)]
15329:
15330: 2002-10-08 paf
15331:
15332: * src/main/untaint.C: mail header quoted printable changed after
15333: RFC reread
15334:
15335: * operators.txt: plan on ^if(method
15336:
15337: * src/types/pa_vxnode.C: misreplace
15338:
15339: 2002-09-24 paf
15340:
1.101 moko 15341: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15342:
15343: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15344: mailreceive would compile on freebsd now
15345:
15346: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15347: configure, configure.in, src/include/pa_config_auto.h.in,
1.101 moko 15348: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15349: mailreceive would compile on freebsd now
1.95 moko 15350:
15351: * src/: classes/file.C, main/untaint.C: 1. file spec language
15352: changed: now there are only few chars are untainted: * ? ' " < >
15353: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15354: one should use ^untaint[uri]{...} now]
15355:
15356: 2. $list[^file:list[dir]] now returns simply tainted names in
15357: $list.name, not tainted as filespec
15358:
15359: @russianindex[] #dir with files with russian-lang names
15360: $where[dir]
15361:
15362: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15363: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15364:
15365: 2002-09-23 paf
15366:
15367: * src/types/pa_vdouble.h: double->int round added
15368:
15369: * src/classes/date.C: date bug fix, now
15370: round(floatDays*secondsPerDay)
15371:
15372: * src/classes/date.C: date bug fix, now
15373: round(floatDays*secondsPerDay)
15374:
15375: 2002-09-20 paf
15376:
15377: * src/main/execute.C: code junction calls disabled [before: code
15378: was compiled in such a way, that there were no code-junctions in
15379: OP_CALL]
15380:
15381: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15382:
15383: @badjunctioncallinside[code] ^code[]
15384:
15385: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15386: expanding to include ^junction.method
15387:
15388: * src/main/pa_common.C: -d "DIR/" now true
15389:
15390: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15391: as internal xdoc encoding, and after decoding attributes set by
15392: dom functions now encoded OK, not as digital entities
15393:
15394: * src/classes/xdoc.C: empty transform result, being taken as file
15395: now returns empty file, not raises stupid error about "stat-ed
15396: file"
15397:
15398: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15399: allowed
15400:
15401: * src/types/types.dsp: introducing $junction.get/put(1) one can
15402: write iterators now:
15403:
15404: ^user-foreach[key;value]{$key=$value<br>}
15405:
15406: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15407: $code.value($i*2) $code }
15408:
15409: * src/main/compile_tools.h: mistype
15410:
1.101 moko 15411: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15412: thus taking linking options configure changes into account [were:
15413: ignoring]
1.95 moko 15414:
15415: * src/types/: pa_vjunction.C, Makefile.am: introducing
15416: $junction.get/put(1) one can write iterators now:
15417:
15418: ^user-foreach[key;value]{$key=$value<br>}
15419:
15420: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15421: $code.value($i*2) $code }
15422:
15423: * src/: include/pa_opcode.h, include/pa_request.h,
15424: main/compile.tab.C, main/compile.y, main/execute.C,
15425: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15426: introducing $junction.get/put(1) one can write iterators now:
15427:
15428: ^user-foreach[key;value]{$key=$value<br>}
15429:
15430: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15431: $code.value($i*2) $code }
15432:
15433: 2002-09-19 paf
15434:
1.101 moko 15435: * Makefile.am: new: make commit
1.95 moko 15436:
15437: * aclocal.m4: forced to be older
15438:
15439: 2002-09-18 paf
15440:
15441: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
15442: src/main/compile.y, src/main/execute.C: << >> int shifts
15443:
15444: * src/: include/pa_common.h, include/pa_request.h,
15445: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
15446: - now this - fatal error
15447:
15448: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
15449: that one can pass binary data there
15450:
15451: * src/: classes/date.C, classes/double.C, classes/file.C,
15452: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15453: classes/op.C, classes/response.C, classes/string.C,
15454: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15455: include/pa_request.h: pa_request contexts made privated, plus
15456: get_{self/method_frame} to read. Request_context_saver used in
15457: ^try to save flang too. [were not saved]
15458:
15459: * src/types/pa_vresponse.C: header value chains joined before
15460: output, this should help $.subject[$var $var] from being
15461: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
15462:
15463: 2002-09-17 paf
15464:
15465: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
15466: removed changes, operators executed with calling self. lots of
15467: code with ^include code relies on defined/defining self variables
15468:
15469: $a[1] ^include[print_a.p] print_a.p: $a
15470:
15471: ^include[set_a.p] a=$a set_a.p: $a[1]
15472:
15473: * src/: classes/op.C, main/execute.C, main/pa_request.C,
15474: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
15475: types/pa_vstateless_class.h: operators now executed with MAIN
15476: self. it's for ^include sake, too strong a change
15477:
15478: * src/classes/op.C: made place for ^process to compile it's code to
15479: in case of no self
15480:
15481: * src/main/execute.C: found ancient param to Junction, removed.
15482: allowed passing self to native_code_operators [for ^process to
15483: work, she needs self]
15484:
15485: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15486: types/pa_vstateless_class.h: found ancient param to Junction,
15487: removed. allowed passing self to native_code_operators [for
15488: ^process to work, she needs self]
15489:
15490: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
15491: types/pa_value.h, types/pa_vmethod_frame.h,
15492: types/pa_vstateless_class.h: allowed Request.self to be 0,
15493: checked that in VMethodFrame get/put and $self.
15494:
15495: * src/classes/: table.C, xdoc.C: table::sql options table::create
15496: copy options options checked, wrong option now fatal error
15497:
15498: * src/main/pa_string.C: string.replace fixed [were missing words on
15499: pieces boundaries]
15500:
15501: * bin/auto.p.dist.in: strange \n
15502:
15503: * configure, configure.in: .so now detected [can be .sl on hpux,
15504: .dll on cygwin, .so in other cases)
15505:
1.101 moko 15506: * configure, configure.in, bin/auto.p.dist.in: .so now detected
15507: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 15508:
15509: * operators.txt, src/classes/hash.C, src/classes/table.C,
15510: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
15511: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
15512: record taken [were last]
15513:
15514: * src/: classes/hash.C, classes/table.C,
15515: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
15516: now errors
15517:
15518: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
15519:
15520: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
15521: ,2,3]
15522:
15523: 2002-09-16 paf
15524:
15525: * src/classes/file.C: file::cgi line ends can be both unix & dos.
15526: and they can be unix [\n\n] on win when 'use CGI' used, it causes
15527: stdout to be binary. now detected closest header break.
15528:
15529: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
15530: closed right
15531:
15532: 2002-09-13 paf
15533:
15534: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
15535: src/main/compile_tools.h: (expression #comment)
15536:
15537: (multiline expression #comment line2 #comment )
15538:
15539: (expression #comment with (brackets) comment) << OK
15540:
15541: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
15542: bitwise !|| numerical xor now [preparing for expression
15543: #comments]
15544:
15545: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
15546: error
15547:
15548: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
15549: cheched in pa_socks.C
15550:
1.101 moko 15551: * configure, configure.in, src/include/pa_config_auto.h.in:
15552: HAVE_WINSOCK_H created in configure.in
1.95 moko 15553:
15554: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
15555: cookie date now clean [were mistakenly tainted & that worked bad
15556: with opera -- 'happily' that worked OK with msie]
15557:
15558: 2002-09-12 paf
15559:
15560: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
15561: VClass get_element now first looks to fields, next to methods &
15562: co todo: the rest reason: more speed
15563:
15564: * src/main/untaint.C: quoted printable encoding stops before
15565: \s*<...>$
15566:
15567: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
15568: stops before <...>$
15569:
15570: 2002-09-11 paf
15571:
15572: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
15573: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
15574: forgot to check users of those funcs. not all were using that
15575: return value convention
15576:
15577: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
15578: windows-1254 added
15579:
15580: 2002-09-10 paf
15581:
15582: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
15583: VCodeFrame parent param were specified badly
15584:
15585: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
15586: WWrapper which used in constructing objects(second param to sql
15587: method) ^...sql{}[$.default{code}] now has parent, wich helps
15588: code in hash to survivi
15589:
15590: * src/: include/pa_request.h, main/execute.C: removed redundant
15591: param to execute [stack said 'thanks']
15592:
15593: * src/: classes/op.C, main/execute.C, types/pa_value.C,
15594: types/pa_value.h, types/pa_vcode_frame.h,
15595: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15596: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
15597: responsibility to wcontext
15598:
15599: * src/classes/file.C: decided not to log exec's with stderr, that
15600: could be warnings, and it's up to scritper to log/show them
15601:
15602: * src/: classes/double.C, main/execute.C: double:sql badly called
15603: write_assign_lang, not write_no_lang, thus doing unnecessary
15604: double/string converstion, which were loosing time&precesion
15605:
15606: * src/: main/pa_charset.C, types/pa_vmail.C:
15607: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
15608: case of unfinished in buffer processing, causing accidental
15609: transcode stop [in case that source enc != utf-8 & there is
15610: incomplete utf-8 sequence at the end of 16000block iside of
15611: libxml lib] tfm readed & code updated
15612:
15613: 2002-09-04 paf
15614:
15615: * configure: makes with sjlj
15616:
15617: * INSTALL, src/include/pa_config_fixed.h,
15618: src/include/pa_sql_connection.h,
15619: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
15620: checked. on win32 it made default
15621:
15622: * src/include/pa_config_auto.h.in: sjlj define
15623:
15624: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
15625: can not work with longjump/throw pair, and one must switch that
15626: on there. todo: detect that automatically]
15627:
15628: * src/types/pa_vxnode.C: removed too strong checks of
15629: xnode.elements. now, for instance, if element does not have any
15630: attributes, $xnode.attributes is void, not error
15631:
15632: 2002-09-02 paf
15633:
15634: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
15635: removed double_result, didn't help
15636:
15637: * src/main/execute.C: double_result made to move that var away from
15638: hungry g++ optimizer (-O2), before: it were optimized and
15639: comparison operators worked badly
15640:
15641: * src/types/pa_vdate.h: removed debug
15642:
1.101 moko 15643: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 15644:
15645: * src/main/execute.C: fixed numeric < & co so that thay now use
15646: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
15647: unknown reason.
15648:
15649: 2002-08-29 paf
15650:
15651: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
15652: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
15653: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
15654: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
15655: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
15656: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
15657: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
15658: [called less frequent, allowed to remove ugly
15659: Junction.change_context-s from many places, switch,
15660: mail:send..html{}, ..] request.root renamed to method_frame [more
15661: easyreading] ancient {...PUSH/POPs...} changed to stack vars
15662: [speed up]
15663:
15664: 2002-08-28 paf
15665:
15666: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
15667: tainted
15668:
15669: * src/types/pa_vcookie.C: fixed cookie delete when
15670: $cookie:name[$.value[]]
15671:
15672: * operators.txt, src/classes/string.C:
15673: ^string.split[delim[;options]]
15674:
15675: 2002-08-27 paf
15676:
1.101 moko 15677: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 15678:
15679: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
15680: delimiter
15681:
15682: * INSTALL: recommended latest gmime 1.0.5
15683:
15684: 2002-08-26 paf
15685:
15686: * configure, configure.in: apache13/hook added to make dist.
15687:
15688: 2002-08-23 paf
15689:
15690: * src/: include/pa_common.h, main/pa_common.C,
15691: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
15692: beside binary [cgi, isapi] not accessible [due to bad rights or
15693: whatever] it's error now
15694:
15695: 2002-08-21 paf
15696:
1.101 moko 15697: * Makefile.am: can use: make happy equals to make update install
1.95 moko 15698:
15699: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15700: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
15701: class". compiled as if here they named base class
15702:
15703: * src/main/pa_string.C: fixed bad language bug, [were wrong string
15704: cloning constructor]
15705:
15706: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
15707:
15708: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
15709: src/types/pa_vfile.C, src/types/pa_vmail.C:
15710: $mail.received.file.value.content-type fixed
15711:
15712: 2002-08-20 paf
15713:
15714: * src/classes/file.C: fixed language of file:file result
15715:
15716: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
15717: from 3.0.0005
15718:
15719: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
15720:
15721: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
15722: 3.0.0005
15723:
15724: * src/classes/void.C, operators.txt: ^void.length[] = 0
15725:
15726: 2002-08-19 paf
15727:
15728: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
15729: work now
15730:
15731: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
15732: error in xnode, which were not catched in xdoc]
15733:
15734: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
15735: prepared: // validate each document after load/create (?)
15736: //xmlDoValidityCheckingDefaultValue = 1;
15737:
15738: 2002-08-15 paf
15739:
15740: * src/classes/classes.h: write to static var caused useless
15741: Exception, introduced Methoded::put_element wich consumes those
15742:
15743: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
15744: src/types/pa_vcookie.C, src/types/pa_vdate.h,
15745: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
15746: $response:field[date] $response:field[$.xxx[date]]
15747:
15748: * src/: classes/hash.C, classes/string.C, classes/table.C,
15749: classes/void.C, include/pa_sql_connection.h: fixed source of
15750: ^hash::sql{bad}
15751:
15752: * operators.txt: $request:body unprecessed POST request body
15753:
15754: * src/types/pa_vrequest.C: $request:body unprecessed POST request
15755:
15756: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
15757: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
15758:
15759: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
15760: src/include/pa_request.h, src/main/pa_pool.C,
15761: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
15762: $request:body r.post_data now const
15763:
15764: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
15765: classes/xnode.C, main/execute.C, types/pa_value.h,
15766: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
15767: types/pa_vtable.h: instead of type() checking everywhere used
15768: Value.as now user descendants can be used in params.
15769:
15770: VObject::as_*, is_defined now taken from bases. xtable(table)
15771: ^if($xtable) now OK
15772:
15773: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
15774: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
15775: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
15776:
15777: 2002-08-14 paf
15778:
15779: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
15780: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15781: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15782: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15783: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15784: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15785: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15786: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15787: types/pa_vresponse.C, types/pa_vresponse.h,
15788: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15789: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15790: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15791: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15792: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
15793: & VClass
15794:
15795: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
15796:
15797: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
15798: removed fixopt stupidity. on stupid linux use cd /document/root
15799: ../cgi/parser3 script
15800:
15801: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
15802: params, splitting them by space, excluding argv[0], argv[argc-1]
15803:
15804: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
15805: fixopt.h: fixopt now preprocesses command line params, splitting
15806: them by space, excluding argv[0], argv[argc-1]
15807:
15808: * src/targets/cgi/parser3.C: -f config file
15809:
15810: * src/targets/cgi/parser3.C: fixed .log file dir
15811:
15812: 2002-08-13 paf
15813:
15814: * src/types/pa_vobject.C: allow override parent variables, useful
15815: for form descendants [in vobject too, were in vclass]
15816:
15817: * src/types/pa_vclass.C: allow override parent variables, useful
15818: for form descendants
15819:
15820: * src/types/pa_vclass.C: checked: form[vclass]fields can be
15821: overwritten in derived(table)
15822:
15823: * src/: classes/form.C, classes/mail.C, classes/op.C,
15824: classes/xnode.h, include/pa_request.h, main/execute.C,
15825: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15826: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15827: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15828: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15829: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15830: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15831: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15832: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15833: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15834: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15835: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15836: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15837: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
15838: Value::get_element(..., bool looking_down) [needed to exclude
15839: endless recoursion]
15840:
15841: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
15842: fix bug with put endless recoursion todo: check 'as'
15843:
15844: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
15845: reorganized modules todo: fix bug with put endless recoursion
15846: todo: check 'as'
15847:
15848: * src/types/pa_vobject.h: checked: table fields can be overwritten
15849: in derived(table)
15850:
15851: * src/types/pa_vobject.h: derived classes can have fields of their
15852: own now
15853:
15854: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
15855: fixed error message on using non-created table
15856:
15857: * src/: classes/form.C, classes/hash.C, classes/mail.C,
15858: classes/op.C, classes/xnode.h, include/pa_request.h,
15859: main/compile.C, main/compile.tab.C, main/execute.C,
15860: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15861: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15862: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15863: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15864: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
15865: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15866: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15867: types/pa_vresponse.C, types/pa_vresponse.h,
15868: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15869: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15870: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15871: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15872: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
15873: looking down/up tree todo: fix error message on non-constructed
15874: parents
15875:
15876: 2002-08-12 paf
15877:
15878: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
15879: derived OK
15880:
15881: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
15882: thorough testing
15883:
15884: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
15885: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15886: types/pa_vobject.h, types/pa_vstateless_class.h,
15887: types/pa_vstateless_object.h, types/pa_wcontext.h,
15888: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
15889: ^base:create[] dynamic call rewritten todo: thorough testing
15890:
15891: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
15892: now instantates base class, remembers it and saves child in
15893: parent VObject.get_class now returns last child = downward
15894: virtual calls OK
15895:
15896: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15897: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15898: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
15899: types/pa_vobject.h, types/pa_vresponse.h,
15900: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15901: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
15902: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
15903: VAliased [redundant], moved $CLASS to VObject only [parser class
15904: instance]
15905:
15906: * bin/auto.p.dist.in: more like in dist on parser.ru
15907:
15908: * bin/auto.p.dist.in: fixed sendmail default comment
15909:
15910: * src/main/pa_request.C: $response:body[file] content-type check
15911: fixed [were bad when content-type is hash]
15912:
15913: 2002-08-09 paf
15914:
15915: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15916: types/pa_vobject.h, types/pa_vxdoc.h: started as()
15917:
15918: 2002-08-08 paf
15919:
15920: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
15921: src/main/pa_globals.C: year column in month calendar [week year]
15922:
15923: * src/main/execute.C: error reporting on object writes to MAIN
15924: improved [were ruind with fixing $obj[^if(1){$obj}] ]
15925:
15926: * operators.txt, src/types/pa_vdate.h: $date.yearday
15927: $date.daylightsaving
15928:
15929: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
15930: use tainted data now. only she must specify the language.
15931:
15932: ^mail:send[ $.from[paf@mail.design.ru]
15933: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
15934: $.text[^taint[uri][ìîñêâà]=] ]
15935:
15936: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
15937: now prints more precise origin
15938:
15939: * src/include/pa_string.h: String::first_char now not fails on
15940: empty strings ^if(-f '') now ok and in 3 other places.
15941:
15942: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
15943: String::first_char now not fails on empty strings ^if(-f '') now
15944: ok and in 3 other places.
15945:
15946: 2002-08-07 paf
15947:
15948: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
15949: fixed
15950:
15951: * src/main/pa_string.C: ^string.mid(0;bad) fixed
15952:
15953: * src/: main/execute.C, types/pa_vcode_frame.h,
15954: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15955: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
15956: mistakenly not completely transparent to object writes.
15957: $hash[^if(1){$hash}] now works
15958:
15959: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
15960: now erasing cache file [there were bad check on that]
15961:
15962: * src/: classes/classes.dsp, classes/table.C,
15963: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
15964: all Debug dirs in .dsp now named 'Debug'
15965:
1.101 moko 15966: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 15967:
15968: * operators.txt, src/classes/mail.C: exception_type email.send
15969:
15970: * operators.txt, src/types/pa_vmail.C: exception_type email.format
15971:
15972: * src/types/pa_vmail.C: mail:send empty email checked
15973:
15974: 2002-08-06 paf
15975:
15976: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15977: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
15978: ^table::create[$source;$.options] ^table::join[$source;$.options]
15979:
15980: * operators.txt, src/classes/hash.C, src/classes/string.C,
15981: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
15982: # $.default() }
15983:
15984: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
15985:
15986: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15987: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
15988: $file.content-type [instead of .mime-type] now works for
15989: file::stat also
15990:
15991: * src/main/pa_request.C: case insensitive mime_type_of
15992:
15993: * bin/auto.p.dist.in: jpeg
15994:
15995: 2002-08-05 paf
15996:
15997: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
15998:
15999: * src/types/pa_vmail.C: file buffer relocated to parser heap
16000:
16001: * operators.txt: comment on date:calendar week column
16002:
16003: * src/main/pa_common.C: write checked
16004:
16005: * src/main/: pa_common.C: write checked
16006:
16007: * src/classes/date.C: +1 buf size for stupid snprintfs
16008:
16009: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16010: month calendar week column [ISO 8601 Week Numbers]
16011:
16012: 2002-08-02 paf
16013:
16014: * src/: include/pa_config_fixed.h, main/pa_string.C,
16015: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16016: DEBUG*
16017:
16018: * configure, configure.in, src/include/pa_version.h: release
16019: 3_0_0005
16020:
16021: * bin/auto.p.dist.in: unhandled_exception comments
16022:
16023: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16024: multipart post fixed
16025:
16026: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16027: response transcoded source->client only when text/* or simple
16028: onoverridden $response:body
16029:
16030: 2002-08-01 paf
16031:
16032: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16033: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16034: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16035: classes/op.C, classes/response.C, classes/string.C,
16036: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16037: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16038: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16039: include/pa_config_fixed.h, include/pa_dictionary.h,
16040: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16041: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16042: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16043: include/pa_socks.h, include/pa_sql_connection.h,
16044: include/pa_sql_driver_manager.h, include/pa_stack.h,
16045: include/pa_string.h, include/pa_stylesheet_connection.h,
16046: include/pa_stylesheet_manager.h, include/pa_table.h,
16047: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16048: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16049: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16050: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16051: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16052: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16053: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16054: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16055: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16056: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16057: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16058: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16059: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16060: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16061: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16062: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16063: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16064: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16065: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16066: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16067: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16068: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16069: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16070: types/pa_vmethod_frame.h, types/pa_vobject.h,
16071: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16072: types/pa_vresponse.h, types/pa_vstateless_class.C,
16073: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16074: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16075: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16076: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16077: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16078: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
16079:
16080: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16081: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16082: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16083: classes/math.C, classes/op.C, classes/response.C,
16084: classes/string.C, classes/table.C, classes/void.C,
16085: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16086: include/pa_array.h, include/pa_cache_managers.h,
16087: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16088: include/pa_config_fixed.h, include/pa_config_includes.h,
16089: include/pa_dictionary.h, include/pa_dir.h,
16090: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16091: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16092: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16093: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16094: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16095: include/pa_stack.h, include/pa_string.h,
16096: include/pa_stylesheet_connection.h,
16097: include/pa_stylesheet_manager.h, include/pa_table.h,
16098: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16099: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16100: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16101: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16102: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16103: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16104: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16105: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16106: main/pa_sql_driver_manager.C, main/pa_string.C,
16107: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16108: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16109: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16110: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16111: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16112: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16113: targets/isapi/pool_storage.h, types/pa_valiased.C,
16114: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16115: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16116: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16117: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16118: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16119: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16120: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16121: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16122: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16123: types/pa_vresponse.C, types/pa_vresponse.h,
16124: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16125: types/pa_vstateless_object.h, types/pa_vstatus.C,
16126: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16127: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16128: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16129: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16130: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16131: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16132: types/Makefile.am: ident.C* removed
16133:
16134: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16135: file:find[/can/do/this/now.txt]
16136:
16137: * src/targets/cgi/parser3.C: usage to stdout now
16138:
16139: 2002-07-31 paf
16140:
16141: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16142:
16143: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16144: default "postmaster"
16145:
16146: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16147: -f postmaster now default sendmail key word "postmaster"
16148: replaced to $.from
16149:
16150: 2002-07-30 paf
16151:
1.101 moko 16152: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16153: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16154:
16155: * src/main/pa_charset.C: comment
16156:
16157: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16158: table, &#decimal;
16159:
16160: * src/main/pa_request.C: comment
16161:
16162: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16163: paragraf]
16164:
16165: 2002-07-11 paf
16166:
16167: * src/main/pa_exec.C: build command line badly added params twice
16168: [and first time without ' ']. double wrong. fixed.
16169:
16170: * src/main/pa_exec.C: invalid .exe caused error message with params
16171: wich parser did not provide = reported badly. fixed that.
16172:
16173: * src/classes/mail.C: $MAIL[ # xxx ]
16174:
16175: now ok
16176:
16177: * operators.txt: plan: sql detailed exception
16178:
16179: 2002-07-01 paf
16180:
16181: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16182: [MForm.configure_admin were called when request.main_class ==0
16183:
16184: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16185:
16186: * src/classes/form.C: content_length type fix
16187:
16188: 2002-06-30 paf
16189:
16190: * src/classes/mail.C: merged from 4
16191:
16192: * src/classes/mail.C: restored $MAIL
16193:
16194: 2002-06-28 paf
16195:
16196: * configure, configure.in: removed paths.h
16197:
1.101 moko 16198: * configure, src/include/pa_version.h,
1.95 moko 16199: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16200: merged, makes updated
16201:
16202: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16203: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16204: src/include/pa_pool.h, src/include/pa_version.h,
16205: src/main/pa_charset.C, src/main/pa_pool.C,
16206: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16207: src/types/pa_vmail.C: merged latest updates to head
16208:
16209: 2002-06-27 paf
16210:
16211: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16212: not error now
16213:
16214: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16215: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16216: src/main/pa_charset.C, src/main/pa_pool.C:
16217: ^xdoc::create[[uri]]... base uri for document being created,
16218: imports and other relative file names would be relative to this
16219: uri default uri=path_translated
16220:
16221: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16222:
16223: 2002-06-26 paf
16224:
16225: * configure, configure.in, src/include/pa_version.h:
16226: release_3_0_0004
16227:
16228: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16229: 0 now
16230:
16231: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16232:
16233: 2002-06-25 paf
16234:
16235: * src/main/pa_string.C: emtpy string, or string of whitespaces
16236: considered bad number now
16237:
16238: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16239: now
16240:
16241: * operators.txt, src/classes/string.C: ^string.normalize [old
16242: name: optimize
16243:
16244: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16245: library configured
16246:
16247: * src/main/pa_request.C: configure_admin forced if no @conf
16248:
16249: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16250: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16251: when needed and to call system crypt() if not $apr1$ prefix
16252:
16253: 2002-06-24 paf
16254:
16255: * INSTALL: --with-static/shared-mailreceive described
16256:
16257: * src/include/pa_config_fixed.h: ssize_t fixed
16258:
1.101 moko 16259: * configure, configure.in, src/include/pa_config_auto.h.in,
16260: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16261: src/types/pa_vmail.C: $mail:received makes update
16262:
16263: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16264: WITH_MAILRECEIVE
16265:
16266: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16267:
16268: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16269: option, for $mail:receive
16270:
16271: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16272: introducting $message:received ^mail:send rewritten with backward
16273: comp
16274:
16275: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16276: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16277: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16278: now
16279:
16280: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16281: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16282: src/include/pa_request.h, src/include/pa_string.h,
16283: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16284: src/main/pa_globals.C, src/main/pa_request.C,
16285: src/main/pa_string.C, src/main/pa_uue.C,
16286: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16287: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16288: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16289: uue to separate file introducting $message:received ^mail:send
16290: rewritten with backward comp
16291:
16292: 2002-06-21 paf
16293:
1.101 moko 16294: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16295: co changes
1.95 moko 16296:
1.101 moko 16297: * configure, configure.in, src/lib/md5/Makefile.am,
16298: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16299: restructure .in and .am files appropriate changes
1.95 moko 16300:
16301: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16302: pcre to libs/ added libs/md5 which is linked to non-apache
16303: targets ^math:crypt[password;$apr1$salt]
16304:
16305: * INSTALL, configure.in, operators.txt, parser3.dsw,
16306: src/Makefile.am, src/classes/Makefile.am,
16307: src/classes/classes.dsp, src/classes/math.C,
16308: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101 moko 16309: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16310: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16311: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16312: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16313: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16314: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16315: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16316: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16317: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16318: src/lib/pcre/pcre_parser_ctype.dsp,
16319: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16320: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16321: src/main/compile.tab.C, src/main/main.dsp,
16322: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16323: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16324: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16325: to libs/ added libs/md5 which is linked to non-apache targets
16326: ^math:crypt[password;$apr1$salt]
16327:
16328: 2002-06-20 paf
16329:
16330: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101 moko 16331: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16332: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16333: src/include/pa_request.h, src/main/execute.C,
16334: src/main/pa_request.C, src/targets/cgi/parser3.C,
16335: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16336: marged latest HEAD updates, mainly file:justname&co &
16337: @auto/conf[filespec
16338:
16339: * operators.txt, src/classes/file.C:
16340: !^file:dirname[/a/some.tar.gz]=/a
16341: !^file:dirname[/a/b/]=/a
16342: !^file:basename[/a/some.tar.gz]=some.tar.gz
16343: !^file:justname[/a/some.tar.gz]=some.tar
16344: !^file:justext[/a/some.tar.gz]=gz
16345:
16346: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16347: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16348: @conf/auto[filespec]
16349:
16350: * bin/auto.p.dist.in: <noindex>
16351:
1.101 moko 16352: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16353:
16354: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16355: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16356: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16357: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16358:
16359: 2002-06-18 paf
16360:
16361: * configure, configure.in, src/include/pa_version.h: version to
16362: configure.in
16363:
16364: * INSTALL: reflected .conf.dist dir change
16365:
1.101 moko 16366: * Makefile.am, configure, configure.in, bin/Makefile.am,
16367: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16368: .in & *.am updated
16369:
16370: * src/classes/file.C: strncasecmp
16371:
16372: * src/classes/file.C: strcasecmp
16373:
1.101 moko 16374: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16375: from etc
1.95 moko 16376:
16377: * src/classes/file.C: ^file::exec[script;$.bad error case
16378: insensitive check now
16379:
16380: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16381:
16382: * configure, configure.in, src/include/pa_pool.h,
16383: src/include/pa_types.h: pack configure.in detection simplified.
16384: figured out that gcc on sparc not that stupid as thought
16385: previously: on sparc: when it sees packed class it modifies it's
16386: field-access-code to byte operations [stb, ldub] instead of 4byte
16387: operations [st, lduh] so packed must be all parts of packed
16388: class, i.e. it's parents&fields(classes). for now it's only
16389: String that packed and what was wrong is that it's parent -
16390: Pooled, were not packed. fixed that.
16391:
16392: 2002-06-14 paf
16393:
16394: * operators.txt: more precise xml-to-text options
16395:
16396: * operators.txt, src/types/pa_vxnode.C: xnode
16397: attribute_node.name/value xnode pi.node.data
16398:
16399: 2002-06-12 paf
16400:
1.101 moko 16401: * configure, configure.in, src/targets/cgi/Makefile.am,
16402: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16403:
16404: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16405: src/include/pa_globals.h, src/include/pa_request.h,
16406: src/main/compile.tab.C, src/main/pa_globals.C,
16407: src/main/pa_request.C, src/targets/cgi/parser3.C,
16408: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16409:
16410: * src/classes/mail.C: sendmail -ti [default now]
16411:
16412: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16413: to be strings. for convinient #ing
16414:
16415: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16416: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16417:
16418: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16419: main/pa_globals.C, main/pa_request.C: @conf
16420:
16421: 2002-06-11 paf
16422:
16423: * src/classes/file.C: check simplified
16424:
16425: * src/: classes/file.C, targets/cgi/parser3.dsp,
16426: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16427: valid prefix
16428:
16429: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16430: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16431: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16432:
16433: 2002-06-10 paf
16434:
16435: * operators.txt, src/classes/op.C, src/include/pa_common.h,
16436: src/main/pa_common.C: lock failures reported now
16437:
16438: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
16439: string->double @ compile time were not-enough-checking...
16440:
16441: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
16442: autoconvert now ignored
16443:
16444: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
16445: check
16446:
16447: * src/classes/mail.C: mail netscape attachment name fixed. todo:
16448: $response:body content-type:name
16449:
16450: * configure, configure.in: hpux check, nsl link, no socket
16451:
16452: * operators.txt: old merge conflict removed
16453:
16454: * configure, configure.in: pack even address access on sparc&co
16455: arch checked in configure
16456:
16457: * configure, src/include/pa_version.h: makes
16458:
16459: * configure, configure.in, src/include/pa_version.h: makes
16460:
16461: * src/main/untaint.C: (bug#2) mail subject got always prepended
16462: with charset even when all letters were 7bit one
16463:
16464: * src/main/pa_common.C: merged fixed -d (bug)
16465:
16466: * src/main/pa_common.C: fixed -d (bug)
16467:
16468: 2002-06-03 paf
16469:
16470: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
16471: src/classes/classes.dsp, src/main/compile.tab.C,
16472: src/main/main.dsp, src/main/pa_globals.C,
16473: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16474: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
16475: .dsp-s along with reorganized cvs modules dirs structure
16476:
16477: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16478: main/pa_globals.C, targets/cgi/parser3.dsp,
16479: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
16480: modules
16481:
16482: 2002-05-28 paf
16483:
16484: * src/targets/cgi/parser3.C: info.uri now ""
16485:
16486: 2002-05-17 paf
16487:
16488: * src/classes/: table.C: ^table.save << checked empty
16489: pre/match/post columns
16490:
16491: 2002-05-16 paf
16492:
16493: * src/classes/image.C: image::measure can png now
16494:
16495: 2002-05-15 paf
16496:
16497: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
16498: added
16499:
16500: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
16501:
16502: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
16503: %H[:%M[:%S]]]]]] [-%m now
16504:
16505: 2002-05-14 paf
16506:
16507: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
16508:
16509: 2002-05-07 paf
16510:
16511: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
16512: src/include/pa_globals.h, src/include/pa_request.h,
16513: src/include/pa_table.h, src/main/compile.tab.C,
16514: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
16515: src/main/pa_request.C, src/main/pa_table.C,
16516: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
16517: src/targets/isapi/parser3isapi.dsp,
16518: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
16519: name2number field now &. main_method_name now on Request pool
16520: rather on global_pool [Junction+VJunction created on same pool as
16521: name = were created on global pool, causing mem leaks]
16522:
16523: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
16524: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
16525: main/compile.y, main/main.dsp, main/pa_globals.C,
16526: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
16527: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16528: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
16529: field now &. main_method_name now on Request pool rather on
16530: global_pool [Junction+VJunction created on same pool as name =
16531: were created on global pool, causing mem leaks]
16532:
16533: 2002-05-06 paf
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: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16540: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16541: 100*40 bytes per request memory leak [nonpool malloc in globals]
16542:
16543: 2002-04-30 paf
16544:
16545: * configure, src/include/pa_version.h: version now not b
16546:
16547: * src/targets/cgi/parser3.C: request.uri now never 0
16548:
16549: 2002-04-29 paf
16550:
16551: * configure.in: removed b
16552:
16553: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
16554: Exception::comment/type checked in (), no there's no empty
16555: type/comment by default
16556:
16557: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
16558: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
16559: src/doc/value.dox, src/include/pa_exception.h,
16560: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
16561: 0001
16562:
16563: 2002-04-26 paf
16564:
16565: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
16566: size reduced
16567:
16568: 2002-04-25 paf
16569:
16570: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
16571: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
16572: now that took into account
16573:
16574: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
16575: 01:03:04]
16576:
16577: * ChangeLog, operators.txt, src/classes/date.C:
16578: ^date::create[2002-12-33 01:03:04]
16579:
16580: * ChangeLog: updated changelog
16581:
16582: * src/classes/table.C: removed restriction on column count to
16583: ^table.hash to work, now must be >0 [were >1]
16584:
16585: 2002-04-24 paf
16586:
16587: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16588: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16589: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
16590: targets
16591:
16592: 2002-04-23 paf
16593:
16594: * operators.txt, src/classes/string.C:
16595: int/double/string:sql{}[$.default{code}] fixed [were barking:
16596: "junction used outside of context"]
16597:
16598: 2002-04-22 paf
16599:
16600: * types.txt, src/classes/string.C, src/include/pa_string.h,
16601: src/main/pa_string.C, src/types/pa_vstring.C,
16602: src/types/pa_vstring.h: ^string.optimize[]
16603:
16604: * src/: include/pa_globals.h, include/pa_table.h,
16605: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
16606: table template
16607:
16608: * src/classes/: string.C: optimize removed from string
16609: .left/right/pos
16610:
16611: * src/main/execute.C: rolled back to
16612: before_killing_userjunction_contexts
16613:
16614: * src/main/execute.C: user junctions context killed
16615:
16616: * src/main/execute.C: junctions to local contexts got
16617: cleanized&checked later
16618:
16619: 2002-04-19 paf
16620:
16621: * src/: classes/string.C, include/pa_request.h,
16622: include/pa_string.h, main/pa_request.C, main/pa_string.C,
16623: types/pa_vstring.C, types/pa_vstring.h: string now optimized
16624: prior to .left .right .mid .pos .match when that is profitable,
16625: and always before .replace when $ORIGINS(1) optimization disabled
16626: economy from not wasting mem on lots of strings which occur by
16627: lots of String:mid calls to get parts of source string between
16628: found_occurances
16629:
16630: * src/classes/file.C: ovector now local economy: 16 bytes per
16631: ^file:list
16632:
16633: * src/: include/pa_globals.h, include/pa_table.h,
16634: main/pa_globals.C, main/pa_string.C: String::match table columns
16635: globalized, not created @ each ^match anymore economy:
16636: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
16637:
16638: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
16639: removed from each String::match replace iteration, and made
16640: stacked sizeof(VTable)=12bytes economy on each replace code
16641:
16642: * src/doc/footer.htm: 2001,
16643:
16644: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
16645: string.match[]['] option enables generation of $match.prematch
16646: .match .postmatch columns
16647:
16648: * src/main/pa_string.C: String::match options analized without
16649: cstr-ing them now
16650:
16651: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
16652: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
16653: config updated to doxygen 1.2.15, created helper which fixes
16654: minor bugs in chm project files & htm tree. changed extension to
16655: .htm
16656:
16657: 2002-04-18 paf
16658:
16659: * src/doc/doxygen.cfg: .chi generation disabled
16660:
16661: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
16662: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
16663: fields&methods
16664:
16665: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
16666: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
16667: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
16668: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
16669: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
16670: types/pa_vresponse.h, types/pa_vstateless_class.h,
16671: types/pa_vstateless_object.h, types/pa_vstatus.h,
16672: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
16673: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
16674: VStateless_class to VObject
16675:
16676: * src/: main/pa_request.C, types/pa_valiased.h,
16677: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16678: types/pa_vstring.h: VStateless_string_object speicalized light
16679: version of VStateless_object
16680:
16681: * src/classes/op.C: ^throw comment param made optional
16682:
16683: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
16684: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
16685: and implemented down in VClass, fclass_alias removed,
16686:
16687: * src/types/pa_value.C: forced to cut that from .h because of
16688: VStateless_class usage [undefined in .h]
16689:
16690: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16691: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16692: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
16693: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
16694: on each CALL]
16695:
16696: * src/: classes/classes.h, classes/date.C, classes/double.C,
16697: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
16698: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
16699: classes/response.C, classes/string.C, classes/table.C,
16700: classes/void.C, classes/xnode.C, include/pa_globals.h,
16701: include/pa_request.h, main/execute.C, main/pa_globals.C,
16702: main/pa_request.C, types/Makefile.am, types/pa_value.h,
16703: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
16704: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16705: types/pa_vstateless_class.h, types/pa_wcontext.C,
16706: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
16707: removed Value::fname
16708:
16709: 2002-04-17 paf
16710:
16711: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
16712: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
16713: doc/pooled.dox, doc/string.dox, doc/targets.dox,
16714: include/pa_pool.h, include/pa_types.h: dox updated to current
16715: state, PTHROW freshen to throw & co
16716:
16717: * src/types/pa_vhash.h: vstring wrong parent fixed
16718:
16719: * src/classes/op.C: taint local result var bug fixed
16720:
16721: 2002-04-16 paf
16722:
16723: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
16724: Attic asm.txt as most interesting
16725:
16726: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
16727: check, preventing content-length: 0 from appearing
16728:
16729: * src/main/execute.C: $result in @main now taken into account as in
16730: usual functions
16731:
16732: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
16733: & @unhandled_exception now taken into account as in usual
16734: functions
16735:
16736: * src/doc/postbuild.txt: instructions on post .html build
16737:
16738: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
16739:
16740: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
16741: tainted
16742:
16743: * src/main/pa_request.C: uri in error log
16744:
16745: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
16746: cheched date:create(days) param for validity [later were assumed
16747: valid and crashed on invalid onces]
16748:
16749: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16750: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
16751: and used that for removing VString wrapper
16752:
16753: * src/classes/op.C: exception2vhash file now tainted
16754:
16755: * src/classes/op.C: _process pseudo origin copied from local var to
16756: heap
16757:
16758: * src/classes/op.C: extra check on empty file in origin in _execute
16759:
16760: 2002-04-15 paf
16761:
16762: * src/: main/execute.C, types/pa_value.h: fixed name update
16763:
16764: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
16765: functions
16766:
16767: * src/: classes/file.C, classes/hash.C, classes/op.C,
16768: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
16769: started dual write_xxx_lang functions, if checked & works
16770:
16771: * src/: classes/date.C, classes/file.C, classes/mail.C,
16772: classes/string.C, classes/xnode.C, include/pa_request.h,
16773: types/pa_value.h, types/pa_wcontext.h: removed absolutely
16774: unnecessary VString shells
16775:
16776: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
16777: prev changes]
16778:
16779: * src/: classes/image.C, classes/op.C, classes/string.C,
16780: classes/table.C, include/pa_request.h, main/execute.C,
16781: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
16782: StringOrValue wcontext result, now ready for dual writes
16783:
16784: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
16785: checked that
16786:
16787: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16788: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
16789: changed to OP_WRITE_VALUE in var get cases
16790:
16791: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
16792: include/pa_request.h, main/compile.tab.C, main/compile.y,
16793: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16794: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
16795: switch in hash constructor fixed [were problems with using of
16796: stacked wwrapper after it's death]
16797:
16798: 2002-04-12 paf
16799:
16800: * operators.txt, src/classes/table.C: table.select(expression) 0
16801:
16802: 2002-04-11 paf
16803:
16804: * src/: classes/string.C, include/pa_request.h, main/execute.C:
16805: Request::process_internal codeFrame & wwrapper stacked [not
16806: wasting heap anymore]
16807:
16808: 2002-04-10 paf
16809:
16810: * src/: classes/double.C, classes/file.C, classes/hash.C,
16811: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
16812: classes/string.C, classes/table.C, classes/void.C,
16813: classes/xdoc.C, include/pa_request.h, main/execute.C,
16814: main/pa_string.C: killed Request::process() wrapping
16815: VString(String) in case we need only String
16816:
16817: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16818: killed 8 bytes from String.head
16819:
16820: 2002-04-09 paf
16821:
16822: * src/: main/compile.tab.C, targets/cgi/parser3.C,
16823: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
16824: local*/char b[...]; a=b; situations
16825:
16826: * operators.txt, src/classes/xdoc.C: xslt params made literal
16827:
16828: * src/classes/xdoc.C: xslt params fixed
16829:
16830: * src/: main/pa_common.C, targets/cgi/parser3.C,
16831: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
16832: not pool.malloc(MAX_NUMBER) but really neaded
16833:
16834: * operators.txt, src/classes/double.C, src/classes/int.C:
16835: int/double.int/double(default)
16836:
16837: 2002-04-04 paf
16838:
16839: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
16840: [when reconstructing pieces were split by
16841: max_integral(piece.size), thus some strings to replace happen to
16842: be split into two = not replaced)
16843:
16844: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
16845: standalone version = current dir
16846:
16847: * src/targets/cgi/parser3.C: document root in standalone version =
16848: current dir
16849:
16850: 2002-04-03 paf
16851:
16852: * configure, configure.in: more checks on nonexistent charset
16853:
1.101 moko 16854: * INSTALL, configure, configure.in: root config configure options
1.95 moko 16855:
16856: 2002-04-02 paf
16857:
16858: * src/main/compile.C: parser.compile [exception name more like in
16859: doc]
16860:
16861: 2002-04-01 paf
16862:
16863: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
16864: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
16865: .content-type.charset, not .charset
16866:
16867: 2002-03-29 paf
16868:
16869: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
16870:
16871: * operators.txt, src/classes/date.C: ^date::create now may not
16872: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
16873: days' year. | 31.05->31.04 roll
16874:
16875: 2002-03-28 paf
16876:
16877: * operators.txt, src/classes/date.C, src/classes/op.C,
16878: src/include/pa_globals.h, src/include/pa_hash.h,
16879: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
16880: ^cache(seconds) ^cache[date] }
16881:
16882: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
16883: param
16884:
16885: 2002-03-27 paf
16886:
16887: * operators.txt, src/classes/date.C, src/classes/double.C,
16888: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
16889: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16890: src/classes/math.C, src/classes/op.C, src/classes/string.C,
16891: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16892: src/classes/xnode.C, src/include/pa_exception.h,
16893: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
16894: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
16895: src/main/pa_array.C, src/main/pa_charset.C,
16896: src/main/pa_charsets.C, src/main/pa_common.C,
16897: src/main/pa_dictionary.C, src/main/pa_exception.C,
16898: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
16899: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
16900: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
16901: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
16902: src/types/pa_value.h, src/types/pa_vcookie.C,
16903: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
16904: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
16905: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
16906: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
16907: src/types/pa_wwrapper.h: assigned exception types
16908:
16909: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
16910: src/include/pa_request.h, src/main/execute.C,
16911: src/main/pa_request.C: decided agains resetting exception_trace,
16912: just changed name
16913:
16914: 2002-03-26 paf
16915:
16916: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
16917: fixed
16918:
16919: * src/classes/op.C: forced language of $source field of exception
16920: to 'tainted', so that sql-langed-frags could be outputed outside
16921: of connect
16922:
16923: * operators.txt: removed date.roll limit of +-1 offset
16924:
16925: * src/classes/date.C: removed date.roll limit of +-1 offset
16926:
16927: * operators.txt, src/classes/date.C: fixed date roll on
16928: daylightsaving days mktime took into account tm_isdst flag, which
16929: remained from BEFORE roll, but should have been reset
16930:
16931: 2002-03-25 paf
16932:
16933: * operators.txt, src/targets/cgi/parser3.C:
16934: http_site_config_filespec
16935:
16936: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
16937: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
16938: with any/both --disable-foreign-group-files --disable-execs
16939:
16940: * INSTALL: "--with=sendmail=COMMAND" comment
16941:
16942: * INSTALL, configure, configure.in, src/classes/mail.C,
16943: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101 moko 16944: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
16945: disables execs also. introducing --sendmail
1.95 moko 16946:
16947: * operators.txt: pgsql options comment
16948:
16949: * INSTALL: comment on --disable-link-stdcpp
16950:
1.101 moko 16951: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
16952: libstdc++ link skipping configure option
1.95 moko 16953:
16954: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
16955: with error were put to cache with 'marked_to_rollback' flag, all
16956: consequent even OK requests rolled back
16957:
16958: 2002-03-22 paf
16959:
16960: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
16961: false return
16962:
16963: * operators.txt: few comments on sets
16964:
16965: 2002-03-18 paf
16966:
16967: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
16968: src/include/pa_globals.h, src/include/pa_request.h,
16969: src/include/pa_stack.h, src/main/pa_globals.C,
16970: src/main/pa_request.C: introducing ^try
16971:
16972: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
16973: types/pa_vdouble.h: removed some tested @tests
16974:
16975: 2002-03-15 paf
16976:
16977: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
16978:
16979: 2002-03-13 paf
16980:
16981: * src/main/pa_exception.C: checked not-pooled malloc
16982:
16983: 2002-03-11 paf
16984:
16985: * INSTALL, configure, configure.in,
16986: src/include/pa_config_auto.h.in: --disable-foreign-group-files
16987:
16988: * src/main/pa_common.C: --disable-foreign-group-files
16989:
16990: * INSTALL: --disable-execs
16991:
16992: * src/main/pa_exec.C: --disable-execs
16993:
16994: * configure, configure.in, src/include/pa_config_auto.h.in:
16995: --disable-execs
16996:
16997: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
16998:
16999: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17000: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17001:
17002: 2002-03-05 paf
17003:
17004: * operators.txt, src/classes/date.C: date week calendar columns
17005: named
17006:
17007: * operators.txt, src/classes/date.C: date week calendar columns
17008: named
17009:
17010: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17011: requires headers to be terminated with \r\n manually [refuses to
17012: separate header/body itself]
17013:
17014: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17015: targets/isapi/parser3isapi.C: isapi site config beside .dll
17016:
17017: 2002-03-04 paf
17018:
17019: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17020: in PASS language
17021:
17022: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17023: deserialize checks on broken file
17024:
17025: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17026: parser3isapi.dsp: isapi updated
17027:
17028: 2002-03-01 paf
17029:
17030: * src/main/pa_exec.C: execle -> execve, now argc OK
17031:
17032: 2002-02-28 paf
17033:
17034: * src/main/untaint.C: removed some debug comments
17035:
17036: * src/main/pa_charsets.C: when placing charset to cache using
17037: global name now [were request]
17038:
17039: * configure, configure.in: apache module updated
17040:
17041: * src/main/pa_string.C: origin by first piece preferred before last
17042: piece
17043:
17044: 2002-02-27 paf
17045:
17046: * src/main/pa_charset.C: size_t
17047:
17048: * INSTALL: shared/static-xml with-pathlink
17049:
17050: * operators.txt: SMTP comment
17051:
17052: 2002-02-26 paf
17053:
17054: * src/main/pa_exec.C: more precise names for vars, cosmetic
17055:
17056: * src/classes/xnode.C: in some situation, xpath query returned
17057: result with type NODESET, but empty nodeset member field, checked
17058: that
17059:
17060: 2002-02-22 paf
17061:
17062: * INSTALL: without-zlib comment
17063:
17064: * etc/parser3.charsets/windows-1251.cfg: °
17065:
17066: * configure, configure.in: glib###.a detection fixed
17067:
17068: * INSTALL: hashfile removed from INSTALL
17069:
1.101 moko 17070: * Makefile.am: make update
1.95 moko 17071:
17072: * src/main/pa_string.C: string iterators fixed again, so were
17073: String::join_chain
17074:
17075: * src/main/pa_string.C: string iterators fixed again, so were
17076: String::join_chain
17077:
17078: * src/: include/pa_string.h, main/pa_string.C: string iterators
17079: fixed again, so were String::join_chain
17080:
17081: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17082:
17083: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17084: "session"
17085:
1.101 moko 17086: * configure, configure.in, src/include/pa_config_auto.h.in:
17087: --with-shared-xml --with-static-xml
1.95 moko 17088:
17089: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17090: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17091: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17092: xalan&xml
17093:
17094: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17095:
17096: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17097: src/types/types.dsp: removed hashfile support from sources for
17098: now
17099:
1.101 moko 17100: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17101: src/classes/hashfile.C, src/include/Makefile.am,
1.101 moko 17102: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17103: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17104: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17105: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101 moko 17106: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17107: src/types/Makefile.am, src/types/pa_vhashfile.C,
17108: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17109:
17110: 2002-02-21 paf
17111:
17112: * src/main/untaint.C: removed debug code, activated commented-for
17113: debug parts
17114:
1.101 moko 17115: * Makefile.am: make cvsupdate
1.95 moko 17116:
17117: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17118: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17119: append_row, not at link zero now string to string appending works
17120:
17121: 2002-02-20 paf
17122:
17123: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17124: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17125: DEBUG_STRING_APPENDS_VS_EXPANDS
17126:
17127: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17128: economy: 22%
17129:
17130: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17131: space uptimized: string::link_row removed
17132:
17133: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17134: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17135: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17136: types/pa_vstring.h: speed uptimized: string::is_empty
17137:
17138: * operators.txt, src/include/pa_common.h,
17139: src/include/pa_config_fixed.h, src/include/pa_string.h,
17140: src/include/pa_types.h, src/main/compile.tab.C,
17141: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17142: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17143: string append optimiziation idea and estimates
17144:
17145: 2002-02-19 paf
17146:
17147: * src/classes/math.C: not used directly [but erroreously reported
17148: that 'is', thus registering twice&other probs]
17149:
17150: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17151: to node [element]
17152:
17153: * src/main/compile.C: without string_origins parse error
17154: file+line+col possible
17155:
17156: * src/main/: compile.C: without string_origins not worked
17157:
17158: 2002-02-18 paf
17159:
17160: * src/types/pa_vdouble.h: since we have in_expression removed that
17161: trick i've installed into double::as_string
17162:
17163: * src/main/pa_globals.C: extern "C" was removed too fast
17164:
17165: * src/: include/pa_opcode.h, include/pa_request.h,
17166: main/compile.tab.C, main/compile.y, main/execute.C,
17167: types/pa_wcontext.h: in_expression aimed to solve old problem
17168: with string/nonstring values, now in expressions double/int
17169: values are passed as-is, without stupid tostring/fromstring
17170: conversions
17171:
17172: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17173: __cplusplus } #endif
17174:
17175: * src/main/compile.tab.C: bison env set so one could compile
17176: without cygwin installed
17177:
17178: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17179: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17180: gnome xml libs parser .dsp-s changed accordingly
17181:
17182: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17183:
17184: * operators.txt, src/classes/date.C: date::create [were date::set,
17185: with backward comp
17186:
17187: * src/classes/math.C: math:random range check fixed
17188:
17189: * src/main/: compile.tab.C, compile.y: integer division stops name
17190:
17191: * INSTALL: local install comment
17192:
1.101 moko 17193: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17194:
1.101 moko 17195: * acinclude.m4, aclocal.m4, configure, configure.in,
17196: src/include/pa_config_auto.h.in,
17197: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17198: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17199:
17200: * operators.txt: \ comment
17201:
17202: 2002-02-13 paf
17203:
17204: * src/include/pa_config_includes.h: sys/time time both included
17205: now. vaguely remember confilicts on this on some system [not on
17206: six|ablv] so when would see them again would think up proper
17207: check
17208:
1.101 moko 17209: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17210: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17211:
17212: * src/main/pa_common.C: truncation never occured when writing files
17213: on unix [since i've changed cache mech] fix
17214:
17215: * src/main/pa_common.C: strnchr: sanity check added
17216:
17217: * etc/parser3.charsets/windows-1257.cfg: id added
17218:
17219: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17220: baltic charset file generated, in generation script ispunct check
17221: added
17222:
17223: 2002-02-08 paf
17224:
1.101 moko 17225: * src/: include/Makefile.am, sql/Makefile.am,
17226: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17227:
17228: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17229: forgotten
17230:
17231: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17232:
17233: * INSTALL, README: install&others updated
17234:
17235: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17236:
1.101 moko 17237: * Makefile.am, configure, configure.in,
17238: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17239: src/classes/Makefile.am, src/main/Makefile.am,
17240: src/main/pa_status_provider.C, src/targets/Makefile.am,
17241: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17242: works
1.95 moko 17243:
17244: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17245: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17246: classes/hashfile.C, classes/int.C, classes/mail.C,
17247: classes/math.C, classes/op.C, classes/response.C,
17248: classes/string.C, classes/table.C, classes/void.C,
17249: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17250: include/pa_array.h, include/pa_cache_managers.h,
17251: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17252: include/pa_config_fixed.h, include/pa_config_includes.h,
17253: include/pa_db_connection.h, include/pa_db_manager.h,
17254: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17255: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17256: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17257: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17258: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17259: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17260: include/pa_stack.h, include/pa_string.h,
17261: include/pa_stylesheet_connection.h,
17262: include/pa_stylesheet_manager.h, include/pa_table.h,
17263: include/pa_threads.h, include/pa_types.h, main/compile.C,
17264: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17265: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17266: main/pa_db_connection.C, main/pa_db_manager.C,
17267: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17268: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17269: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17270: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17271: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17272: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17273: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17274: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17275: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17276: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17277: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17278: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17279: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17280: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17281: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17282: types/pa_vmethod_frame.h, types/pa_vobject.h,
17283: types/pa_vrequest.h, types/pa_vresponse.h,
17284: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17285: types/pa_vstateless_object.h, types/pa_vstatus.C,
17286: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17287: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17288: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17289: classes/image.C, main/pa_common.C, main/pa_exec.C,
17290: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17291: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17292: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17293: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17294: types/pa_vxnode.C, main/pa_charset.C: name spelling
17295:
17296: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17297: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17298: classes/hashfile.C, classes/image.C, classes/int.C,
17299: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17300: classes/string.C, classes/table.C, classes/void.C,
17301: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17302: include/pa_array.h, include/pa_cache_managers.h,
17303: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17304: include/pa_config_fixed.h, include/pa_config_includes.h,
17305: include/pa_db_connection.h, include/pa_db_manager.h,
17306: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17307: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17308: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17309: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17310: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17311: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17312: include/pa_stack.h, include/pa_string.h,
17313: include/pa_stylesheet_connection.h,
17314: include/pa_stylesheet_manager.h, include/pa_table.h,
17315: include/pa_threads.h, include/pa_types.h, main/compile.C,
17316: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17317: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17318: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17319: main/pa_db_connection.C, main/pa_db_manager.C,
17320: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17321: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17322: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17323: main/pa_socks.C, main/pa_sql_driver_manager.C,
17324: main/pa_status_provider.C, main/pa_string.C,
17325: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17326: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17327: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17328: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17329: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17330: targets/isapi/pool_storage.h, types/pa_valiased.C,
17331: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17332: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17333: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17334: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17335: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17336: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17337: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17338: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17339: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17340: types/pa_vresponse.h, types/pa_vstateless_class.C,
17341: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17342: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17343: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17344: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17345: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17346: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17347:
17348: 2002-02-07 paf
17349:
17350: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17351:
1.101 moko 17352: * configure, configure.in, src/include/pa_config_auto.h.in,
17353: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17354: added yet another locking function: fcntl
1.95 moko 17355:
17356: * config.sub: on cygwin configure passes it with strange i1586
17357: const, hacked it to mean i586
17358:
17359: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17360: disabled $if reference due to conflicts with local variables
17361:
17362: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17363: xdoc::set obsolete now, now xdoc::create, with both sences
17364:
17365: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17366: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17367: table::create now // 'set' name obsolete now table clone.
17368:
17369: * operators.txt, src/classes/string.C,
17370: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17371: ^int/double/string.format now can be called with normal []
17372: brackets, not stupid {} as it were implemented for some strange
17373: reason. retaining backward compatibility due to some
17374: already-implemented servers
17375:
17376: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17377: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17378: operators now detected by check at name_without_curly_rdive_read
17379: rule whether diving code constists only of
17380: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17381: with OP_GET_ELEMENT_OR_OPERATOR to form
17382: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17383:
17384: 2002-02-06 paf
17385:
17386: * configure, configure.in: prefix expanded, grr
17387:
17388: * operators.txt, src/classes/mail.C: mail:send config changed
17389:
17390: 2002-02-05 paf
17391:
17392: * operators.txt: regex options commented
17393:
17394: * src/main/: pa_exec.C: argv0 now correct
17395:
17396: * src/types/pa_vstatus.C: status:rusage 3
17397:
17398: * src/types/pa_vstatus.C: status:rusage 2
17399:
17400: * operators.txt: status:rusage described int operators
17401:
17402: * src/types/pa_vstatus.C: status:rusage 1
17403:
17404: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17405: src/types/types.dsp: status:rusage
17406:
17407: * configure.in, operators.txt, src/classes/file.C,
17408: src/classes/op.C, src/include/pa_common.h,
17409: src/include/pa_config_includes.h, src/main/compile.tab.C,
17410: src/main/pa_common.C: rewritten ^cache to use
17411: non-blocking-exclusive-caches
17412:
17413: * src/main/pa_common.C: text file read mode on win32 adjusted
17414: [speed impact. was off for debugging purpose, but forgotten
17415: afterwards]
17416:
17417: 2002-02-01 paf
17418:
17419: * src/classes/op.C: file_write does EX lock after create, while
17420: file_read does SH after open, so there's a moment after create
17421: but before EX lock when read can sneak into, and read
17422: just-created-for-writing-and-not-yet-locked file, added a check
17423: for that in ^cache...read
17424:
17425: 2002-01-31 paf
17426:
17427: * src/main/: compile.y, compile.tab.C: disabled operator call after
17428: ^xxx:
17429:
17430: * src/main/: compile.tab.C, execute.C: made operators lookup first
17431: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17432:
17433: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17434: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17435: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
17436: operators check 6.1 rewritten. now check is done at compile time
17437:
17438: * src/main/execute.C: operators check 5 floated up old error of
17439: staying in 'entered class/object' state after $a($a..) it
17440: prevented operators from being called thereafter
17441:
17442: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17443: main/execute.C: operators check 4 floated up old error of staying
17444: in 'entered object' state after ^a.a(a) it prevented operators
17445: from being called thereafter
17446:
17447: * src/main/execute.C: operators check 3 floated up old error of
17448: staying in 'entered class' state after $a:a(a) it prevented
17449: operators from being called thereafter
17450:
17451: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
17452: floated up old error of staying in 'entered class' state after
17453: $a:a[a] it prevented operators from being called thereafter
17454:
17455: * src/main/execute.C: operators check, thay mistakenly seen in
17456: $class:operator $object.operators contexts
17457:
17458: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
17459: win32
17460:
1.101 moko 17461: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
17462: src/classes/Makefile.am, src/main/Makefile.am,
17463: src/targets/cgi/Makefile.am,
1.95 moko 17464: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101 moko 17465: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 17466:
1.101 moko 17467: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
17468: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
17469: configure, configure.in, form.txt, ident.awk, install-sh,
17470: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
17471: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 17472: etc/parser3.charsets/Makefile.am,
17473: etc/parser3.charsets/koi8-r.cfg,
17474: etc/parser3.charsets/windows-1250.cfg,
17475: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101 moko 17476: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
17477: src/main/Makefile.am, src/targets/cgi/Makefile.am,
17478: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
17479: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 17480: straightened installation scripts procedure made
17481: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
17482: change
17483:
17484: 2002-01-30 paf
17485:
17486: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
17487: removed] those comments were a mistake, and prevented libltdl
17488: from function properly
17489:
17490: 2002-01-29 paf
17491:
1.101 moko 17492: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
17493: creation [modified acinclude.m4 which were creating int into just
17494: assignment LIBTOOL=../libtool] added default system
17495: config&charsetts prepared 'make install', now it installs
17496: targets/cgi/parser3 into bin directory etc/parser3.conf &
17497: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 17498: $sysconfdir/parser3.charsets respectively
17499:
17500: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
17501: main/pa_globals.C: few forgotten ifdef XML added
17502:
17503: 2002-01-28 paf
17504:
1.101 moko 17505: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 17506: removed
17507:
17508: * src/main/pa_exception.C: dom|generic error output fix
17509:
17510: * src/classes/xnode.C: xdoc.importNode 3 [check err]
17511:
17512: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
17513:
17514: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
17515: [fixed as_node helper func to accept docs]
17516:
17517: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
17518: xdoc.importNode 0
17519:
17520: * src/classes/xdoc.C: xdoc::set now untaints OK
17521:
17522: 2002-01-25 paf
17523:
17524: * src/main/: compile.tab.C, compile.y: #comment before @ after
17525: @SPECIAL now works OK
17526:
17527: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
17528:
17529: * src/main/pa_exec.C: max arg count now 10, and proper message on
17530: violation that added
17531:
17532: * src/classes/hash.C: unified hash::sql, now
17533: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
17534:
17535: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
17536: ^file:lock[filename]{code}
17537:
17538: * src/: classes/file.C, classes/op.C, classes/string.C,
17539: classes/table.C, classes/xdoc.C, include/pa_common.h,
17540: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
17541: to some pa_common funcs
17542:
17543: * src/: include/pa_charset.h, main/pa_globals.C:
17544: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
17545:
17546: * src/: include/pa_charset.h, main/pa_charset.C,
17547: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
17548: not stupid illegal define
17549:
17550: 2002-01-24 paf
17551:
17552: * src/include/pa_version.h: changed version number
17553:
17554: * src/: classes/hashfile.C, include/pa_db_table.h,
17555: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17556: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17557: main/pa_db_connection.C, main/pa_db_table.C,
17558: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
17559: hashfile without logfiles
17560:
17561: * src/: classes/hashfile.C, include/pa_db_table.h,
17562: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
17563: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
17564: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
17565: DB_INIT_TXN init bits, thus got rid of huge log files, which
17566: cluttered disk without huge need]
17567:
17568: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
17569: handy macro, which is strangly abscent in dome lib
17570:
17571: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
17572:
17573: * src/classes/xdoc.C: checked empty response
17574:
17575: * src/classes/xnode.C: xdoc.select fixed context node [were always
17576: /, not self node]
17577:
17578: * src/classes/xnode.C: xnode.select returns array always now, in
17579: case 'nothing found' returns empty array
17580:
17581: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
17582: be more tender with ctrl/c/v
17583:
17584: 2002-01-23 paf
17585:
17586: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
17587: substituted. // 2. when dom tree with entites goes under
17588: transform text nodes // got [erroreosly] cut on first
17589: entity occurance
17590:
17591: * src/types/pa_vdouble.h: double prec. todo: get rid of
17592: twice-converting
17593:
17594: * src/types/pa_vdouble.h: %.20E now float format when %g produced
17595: 'e' in output this is for regretful twice-converting here:
17596: $a(double value) when they write double falue they convert it to
17597: string first, thus %g were losing precesion.
17598:
17599: todo: think up some way to remove double->string string->double
17600: twice-converting
17601:
17602: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
17603: %.20E now default float format this is for regretful
17604: twice-converting here: $a(double value) when they write double
17605: falue they convert it to string first, thus %g were losing
17606: precesion.
17607:
17608: todo: think up some way to remove double->string string->double
17609: twice-converting
17610:
17611: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17612: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
17613: reasons in comment inside
17614:
17615: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
17616: statically linked]
17617:
17618: * src/: include/pa_exception.h, main/compile.tab.C,
17619: main/pa_exception.C: removed exception va_list constructor. 1.
17620: not needed anymore 2. there were a conflict[causing errors]
17621: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
17622: never detected an ambiguilty here, compiling ctor(, "hello") into
17623: ctor(, va_list) which, of course, caused gpf
17624:
17625: * src/main/pa_globals.C: removed debug xslt messages
17626:
17627: 2002-01-22 paf
17628:
17629: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17630: main/pa_globals.C: xsl stylesheet load: parsed entities, this
17631: helps compiling stylesheet properly. example: this refused to
17632: work, <b>«<xsl:value-of select="@title"
17633: />»</b> stranly worked only this way:
17634: <b>«<xsl:value-of select="@title" />»</b>
17635:
17636: docs says "set it to 1", never going into details, so I decided
17637: to try NOT to do that
17638:
17639: * src/classes/table.C: join behaived badly in case named tables
17640: structure mismatched: 0 strings sneaked into dest failing
17641: afterwards. replaced them with empty strings
17642:
17643: 2002-01-21 paf
17644:
17645: * src/main/pa_charset.C: checked empty transcoders in
17646: transcode_cstr|buf
17647:
17648: * src/classes/xdoc.C: xdoc::load error source = filespec
17649:
17650: * src/classes/xdoc.C: transform error source now
17651: stylesheet_filespec
17652:
1.101 moko 17653: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 17654: include/pa_stylesheet_connection.h, main/pa_charset.C,
17655: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101 moko 17656: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
17657: gnome
1.95 moko 17658:
17659: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17660: include/pa_globals.h, include/pa_stylesheet_connection.h,
17661: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
17662: xslt generic error 1
17663:
17664: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
17665: xml generic message 1
17666:
17667: * src/classes/table.C: ^table::load empty lines or #comments before
17668: headline
17669:
17670: * src/: include/pa_array.h, include/pa_globals.h,
17671: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
17672: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17673: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
17674: errors 0
17675:
17676: 2002-01-16 paf
17677:
17678: * src/: classes/hash.C, classes/op.C, classes/string.C,
17679: classes/table.C, classes/void.C, classes/xdoc.C,
17680: include/pa_db_connection.h, include/pa_request.h,
17681: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17682: include/pa_stylesheet_connection.h,
17683: include/pa_stylesheet_manager.h, main/pa_request.C,
17684: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17685: targets/cgi/pool_storage.h: auto closers to sql_connection,
17686: stylesheet_connection auto destroyers to remaining gnome objects
17687:
17688: * src/classes/xdoc.C: few comments
17689:
17690: 2002-01-15 paf
17691:
17692: * src/classes/xdoc.C: xdoc file save string
17693:
17694: ready. todo: error handling
17695:
17696: * src/classes/xdoc.C: xdoc save rewritten using
17697: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
17698: result
17699:
17700: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
17701: started output options parsing
17702:
17703: 2002-01-14 paf
17704:
17705: * src/classes/xdoc.C: method
17706:
17707: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17708: include/pa_pool.h, include/pa_stylesheet_connection.h,
17709: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
17710: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
17711: xslt transform0. TODO: use output options handle errors
17712:
17713: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
17714:
17715: 2002-01-11 paf
17716:
17717: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17718: main/compile_tools.C, main/compile_tools.h, main/execute.C:
17719: partial logical && || evaluation
17720:
17721: * src/classes/xnode.C: xpath selectNodes
17722:
17723: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
17724: string/number/bool
17725:
17726: * src/classes/xnode.C: xpath selectNode 2
17727:
17728: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
17729: xpath selectNode 1
17730:
17731: 2002-01-10 paf
17732:
17733: * src/classes/xnode.C: xpath selectNode -100 [just written]
17734:
17735: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17736: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
17737: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
17738: refcounter]
17739:
17740: 2001-12-29 paf
17741:
17742: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
17743: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
17744: glib works 0
17745:
17746: 2001-12-28 paf
17747:
17748: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
17749: main/pa_exception.C: started glib transcoders
17750:
17751: * src/main/pa_globals.C: renamed gdome to libgdome.dll
17752:
17753: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
17754: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
17755: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
17756: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
17757: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
17758: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
17759: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
17760: libs just compiled in. no refcounting no xpath no xslt yet
17761:
17762: 2001-12-27 paf
17763:
17764: * src/: include/pa_charset.h, include/pa_common.h,
17765: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17766: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
17767: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
17768: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
17769: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
17770: from xalan&xerces, started the process. globals [initialization
17771: pool [charset update charset [transcodings vxnode vxdoc [DOM
17772: calls
17773:
17774: * src/classes/Makefile.am: going away from xalan&xerces, not needed
17775: anymore
17776:
17777: 2001-12-26 paf
17778:
17779: * src/: include/pa_charset.h, include/pa_charsets.h,
17780: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
17781: key globalized [bug]
17782:
17783: 2001-12-25 paf
17784:
17785: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
17786: main/pa_string.C: table set & append changed splitting languages,
17787: separators now can be clean AND as-is same to mail command line
17788: $MAIN:MAIL.progX arguments
17789:
17790: 2001-12-24 paf
17791:
17792: * src/classes/mail.C: one parted text messages - no multipart
17793: mime-type anymore. for convinient if $.attach-ments
17794:
17795: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
17796: main/pa_string.C: read from cache size check updated
17797:
17798: * src/main/: pa_string.C: String::join_chain another ugly bug :(
17799:
17800: 2001-12-21 paf
17801:
17802: * src/classes/date.C: date:sql-string now returns localtime
17803:
17804: * src/main/pa_request.C: $result in @main actually not working, to
17805: hell with it for now
17806:
17807: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17808: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
17809: @postprocess @exception
17810:
17811: * src/main/execute.C: junction evaluation canceled - endless
17812: recursion detected
17813:
17814: 2001-12-19 paf
17815:
17816: * src/main/pa_charset.C: charset->charset transcoding via unicode
17817: intermediate
17818:
17819: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
17820:
17821: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
17822:
17823: * src/classes/op.C: ^cache keypath now relative
17824:
17825: * src/classes/mail.C: changed weighting prior to sort
17826:
17827: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
17828: were missing
17829:
17830: 2001-12-17 paf
17831:
17832: * src/main/pa_charset.C: ifndef XML were bad type
17833:
17834: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
17835: outdated unset services_pool
17836:
17837: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
17838: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
17839: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
17840:
17841: * src/main/untaint.C: allowed space in filespec
17842:
17843: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
17844:
17845: * src/classes/image.C: no govno
17846:
17847: * src/classes/image.C: govno
17848:
17849: 2001-12-16 paf
17850:
17851: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
17852:
17853: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
17854: charset_connection&manager replaced by charset&charsets
17855:
17856: * src/main/pa_charset.C: name_cstr 0
17857:
17858: * src/main/untaint.C: uri lang now knows about client/source
17859: charsets
17860:
17861: * src/: classes/file.C, classes/math.C, classes/op.C,
17862: classes/string.C, classes/table.C, classes/xdoc.C,
17863: include/pa_array.h, include/pa_cache_managers.h,
17864: include/pa_charset_connection.h, include/pa_charset_manager.h,
17865: include/pa_common.h, include/pa_db_connection.h,
17866: include/pa_db_manager.h, include/pa_db_table.h,
17867: include/pa_dictionary.h, include/pa_exception.h,
17868: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
17869: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
17870: include/pa_sapi.h, include/pa_socks.h,
17871: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17872: include/pa_string.h, include/pa_stylesheet_connection.h,
17873: include/pa_stylesheet_manager.h, include/pa_table.h,
17874: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
17875: main/pa_charset.C, main/pa_charset_connection.C,
17876: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
17877: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
17878: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
17879: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
17880: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17881: types/types.dsp: introducing Charset
17882:
17883: 2001-12-14 paf
17884:
17885: * src/: include/pa_request.h, include/pa_transcoder.h,
17886: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
17887: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
17888: uri lang
17889:
17890: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
17891:
17892: * src/targets/cgi/Makefile.am: -I../../pcre to .am
17893:
17894: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
17895: defalts_name global
17896:
17897: * src/: include/pa_charset_connection.h, include/pa_pool.h,
17898: include/pa_request.h, main/main.dsp,
17899: main/pa_charset_connection.C, main/pa_charset_manager.C,
17900: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
17901: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
17902: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
17903: changed charset model. now important: $request:charset
17904: $response:charset while $response:content-type.charset become
17905: unimportant [informational]
17906:
17907: 2001-12-13 paf
17908:
17909: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
17910:
17911: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
17912: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
17913: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
17914: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
17915: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
17916: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
17917:
17918: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
17919: auto_ptr part other way, because of stupid gcc 2.96
17920: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
17921: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
17922: FormatterListener] /usr/include/g++-3/memory:48:
17923: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
17924: _Tp1 = FormatterListener, _Tp = FormatterListener]
17925:
17926: * src/classes/xdoc.C: removed extra inc
17927:
17928: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
17929:
17930: * src/include/pa_types.h: msvc head debugging flag
17931:
17932: * src/classes/xdoc.C: freed up listener
17933:
17934: * src/classes/string.C: change msg '... code is not code'
17935:
17936: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
17937: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17938: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
17939: [past/future prob]
17940:
17941: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17942: include/pa_config_fixed.h, include/pa_db_manager.h,
17943: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17944: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
17945:
17946: * src/: include/pa_config_fixed.h, main/pa_common.C,
17947: main/pa_string.C: removed signed mismatch warnings
17948:
17949: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
17950: 'expires' from header outputs
17951:
17952: * src/main/pa_string.C: string::recustruct erroreusly used outdated
17953: row ptr
17954:
17955: * src/classes/file.C: file::cgi bug, request_method were passed to
17956: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
17957:
17958: * src/classes/xdoc.C: lang list updated
17959:
17960: 2001-12-10 paf
17961:
17962: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
17963:
17964: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
17965: erase files like that, knowing their full name introducing //
17966: theoretical problem with, for instance, "_2B" and "." fragments,
17967: // they would yield the same // because
17968: need_file_encode('_')=false // but we need to delete such files
17969: somehow, getting names from ^index
17970:
17971: * src/main/pa_string.C: ^string.replace bug fixed [bad
17972: string::join_chank break]
17973:
17974: 2001-12-07 paf
17975:
17976: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
17977: include/pa_common.h, include/pa_config_auto.h.in,
17978: include/pa_config_fixed.h, include/pa_config_includes.h,
17979: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
17980: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
17981: types/pa_vhashfile.C: merged from r14_simple_cache
17982:
17983: * src/main/pa_string.C: stupid sparc architecture failed to access
17984: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
17985: lduh [ %i2 + 1 ], %l0
17986:
17987: bus error, fixed that
17988:
17989: * src/main/pa_string.C: strange string deserialize bug on
17990: client[pmts], a bit shortened,
17991:
17992: * src/include/pa_config_auto.h.in: makes
17993:
17994: * src/: include/pa_common.h, include/pa_config_fixed.h,
17995: include/pa_config_includes.h, main/pa_common.C: exclusive lock
17996: file write shared lock file read
17997:
17998: * src/: classes/op.C, include/pa_common.h,
17999: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18000:
18001: 2001-12-06 paf
18002:
18003: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18004: main/pa_request.C: #ifdef RESOURCES_DEBUG
18005:
18006: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18007: info
18008:
18009: * src/classes/hashfile.C: removed transaction from ^cache
18010:
18011: 2001-12-05 paf
18012:
18013: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18014: IIS5 there were a prob with illegal call check
18015:
18016: 2001-12-04 paf
18017:
18018: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18019: main/pa_request.C: measures to log
18020:
18021: 2001-11-23 paf
18022:
18023: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18024: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18025: types/pa_vhashfile.C: merged from _0014, 1
18026:
18027: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18028: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18029: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18030: ^cache(33) would change
18031:
18032: 0660 bits in file_write & hashfile create
18033:
18034: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18035: after pa_string optimization]
18036:
18037: 2001-11-22 paf
18038:
18039: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18040: table.offset[whence]
18041:
18042: * src/classes/op.C: process cstr(,connection)
18043:
18044: * src/classes/op.C: process now gets its body on current language,
18045: not as-is
18046:
18047: * src/main/untaint.C: ORIGINS mode removed UHTML
18048:
18049: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18050: bit
18051:
1.101 moko 18052: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18053:
18054: 2001-11-21 paf
18055:
18056: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18057: <xsl:output output options made identical to xsl:output
18058: attributes exclusion: cdata-section-elements what xalan can do
18059: but that not used now: it can escape and remove CDATA sections
18060:
18061: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18062: produced by xslt
18063:
18064: * src/targets/cgi/parser3.C: removed debug cgi||1
18065:
18066: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18067:
18068: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18069: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18070: default language for {code}, it happen to change it's language
18071: from CLEAN, so later refused to split by CLEAN \t
18072:
18073: 2001-11-20 paf
18074:
1.101 moko 18075: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18076: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18077: bottom of dependeces, so that errors would popup quicklier, fixed
18078: line numbering in table::sql
18079:
18080: 2001-11-19 paf
18081:
18082: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18083: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18084: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18085: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18086: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18087: at wcontext.write
18088:
1.101 moko 18089: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18090: _set_new_handler
18091:
1.101 moko 18092: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18093: set_new_handler in apache&isapi
1.95 moko 18094:
18095: 2001-11-16 paf
18096:
18097: * src/targets/cgi/parser3.C: pool debug @ die
18098:
18099: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18100: removed 8 bytes from String, 2 bytes from
18101: string::chunk::row::item
18102:
18103: * src/main/pa_string.C: removed 1+4 bytes from String
18104:
18105: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18106: types/pa_vstring.C: removed 1+4 bytes from String
18107:
18108: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18109: 0
18110:
18111: * src/: include/pa_globals.h, include/pa_string.h,
18112: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18113: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18114: targets/cgi/parser3.C: introducing estimating
18115: String::cstr_bufsize, 0
18116:
18117: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18118:
18119: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18120:
18121: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18122: include/pa_pool.h: die in pool::fail
18123:
18124: 2001-11-15 paf
18125:
18126: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18127: main/pa_exception.C, targets/cgi/parser3.C: exception with
18128: dynamic buffer re-back now with counter
18129:
18130: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18131: static buffer back
18132:
18133: * src/targets/cgi/parser3.C: std::
18134:
18135: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18136: include/pa_config_includes.h: setnewhandler check
18137:
1.101 moko 18138: * src/include/pa_config_auto.h.in: makes
1.95 moko 18139:
18140: * src/targets/cgi/parser3.C: set_new_handler started
18141:
18142: 2001-11-14 paf
18143:
18144: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18145: was wrong
18146:
18147: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18148: was wrong
18149:
18150: * src/main/pa_request.C: z
18151:
18152: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18153: full returns win32 -1 solaris >buffer_size
18154:
18155: checked all that
18156:
18157: * src/classes/op.C: ^untaint{body} as-is default now
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: merged
18161: with no_bad_constructors_try
18162:
18163: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18164: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18165: this: $bred[^string::length[]] $bred[^response::clear[]]
18166: $bred[^int::int[]]
18167:
18168: now VObject creation moved into overriden
18169: VClass::create_new_value, thus 0 from create_new_value means that
18170: class has no ctors
18171:
18172: 2001-11-13 paf
18173:
18174: * src/classes/classes.C: returned accedently removed if in foreach
18175: callbacks [when hash no-0-restructure]
18176:
18177: 2001-11-12 paf
18178:
18179: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18180: passed as-is to method, xalan makes & into & itself
18181:
18182: * src/classes/date.C: date.roll parser2 alg used
18183:
18184: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18185: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18186: main/pa_dictionary.C, main/pa_hash.C,
18187: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18188: now does not containt 0 values. put 0 actullay removes. no check
18189: on 0 value in foreach now required
18190:
18191: 2001-11-11 paf
18192:
18193: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18194:
18195: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18196:
18197: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18198: driver initialize not const
18199:
18200: 2001-11-10 paf
18201:
18202: * src/main/pa_exec.C: doc
18203:
18204: 2001-11-09 paf
18205:
18206: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18207: param properly
18208:
18209: * src/classes/string.C: string.save now does untainting before
18210: saving
18211:
18212: * src/main/pa_common.C: line endings fixing fixed last piece[was
18213: still cstr oriented]
18214:
18215: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18216: line endings fixing got rid of cstr, now must work ok with post
18217: multipart
18218:
18219: * src/types/pa_vform.C: line endings fixed at post / multipart /
18220: not file also now
18221:
18222: 2001-11-08 paf
18223:
18224: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18225: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18226: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18227: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18228: main/pa_stylesheet_manager.C: restructured Cache manager to be
18229: simple parent, not second parent [gcc 2.96 strangly refused to
18230: call virtual from second parent]
18231:
1.101 moko 18232: * src/: include/pa_common.h, main/Makefile.am,
18233: targets/cgi/pa_pool.C: makes
1.95 moko 18234:
18235: * src/: include/pa_request.h, main/pa_request.C,
18236: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18237: 'status' class enabler
18238:
18239: <Location /parser-status.html> ParserStatusAllowed </Location>
18240:
18241: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18242: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18243: include/pa_stylesheet_manager.h, main/main.dsp,
18244: main/pa_cache_managers.C, main/pa_charset_manager.C,
18245: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18246: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18247: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18248: todo: apache 'status' class enabler
18249:
18250: 2001-11-05 paf
18251:
18252: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18253: debug to normal
18254:
18255: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18256: hence i removed skipping 0 values in hash::for_each-es we need to
18257: check cleaned cache items manually. few more checks.
18258:
18259: expiring to 0 time was wrong, changed to 'now' time
18260:
18261: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18262: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18263: on apache already done :)
18264:
18265: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18266: skipping 0 values in hash::for_each-es we need to check cleaned
18267: cache items manually
18268:
18269: * src/main/: pa_db_connection.C, pa_db_table.C:
18270: parser_multithreaded check was wrong
18271:
18272: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18273: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18274: classes/hashfile.C, classes/image.C, classes/int.C,
18275: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18276: classes/string.C, classes/table.C, classes/void.C,
18277: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18278: include/pa_array.h, include/pa_charset_connection.h,
18279: include/pa_charset_manager.h, include/pa_common.h,
18280: include/pa_config_fixed.h, include/pa_config_includes.h,
18281: include/pa_db_connection.h, include/pa_db_manager.h,
18282: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18283: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18284: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18285: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18286: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18287: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18288: include/pa_stack.h, include/pa_string.h,
18289: include/pa_stylesheet_connection.h,
18290: include/pa_stylesheet_manager.h, include/pa_table.h,
18291: include/pa_threads.h, include/pa_types.h, main/compile.C,
18292: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18293: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18294: main/pa_charset_manager.C, main/pa_common.C,
18295: main/pa_db_connection.C, main/pa_db_manager.C,
18296: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18297: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18298: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18299: main/pa_socks.C, main/pa_sql_driver_manager.C,
18300: main/pa_status_provider.C, main/pa_string.C,
18301: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18302: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18303: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18304: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18305: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18306: targets/isapi/pool_storage.h, types/pa_valiased.C,
18307: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18308: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18309: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18310: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18311: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18312: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18313: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18314: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18315: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18316: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18317: types/pa_vstateless_object.h, types/pa_vstatus.h,
18318: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18319: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18320: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18321: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18322: $status:db fixed used not initialized in db_connection & db_table
18323:
18324: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18325: $status:charset
18326:
18327: * src/: classes/xdoc.C, include/pa_db_connection.h,
18328: include/pa_stylesheet_connection.h,
18329: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18330: types/pa_vstatus.h: $status:stylesheet
18331:
18332: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18333: include/pa_request.h, include/pa_sql_connection.h,
18334: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18335: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18336: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18337: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18338: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18339: types/pa_vxnode.C, types/types.dsp: started status parser class
18340:
18341: 2001-11-01 paf
18342:
18343: * src/include/pa_config_auto.h.in: makes
18344:
18345: * src/main/pa_hash.C: removed old extra include
18346:
18347: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18348: checks [for hp, there are such in math.h]
18349:
18350: * src/classes/op.C: ^for endless loop check strightened
18351:
18352: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18353: behavior in native calls. it left unchanged, so ^for ^foreach &
18354: co can use r.root to write their i & key,value there
18355:
18356: * src/classes/op.C: detected for var storage bug, fixed.
18357: todo:foreach
18358:
18359: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18360: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18361: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18362: changing of hash inside of foreach
18363:
18364: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18365: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18366: were hash.foreach
18367:
18368: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18369: types/pa_vstring.C, types/pa_vstring.h:
18370: ^foreach[key|value]{body}[[separator]|{separator}]
18371:
18372: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18373: types/pa_vcookie.C: ^hash.delete[key]
18374:
18375: 2001-10-31 paf
18376:
18377: * src/main/: compile.C, pa_common.C: completely empty file now
18378: considered "read", not ignored [not perfect trick used]
18379:
18380: * src/main/pa_common.C: simplier common ifdefs
18381:
18382: * src/main/pa_common.C: typing bug in common - bad ifdeff
18383:
18384: * src/main/pa_db_connection.C: z
18385:
18386: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18387: lockdetector flags
18388: dbenv.lk_detect=DB_LOCK_RANDOM;
18389:
18390: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18391: from accidental show [imagine user forgot @exception]
18392:
18393: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18394:
18395: * src/: classes/file.C, classes/image.C, classes/mail.C,
18396: classes/string.C, classes/xnode.C, include/pa_common.h,
18397: main/pa_common.C: ^string.save[[append;]path]
18398:
18399: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18400: main/execute.C: \ in expression: int divide 10/3=3
18401:
18402: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18403: inside of ^cache
18404:
18405: * src/: include/pa_threads.h, main/pa_db_connection.C,
18406: main/pa_db_table.C, targets/cgi/pa_threads.C,
18407: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18408: needed
18409:
18410: 2001-10-30 paf
18411:
18412: * src/: classes/classes.dsp, main/main.dsp,
18413: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18414: types/types.dsp: enabled debug incremental compile
18415:
18416: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18417: form post data line endings not reformatted now.
18418:
18419: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18420: now required [had bug when file= has no value]
18421:
18422: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18423: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18424: cstr(asis) default param removed
18425:
18426: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18427:
18428: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18429:
18430: * src/include/pa_dir.h: LOAD_DIR fixed
18431:
18432: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18433: was broken} fix_line_breaks
18434:
18435: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
18436: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
18437: packed with #pragma pack
18438:
1.101 moko 18439: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 18440:
18441: 2001-10-29 paf
18442:
18443: * src/types/pa_wcontext.h: bitfield syntax stricter
18444:
18445: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
18446: string hash.puts
18447:
18448: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
18449:
18450: * src/include/pa_sql_connection.h: there were one wrong
18451: SQL_CONNECTION_FUNC_GUARDED [failed]
18452:
18453: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
18454: param.someday either ifdef or remove it
18455:
18456: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
18457:
18458: * src/main/untaint.C: optimizing returned after debugging
18459:
18460: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18461: main/untaint.C: memory hunging #pragma pack(1)
18462:
18463: 16 419 844 13 169 394
18464:
18465: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18466: targets/cgi/pa_pool.C: String size_t replace to uint in proper
18467: places [todo:Array]
18468:
18469: * src/: main/execute.C, targets/cgi/pa_pool.C,
18470: targets/cgi/parser3.dsp, types/pa_wcontext.h,
18471: types/pa_wwrapper.h: debugging memory WContext flags to bits
18472:
18473: total 5 652 652/158731 total 5 469 332/158731
18474:
18475: * src/: include/pa_array.h, main/pa_array.C: debugging memory
18476: Array:: without cache in get/put now
18477:
18478: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
18479: 18:25:27 2001] total 5 652 652/158731
18480:
18481: * src/: include/pa_string.h, main/pa_string.C,
18482: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
18483: now
18484:
18485: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
18486: 18:11:53 2001] total 5796092/158731
18487:
18488: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
18489: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
18490: key ref now
18491:
18492: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
18493: 17:11:17 2001] total 16867948/202658
18494:
18495: * src/: classes/file.C, classes/image.C, classes/string.C,
18496: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
18497: main/execute.C, main/pa_array.C, main/pa_common.C,
18498: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18499: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
18500: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
18501: string::as_int/double now usually uses stack, not heap [200K out
18502: of 17M :)] VString(String&) not copies reference [29M -> 17M]
18503:
18504: * src/main/pa_sql_driver_manager.C: ping to have services [old
18505: hiding bug]
18506:
18507: * src/Makefile.am: .am order
18508:
18509: * src/: include/pa_array.h, include/pa_charset_manager.h,
18510: include/pa_db_connection.h, include/pa_db_manager.h,
18511: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
18512: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18513: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
18514: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
18515: required "friend class"
18516:
18517: ../include/pa_request.h:51: friend declaration requires
18518: class-key, i.e. `friend class Temp_lang'
18519:
18520: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18521: main/pa_exception.C, main/pa_sql_driver_manager.C,
18522: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
18523:
18524: the idea is to #1 jump to C++ some function to main body, where
18525: every function stack frame has exception unwind information and
18526: from there... #2 propagate_exception()
18527:
18528: 2001-10-28 paf
18529:
18530: * src/main/pa_db_connection.C: removed old consts
18531:
18532: * src/main/pa_db_connection.C: expire table [was accidently pasted
18533: with wrong type/cast]
18534:
18535: * src/main/: pa_db_connection.C, pa_db_table.C: exception
18536: translation
18537:
1.101 moko 18538: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 18539: remember to build DB2 with -fexceptions!!!
18540:
18541: * src/main/pa_db_table.C: DB_RMW defed
18542:
18543: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
18544: include/pa_db_connection.h, include/pa_db_manager.h,
18545: include/pa_db_table.h, main/pa_db_connection.C,
18546: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
18547:
18548: 2001-10-27 paf
18549:
18550: * src/: classes/hashfile.C, include/pa_db_connection.h,
18551: include/pa_db_table.h, main/pa_db_connection.C,
18552: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
18553: types/pa_vhashfile.C: DB2 ifdefs
18554:
1.101 moko 18555: * src/: classes/Makefile.am, include/pa_config_fixed.h,
18556: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 18557: makes with DB2
18558:
1.101 moko 18559: * src/: include/pa_config_auto.h.in, main/Makefile.am,
18560: types/Makefile.am: makes db
1.95 moko 18561:
18562: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
18563: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
18564: globals.C
18565:
18566: * src/: classes/hashfile.C, include/pa_db_connection.h,
18567: include/pa_db_table.h, main/pa_db_connection.C,
18568: main/pa_db_table.C: ^hashfile.clear[]
18569:
18570: * src/classes/classes.awk: no $ in var names
18571:
18572: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
18573: connection&table [forgotten calls]
18574:
18575: 2001-10-26 paf
18576:
18577: * src/main/pa_db_connection.C: db checkpoints
18578:
18579: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
18580: checkpoints
18581:
18582: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
18583: default. but entities still reparsed. todo: tothink
18584:
18585: * src/main/pa_db_connection.C: db recover mech 2
18586:
18587: * src/: classes/hashfile.C, include/pa_db_connection.h,
18588: include/pa_db_manager.h, include/pa_db_table.h,
18589: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18590: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
18591: types/pa_vhashfile.h: db connections & tables now cached at
18592: create time & multithreaded
18593:
18594: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
18595: parsed_source
18596:
18597: * src/main/pa_db_connection.C: about to remove connection from
18598: vhashfile
18599:
18600: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
18601: transaction commit/rollback responsibility left to parent [as it
18602: sould - else there were a bug with double free]
18603:
18604: * src/include/pa_db_table.h: db: child transaction commit/rollback
18605: responsibility left to parent [as it sould - else there were a
18606: bug with double free]
18607:
18608: 2001-10-25 paf
18609:
18610: * src/: classes/hashfile.C, include/pa_common.h,
18611: include/pa_db_connection.h, include/pa_db_manager.h,
18612: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
18613: types/pa_vhashfile.C, types/pa_vhashfile.h,
18614: include/pa_db_table.h, main/pa_db_table.C: started db_home
18615: [multiple, cached] todo: autorecover [tried, but not succeded,
18616: yet]
18617:
18618: * src/include/pa_dir.h: ancient gpf on dir not found fixed
18619:
18620: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
18621: transaction parent passed
18622:
18623: 2001-10-24 parser
18624:
1.101 moko 18625: * src/classes/Makefile.am: makes
1.95 moko 18626:
18627: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
18628: isapi/pool_storage.h: pool_storage fixed
18629:
18630: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
18631: types/pa_vform.h: form fix_line_breaks
18632:
1.101 moko 18633: * src/targets/cgi/pool_storage.h: makes
1.95 moko 18634:
18635: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
18636: targets/cgi/pool_storage.h: makes
18637:
18638: * src/sql/pa_sql_driver.h: version
18639:
18640: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
18641: types/pa_vform.C, types/pa_vform.h: .am
18642:
18643: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
18644: this: DB_RMW Acquire write locks instead of read locks when doing
18645: the retrieval. Setting this flag may decrease the likelihood of
18646: deadlock during a read-modify-write cycle by immediately
18647: acquiring the write lock during the read part of the cycle so
18648: that another thread of control acquiring a read lock for the same
18649: item, in its own read-modify-write cycle, will not result in
18650: deadlock
18651:
18652: * src/targets/isapi/parser3isapi.dsp: doc
18653:
18654: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
18655:
18656: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
18657:
18658: * src/: classes/hashfile.C, include/pa_db_connection.h,
18659: main/pa_db_connection.C: hashfile expired deleted from db when
18660: get & iterate
18661:
18662: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
18663: expiring 1
18664:
18665: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
18666:
18667: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
18668: db_connection not bothers with key when not returning expired
18669: data
18670:
18671: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
18672: types/pa_vhashfile.C: db_cursor constructor public now
18673:
18674: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
18675: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
18676: stamped, todo: put_element analize
18677:
18678: * src/: include/pa_db_connection.h, include/pa_string.h,
18679: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
18680: serialize. todo stamp
18681:
18682: 2001-10-23 parser
18683:
18684: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
18685: classes/image.C, classes/mail.C, classes/response.C,
18686: classes/string.C, classes/table.C, classes/xdoc.C,
18687: include/pa_config_fixed.h, include/pa_db_connection.h,
18688: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
18689: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
18690: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
18691: types/pa_vtable.C: ^hashfile.hash[]
18692:
18693: * src/: classes/hashfile.C, classes/xdoc.C,
18694: include/pa_config_fixed.h, main/pa_db_manager.C,
18695: main/pa_globals.C: ifdefs so it compiled without db
18696:
18697: * src/: classes/hashfile.C, include/pa_db_connection.h,
18698: include/pa_db_manager.h, main/pa_db_connection.C,
18699: main/pa_db_manager.C, types/pa_vhashfile.h:
18700: ^hashfile.transaction{code} ^hashfile:clear[filename]
18701: ^hashfile.delete[key]
18702:
18703: 2001-10-22 parser
18704:
18705: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
18706: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
18707:
18708: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
18709: classes/xnode.C, include/pa_charset_connection.h,
18710: include/pa_db_connection.h, include/pa_db_manager.h,
18711: include/pa_exception.h, include/pa_sapi.h,
18712: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18713: include/pa_stylesheet_connection.h,
18714: include/pa_stylesheet_manager.h,
18715: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18716: main/pa_db_connection.C, main/pa_db_manager.C,
18717: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
18718: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18719: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
18720: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
18721: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
18722: types/types.dsp: hashfile 0
18723:
18724: * src/types/pa_vhashfile.C: z
18725:
18726: * src/: classes/classes.dsp, classes/hashfile.C,
18727: include/pa_config_fixed.h, main/execute.C,
18728: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
18729: types/pa_vhashfile.h, types/types.dsp: hashfile -100
18730:
18731: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
18732:
18733: * src/: include/pa_exception.h, include/pa_request.h,
18734: main/execute.C, main/pa_exception.C, main/pa_request.C,
18735: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18736: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
18737:
18738: 2001-10-19 parser
18739:
18740: * src/include/pa_pool.h: header
18741:
18742: * src/main/pa_pool.C: auto compiled on gcc
18743:
18744: * src/classes/image.C: comment
18745:
1.101 moko 18746: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 18747:
18748: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18749: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18750: types/pa_vxnode.h: xnode clone got freed
18751:
18752: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18753: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
18754: can free up xalandomstring resulting from pool::transcode
18755:
18756: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
18757: include/pa_config_fixed.h, include/pa_exception.h,
18758: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
18759: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
18760: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
18761: to c++ exceptions 1xml configure fixed to exclude xalan-patch
18762: from non-xml compile
18763:
18764: * src/main/pa_request.C: pool:: context - get_context
18765:
18766: * src/: classes/classes.h, classes/date.C, classes/double.C,
18767: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18768: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18769: classes/string.C, classes/table.C, classes/void.C,
18770: include/pa_config_fixed.h, include/pa_exception.h,
18771: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
18772: main/compile.C, main/compile_tools.C, main/execute.C,
18773: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
18774: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18775: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18776: main/pa_string.C, main/pa_table.C, main/untaint.C,
18777: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18778: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
18779: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
18780: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
18781: types/pa_vstateless_class.h, types/pa_vtable.C,
18782: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
18783: exceptions 0
18784:
18785: * src/classes/classes.awk: $ removed
18786:
18787: 2001-10-18 parser
18788:
18789: * src/types/pa_vcookie.C: cookie:CLASS
18790:
18791: * src/main/main.dsp: project
18792:
18793: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
18794: set_document & ctor question "who owns document" solved
18795:
18796: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
18797:
18798: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18799: main/pa_pool.C: encoding in dom creating funcs
18800:
18801: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
18802: be transformed now
18803:
18804: * src/classes/xdoc.C: dom created by create can be transformed now
18805:
18806: * src/classes/xdoc.C: z
18807:
18808: * src/classes/xdoc.C: comment
18809:
18810: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
18811: create now uses XercesDocumentBridge, appendChild&co now works
18812:
18813: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
18814: @ recompile
18815:
18816: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
18817: $origin @exception[
18818:
18819: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
18820: tag names forced to XML lang
18821:
18822: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
18823: leechy-found bugs in code&doc fixed
18824:
18825: 2001-10-17 parser
18826:
18827: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
18828: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
18829: n functionality preserved
18830:
18831: * src/types/pa_vimage.h: removed unused vimage::save
18832:
18833: 2001-10-16 parser
18834:
18835: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
18836:
18837: * src/classes/: xnode.C: removed few dom returns & changed op.txt
18838:
18839: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
18840:
18841: * src/classes/image.C: image.copy tolerance
18842:
18843: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
18844: ineffective, but works for small paleted image
18845:
18846: * src/types/pa_vimage.C: comment
18847:
18848: * src/classes/image.C: gd size/resize bugfix
18849:
18850: * src/: classes/classes.dsp, main/main.dsp,
18851: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18852: types/types.dsp: ident >nul 2>&1
18853:
18854: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
18855: systems
18856:
18857: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
18858: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
18859:
18860: 2001-10-15 parser
18861:
18862: * src/main/execute.C: z
18863:
18864: * src/classes/: xdoc.C: !::create{qualifiedName}
18865:
18866: * src/types/pa_vxnode.C: document_type_node.
18867: !readonly attribute DOMString name
18868: !notation_node.
18869: !readonly attribute DOMString publicId
18870: !readonly attribute DOMString systemId
18871:
1.101 moko 18872: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
18873: ::write badly passed string too transparently [failed to
18874: intercept it]
1.95 moko 18875:
18876: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
18877: include/pa_request.h, main/pa_sql_driver_manager.C,
18878: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18879: types/pa_vxnode.h: DOM1 major addtion, only few
18880: attributes/methods left
18881:
18882: 2001-10-13 parser
18883:
18884: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18885: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
18886: in main handler
18887:
18888: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
18889: cleanups & frees order
18890:
18891: * src/types/pa_vcode_frame.h: couple comments
18892:
18893: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
18894: transparent enough to handle hash if creation&passing
18895:
18896: * src/: include/pa_config_fixed.h, main/execute.C,
18897: main/pa_exception.C: noticed that vcodeframe not transparent
18898: enough, would change now
18899:
18900: 2001-10-12 parser
18901:
18902: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
18903: fixed. initialization&free on each thread!
18904:
18905: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
18906: handling changed: now type of default param analized always, not
18907: only at problem time, thus helping early problem spotting
18908:
18909: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
18910: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
18911: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
18912: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
18913: multithread bug fixed. initialization&free on each thread!
18914:
18915: 2001-10-11 parser
18916:
18917: * src/classes/xnode.C: xnode.selectSingle now
18918:
18919: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18920: include/pa_pool.h, include/pa_stylesheet_connection.h,
18921: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
18922: convertors out of Pool into Exception
18923:
18924: * src/main/pa_string.C: const
18925:
18926: * src/: include/pa_string.h, main/pa_string.C: restructured string:
18927: linked pieces of same language together prior to String::replace
18928:
18929: * src/classes/hash.C: !^hash.add[addme]
18930: !^hash.sub[subme]
18931: !^a.union[b] = new
18932: !^a.intersection[b] = new
18933: !^a.intersects[b] = bool
18934:
18935: * src/classes/hash.C: !^hash::append[append_from]
18936:
18937: * src/: classes/hash.C, types/pa_vhash.h:
18938: !^hash::create[[copy_from]]
18939:
18940: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
18941: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
18942: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
18943: fixed. got rid of empty_string, which caused errors - it hasnt
18944: exception but somebody[value.bark] tried to throw it on it's pool
18945:
1.101 moko 18946: * src/include/pa_config_auto.h.in: makes
1.95 moko 18947:
18948: 2001-10-10 parser
18949:
18950: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
18951:
18952: * src/main/: compile.tab.C, compile.y: ^a[
18953:
18954: @next_method << now unclosed ] would be reported here
18955:
18956: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
18957: compile error
18958:
18959: 2001-10-09 parser
18960:
1.101 moko 18961: * src/: classes/Makefile.am, main/Makefile.am,
18962: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 18963:
18964: * src/classes/Makefile.am: makes
18965:
18966: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
18967: win32 errors intercepted [xalan transformer patched and
18968: incorporated]
18969:
18970: * src/: classes/classes.dsp, classes/xdoc.C,
18971: include/pa_stylesheet_connection.h, main/main.dsp,
18972: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18973: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
18974: patches starting
18975:
18976: * src/classes/: string.C, table.C: ^string.save[file]
18977:
18978: * src/classes/: date.C, table.C: calendar moved to date
18979:
18980: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
18981: string/table] now
18982:
18983: * src/classes/: op.C, table.C: z
18984:
18985: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
18986: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
18987: types/pa_vxnode.h: table:menu & op for delims made allowed not to
18988: be code [be string..]
18989:
18990: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
18991: table.C: lots of
18992: params->as_int/double/as_string/as_junction/as_no_junction
18993: messages added
18994:
18995: 2001-10-08 parser
18996:
18997: * src/: classes/date.C, classes/image.C, classes/string.C,
18998: classes/table.C, classes/void.C, include/pa_request.h:
18999: params->as_int/double message added
19000:
19001: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19002:
19003: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19004: image:sector removed image:html internal "line-*" attribs
19005:
19006: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19007: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19008:
19009: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19010: way
19011:
19012: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19013: main/untaint.C: header untainting to UL_HTTP_HEADER,
19014: UL_MAIL_HEADER made nonforced [only tainted pieces]
19015:
19016: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19017: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19018: @ SAPI::log
19019:
19020: * src/main/untaint.C: \r to ' ' in origins mode
19021:
19022: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19023: set]
19024:
19025: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19026: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19027: nonstandard liaison freed up
19028:
19029: 2001-10-07 parser
19030:
19031: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19032: project
19033:
19034: 2001-10-05 parser
19035:
19036: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19037: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19038: from outputing to cerr. lots of "todos"
19039:
19040: * src/main/untaint.C: http_header tainting more gentle with
19041: enquoting now
19042:
19043: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19044: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19045: xml errorhandler. fixed string.replace a little, read @test
19046:
19047: * src/main/pa_string.C: found replace bug - first_that_starts(char
19048: *) does not have limit, and looks further eos, fixing....
19049:
19050: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19051:
19052: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19053:
19054: * src/main/: pa_charset_connection.C: ctype another mem clear
19055: bugfix
19056:
1.101 moko 19057: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19058: $result[^[$p^]z] now works fine
1.95 moko 19059:
19060: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19061: wrong. fixed it
19062:
19063: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19064: of totable appered to be vital
19065:
19066: 2001-10-04 parser
19067:
19068: * src/classes/image.C: ^image.length[text]
19069:
19070: 2001-10-03 parser
19071:
19072: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19073:
19074: * src/main/pa_request.C: restored pcre defaulting in request
19075: [mindlessly "optimized" yesterday] comment left
19076:
19077: 2001-10-02 parser
19078:
19079: * src/: main/pa_charset_manager.C,
19080: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19081: needed
19082:
19083: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19084: forgot non-xml pool.*charset needed
19085:
19086: * src/classes/table.C: # config comments fixed
19087:
19088: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19089: charset_connection #comment now
19090:
19091: * src/: classes/classes.dsp, types/types.dsp: release projects
19092: options fixed to use release msvcrt lib
19093:
19094: * src/main/pa_charset_connection.C: pcre tables now const inside
19095: removed default - pcre handles that internally fixed bug on
19096: not-cleaning tables [previously was calloced, now member]
19097:
19098: * src/: include/pa_request.h, main/pa_charset_connection.C,
19099: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19100: inside removed default - pcre handles that internally fixed bug
19101: on not-cleaning tables [previously was calloced, now member]
19102:
19103: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19104: tested charset reload on file change @ apache version = OK tested
19105: freeing up prev encoding on adding new = OK
19106:
19107: 2001-10-01 parser
19108:
19109: * src/main/pa_charset_connection.C: removed entitify external hack
19110: [internal installed]
19111:
1.101 moko 19112: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19113:
19114: * src/: include/pa_charset_connection.h,
19115: include/pa_charset_manager.h,
19116: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19117: main/pa_charset_connection.C, main/pa_charset_manager.C,
19118: main/pa_request.C: charset loading & caching mech 0
19119:
19120: * src/: include/pa_stylesheet_connection.h,
19121: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19122: main/pa_globals.C, main/pa_request.C: would make charset loading
19123: & caching mech now
19124:
19125: 2001-09-30 parser
19126:
19127: * src/main/pa_request.C: forgot to fill toTable
19128:
19129: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19130: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19131: failed on win32 for now..
19132:
19133: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19134: now charsets table configuration variable is: CHARSETS
19135:
19136: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19137: ctype with unicode 1. todo: no П entities on output somehow
19138:
19139: * src/: classes/file.C, classes/op.C, classes/string.C,
19140: include/pa_request.h, main/pa_request.C: started ctype with
19141: unicode values
19142:
19143: 2001-09-28 parser
19144:
19145: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19146: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19147: string passed AS-IS now
19148:
19149: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19150: way of user-configuring... todo: implement
19151:
19152: 2001-09-27 parser
19153:
19154: * src/classes/table.C: table.sort changed to sort table itself
19155:
19156: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19157: X^.getElementsByTagName[tagname] = array of xnode
19158: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19159: nodes removed - regretfully not supported @ xalan. maybe someday
19160: would reimplement, if needed.
19161:
19162: win32build system: solved long waiting anti-non-started-apache
19163: problem
19164:
19165: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19166: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19167: types/types.dsp: win32 ident make system so not to rebuild
19168: library [ident.C.new]
19169:
19170: 2001-09-26 parser
19171:
19172: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19173: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19174: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19175: types/pa_vxnode.C, types/types.dsp: z
19176:
19177: * src/classes/classes.C: forgot one non-xml check
19178:
1.101 moko 19179: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19180: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19181:
19182: * src/targets/cgi/parser3.C: z
19183:
19184: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19185: targets/isapi/parser3isapi.C: #ifdef SMTP
19186:
19187: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19188: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19189: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19190: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19191: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19192: types/types.dsp: xdoc&xnode now
19193:
19194: * src/: classes/classes.C, classes/classes.awk,
19195: classes/classes.dsp, classes/classes.h, classes/date.C,
19196: classes/dnode.C, classes/dnode.h, classes/dom.C,
19197: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19198: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19199: classes/op.C, classes/response.C, classes/string.C,
19200: classes/table.C, classes/void.C, include/pa_array.h,
19201: include/pa_common.h, include/pa_config_fixed.h,
19202: include/pa_config_includes.h, include/pa_dictionary.h,
19203: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19204: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19205: include/pa_socks.h, include/pa_sql_connection.h,
19206: include/pa_sql_driver_manager.h, include/pa_stack.h,
19207: include/pa_string.h, include/pa_stylesheet_connection.h,
19208: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19209: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19210: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19211: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19212: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19213: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19214: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19215: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19216: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19217: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19218: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19219: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19220: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19221: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19222: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19223: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19224: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19225: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19226: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19227: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19228: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19229: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19230: types/pa_vmethod_frame.h, types/pa_vobject.h,
19231: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19232: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19233: types/pa_vstateless_object.h, types/pa_vstring.C,
19234: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19235: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19236: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19237: main.dsp splitted to main+classes+types along to .am
19238:
19239: * src/classes/Makefile.am: removed useless var
19240:
19241: * src/: classes/classes.cmd, main/main.dsp,
19242: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19243: main.dsp
19244:
19245: 2001-09-25 parser
19246:
19247: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19248: 1251 though, todo ICU
19249:
1.101 moko 19250: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19251: include/pa_stylesheet_connection.h, main/Makefile.am,
1.101 moko 19252: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19253: types/pa_vdom.h: xml configure makes
1.95 moko 19254:
19255: 2001-09-24 parser
19256:
1.101 moko 19257: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19258: types/Makefile.am: makes
1.95 moko 19259:
1.101 moko 19260: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19261:
19262: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19263: started unix makes update
19264:
19265: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19266: started unix makes update
19267:
19268: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19269:
19270: * src/types/pa_value.h: z
19271:
19272: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19273: bugs with usinge hash/table in expressions
19274:
19275: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19276: resolved conflicts fixed [const]
19277:
19278: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19279: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19280: main/compile.C, main/compile.tab.C, main/compile.y,
19281: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19282: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19283: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19284: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19285: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19286: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19287: with before_xml [merge2 actually didn't happen - i've created
19288: tags on wrong branch. so this merge is in fact re-merge]
19289:
19290: 2001-09-21 parser
19291:
19292: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19293: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19294: produced "" in make file and sadly wrong interpreted on load]
19295:
1.101 moko 19296: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19297: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19298: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19299: include/pa_sql_driver_manager.h, include/pa_string.h,
19300: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19301: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19302: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19303:
19304: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19305: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19306: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19307: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19308: main/pa_pool.C, main/pa_request.C,
19309: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19310: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19311: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19312: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19313: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19314: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19315: types/pa_vrequest.C, types/pa_vresponse.h,
19316: types/pa_vstateless_class.C, types/pa_vstring.C,
19317: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19318: created new projects for sql drivers [planning to remove sql
19319: drivers from main cvs project] first, will join latest changes
19320:
19321: * src/classes/: dom.C: defaulted dom writing methods encoding to
19322: pool.get_charset
19323:
19324: * src/classes/dom.C: defaulted dom writing methods encoding to
19325: pool.get_charset
19326:
19327: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19328: pool.get_charset
19329:
19330: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19331: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19332: methods encoding to pool.get_charset
19333:
19334: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19335: transcoder were created right "unsupported encoding" message.
19336: not @ set time, but @ use time, so until xml output functions
19337: .string, .file, .save used - no encoding name check occur
19338:
19339: reduced transcode buffer size to 60 fixed pool cleanup - no
19340: registration needed, pools are officially destructured
19341:
19342: 2001-09-20 parser
19343:
19344: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19345:
19346: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19347: $MAIN:DEFAULTS.content-type[$.charset[here]]
19348:
19349: * src/: classes/dnode.C, classes/dom.C,
19350: include/pa_config_includes.h, include/pa_globals.h,
19351: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19352: main/pa_pool.C, targets/cgi/parser3.dsp,
19353: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19354: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19355: Pool::transcode 0
19356:
19357: * src/classes/dom.C: dom. string save file moved output xml options
19358: to last param and made it optional
19359:
19360: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19361: dnodes
19362: !$attributenode.specified = boolean
19363: true if the attribute received its value explicitly
19364: in the XML document,
19365: or if a value was assigned programatically with the
19366: setValue function.
19367: false if the attribute value came from the default value
19368: declared in the document's DTD.
19369: !$pinode.target = target of this processing instruction
19370: XML defines this as being the first token following the
19371: markup
19372: that begins the processing instruction.
19373: XPath:
19374: !^node.select[xpath/query/expression] = hash of 0->node0
19375: 1->node1
19376: !^node.select-single[xpath/query/expression] = first node if
19377: any
19378:
19379: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19380: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19381: some 'const's added
19382:
19383: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19384: expression context now, there value = size and boolean value
19385: size!=0
19386:
19387: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19388: can be used in expression context now, there value = size and
19389: boolean value size!=0
19390:
19391: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19392: types/pa_vstring.h: dnode .file .string .save moved back to dom
19393: due to strange xalan bug
19394:
19395: 2001-09-18 parser
19396:
19397: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19398: classes/image.C, classes/op.C, classes/table.C,
19399: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19400: include/pa_sql_driver_manager.h, main/compile.C,
19401: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19402: main/execute.C, main/pa_common.C, main/pa_request.C,
19403: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19404: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19405: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19406: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19407: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19408: before_xml branch ^if(def $hash) now true only when
19409: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19410:
19411: * src/: classes/op.C, main/execute.C: operators self changed to
19412: root ^for variable context changed to self
19413:
19414: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19415: dnode 1
19416:
19417: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19418: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19419:
19420: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19421: poly* fixed
19422:
19423: 2001-09-17 parser
19424:
19425: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19426: types/pa_vdom.h: started dnode+dom
19427:
19428: dnode DOM methods: $node.name $node.value
19429: ...others...
19430:
19431: ^node.xpath[/rates/USD] = hash
19432: $hash[
19433: $.0[node0]
19434: $.1[node1]
19435: ]
19436:
19437: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
19438: applies to all linear primitives
19439:
19440: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
19441: include/pa_stylesheet_connection.h, main/main.dsp,
19442: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
19443: types/pa_vimage.h: started dnode DOM: $node.name
19444: $node.value ...others... ^node.xpath[/rates/USD] = hash
19445: dom(dnode)
19446:
19447: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
19448: main/compile.y, main/compile_tools.h, main/execute.C,
19449: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
19450: in expression compound($aa.zz.xx) names now can have minus '-' in
19451: name after '.'
19452:
19453: 2001-09-15 parser
19454:
19455: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
19456: image: $line-width ^line(...)[**** style]
19457:
19458: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
19459: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
19460: pool_storage - cleanups first, allocations second. apache wisely
19461: does just like that
19462:
19463: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
19464: rewritten using template, no bugs now
19465:
19466: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
19467: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19468: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
19469: poorly started isapi pool_storage, would rewrite using template
19470: now
19471:
19472: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
19473: include/pa_stylesheet_connection.h, main/main.dsp,
19474: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19475: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
19476: xalan objects freed up [introducing Pool::register_cleanup]
19477:
19478: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
19479: comments
19480:
19481: 2001-09-14 parser
19482:
19483: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
19484: z
19485:
19486: * src/: classes/dom.C, classes/file.C, classes/image.C,
19487: classes/mail.C, include/pa_common.h,
19488: include/pa_sql_driver_manager.h, include/pa_string.h,
19489: include/pa_stylesheet_connection.h,
19490: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19491: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
19492: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
19493: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
19494: compiled&cached
19495:
19496: 2001-09-13 parser
19497:
19498: * src/: classes/dom.C, classes/file.C, classes/image.C,
19499: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
19500:
19501: * src/classes/dom.C: dom:file content-type(.method)
19502:
19503: * src/: include/pa_common.h, include/pa_globals.h,
19504: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
19505: string now more informative error messages
19506:
19507: * src/: include/pa_globals.h, include/pa_request.h,
19508: main/pa_request.C, targets/cgi/parser3.C,
19509: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
19510: ParserSiteConfig .../parser3.conf
19511:
19512: cgi&isapi looks for {configure|c:\windows}/parser3.conf
19513:
19514: 2001-09-12 parser
19515:
19516: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19517: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
19518: precise error reporting: "connection string must start with
19519: protocol://" now
19520:
19521: * src/main/compile.tab.C: fixed - subname code parts actually []
19522: braced
19523:
19524: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
19525: lexer on LS_USER level did [] matching without setting nestage,
19526: introduced special LS_NAME_SQUARE_PART state
19527:
19528: 2001-09-11 parser
19529:
19530: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
19531: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
19532: languages+=xml
19533:
19534: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
19535:
19536: * src/classes/dom.C: ^dom:save/string/file[output options] output
19537: options: $.method[xml|html|text] detection fixed
19538:
19539: * src/types/pa_vdom.h: messages
19540:
19541: * src/classes/dom.C: ^dom:save/string/file[output options] output
19542: options: $.method[xml|html|text] detection fixed
19543:
19544: 2001-09-10 parser
19545:
19546: * src/classes/dom.C: ^dom:save/string/file[output options] output
19547: options: $.method[xml|html|text] $.encoding[windows-1251|...]
19548:
19549: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
19550: added]
19551:
19552: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19553: ^dom.xslt[stylesheet filename] 0
19554:
19555: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19556: ^dom.xslt[stylesheet filename] -1 doc is lying
19557:
19558: * src/classes/dom.C: ^dom.file[encoding] = file
19559:
19560: * src/classes/: dom.C: ^dom.string[encoding] 1
19561: ^dom.save[encoding;filename]
19562:
19563: * src/classes/dom.C: ^dom.string[] 0
19564:
19565: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
19566:
19567: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
19568: types/pa_vform.h: ^dom.save[b.xml] 0
19569:
19570: 2001-09-08 parser
19571:
19572: * src/types/pa_vform.C: $form:tables.name.field
19573:
19574: 2001-09-07 parser
19575:
19576: * src/classes/table.C: table:empty removed, superceded by ^if(def
19577: $table)...
19578:
19579: * src/targets/cgi/parser3.C: z
19580:
19581: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
19582: from '' to int/double is 0]
19583:
19584: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
19585: $table) is false when table is empty
19586:
19587: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
19588: !$form:tables $atable[$form:tables.a]
19589: ^atable.menu{a=$atable.element}[,]
19590:
19591: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
19592: types/pa_vform.h, types/pa_vhash.h: !$form:fields
19593:
1.101 moko 19594: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19595: types/pa_vdom.h, types/pa_vform.C: merged with successful start
19596: of dom
19597:
19598: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
19599: types/pa_vform.C, types/pa_vform.h: z
19600:
19601: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
19602: element [not last]
19603:
1.101 moko 19604: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19605: types/pa_vdom.h: introducing dom. dom:load[a.xml]
19606:
19607: 2001-09-06 parser
19608:
19609: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19610: table with one column 'element' and two rows: 1 and 2
19611:
19612: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19613: table with one column 'element' and two rows: 1 and 2
19614:
19615: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
19616: bad int/double conversions, and now $form:nonexistent.int(88)
19617: would return 88
19618:
19619: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
19620: types/pa_vhash.h: now there's special hash key '_default'
19621: [instead of ^_default method] $hash[ $.a[1] $.b[2]
19622: $._default[xx] ] $hash.c
19623:
19624: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
19625: fixed [thanks, fif], ^; were treated there non-literally
19626:
19627: * src/doc/doxygen.cfg: merged new default options from 1.2.10
19628: doxygen
19629:
19630: * src/: classes/image.C, classes/op.C, classes/string.C,
19631: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
19632: types/pa_vtable.C: few #ifndef DOXYGEN
19633:
19634: 2001-09-05 parser
19635:
19636: * src/classes/: string.C, table.C: sql options can be void [same as
19637: image:html the other day]
19638:
19639: * src/targets/cgi/Makefile.am: .am undo
19640:
19641: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19642: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
19643: macro expantion on param, simply qoutes whatever passed, undone
19644:
19645: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19646: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
19647: STRINGIZE(name) #name invented
19648:
19649: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19650: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
19651: MAIN_SQL_DRIVERS_NAME "drivers"
19652:
19653: moved to be availible to all users
19654:
19655: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
19656: SQL_DRIVER_CREATE_FUNC_NAME
19657:
19658: * src/classes/mail.C: MAIN:MAIL check fixed
19659:
19660: 2001-09-04 parser
19661:
19662: * src/classes/image.C: image.html now can accept void params
19663:
19664: * src/targets/isapi/parser3isapi.C: z
19665:
19666: * src/targets/cgi/parser3.C: full_file_spec bug
19667:
19668: * src/targets/cgi/parser3.C: getenvcheck
19669:
19670: * src/targets/cgi/parser3.C: zz
19671:
19672: * src/targets/cgi/parser3.C: zzz
19673:
19674: * src/classes/date.C: date
19675:
19676: * src/classes/date.C: date:sql-string is now without ''
19677:
1.101 moko 19678: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 19679: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
19680: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
19681:
1.101 moko 19682: * src/include/pa_config_auto.h.in: makes
1.95 moko 19683:
19684: 2001-09-03 parser
19685:
19686: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
19687:
19688: 2001-09-01 parser
19689:
19690: * src/classes/image.C: letter_spacing
19691:
19692: * src/classes/image.C: image: font params changed
19693:
19694: * src/classes/image.C: image: as_int as_string used
19695:
19696: * src/types/pa_vmethod_frame.h: $result[] now gets properly
19697: analized
19698:
19699: 2001-08-31 parser
19700:
19701: * src/targets/cgi/parser3.C: z
19702:
1.101 moko 19703: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
19704: cygwin
1.95 moko 19705:
19706: * src/classes/void.C: void:int/double += (default)
19707:
19708: * src/classes/image.C: image:font added space param image:font
19709: changed charwidth alg, added kerning const[for now]
19710:
19711: * src/classes/: string.C, table.C: string:int/double (defaults)
19712:
19713: 2001-08-29 parser
19714:
19715: * src/main/pa_exception.C: exception redundant debug info
19716:
19717: 2001-08-28 parser
19718:
19719: * src/classes/image.C: image error msgs
19720:
19721: * src/classes/image.C: image: gifsize little endian
19722:
19723: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
19724: doxygeneration
19725:
19726: * src/: classes/Makefile.am, main/Makefile.am,
19727: targets/cgi/Makefile.am, types/Makefile.am: .am-s
19728:
19729: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
19730: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
19731:
19732: * src/main/compile.C: NO_STRING_ORIGIN check2
19733:
19734: * src/classes/table.C: NO_STRING_ORIGIN check
19735:
19736: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
19737: storage class specifiers invalid in friend function declarations
19738:
19739: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
19740: main/untaint.C, targets/cgi/parser3.C,
19741: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
19742: case of limit
19743:
19744: * src/: classes/file.C, main/pa_common.C: file:move
19745: autocreate/remove dest/src dir
19746:
19747: * src/: classes/string.C, include/pa_dictionary.h,
19748: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
19749: main/untaint.C: pa_directory speeded up. moved zero 'from' check
19750: to directory constructor. string:replace
19751:
19752: 2001-08-27 parser
19753:
19754: * src/classes/image.C: fixed jpgsize alg
19755:
19756: * src/classes/image.C: fixed jpgsize alg
19757:
19758: * src/main/pa_exception.C: z
19759:
19760: * src/main/pa_common.C: removed debug info from pa_common
19761:
19762: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
19763: [auto.p from current dir loading]
19764:
1.101 moko 19765: * src/: main/pa_common.C, main/pa_exception.C,
19766: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
19767: for solaris -lsocket
1.95 moko 19768:
19769: 2001-08-24 parser
19770:
19771: * src/targets/cgi/parser3.C: not cgi extra \n 3
19772:
19773: * src/targets/cgi/parser3.C: not cgi extra \n 2
19774:
19775: * src/targets/cgi/parser3.C: not cgi extra \n
19776:
19777: * src/main/pa_sql_driver_manager.C: z
19778:
19779: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
19780: sql* removed services from disconnect - cross-request ideological
19781: probs.
19782:
19783: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
19784: cross-request ideological probs. oracle - fixed bug: cs
19785: allocated on request.pool and got freed before disconnect
19786:
19787: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
19788: mallocs fixed
19789:
19790: 2001-08-23 parser
19791:
19792: * src/classes/file.C: minor bug in file:save fixed
19793:
19794: * src/main/pa_sql_driver_manager.C: oracle: dlink
19795:
19796: 2001-08-22 parser
19797:
19798: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
19799: types/pa_vfile.h: file:load|save[text|binary;
19800:
19801: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
19802:
19803: 2001-08-21 parser
19804:
19805: * src/classes/: file.C, table.C: ^file:list
19806:
19807: 2001-08-20 parser
19808:
19809: * src/: main/compile.tab.C, main/compile.y,
19810: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
19811: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
19812: recousively caused problems: inc incremeted 123 literal!! fixed
19813:
19814: 2001-08-10 parser
19815:
19816: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
19817:
19818: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19819: added
19820:
19821: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19822: added
19823:
19824: * src/classes/table.C: table:sort restored [it was bad test :(]
19825:
19826: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
19827: ''
19828:
19829: * src/main/: pa_request.C: wanted to make const int
19830: MAX_EXECUTE_SECONDS=1;
19831:
19832: but couldnt, set_callback_and_alarm appeared to be not exported
19833: :(
19834:
19835: * src/main/pa_string.C: string.match hanged on. there were a hang
19836: check but it weren't wise enough
19837:
19838: @parse[dateString][tmp]
19839: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
19840: #end
19841:
19842: @main[] ^parse[2001-02-03]
19843:
19844: * src/classes/: table.C: table:sort now default desc
19845:
19846: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19847: table.sort now creates new sorted table
19848:
19849: 2001-08-09 parser
19850:
19851: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
19852:
19853: * src/classes/hash.C: hash:_default now [was hash:default]
19854:
19855: * src/classes/op.C: case without switch check added
19856:
19857: * src/types/pa_vcookie.C: cookie name&value origins added, more
19858: precise $ORIGINS(1)
19859:
19860: * src/main/Makefile.am: .am
19861:
19862: * src/classes/void.C: void: int double copy/paste from int: bug
19863: fixed
19864:
19865: * src/classes/void.C: void: int double copy/paste from int: bug
19866: fixed
19867:
19868: 2001-08-07 parser
19869:
19870: * src/: classes/double.C, classes/int.C, classes/string.C,
19871: classes/table.C, include/pa_globals.h, main/pa_globals.C:
19872: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
19873: string, table
19874:
19875: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
19876: srand made working
19877:
19878: 2001-08-06 parser
19879:
19880: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
19881: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
19882: main/compile.tab.C, main/compile.y, main/pa_array.C,
19883: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
19884: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
19885:
19886: * src/main/pa_exec.C: exec win32 real filename
19887:
19888: * src/classes/file.C: exec stderr out
19889:
19890: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
19891:
19892: 2001-08-03 parser
19893:
19894: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
19895:
19896: 2001-08-02 parser
19897:
19898: * src/: classes/string.C, classes/table.C, include/pa_array.h,
19899: main/execute.C, main/pa_exec.C: introducing Array_iter
19900:
19901: * src/main/execute.C: detected quick_get recursion bug. changed to
19902: get@execute, but needs array iterator, separate from array to
19903: avoid it & use caching
19904:
19905: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
19906: bug fixed
19907:
19908: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
19909: main/execute.C, main/pa_globals.C: found another multithread bug
19910: in op.C (last, last global var killed) :)
19911:
19912: 2001-08-01 parser
19913:
19914: * src/: include/pa_dictionary.h, include/pa_globals.h,
19915: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
19916: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19917: main/untaint.C: speeded up typo-html replacements. introducing
19918: Dictionary with first-char caching
19919:
19920: 2001-07-31 parser
19921:
19922: * src/types/Makefile.am: pa_vtable.C added to .am
19923:
19924: * src/main/compile.tab.C: added, so that could be compiled even on
19925: non-bison-enabled platforms
19926:
19927: 2001-07-28 parser
19928:
19929: * src/classes/table.C: table:hash always produces hash, when can't
19930: - empty
19931:
19932: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
19933: skipped \n
19934:
19935: 2001-07-27 parser
19936:
19937: * src/classes/: double.C, int.C, string.C: provided meaningful msg
19938: on int/double/string :sql without result and default
19939:
19940: 2001-07-26 parser
19941:
19942: * src/classes/op.C: fixed bad multithread bug with strangly global
19943: OP
19944:
19945: * src/main/compile.y: $man[$.age[zzz]] 0
19946:
19947: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
19948: creation syntax problem persists. restored $: for a while.
19949: thinking of $man[$.age[zzz]] syntax now
19950:
19951: * src/: classes/double.C, classes/int.C, classes/string.C,
19952: include/pa_opcode.h, main/compile.C, main/compile.y,
19953: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
19954: types/pa_vmethod_frame.h, types/pa_wcontext.h,
19955: types/pa_wwrapper.h: fixing :: realization #1
19956:
19957: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
19958: main/compile_tools.h, main/execute.C, main/pa_request.C,
19959: types/pa_vmethod_frame.h: introducing :: this is constructor call
19960: prefix. ordinary : remains for static accesses
19961:
19962: 2001-07-25 parser
19963:
19964: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
19965: fields 2. methods 3. columns
19966:
19967: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
19968: quote. optimized double&int tostring-s
19969:
19970: * src/main/: compile.C, compile.y, compile_tools.h: allowed
19971: whitespace before first method decl
19972:
19973: * src/classes/table.C: allowed nontable result in table:sql,
19974: results in empty table
19975:
19976: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
19977: lines before first method decl
19978:
19979: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
19980: types/pa_vtable.h: ^table.record[] now $table.fields
19981:
19982: * src/main/compile.y: $var[] is now empty string, not void
19983:
19984: * src/main/: compile.y, execute.C: $var[] is now empty string, not
19985: void
19986:
19987: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
19988: main/pa_globals.C: match replace code context moved to implicit
19989: $match context
19990:
19991: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
19992: main/compile_tools.h, main/execute.C: with killed, code storage
19993: introduced with former 'with' syntax
19994:
19995: 2001-07-24 parser
19996:
19997: * src/: main/compile.C, main/execute.C, main/pa_string.C,
19998: types/pa_value.h: first get_element, next get operator
19999:
20000: * src/main/compile.y: removed @end handling
20001:
20002: * src/main/: compile.C, compile.y: @end handling method2
20003:
20004: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20005: file:move
20006:
20007: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20008: fixed
20009:
20010: 2001-07-23 parser
20011:
20012: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20013: driver
20014:
20015: * src/classes/hash.C: changed sql driver query interface
20016:
20017: * src/: classes/hash.C, classes/string.C, classes/table.C,
20018: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20019: changed sql driver query interface
20020:
20021: 2001-07-20 parser
20022:
20023: * src/types/pa_vrequest.C: X!$browser:type
20024:
20025: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20026: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20027: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20028: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20029: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20030: types/pa_vobject.h, types/pa_vrequest.C,
20031: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20032: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20033: BASE element globally removed
20034:
20035: 2001-07-18 parser
20036:
20037: * src/classes/file.C: file:exec/cgi msg
20038:
20039: * src/classes/file.C: $file:exit-code renamed to 'status'
20040:
20041: * src/: classes/file.C, main/pa_exec.C: file:exec
20042:
1.101 moko 20043: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20044: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20045: removed $id from *.in *.am
1.95 moko 20046:
20047: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20048: abbrevations
20049:
20050: * src/: classes/date.C, classes/mail.C, classes/math.C,
20051: classes/string.C, classes/table.C, include/pa_globals.h,
20052: include/pa_string.h, main/execute.C, main/pa_globals.C,
20053: main/pa_request.C, main/pa_string.C, main/untaint.C,
20054: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20055: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20056: $ORIGINS(1) output tracing mode
20057:
20058: 2001-07-13 parser
20059:
20060: * src/: classes/double.C, classes/int.C, classes/string.C,
20061: include/pa_request.h, main/execute.C, main/pa_request.C:
20062: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20063: second would not call first @auto
20064:
20065: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20066: wrong, fixed
20067:
20068: 2001-07-12 parser
20069:
20070: * src/types/pa_value.h: pa_value.putelement modification of system
20071: classes prevented
20072:
20073: 2001-07-11 parser
20074:
20075: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20076: table $piece
20077:
20078: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20079: types/pa_vstateless_class.h: $file created by file:state +=
20080: .atime .mtime .ctime +found&fixed bug with exceptions on
20081: get_junction-created objects [they were on wrong pool]
20082:
20083: 2001-07-09 parser
20084:
20085: * src/main/untaint.C: qp wrong name
20086:
20087: * src/: classes/date.C, classes/string.C, classes/table.C,
20088: main/compile.y: date format 0
20089:
20090: 2001-07-07 parser
20091:
20092: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20093: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20094: roll table calendar
20095:
20096: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20097: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20098: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20099: include/pa_request.h, main/main.dsp, types/pa_value.h,
20100: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20101: string. todo: sql, calendar
20102:
20103: 2001-07-06 parser
20104:
20105: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20106: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20107:
20108: 2001-07-03 parser
20109:
20110: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20111: classes/random.C, main/main.dsp: class random renamed to math,
20112: operators became methods
20113:
20114: * src/classes/op.C: pow sqrt
20115:
20116: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20117:
20118: 2001-07-02 parser
20119:
20120: * src/classes/table.C: ^table.columns column renamed from 'name' to
20121: 'column'
20122:
20123: * src/classes/hash.C: ^hash.keys[]
20124:
20125: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20126:
20127: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20128: 'strings'
20129:
20130: 2001-06-29 parser
20131:
20132: * src/main/: execute.C: /0 %0 checkes ver 2
20133:
20134: * src/main/execute.C: /0 %0 checke
20135:
20136: * src/classes/Makefile.am: nothing - void
20137:
20138: * src/classes/table.C: empty strings @ sql
20139:
20140: 2001-06-28 parser
20141:
20142: * src/: classes/double.C, classes/file.C, classes/form.C,
20143: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20144: classes/op.C, classes/random.C, classes/response.C,
20145: classes/string.C, classes/table.C, classes/void.C,
20146: main/compile.C, main/compile_tools.C, main/execute.C,
20147: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20148: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20149: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20150: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20151: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20152: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20153: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20154: $";
20155:
20156: * src/: classes/double.C, classes/file.C, classes/form.C,
20157: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20158: classes/op.C, classes/random.C, classes/response.C,
20159: classes/string.C, classes/table.C, classes/void.C,
20160: main/compile.C, main/compile.y, main/compile_tools.C,
20161: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20162: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20163: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20164: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20165: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20166: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
20167:
20168: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20169: $class:name: == ${class:name}:
20170:
20171: * src/classes/string.C: exactly one
20172:
20173: 2001-06-27 parser
20174:
20175: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20176: types/pa_vvoid.h: nothing renamed to void
20177:
20178: * src/classes/op.C: ^switch ^case
20179:
20180: * src/main/compile.y: nothing renamed to void
20181:
20182: * src/: classes/hash.C, classes/table.C, main/compile.y,
20183: main/execute.C, main/main.dsp, main/pa_request.C,
20184: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20185: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20186: void
20187:
20188: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20189:
20190: 2001-05-28 parser
20191:
20192: * src/doc/html2chm.cmd: removed >a
20193:
20194: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20195: project options [some bugs]
20196:
20197: * src/doc/sources2html.cmd: z
20198:
20199: * src/: classes/classes.C, main/compile.C, main/compile.y,
20200: main/execute.C: operators are not in root class again
20201:
20202: 2001-05-24 parser
20203:
20204: * src/targets/cgi/parser3.dsp: project file
20205:
20206: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20207: ^log ^exp
20208:
20209: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20210: conversions in @exception[params]
20211:
20212: * src/main/pa_request.C: // no _ conversions in @exception[params]
20213:
20214: 2001-05-23 parser
20215:
20216: * src/main/pa_string.C: string cmp bug
20217:
20218: * src/classes/: mail.C, op.C: rem max 1000
20219:
20220: * src/: classes/op.C, main/compile.y: allow one empty line before
20221: LS_DEF_NAME
20222:
20223: 2001-05-22 parser
20224:
20225: * src/classes/op.C: if params code-required
20226:
20227: 2001-05-21 parser
20228:
20229: * src/types/pa_vstring.C: eoleof
20230:
20231: * src/classes/Makefile.am: .AM
20232:
20233: * src/classes/nothing.C: resultless ^sql moved to nothing:
20234:
20235: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20236:
20237: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20238: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20239: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20240: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20241: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20242: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20243: 'nothing'
20244:
20245: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20246: vstring::set_string
20247:
20248: * src/classes/: double.C, int.C, string.C: int,double;sql
20249:
20250: * src/: classes/hash.C, classes/int.C, classes/string.C,
20251: classes/table.C, include/pa_string.h, main/pa_string.C,
20252: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20253:
20254: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20255: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20256: hash:sql moved to main trunc. operators.txt updated
20257:
20258: * src/classes/: hash.C, op.C, table.C: hash:sql
20259:
20260: * src/classes/op.C: z
20261:
20262: * src/: main/compile.C, classes/classes.C: 1
20263:
20264: * src/: classes/classes.C, main/compile.C, main/compile.y,
20265: main/execute.C: 0
20266:
20267: * src/main/execute.C: z
20268:
20269: * src/targets/cgi/parser3.C: z
20270:
20271: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20272: site_auto_path "." in that case
20273:
20274: * src/targets/cgi/: parser3.C: z
20275:
20276: * src/main/pa_request.C: .am
20277:
20278: * src/: main/pa_request.C, targets/cgi/parser3.C:
20279: pcre_tables=pcre_default_tables;
20280:
20281: 2001-05-19 parser
20282:
20283: * src/main/pa_string.C: z
20284:
20285: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20286: introducing String::cstr_bufsize, returns just size+1 for as_is
20287: target.
20288:
20289: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20290: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20291: used, 4* mem wasted
20292:
20293: * src/classes/string.C: root context in match replace body now
20294: unchanged
20295:
20296: * src/types/pa_value.h: parameter # 1 based
20297:
20298: * src/main/pa_common.C: common: actual filename '%s'
20299:
20300: * src/classes/string.C: z
20301:
20302: * src/classes/Makefile.am: classes/.am
20303:
20304: * src/classes/: Makefile.am: classes/.am
20305:
20306: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20307: targets/cgi/pa_pool.C: classes/.am
20308:
20309: 2001-05-18 parser
20310:
1.101 moko 20311: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20312: pa_threads.C ins
1.95 moko 20313:
20314: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20315:
20316: 2001-05-17 parser
20317:
20318: * src/: classes/string.C, include/pa_config_fixed.h,
20319: include/pa_config_includes.h, main/compile.y,
20320: main/compile_tools.h, main/execute.C, main/pa_array.C,
20321: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20322: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20323: types/pa_vform.C: #include "pa_config_includes.h" removed from
20324: most .C
20325:
20326: * src/doc/html2chm.cmd: z
20327:
20328: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20329: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20330:
20331: * src/main/pa_sql_driver_manager.C: moved expiration to
20332: get_connection_from_cache
20333:
20334: * src/main/pa_sql_driver_manager.C: cache expiration bf
20335:
20336: * src/: classes/classes.h, include/pa_sql_connection.h,
20337: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20338: cache expiration[use SQL_Driver::disconnect]
20339:
20340: * src/main/pa_table.C: table.locate current restored on "not found"
20341:
20342: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20343: line no
20344:
20345: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20346: ANTI_ENDLESS_EXECUTE_RECOURSION
20347:
20348: * src/: classes/op.C, include/pa_sql_connection.h,
20349: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20350: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20351: 1driver and set_services fight for driver::fservices. before fix
20352:
20353: * src/: classes/op.C, include/pa_config_fixed.h,
20354: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20355: main/pa_sql_driver_manager.C: found problem at last: 2connections
20356: own 1driver and set_services fight for driver::fservices. before
20357: fix
20358:
20359: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20360: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20361: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20362: pa_threads.C
20363:
20364: * src/include/pa_threads.h: removed targets/parser
20365:
20366: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20367: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20368: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20369: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20370: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20371: headers
20372:
20373: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20374: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20375: order prevented sqlmanager to see MULTYTHREAD define
20376:
20377: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20378: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20379: put/gets
20380:
20381: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20382: from hash.h
20383:
20384: * src/: classes/op.C, include/pa_sql_connection.h,
20385: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20386: from cache ->set_services(&services);
20387:
20388: 2001-05-16 parser
20389:
20390: * src/targets/cgi/parser3.C: z
20391:
20392: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20393: debug, #ifdefed some. would debug later, on more precise sample
20394: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20395: $name.$tail[$tail!] $name.$tail } ok3
20396:
20397: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20398: removed array debug. before vstring rebasing
20399:
20400: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20401: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20402: array debugged; adjusted
20403:
20404: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20405: SQL_Driver_manager line no for connect/charset errors
20406:
20407: 2001-05-15 parser
20408:
20409: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20410: main/pa_string.C: string+array made linear grows
20411:
20412: * src/: include/pa_string.h, main/pa_string.C,
20413: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20414: grow lineary, not exponentialy
20415:
20416: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20417: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20418: with fullchunk cmps
20419:
20420: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20421: 70041= 81
20422:
20423: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20424: targets/cgi/parser3.C: detected huge mem allocation: size/times
20425: malloc 27809390/368771, calloc 3232/83. would test now
20426:
20427: * src/: classes/random.C, main/compile.y, main/execute.C,
20428: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20429: numbered params had wrong name - for instance: bad error message
20430: in ^for[] bad body type. fixed
20431:
20432: 2001-05-14 parser
20433:
20434: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20435: main/untaint.C: ^string.upper|lower[]
20436:
20437: 2001-05-11 parser
20438:
20439: * src/: classes/double.C, classes/image.C, classes/op.C,
20440: classes/string.C, classes/table.C, classes/unknown.C,
20441: main/execute.C, types/pa_value.h, types/pa_vbool.h,
20442: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
20443: types/pa_vunknown.h: op: MAX_LOOPS as_int
20444:
20445: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
20446: .dsp for win32tools
20447:
20448: 2001-05-11 paf
20449:
20450: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
20451: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
20452: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
20453: targets/isapi/kill.pl: moved win32 helpers to /win32tools
20454:
20455: 2001-05-10 paf
20456:
20457: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
20458: for C++, that's all
20459:
1.101 moko 20460: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
20461: pa_config_includes.h: inline wonders
1.95 moko 20462:
20463: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
20464: doc/doxygen.cmd: hash.C added
20465:
20466: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
20467:
20468: * src/main/compile.y: @end grammar: allowed zero strings in control
20469: menthod
20470:
20471: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
20472: pa_vstateless_object.h: changed priority: field before method
20473: lookup in vclass & vobject
20474:
20475: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
20476: grammar: priorities changes [lowerd && prior] vobject: now first
20477: fields, next methods
20478:
20479: 2001-05-08 paf
20480:
20481: * src/main/pa_table.C: table columnname2item on nameless ignored
20482: bark=false. fixed
20483:
20484: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
20485: types/pa_vmethod_frame.h: hash:default works at last!
20486:
20487: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
20488: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
20489: hash:default
20490:
20491: * src/classes/table.C: z
20492:
20493: * src/classes/table.C: table:hash always hash of hash now
20494:
20495: * src/classes/table.C: table:empty return bool now
20496:
20497: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
20498: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20499: types/pa_vtable.h: table:hash
20500:
20501: * src/classes/table.C: table:record have name
20502:
20503: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
20504: returns vunknown
20505:
20506: * src/classes/: double.C, int.C, op.C, string.C:
20507: int,double,string:int[] double[] string:length[] results now have
20508: hames
20509:
20510: * src/: classes/op.C, classes/table.C, main/main.dsp,
20511: types/pa_vtable.h: removed table:find. table:locate and op:eval
20512: now return bool
20513:
20514: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
20515: in method checkparams again. fixed
20516:
20517: 2001-05-07 paf
20518:
20519: * src/doc/chm.cmd: cmd
20520:
20521: * src/: classes/image.C, classes/mail.C, classes/string.C,
20522: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
20523: types/pa_value.h: method reported errors on wrong pool
20524:
20525: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
20526: now
20527:
20528: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
20529: include/code.h, include/pa_opcode.h, main/compile.C,
20530: main/compile_tools.h, main/execute.C, types/pa_value.h,
20531: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20532: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20533: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
20534: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20535: types/pa_vmethod_frame.h, types/pa_vobject.h,
20536: types/pa_vrequest.h, types/pa_vresponse.h,
20537: types/pa_vstateless_class.h, types/pa_vstring.h,
20538: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20539: types/pa_wwrapper.h: pa_code.h
20540:
20541: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
20542:
20543: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
20544: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
20545: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20546: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
20547: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20548: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
20549: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
20550: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
20551: types/pa_vtable.h: dox, split by not clean parts also
20552:
20553: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20554: types/pa_vtable.h: table: fields, then methods. so to enable
20555: 'dir' fields & co. more
20556:
20557: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
20558: so to enable 'dir' fields & co.
20559:
20560: * src/main/compile.y: grammar: @end
20561:
20562: 2001-05-04 paf
20563:
20564: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20565: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
20566:
20567: * src/: classes/classes.h, classes/double.C, classes/file.C,
20568: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20569: classes/op.C, classes/random.C, classes/response.C,
20570: classes/string.C, classes/table.C, classes/unknown.C,
20571: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
20572: method dox
20573:
20574: 2001-05-03 paf
20575:
20576: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
20577: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20578: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
20579: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20580: doc/string.dox, doc/targets.dox, doc/value.dox,
20581: main/pa_request.C: dox splitted .dox files and added some
20582:
20583: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
20584:
20585: 2001-05-02 paf
20586:
20587: * src/classes/: image.C, table.C: table:dir result are not tainted
20588: by file_name language now
20589:
20590: 2001-04-28 paf
20591:
20592: * src/classes/classes.inc: removed classes.inc
20593:
20594: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
20595: from .am
20596:
20597: * src/classes/classes.awk: skipped classes in .awk
20598:
20599: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
20600: classes/classes.inc, classes/double.C, classes/file.C,
20601: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
20602: classes/string.C, classes/table.C, classes/unknown.C,
20603: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
20604: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
20605: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
20606: pa_methoded back to classes/classes.h
20607:
20608: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
20609:
20610: * src/: classes/Makefile.am, classes/classes.awk,
20611: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
20612: classes/ls.exe, main/bison.exe: classes.inc autogenerator
20613:
20614: * src/: classes/classes.C, classes/classes.h, classes/double.C,
20615: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
20616: classes/response.C, classes/string.C, classes/table.C,
20617: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
20618: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
20619: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
20620: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
20621: include|main/pa_methoded
20622:
20623: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
20624: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
20625:
20626: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
20627: moved some configured data to request::classes_conf moved some
20628: string crations from globals to M... [works]
20629:
20630: * src/: classes/form.C, classes/mail.C, classes/op.C,
20631: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
20632: main/pa_request.C: moved some configured data to
20633: request::classes_conf moved some string crations from globals to
20634: M...
20635:
20636: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
20637: about to move configured data to special request hash
20638:
20639: * src/: classes/classes.C, classes/classes.h, classes/file.C,
20640: classes/form.C, classes/mail.C, include/pa_request.h,
20641: main/pa_request.C: configure started
20642:
20643: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
20644: 2. todo: methoded-configure
20645:
20646: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
20647: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20648: classes/_random.h, classes/_response.h, classes/_string.h,
20649: classes/_table.h, classes/_unknown.h, classes/classes.inc,
20650: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
20651: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20652: classes/random.C, classes/response.C, classes/string.C,
20653: classes/table.C, classes/unknown.C, include/pa_globals.h,
20654: include/pa_request.h, main/compile.y, main/execute.C,
20655: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20656: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20657: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
20658: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
20659: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
20660: types/pa_vrequest.h, types/pa_vresponse.h,
20661: types/pa_vstateless_class.h, types/pa_vstring.h,
20662: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20663: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
20664: methoded-configure
20665:
20666: * src/: classes/file.C, classes/table.C, main/compile.y,
20667: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
20668: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
20669: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
20670:
20671: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
20672: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
20673: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20674: classes/random.C, classes/response.C, classes/string.C,
20675: classes/table.C, classes/unknown.C, include/pa_request.h,
20676: main/compile.y, main/execute.C, main/pa_globals.C,
20677: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
20678: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20679: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
20680: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
20681: beautifying just compiled. todo: debug, configure
20682:
20683: 2001-04-27 paf
20684:
20685: * src/: classes/file.C, classes/image.C, classes/table.C,
20686: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
20687: beautifying -99
20688:
20689: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
20690: classes/_response.h, classes/_unknown.h, classes/classes.C,
20691: classes/classes.h, classes/double.C, classes/file.C,
20692: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20693: classes/op.C, classes/random.C, classes/response.C,
20694: classes/string.C, include/pa_globals.h, main/main.dsp,
20695: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
20696: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
20697: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
20698: types/pa_vunknown.h: beautifying -100
20699:
20700: * src/main/compile.y: serge@ found @CLASS bug. fixed
20701:
20702: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
20703: classes/_op.h, classes/_random.h, classes/_table.h,
20704: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
20705: classes/op.C, classes/random.C, classes/response.C,
20706: classes/string.C, classes/table.C, classes/unknown.C,
20707: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
20708: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20709: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
20710: beautifying
20711:
20712: 2001-04-26 paf
20713:
20714: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
20715:
20716: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
20717: documentation ++
20718:
20719: * src/: classes/_exec.h, doc/doxygen.cfg,
20720: include/pa_config_fixed.h, include/pa_config_includes.h,
20721: targets/cgi/pa_pool.C: code documentation ++
20722:
20723: * src/: classes/_image.h, classes/op.C, classes/random.C,
20724: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20725: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20726: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
20727: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20728: types/pa_vmethod_frame.h, types/pa_vobject.h,
20729: types/pa_vrequest.C, types/pa_vrequest.h,
20730: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
20731: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
20732: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
20733: code documentation ++
20734:
20735: * src/: classes/image.C, classes/mail.C, classes/string.C,
20736: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
20737: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
20738: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
20739: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20740: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20741: types/pa_vobject.h, types/pa_vstateless_class.h,
20742: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
20743:
20744: * src/main/: pa_request.C, pa_string.C: z
20745:
20746: * src/: include/pa_common.h, include/pa_types.h,
20747: main/pa_sql_driver_manager.C: module [and, guess, isapi]
20748: connection caching fixed. request-pooled-url were stored into
20749: global connectioncache
20750:
20751: 2001-04-25 paf
20752:
20753: * src/: doc/doxygen.cfg, doc/doxygen.txt,
20754: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
20755:
20756: * src/: include/code.h, include/pa_common.h, main/compile.y,
20757: main/execute.C, main/pa_common.C: -d
20758:
20759: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
20760: illegal call check a bit improved, but still under iis no mapping
20761: of dir with parser allowed!
20762:
20763: 2001-04-24 paf
20764:
20765: * src/targets/Makefile.am: apache module lib .am
20766:
20767: * src/main/pa_exec.C: windows32 buildCommand
20768:
20769: 2001-04-23 paf
20770:
20771: * src/targets/cgi/Makefile.am: win32 conditional
20772:
20773: * src/targets/cgi/Makefile.am: win32 conditional
20774:
20775: * src/targets/cgi/Makefile.am: liblink
20776:
20777: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
20778: vfile fields return type
20779:
20780: * src/types/pa_vfile.h: vfile fields return type
20781:
20782: * src/include/pa_config_auto.h.in: .h.in
20783:
20784: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
20785: types/Makefile: makefiles removed
20786:
20787: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
20788: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
20789:
20790: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
20791: [tested: i & g ]
20792:
20793: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
20794: @test noticed series in isapi, check how initialize_random_class
20795: is called! [must be called only once]
20796:
20797: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
20798: would not be 'unknown column'
20799:
20800: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
20801: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
20802:
20803: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
20804: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
20805: [now doesnt]
20806:
20807: * src/targets/cgi/parser3.C: cgi cmdline ver
20808:
20809: * src/targets/cgi/parser3.C: cgi /// @test disable
20810: /cgi-bin/parser3/auto.p
20811:
20812: * src/main/untaint.C: untaint without charset
20813:
20814: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
20815: main/pa_common.C: common: file_write /// @test mkdirs
20816: file_delete rmdirs
20817:
20818: * src/main/untaint.C: mail header only once to =?
20819:
20820: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
20821: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
20822: main/untaint.C: untaint - @test optimize whitespaces for
20823: all but 'html'
20824:
20825: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
20826: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20827: main/untaint.C: untaint - @test mail-header
20828:
20829: 2001-04-20 paf
20830:
20831: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20832: include/pa_request.h, include/pa_string.h, main/compile.y,
20833: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20834: targets/cgi/parser3.C: $MAIN:LOCALE
20835:
20836: * src/main/untaint.C: z
20837:
20838: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
20839:
20840: 2001-04-19 paf
20841:
20842: * src/main/compile_tools.h: $a$b bugfix
20843:
20844: * src/targets/cgi/parser3.C: z
20845:
20846: * src/classes/file.C: z
20847:
20848: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
20849: done: header to $fields. waits for header '\' tricks
20850:
20851: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20852: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
20853: changed urlencode here and in untaint.C to HTTP standard's " and
20854: \" mech
20855:
20856: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
20857: http://alx/~paf/ doesnt load /auto.p
20858:
20859: 2001-04-18 paf
20860:
20861: * src/main/pa_request.C: 1
20862:
20863: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
20864: linux @alx
20865:
20866: 2001-04-17 paf
20867:
20868: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
20869: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
20870: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
20871: enabled
20872:
20873: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20874: classes/_exec.h, classes/_file.h, classes/_form.h,
20875: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20876: classes/_random.h, classes/_response.h, classes/_string.h,
20877: classes/_table.h, classes/_unknown.h, classes/file.C,
20878: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
20879: include/pa_config_fixed.h, include/pa_config_includes.h,
20880: include/pa_hash.h, include/pa_sql_driver_manager.h,
20881: include/pa_version.h, main/Makefile.am, main/compile.y,
20882: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
20883: main/pa_sql_driver_manager.C, sql/Makefile.am,
20884: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
20885: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
20886: types/pa_vform.C, types/pa_vimage.h: exec @jav
20887:
20888: * src/: include/pa_sql_driver_manager.h,
20889: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20890: types/pa_vimage.h: sql driver interface now has initialize(client
20891: .so)
20892:
20893: 2001-04-16 paf
20894:
20895: * src/Makefile.am: compile2 cygwin
20896:
20897: * src/: include/pa_config_includes.h, main/pa_exec.C,
20898: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
20899:
20900: * src/targets/cgi/Makefile.am: compile0 jav
20901:
20902: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20903: classes/_exec.h, classes/_file.h, classes/_form.h,
20904: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20905: classes/_random.h, classes/_response.h, classes/_string.h,
20906: classes/_table.h, classes/_unknown.h, classes/image.C,
20907: classes/mail.C, classes/op.C, classes/random.C,
20908: include/pa_config_fixed.h, include/pa_config_includes.h,
20909: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
20910: main/compile.y, main/pa_common.C, main/pa_exec.C,
20911: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
20912: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
20913: compile-1
20914:
20915: 2001-04-15 paf
20916:
20917: * src/classes/op.C: z
20918:
20919: * src/classes/table.C: table:empty +=process
20920:
20921: * src/types/pa_value.h: MethodParams !junction
20922:
20923: * src/: classes/_string.h, classes/double.C, classes/file.C,
20924: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20925: classes/random.C, classes/response.C, classes/string.C,
20926: classes/table.C, classes/unknown.C, main/pa_request.C:
20927: MethodParams everywhere
20928:
20929: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
20930: types/pa_vmethod_frame.h: MethodParams in op.C
20931:
20932: 2001-04-12 paf
20933:
20934: * src/: classes/image.C, types/pa_vimage.h: image:font :text
20935:
20936: * src/: classes/_unknown.h, classes/unknown.C,
20937: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
20938: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
20939:
20940: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
20941:
20942: * src/classes/image.C: image:gif now does not have params
20943:
20944: * src/classes/image.C:
20945: image:line/fill/rectangle/bar/replace/polygon/polybar
20946:
20947: * src/: classes/image.C, classes/op.C, main/execute.C,
20948: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20949: for var now written not to r.wcontext, but to r.root cleared
20950: "entered_object" state
20951:
20952: 2001-04-11 paf
20953:
20954: * src/classes/image.C: image:create image:load
20955:
20956: * src/: classes/image.C, main/main.dsp: gd with mem write + image
20957: just compiled
20958:
20959: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20960: todo: gif without file
20961:
20962: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20963: started porting to Pooled descendant
20964:
20965: * src/: classes/image.C, main/execute.C, main/main.dsp,
20966: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
20967: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
20968: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
20969:
20970: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
20971: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
20972: end. switching to python imaging lib
20973:
20974: * src/main/main.dsp: gd+smtp made separate libs
20975:
20976: * src/: include/pa_globals.h, include/pa_string.h,
20977: main/pa_common.C, main/pa_request.C, main/untaint.C,
20978: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
20979: length
20980:
20981: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
20982: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
20983: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
20984: UL_FILE_NAME of posted file name
20985:
20986: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
20987: post [broke when moved post read to core]
20988:
20989: 2001-04-10 paf
20990:
20991: * src/classes/image.C: image:html done
20992:
20993: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
20994:
20995: * src/classes/image.C: z
20996:
20997: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
20998: forgotten!
20999:
21000: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21001: main/pa_request.C, main/pa_string.C, main/untaint.C,
21002: types/pa_vimage.h: image:measure -90
21003:
21004: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21005: classes/_int.h, classes/_mail.h, classes/_op.h,
21006: classes/_random.h, classes/_response.h, classes/_string.h,
21007: classes/_table.h, classes/file.C, classes/mail.C,
21008: include/pa_common.h, include/pa_globals.h, main/execute.C,
21009: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21010: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21011: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21012: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21013: compiled
21014:
21015: * src/classes/mail.C: minor bug with unclear from/to
21016:
21017: * src/classes/mail.C: sendmail unix skipping defaults
21018:
21019: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21020: sendmail unix added defaults
21021:
21022: * src/classes/mail.C: unix sendmail compiled. todo:testing
21023:
21024: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21025:
21026: 2001-04-09 paf
21027:
21028: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21029: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21030: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21031: targets/isapi/parser3isapi.dsp: all targets exec
21032:
21033: * src/: include/pa_sapi.h, include/pa_string.h,
21034: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21035: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21036: args in apache:util.script
21037:
21038: * src/include/pa_string.h: written but not tested exec with env for
21039: unix
21040:
21041: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21042: targets/cgi/parser3.C: exec win32 env
21043:
21044: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21045: 0
21046:
21047: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21048: main/execute.C, main/main.dsp, main/pa_globals.C,
21049: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21050: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21051:
21052: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21053: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21054:
21055: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21056: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21057:
21058: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21059: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21060: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21061: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21062: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21063: exec class just compiled. moved post read to request core
21064:
21065: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21066: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21067: main/pa_globals.C, targets/cgi/parser3.C,
21068: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21069: are already read by vform
21070:
21071: 2001-04-08 paf
21072:
21073: * src/: classes/file.C, classes/mail.C, classes/string.C,
21074: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21075: uuencode. string<<
21076:
21077: 2001-04-07 paf
21078:
21079: * src/classes/mail.C: z
21080:
21081: * src/classes/mail.C: z
21082:
21083: * src/classes/mail.C: ^mail[$attach
21084:
21085: * src/classes/mail.C: ^attach dead end
21086:
21087: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21088: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21089: targets/isapi/parser3isapi.C: mail:send 1
21090:
21091: * src/: classes/mail.C, main/pa_request.C: z
21092:
21093: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21094: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21095: compiled
21096:
21097: * src/classes/mail.C: +=
21098:
21099: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21100: prepared
21101:
21102: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21103: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21104: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21105: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21106:
21107: 2001-04-06 paf
21108:
21109: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21110: main/pa_string.C: table:dir 1
21111:
21112: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21113: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21114:
21115: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21116: classes/root.C, include/pa_globals.h, include/pa_request.h,
21117: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21118: main/pa_request.C: renamed 'root' to 'op'
21119:
21120: * src/classes/: _op.h, op.C: renamed from 'root'
21121:
21122: * src/types/pa_valiased.C: another root inherititance skipped
21123:
21124: * src/main/: compile.C, compile.y, execute.C: operators are now not
21125: root methods of parent class. just 'ROOT' class
21126:
21127: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21128: @office
21129:
21130: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21131:
21132: 2001-04-05 paf
21133:
21134: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21135: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21136: constructor flag dropped at get_method_frame and remembered into
21137: method_frame
21138:
21139: * src/: classes/file.C, classes/root.C, classes/string.C,
21140: classes/table.C, main/pa_request.C: junction to code&expression
21141: in errors
21142:
21143: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21144: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21145: $LOCALE:ctype[Russian_Russia.1251]
21146:
21147: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21148: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21149: main/pa_table.C: hash now not thread-safe.
21150:
21151: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21152: main/untaint.C: z
21153:
21154: * src/: classes/random.C, classes/root.C, classes/table.C,
21155: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21156: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21157: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21158: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21159:
21160: * src/: classes/table.C, include/pa_sql_connection.h,
21161: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21162:
21163: * src/classes/table.C: select * from hren error contains statement
21164:
21165: * src/: classes/table.C, include/pa_sql_connection.h,
21166: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21167: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21168:
21169: * src/: classes/root.C, include/pa_sql_connection.h,
21170: include/pa_sql_driver.h, main/main.dsp,
21171: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21172: services for conv memory & error reporting
21173:
21174: 2001-04-04 paf
21175:
21176: * src/doc/doxygen.cfg: z
21177:
21178: * src/include/pa_sql_driver.h: mysql connect
21179:
21180: * src/include/pa_sql_driver.h: mysql info
21181:
21182: * src/: classes/root.C, include/pa_sql_driver.h,
21183: include/pa_sql_driver_manager.h, main/main.dsp,
21184: main/pa_sql_driver_manager.C: more manager&connection&driver
21185:
21186: * src/sql/Makefile.am: forgot to add mysql client
21187:
21188: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21189: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21190: [forgot to add libltdl, added]
21191:
21192: * src/: Makefile.am, classes/root.C, classes/string.C,
21193: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21194: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21195: include/pa_string.h, include/pa_table.h, main/main.dsp,
21196: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21197: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21198: -1000 just compiled
21199:
21200: * src/: classes/random.C, classes/root.C, classes/table.C,
21201: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21202: main/pa_request.C, types/pa_vclass.h: sql frame -10
21203:
21204: 2001-04-03 paf
21205:
21206: * src/types/pa_vform.C: z
21207:
21208: * src/: classes/string.C, types/pa_vform.C: string:match replace
21209: assigned lang
21210:
21211: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21212: {}[]< empty []
21213:
21214: * src/: classes/file.C, classes/string.C, classes/table.C,
21215: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21216: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21217:
21218: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21219: string:match replace strange matches
21220:
21221: * src/classes/string.C: string:match replace 0
21222:
21223: * src/: classes/string.C, main/pa_string.C: string:match replace
21224: prepared 2
21225:
21226: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21227: string:match replace prepared
21228:
21229: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21230: string:match replace -11
21231:
21232: * src/: classes/string.C, include/pa_globals.h,
21233: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21234: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21235:
21236: * src/: classes/string.C, include/pa_globals.h,
21237: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21238: main/pa_string.C: string:match [search] -1 just compiled
21239:
21240: * src/types/pa_vstring.C: z
21241:
21242: * src/: classes/double.C, classes/file.C, classes/form.C,
21243: classes/int.C, classes/response.C, classes/root.C,
21244: classes/string.C, classes/table.C, include/pa_string.h,
21245: main/pa_string.C: string:match -10 [frame]
21246:
21247: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21248: main/pa_request.C: z
21249:
21250: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21251: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21252: todo/tests
21253:
21254: * src/include/pa_common.h: z
21255:
21256: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21257: main/pa_request.C, targets/cgi/parser3.C,
21258: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21259: content-disposition
21260:
21261: * src/: include/pa_common.h, include/pa_globals.h,
21262: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21263: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21264:
21265: * src/: include/pa_common.h, include/pa_request.h,
21266: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21267: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21268: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21269: response:body
21270:
21271: * src/classes/table.C: table:append now uses string::split
21272:
21273: * src/classes/table.C: z
21274:
21275: * src/: classes/file.C, classes/root.C, classes/string.C,
21276: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21277: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21278: include/pa_string.h, main/execute.C, main/pa_string.C,
21279: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21280: string::pos & cmp & piece bugs fixed. string::split new
21281: table:load separated from set table:set implemented with clean \n
21282: \t searches
21283:
21284: 2001-04-02 paf
21285:
21286: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21287: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21288: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21289: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21290: it in table:set/load
21291:
21292: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21293: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21294:
21295: * src/classes/random.C: random:generate 1
21296:
21297: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21298: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21299: types/pa_value.h: random:generate
21300:
21301: 2001-03-30 paf
21302:
21303: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21304: todo: table flip and append. string::pos
21305:
21306: * src/: classes/double.C, classes/file.C, classes/int.C,
21307: classes/response.C, classes/root.C, classes/string.C,
21308: classes/table.C, main/compile.y, main/execute.C,
21309: types/pa_value.h, types/pa_vstateless_class.C,
21310: types/pa_vstateless_class.h: static|dynamic|any method
21311: registration
21312:
21313: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21314: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21315: table:flip
21316:
21317: 2001-03-29 paf
21318:
21319: * src/classes/string.C: string:xsplit forgot that they must result
21320: in 1 row N column [not vice versa]
21321:
21322: * src/classes/string.C: z
21323:
21324: * src/classes/string.C: string: rsplit
21325:
21326: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21327: string: lsplit
21328:
21329: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21330: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21331: lsplit -1
21332:
21333: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21334: string: pos
21335:
21336: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21337: string: pos -1
21338:
21339: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21340: main/compile.y, main/pa_request.C, main/pa_string.C,
21341: main/untaint.C: string: left right mid
21342:
21343: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21344: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21345: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21346: and [;] are different now.
21347:
21348: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21349: main/untaint.C: pool.request undone
21350:
21351: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21352: main/untaint.C: pool.request
21353:
21354: 2001-03-28 paf
21355:
21356: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21357: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21358: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21359: $request:browser [.type .version]; unknown.get_double now = 0.
21360:
21361: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21362: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21363: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21364: types/pa_vform.C: file:load autodetection of mime-type by
21365: user-file-name
21366:
21367: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21368: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21369: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21370:
21371: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21372: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21373: write. must be self.set
21374:
21375: * src/: classes/file.C, classes/root.C, classes/table.C,
21376: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21377:
21378: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21379: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21380: types/pa_vtable.h: table:locate just compiled
21381:
21382: 2001-03-27 paf
21383:
21384: * src/main/: execute.C, pa_common.C: fixed r/w context of
21385: code-params2, fixed ntfs hardlink slow dir update
21386:
21387: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21388: types/pa_wcontext.h: fixed r/w context of code-params
21389:
21390: * src/: classes/table.C, main/execute.C: about to change junction
21391: rcontext!!
21392:
21393: * src/: classes/double.C, classes/int.C, classes/root.C,
21394: classes/string.C, classes/table.C, main/compile_tools.C,
21395: main/execute.C, main/pa_request.C, main/untaint.C,
21396: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21397: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21398: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21399: types/pa_vunknown.h: sort 0
21400:
21401: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21402: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21403: renamed to are_static_calls_disabled
21404:
21405: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21406: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21407: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21408: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21409:
21410: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21411:
21412: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21413: started table:sort fixed minor bug in #...^{
21414:
21415: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21416: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21417: decided to have as it were. stepped back. grammar: added 'in'
21418: 'is' 'lt'&co follow-space check
21419:
21420: 2001-03-26 paf
21421:
21422: * src/: classes/file.C, classes/root.C, classes/table.C,
21423: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21424: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21425: main/pa_table.C: moved ::save to pa_table. disabled @auto
21426: invocation in ^process
21427:
21428: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21429:
21430: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21431: main/pa_array.C: table:record
21432:
21433: * src/: main/untaint.C, targets/cgi/parser3.C,
21434: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21435: targets/isapi/pool_storage.h, types/pa_valiased.h,
21436: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
21437: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
21438: types/pa_vtable.h: z
21439:
21440: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
21441: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
21442: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21443: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
21444: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
21445: method realisations on 'self' validity - they now can simply
21446: assume that 'self' is V{Proper} .
21447:
21448: 2001-03-25 paf
21449:
21450: * src/main/untaint.C: z
21451:
21452: * src/main/: pa_request.C, untaint.C: moved default typo-table to
21453: lowlevel - it initialization could be skipped if failed in @auto.
21454: so that exception report would use some table
21455:
21456: * src/main/pa_request.C: table empty lines ignored. system-default
21457: content type assigned in output:result [can fail in main:auto and
21458: skipped normal defaults extraction]
21459:
21460: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
21461: bug
21462:
21463: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
21464: processing to table [except preliminary \r\n \r \n replacements
21465: to "\n"]
21466:
21467: * src/: classes/table.C, main/untaint.C: html-typo - decided to
21468: move all the processing to table
21469:
21470: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
21471: main/pa_table.C, main/untaint.C: returned table originating.
21472: useful for reporting typo table problems origin. think would be
21473: useful somewhere else
21474:
21475: * src/main/untaint.C: typo \r \r\n \n properly handled
21476:
21477: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
21478: include/pa_table.h, main/compile.y, main/compile_tools.C,
21479: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
21480: main/pa_string.C, main/pa_table.C, main/untaint.C,
21481: types/pa_vcookie.h: typo & typo-default
21482:
21483: 2001-03-24 paf
21484:
21485: * src/main/pa_common.C: z
21486:
21487: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21488: targets/cgi/parser3.C: html-typo 2
21489:
21490: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
21491: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
21492: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
21493: main/execute.C, main/pa_array.C, main/pa_globals.C,
21494: main/pa_request.C, main/pa_string.C, main/untaint.C,
21495: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21496: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
21497: noticed double default content-type prob. run cgi.cmd tomorrow
21498: first html-typo sample. detected << problem: they become ltlt too
21499: fast
21500:
21501: * src/main/compile.y: z
21502:
21503: * src/main/: compile.y, compile_tools.h: #comment
21504:
21505: * src/: classes/file.C, classes/root.C, classes/table.C,
21506: include/pa_common.h, include/pa_request.h, main/compile.y,
21507: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21508: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
21509: stringified
21510:
21511: * src/types/pa_valiased.C: decided to String-ify file_read
21512:
21513: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
21514: isapi/parser3isapi.dsp: cgi: sapi::log
21515:
21516: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
21517: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
21518: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
21519: error log experiments failed - cgi under iis got no access to
21520: log. registereventsource simply failed with 5(illegal call) code,
21521: while worked OK as standalone executable. isapi: used
21522: HSE_APPEND_LOG_PARAMETER feature
21523:
21524: * src/: include/pa_common.h, include/pa_globals.h,
21525: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21526: targets/isapi/parser3isapi.C: fixed default content-type
21527: allocation storage
21528:
21529: * src/: include/pa_globals.h, include/pa_request.h,
21530: main/pa_globals.C, main/pa_request.C: z
21531:
21532: * src/: include/pa_array.h, include/pa_hash.h,
21533: include/pa_request.h, main/compile.y, main/pa_array.C,
21534: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21535: types/pa_vcookie.C: cyclic uses ignored. defaulted default
21536: content-type
21537:
21538: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
21539: sanity
21540:
21541: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
21542: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
21543: away freeze mech. no danger now for you can't do
21544: ^request:process[@new-method[] body] trick anymore. still
21545: remains $some_instance.process[@new-method[] possibility] but
21546: would leave it as a feature. see index for sample
21547:
21548: * src/: include/pa_common.h, main/pa_common.C,
21549: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
21550: monkey every target
21551:
21552: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21553: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
21554: types/pa_vform.C, types/pa_vform.h: auto.p monkey
21555:
21556: 2001-03-23 paf
21557:
21558: * src/: include/pa_pool.h, main/pa_request.C,
21559: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21560: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21561: targets/isapi/pool_storage.h: isapi: dumb pool storage
21562:
21563: * src/targets/isapi/pa_pool.C: decided to continue with extension
21564:
21565: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
21566: it would be better to rewrite as filter then to deal with pool
21567:
21568: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
21569: now like in cgi, not from APPL_PHYSICAL_PATH
21570:
21571: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21572: include/pa_config_fixed.h, include/pa_config_includes.h,
21573: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
21574: include/pa_version.h, main/compile.y, main/execute.C,
21575: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21576: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21577: main/untaint.C, targets/cgi/parser3.C,
21578: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
21579: cgi: reinvent document_root and request_uri under iis. autoconf
21580: updated. introducing ap_config_includes
21581:
21582: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
21583:
21584: * src/targets/cgi/parser3.C: cgi: only one pool now
21585:
21586: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
21587: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21588: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21589: types/pa_venv.h, types/pa_vform.C: sapi made object
21590:
21591: * src/: include/pa_globals.h, main/pa_request.C,
21592: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21593: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21594: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
21595:
21596: * src/: main/pa_request.C, targets/cgi/parser3.C,
21597: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21598: isapi minor env beauty
21599:
21600: * src/: main/pa_request.C, targets/cgi/parser3.C,
21601: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21602: isapi document_root 0
21603:
21604: 2001-03-22 paf
21605:
21606: * src/targets/isapi/parser3isapi.C: isapi keep-alive
21607:
21608: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
21609: isapi/parser3isapi.C: z
21610:
21611: * src/: include/pa_pool.h, main/pa_request.C,
21612: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
21613:
21614: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
21615: kill.pl: isapi added utils
21616:
21617: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
21618: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21619: types/pa_vform.C: isapi 0
21620:
21621: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
21622: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21623: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21624: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
21625: started isapi
21626:
21627: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
21628: some comments
21629:
21630: * src/: include/pa_globals.h, include/pa_request.h,
21631: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21632: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
21633: parser_root_auto_path parser_site_auto_path
21634:
21635: * src/types/pa_vcookie.C: cookie attr decoded
21636:
21637: 2001-03-21 paf
21638:
21639: * src/targets/cgi/parser3.C: z
21640:
21641: * src/include/pa_globals.h: post. todo: config of auto.p path
21642:
21643: * src/: include/pa_globals.h, targets/cgi/parser3.C,
21644: types/pa_venv.h: in cookie & env. todo:post
21645:
21646: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
21647: classes/root.C, classes/table.C, include/pa_array.h,
21648: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
21649: include/pa_request.h, include/pa_string.h, main/Makefile.am,
21650: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
21651: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21652: main/pa_table.C, main/untaint.C, targets/Makefile.am,
21653: targets/cgi/Makefile.am, targets/cgi/parser3.C,
21654: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
21655: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
21656: shifted apache branch on main trunc
21657:
21658: * src/: include/pa_common.h, include/pa_globals.h,
21659: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21660: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
21661: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
21662: starting mod_parser3
21663:
21664: * src/targets/cgi/parser3.C: starting mod_parser3
21665:
21666: 2001-03-20 paf
21667:
21668: * src/: main/pa_common.C, targets/cgi/Makefile.am,
21669: targets/cgi/parser3.C: automake compiled and works. todo:make
21670: win32 ifdefs work and add ifdef unistd
21671:
21672: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
21673: main/Makefile.am, main/pa_common.C, main/pa_request.C,
21674: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
21675: z
21676:
21677: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
21678: main/execute.C, main/pa_common.C, types/Makefile.am: removing
21679: locking
21680:
21681: * src/: classes/Makefile.am, types/Makefile.am: z
21682:
21683: * src/: Makefile.am, classes/file.C, classes/root.C,
21684: classes/table.C, include/pa_array.h, include/pa_request.h,
21685: include/pa_string.h, main/Makefile.am, main/execute.C,
21686: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21687: main/pa_string.C, main/untaint.C, targets/Makefile.am,
21688: targets/cgi/Makefile.am, targets/cgi/parser3.C,
21689: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
21690:
21691: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21692: main/pa_request.C, types/pa_vfile.h: ^table:save
21693:
21694: * src/: classes/file.C, classes/table.C, include/pa_array.h,
21695: include/pa_common.h, include/pa_request.h, include/pa_string.h,
21696: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
21697: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
21698: types/pa_vform.h: z
21699:
21700: * src/include/pa_string.h: z
21701:
21702: * src/: classes/_request.h, classes/request.C, main/main.dsp,
21703: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
21704: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
21705: :Value
21706:
21707: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
21708: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
21709: :VStateless_object
21710:
21711: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
21712: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
21713: :VStateless_object
21714:
21715: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21716: types/pa_valiased.C, types/pa_vform.h: commented VForm
21717:
21718: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
21719: types/pa_valiased.h, types/pa_value.h,
21720: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21721: types/pa_vstateless_object.h: moved common get_element part from
21722: stateless object&class into VAliased
21723:
21724: * src/: classes/_env.h, classes/_table.h, classes/env.C,
21725: classes/table.C, main/execute.C, main/main.dsp,
21726: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
21727: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
21728: now :Value
21729:
21730: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
21731: main/execute.C, main/main.dsp, main/pa_globals.C,
21732: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
21733:
21734: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
21735: doxx
21736:
21737: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
21738: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21739: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
21740: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
21741: and ^file:save
21742:
21743: 2001-03-19 paf
21744:
21745: * src/types/pa_vfile.C: z
21746:
21747: * src/: classes/file.C, classes/request.C, classes/table.C,
21748: include/pa_string.h, main/main.dsp, main/pa_pool.C,
21749: main/pa_request.C, main/untaint.C, types/pa_value.h,
21750: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
21751:
21752: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
21753: include/pa_string.h, include/pa_table.h, main/main.dsp,
21754: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
21755: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
21756: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
21757: classes/_file.h, classes/file.C, types/pa_vfile.C,
21758: types/pa_vfile.h: file class just compiled
21759:
21760: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
21761: include/pa_table.h, include/pa_types.h, main/execute.C,
21762: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21763: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
21764: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
21765:
21766: * src/include/pa_pool.h: z
21767:
21768: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
21769: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
21770: Hash::Value to Val so to doxygen would finlly stop confusing
21771: those Value-s
21772:
21773: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
21774: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
21775: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21776: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21777: include/pa_types.h, main/compile.C, main/compile.y,
21778: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21779: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
21780: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
21781: main/pa_request.C, main/pa_string.C, main/pa_table.C,
21782: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
21783:
21784: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
21785: derivates somehow unlinked. don't know why yet
21786:
21787: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
21788: include/pa_string.h, include/pa_threads.h, main/compile.C,
21789: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21790: main/execute.C, main/pa_array.C, main/pa_common.C,
21791: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21792: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21793: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
21794:
21795: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
21796: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
21797: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
21798: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
21799: types/pa_vrequest.h: doc: detected Value derivates prob
21800:
21801: * src/include/pa_globals.h: z
21802:
21803: * src/: classes/_request.h, classes/request.C, include/code.h,
21804: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
21805: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
21806: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
21807: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21808: main/execute.C, main/pa_pool.C, main/pa_request.C,
21809: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21810: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
21811:
21812: 2001-03-18 paf
21813:
21814: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
21815: cookie: allowed access to hash-assigned
21816:
21817: * src/targets/cgi/parser3.C: z
21818:
21819: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
21820: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
21821: include/pa_types.h, main/main.dsp, main/pa_common.C,
21822: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21823: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21824: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
21825: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21826: types/pa_vunknown.h: cookie class
21827:
21828: * src/main/pa_request.C: zero length output allowed
21829:
21830: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
21831: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
21832:
21833: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
21834: lang switch
21835:
21836: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
21837: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21838: types/pa_value.h, types/pa_vhash.h:
21839: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21840:
21841: * src/main/execute.C: z
21842:
21843: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
21844: targets/cgi/parser3.C: taint[uri
21845:
21846: * src/: classes/request.C, classes/response.C, classes/root.C,
21847: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21848: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
21849: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
21850:
21851: * src/: classes/root.C, classes/string.C, include/pa_string.h,
21852: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21853: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
21854: types/pa_vstateless_class.C: convinient string(pool, char *src,
21855: bool tainted) ctor
21856:
21857: * src/: include/pa_hash.h, include/pa_request.h,
21858: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
21859: main/pa_request.C, main/pa_string.C, main/untaint.C,
21860: targets/cgi/parser3.C: proper @exceptions params tainting
21861:
21862: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
21863: response fields to header
21864:
21865: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21866: z
21867:
21868: * src/: classes/_response.h, classes/response.C,
21869: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21870: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
21871: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21872: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
21873: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
21874: $response: 0 request::core exception rethrow
21875:
21876: 2001-03-16 paf
21877:
21878: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
21879: types/pa_vrequest.h: native method' class call with less params
21880: then needed error reporting
21881:
21882: * src/: classes/_request.h, classes/request.C,
21883: include/pa_globals.h, include/pa_request.h, main/execute.C,
21884: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21885: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
21886: types/pa_vrequest.h: $request : query :uri
21887:
21888: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
21889: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
21890: types/pa_wcontext.h: $result
21891:
21892: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
21893:
21894: * src/: classes/double.C, include/code.h, main/compile.y,
21895: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
21896: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21897:
21898: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
21899: main/compile.y, main/execute.C, types/pa_value.h,
21900: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
21901: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
21902: wcontext conflict
21903:
21904: * src/: main/execute.C, types/pa_value.h,
21905: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
21906: $string.field
21907:
21908: 2001-03-15 paf
21909:
21910: * src/main/pa_request.C: news sample
21911:
21912: * src/: main/compile.y, main/execute.C, main/pa_request.C,
21913: targets/cgi/parser3.C, types/pa_vstring.h: @exception
21914:
21915: * src/main/: compile.y, execute.C: z
21916:
21917: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
21918: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
21919: pre pre works
21920:
21921: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21922: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
21923: fillfields just compiled
21924:
21925: 2001-03-14 paf
21926:
21927: * src/: include/pa_request.h, main/pa_request.C,
21928: targets/cgi/parser3.C: z
21929:
21930: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21931: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
21932: types/pa_vstring.h: limits -1
21933:
21934: * src/: include/pa_globals.h, include/pa_request.h,
21935: include/pa_types.h, main/main.dsp, main/pa_globals.C,
21936: main/pa_request.C, targets/cgi/parser3.C,
21937: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
21938: request_info -1
21939:
21940: * src/: include/pa_globals.h, main/pa_globals.C,
21941: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21942: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
21943: vform_fields_fill
21944:
21945: * src/targets/cgi/parser3.C: # if MSVC
21946:
21947: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
21948: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
21949:
21950: * src/targets/cgi/parser3.C: z
21951:
21952: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
21953: include/pa_string.h, include/pa_types.h, main/compile.y,
21954: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
21955: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
21956: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
21957: types/pa_vunknown.h: global handler, exceptions in parser3
21958:
21959: 2001-03-13 paf
21960:
21961: * src/: classes/form.C, main/compile.y, main/core.C,
21962: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
21963: types/pa_vform.h, types/pa_vstateless_class.C,
21964: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
21965: instead
21966:
21967: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21968: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
21969: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
21970: started cgi target
21971:
21972: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21973: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
21974: before error show with parser
21975:
21976: * src/: classes/_form.h, classes/form.C, include/core.h,
21977: include/pa_request.h, main/core.C, main/pa_request.C,
21978: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
21979:
21980: * src/targets/cgi/: parser.dsp, parser3.dsp: z
21981:
21982: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
21983: parser3.C: renamed targets/ parser to cgi
21984:
21985: * src/: classes/double.C, classes/env.C, classes/int.C,
21986: classes/root.C, classes/string.C, classes/table.C,
21987: include/pa_request.h, types/pa_vhash.h: z
21988:
21989: * src/: classes/_env.h, classes/env.C, classes/root.C,
21990: include/core.h, include/pa_pool.h, include/pa_request.h,
21991: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
21992: main/pa_common.C, main/pa_request.C, types/pa_value.h,
21993: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
21994: [historical moment :)]
21995:
21996: * src/: include/code.h, include/pa_string.h, main/compile.y,
21997: main/execute.C, main/pa_string.C: 'value is type' expr operator
21998:
21999: * src/types/pa_venv.h: $ENV 1
22000:
22001: * src/main/execute.C: z
22002:
22003: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22004: future methods of ENV constructor if
22005:
22006: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22007: class
22008:
22009: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22010: classes/_root.h, classes/_string.h, classes/_table.h,
22011: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22012: classes/string.C, classes/table.C, include/pa_request.h,
22013: main/compile.C, main/compile_tools.h, main/core.C,
22014: main/execute.C, main/main.dsp, main/pa_request.C,
22015: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22016: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22017: types/pa_vobject.h, types/pa_vstateless_class.C,
22018: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22019: types/pa_wcontext.h: $ENV: re 0, stateless classes
22020:
22021: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22022: classes/_root.h, classes/_string.h, classes/_table.h,
22023: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22024: classes/string.C, classes/table.C, include/pa_request.h,
22025: main/compile.C, main/compile_tools.h, main/core.C,
22026: main/execute.C, main/main.dsp, main/pa_request.C,
22027: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22028: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22029: types/pa_vobject.h, types/pa_vstateless_class.C,
22030: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22031: types/pa_wcontext.h: $ENV: re 0, stateless classes
22032:
22033: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22034: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22035: yesterdays bad decision on execute_static_method
22036:
22037: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22038:
22039: * src/: classes/double.C, classes/int.C, classes/root.C,
22040: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22041:
22042: * src/main/pa_request.C: z
22043:
22044: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22045: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22046:
22047: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22048: include/pa_pool.h, main/pa_request.C:
22049: restructure_exceptions_dead_end
22050:
22051: * src/: classes/root.C, main/compile.y: ^if required junctions.
22052: allowed ; inside {} to break params
22053:
22054: * src/classes/root.C: ^eval
22055:
22056: * src/: classes/_string.h, classes/double.C, classes/int.C,
22057: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22058: string ^format
22059:
22060: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22061: 'bad' but not 'enough'
22062:
22063: * src/: classes/double.C, classes/root.C, classes/table.C,
22064: include/pa_common.h, include/pa_types.h, main/compile.y,
22065: main/pa_common.C, main/pa_request.C, main/untaint.C,
22066: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22067: types/pa_wwrapper.h: think constructing flag as is is bad
22068:
22069: * src/: classes/double.C, classes/int.C, classes/root.C,
22070: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22071: types/pa_vint.h: ^for
22072:
22073: 2001-03-12 paf
22074:
22075: * src/classes/table.C: table ^empty
22076:
22077: * src/: classes/table.C, include/pa_table.h: table ^menu
22078:
22079: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22080: ^offset ^line ^count
22081:
22082: * src/classes/root.C: ^round() ^floor() ^ceiling()
22083: ^abs() ^sign()
22084:
22085: * src/classes/: root.C, table.C: ^use
22086:
22087: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22088: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22089: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22090: ^while. switched off wcontext.constructing after write(value) or
22091: auto-vhash-constructing
22092:
22093: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22094: main/pa_request.C: fail_if_junction_ helper func
22095:
22096: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22097: include/pa_request.h, main/execute.C, main/main.dsp,
22098: main/pa_common.C, main/pa_request.C: ^process error point by
22099: actual method_name, not source. ^load
22100:
22101: * src/types/pa_vtable.h: table: no, better with string in cells...
22102:
22103: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22104: classes/_table.h, classes/table.C, main/untaint.C: z
22105:
22106: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22107: include/pa_table.h, main/core.C, main/execute.C,
22108: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22109: types/pa_value.h: table:set 0
22110:
22111: * src/: classes/root.C, include/core.h, include/pa_array.h,
22112: include/pa_request.h, include/pa_table.h, main/core.C,
22113: main/main.dsp, main/pa_request.C, main/pa_table.C,
22114: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22115: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22116: types/pa_vstring.h: freeze, ^table:create[] -1
22117:
22118: * src/: classes/root.C, types/pa_value.h: z
22119:
22120: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22121: get_method in couple places optimizing them
22122:
22123: * src/classes/root.C: z
22124:
22125: * src/: classes/root.C, types/pa_vclass.h: process temp main
22126: zeroing
22127:
22128: * src/: classes/double.C, classes/int.C, classes/root.C,
22129: classes/string.C, include/pa_common.h, include/pa_request.h,
22130: include/pa_string.h, include/pa_types.h, main/compile.C,
22131: main/compile.y, main/compile_tools.h, main/execute.C,
22132: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22133: types/pa_vmframe.h: ^process. actual names to store param and
22134: check_actual_numbered_params for better place diagnostics
22135:
22136: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22137: method-junctions bug fixed
22138:
22139: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22140: pa_vstateless_object.h, pa_vstring.h: stateless_object
22141:
22142: 2001-03-11 paf
22143:
22144: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22145: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22146: VDouble VInt base now VObject_base - without fields
22147:
22148: * src/: classes/root.C, include/core.h, main/core.C: z
22149:
22150: * src/: classes/double.C, classes/int.C, classes/root.C,
22151: classes/string.C, include/core.h, include/pa_hash.h,
22152: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22153: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22154:
22155: * src/: classes/double.C, classes/int.C, classes/root.C,
22156: include/pa_request.h, main/execute.C: intercept_string
22157:
22158: * src/: classes/double.C, classes/int.C, classes/root.C,
22159: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22160:
22161: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22162: ^inc-s(expr)
22163:
22164: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22165: classes/_root.h, classes/_string.h, classes/double.C,
22166: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22167: include/code.h, include/core.h, include/pa_array.h,
22168: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22169: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22170: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22171: include/pa_types.h, main/compile.C, main/compile.y,
22172: main/compile_tools.C, main/compile_tools.h, main/core.C,
22173: main/execute.C, main/pa_array.C, main/pa_common.C,
22174: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22175: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22176: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22177: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22178: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22179: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22180: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22181: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22182:
22183: * src/: main/pa_request.C, types/pa_vhash.h: z
22184:
22185: * src/: include/core.h, include/pa_request.h, main/core.C,
22186: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22187:
22188: * src/: include/pa_valiased.h, include/pa_value.h,
22189: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22190: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22191: include/pa_vjunction.h, include/pa_vmframe.h,
22192: include/pa_vobject.h, include/pa_vstring.h,
22193: include/pa_vunknown.h, include/pa_wcontext.h,
22194: include/pa_wwrapper.h, main/compile.y, main/core.C,
22195: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22196: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22197: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22198: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22199: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22200: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22201: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22202: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22203: include/
22204:
22205: 2001-03-10 paf
22206:
22207: * src/: include/core.h, include/pa_request.h, main/core.C,
22208: main/pa_request.C: run+auto=run
22209:
22210: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22211:
22212: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22213: classes/_root.h, classes/_string.h, classes/double.C,
22214: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22215: include/code.h, include/core.h, include/pa_array.h,
22216: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22217: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22218: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22219: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22220: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22221: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22222: include/pa_vjunction.h, include/pa_vmframe.h,
22223: include/pa_vobject.h, include/pa_vstring.h,
22224: include/pa_vunknown.h, include/pa_wcontext.h,
22225: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22226: main/compile_tools.C, main/compile_tools.h, main/core.C,
22227: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22228: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22229: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22230: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22231: main/pa_wcontext.C: sources header
22232:
22233: * src/main/pa_request.C: auto..
22234:
22235: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22236: main/pa_request.C: auto tree0
22237:
22238: * src/: include/core.h, include/pa_request.h, main/compile.y,
22239: main/core.C, main/pa_request.C: names to core.C
22240:
22241: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22242: include/pa_request.h, main/core.C, main/execute.C,
22243: main/pa_common.C, main/pa_request.C: root auto.p loaded
22244:
22245: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22246: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22247: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22248: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22249:
22250: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22251: @auto[] realised. auto.p scan togo
22252:
22253: * src/: include/pa_request.h, main/execute.C: autocalc
22254: code-junctions result now have names
22255:
22256: * src/: classes/double.C, classes/int.C, classes/root.C,
22257: classes/string.C, include/pa_request.h, include/pa_string.h,
22258: include/pa_wcontext.h, main/compile.y, main/execute.C,
22259: main/pa_string.C, main/pa_wcontext.C: tainting 0
22260:
22261: * src/classes/env.C: env:file/line
22262:
22263: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22264: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22265: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22266: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22267: main/compile_tools.C, main/compile_tools.h, main/core.C,
22268: main/execute.C, main/main.dsp, main/pa_cframe.C,
22269: main/pa_request.C, main/pa_wcontext.C: const fight finished
22270:
22271: * src/include/pa_vclass.h: const fight to go
22272:
22273: * src/: classes/_env.h, classes/env.C, classes/root.C,
22274: include/pa_request.h, include/pa_vclass.h, main/core.C,
22275: main/main.dsp: env0
22276:
22277: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22278: classes/_string.h, classes/double.C, classes/int.C,
22279: classes/root.C, classes/string.C, include/pa_request.h,
22280: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22281: include/pa_wcontext.h, main/core.C, main/main.dsp,
22282: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22283: main/pa_wcontext.C: ^lang prepare0
22284:
22285: 2001-03-09 paf
22286:
22287: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22288: construct proper naming
22289:
22290: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22291: classes/double.C, classes/int.C, classes/root.C,
22292: classes/string.C, include/code.h, include/pa_value.h,
22293: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22294: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22295: main/compile.y, main/compile_tools.C, main/core.C,
22296: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22297: and ^double[]. fixed expr type
22298:
22299: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22300: ^string.length[]
22301:
22302: 2001-03-08 paf
22303:
22304: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22305:
22306: * src/: include/pa_vclass.h, include/pa_vstring.h,
22307: include/pa_wcontext.h, main/compile.y, main/core.C,
22308: main/execute.C, main/main.dsp: dead end: vstring can't be
22309: derivated from vobject
22310:
22311: * src/: include/pa_vclass.h, include/pa_vhash.h,
22312: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22313:
22314: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22315: remained clone conseqs
22316:
22317: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22318:
22319: * src/main/pa_vclass.C: wow! vclass were out of vcs
22320:
22321: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22322: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22323: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22324: include/pa_vobject.h, include/pa_vstring.h,
22325: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22326: main/execute.C: withoud cloning. didn't need it actually, params
22327: got passed from out unnamed ewpool
22328:
22329: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22330: include/pa_vjunction.h, include/pa_vobject.h,
22331: include/pa_vunknown.h, main/compile.y: cloning dead end
22332:
22333: * src/: include/pa_bool.h, include/pa_double.h,
22334: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22335: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22336: include/pa_vjunction.h, include/pa_vmframe.h,
22337: include/pa_vobject.h, include/pa_vstring.h,
22338: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22339: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22340: to give params proper names
22341:
22342: * src/main/pa_wcontext.C: z
22343:
22344: * src/: include/pa_vmframe.h, main/execute.C: added names to
22345: unknown values in get_element and unfilled params. removed wrong
22346: name change in get_element
22347:
22348: * src/main/execute.C: z
22349:
22350: * src/main/execute.C: fixed problems calling operators in
22351: constructors
22352:
22353: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22354: detected problems calling operators in constructors
22355:
22356: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22357: autocalc def to string
22358:
22359: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22360: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22361:
22362: * src/classes/root.C: added root.c
22363:
22364: * src/: include/pa_request.h, include/pa_value.h,
22365: include/pa_vcframe.h, include/pa_vmframe.h,
22366: include/pa_wcontext.h, main/compile.C, main/compile.y,
22367: main/core.C, main/execute.C, main/pa_cframe.C,
22368: main/pa_wcontext.C: 'if' just compiled
22369:
22370: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22371: include/pa_vjunction.h, include/pa_vmframe.h,
22372: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22373: main/pa_wcontext.C: z
22374:
22375: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22376: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22377: with parameter names in operator methods
22378:
22379: * src/main/compile.y: minor renamings in .y
22380:
22381: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22382: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22383: @BASE. changed 'RUN' assignment mech
22384:
22385: * src/main/execute.C: z
22386:
22387: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22388: main/compile_tools.h, main/execute.C: made class: dynamic, not
22389: static. so to enable runtime ^use
22390:
22391: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22392:
22393: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22394: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22395:
22396: * src/main/execute.C: root root in code-junction
22397:
22398: 2001-03-07 paf
22399:
22400: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22401: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22402:
22403: * src/: include/pa_stack.h, include/pa_value.h,
22404: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22405: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22406: fixed rwcontext of {} params up
22407:
22408: * src/main/: compile.y, compile_tools.h: ^func(params)
22409:
22410: * src/main/compile.y: .y priorities syntax shaped up a bit
22411:
22412: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22413: include/pa_vunknown.h, main/compile.y, main/execute.C,
22414: main/pa_hash.C: expr def in -f
22415:
22416: * src/main/: compile.y, execute.C: expr calls
22417:
22418: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22419: fixed
22420:
22421: * src/main/compile.y: expr quoted code
22422:
22423: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22424: support0
22425:
22426: * src/main/compile.y: expr string comparisons 0
22427:
22428: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22429: main/pa_string.C: just compiled lt&co
22430:
22431: * src/main/execute.C: ^var.menu{$field} problem detected. that
22432: $field not a $var.field
22433:
22434: 2001-03-06 paf
22435:
22436: * src/main/compile.y: .y expr visible-shorter
22437:
22438: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
22439: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
22440: logical
22441:
22442: * src/: include/pa_vstring.h, main/compile.y: problems with
22443: skipping whitespace in yylex
22444:
22445: * src/include/pa_vbool.h: forgot this
22446:
22447: * src/: include/code.h, main/compile.y, main/execute.C: without
22448: string ops in expressions 0
22449:
22450: * src/: include/pa_value.h, include/pa_vdouble.h,
22451: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
22452: main/execute.C, main/main.dsp: !~
22453:
22454: * src/: include/pa_vcframe.h, include/pa_vclass.h,
22455: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
22456: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22457: include/pa_vunknown.h, include/pa_wcontext.h,
22458: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22459: main/compile_tools.h, main/execute.C: +-*/
22460:
22461: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
22462: main/compile_tools.h: grammar-1.1 $a(z) $a=0
22463:
22464: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
22465: main/execute.C: expr grammar-1 2*2=4.000000 :)
22466:
22467: * src/main/compile.y: expr grammar-1
22468:
22469: * src/main/compile.y: expr lexx1
22470:
22471: * src/main/: compile.y, execute.C, main.dsp: z
22472:
22473: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
22474: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
22475: main/execute.C: expr lex0 exec-1
22476:
22477: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
22478:
22479: 2001-02-26 paf
22480:
22481: * src/main/compile.y: max_string in yyerror bug fix
22482:
22483: 2001-02-25 paf
22484:
22485: * src/: include/pa_value.h, include/pa_vmframe.h,
22486: include/pa_wcontext.h, main/execute.C: VAliased3
22487:
22488: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
22489:
22490: * src/main/execute.C: VAliased1
22491:
22492: * src/: include/pa_request.h, include/pa_value.h,
22493: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
22494: VAliased0
22495:
22496: * src/: include/pa_pool.h, include/pa_request.h,
22497: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
22498: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
22499: VAliased just compiled
22500:
22501: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
22502: include/pa_vobject.h, main/execute.C: alias dead end
22503:
22504: * src/: include/pa_value.h, include/pa_vclass.h,
22505: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22506: main/main.dsp: no not get fields into interm VFielded class.
22507: fields & staticfields 1
22508:
22509: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
22510: include/pa_vobject.h, include/pa_wcontext.h,
22511: include/pa_wwrapper.h, main/core.C, main/execute.C,
22512: main/main.dsp: would now get fields into interm VFielded class
22513:
22514: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22515: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22516: include/pa_wcontext.h, main/compile.y, main/core.C,
22517: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
22518: main/pa_wcontext.C: virtuals2
22519:
22520: * src/main/compile.y: : 1
22521:
22522: * src/main/compile.y: rethought to $class:static.field.subfield
22523:
22524: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
22525: $class:element
22526:
22527: * src/: include/pa_value.h, include/pa_vmframe.h,
22528: include/pa_wwrapper.h, main/compile.y, main/execute.C,
22529: main/pa_wcontext.C: before execute class calls rewrite
22530:
22531: * src/: include/pa_request.h, main/compile.C, main/core.C: default
22532: name RUN, also alias
22533:
22534: * src/main/compile.y: escaping bug
22535:
22536: * src/: include/pa_request.h, include/pa_value.h,
22537: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
22538: main/core.C, main/execute.C, main/pa_common.C: vobject1
22539:
22540: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22541: include/pa_vmframe.h, include/pa_vobject.h,
22542: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22543: main/compile_tools.h, main/execute.C: ^class:method() just
22544: compiled
22545:
22546: 2001-02-24 paf
22547:
22548: * src/main/main.dsp: no bison -d
22549:
22550: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
22551: class' err msg wrong
22552:
22553: * src/main/compile.y: z
22554:
22555: * src/main/: compile.y, core.C: yylex need some @special lines adj
22556:
22557: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
22558: main/compile.y, main/compile_tools.h, main/core.C: modules0
22559:
22560: * src/: include/pa_vclass.h, main/core.C: z
22561:
22562: * src/: include/pa_value.h, include/pa_vclass.h,
22563: include/pa_vobject.h, main/main.dsp: vobject00
22564:
22565: * src/main/pa_array.C: minor bug in expanding very small arrays.
22566: 60% from 1 were 0
22567:
22568: * src/: include/pa_value.h, include/pa_wcontext.h,
22569: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
22570: as bad as you've named it: wcontext.value() was not a perfect
22571: idea
22572:
22573: * src/main/execute.C: codeframe1
22574:
22575: * src/: include/pa_value.h, include/pa_vcframe.h,
22576: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
22577: include/pa_vjunction.h, include/pa_vmframe.h,
22578: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22579: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
22580: just compiled
22581:
22582: * src/: include/pa_vframe.h, main/compile.y: found junction
22583: ideology @: ^x{$a()) must construct current wcontext element, so
22584: smart wcontext handling needed
22585:
22586: * src/main/compile.y: fixed grammar bugs in constructor/params
22587: klinch
22588:
22589: * src/main/: compile.y, execute.C: fixed empty constructor
22590: optimized empty case. failed on calls - produced empty string
22591: param
22592:
22593: * src/main/compile.y: fixed last \n macrotemplate strip bug
22594:
22595: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
22596: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
22597: main/compile_tools.C, main/compile_tools.h, main/core.C,
22598: main/execute.C: code junctions0. something wrong with last \n
22599: macrotemplate strip
22600:
22601: * src/: include/pa_value.h, main/compile.C, main/core.C,
22602: main/pa_value.C: minor error reporting format beautifyings
22603:
22604: * src/: include/pa_value.h, include/pa_vclass.h,
22605: include/pa_vframe.h, main/core.C, main/execute.C,
22606: main/pa_value.C: get_method RIP. junctions everywhere. call with
22607: junctions0
22608:
22609: 2001-02-23 paf
22610:
22611: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
22612: pa_wwrapper.h: lara came, can't work, sorry :(
22613:
22614: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
22615: junction
22616:
22617: * src/: include/pa_vframe.h, include/pa_vunknown.h,
22618: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
22619: main/execute.C, main/main.dsp, main/pa_value.C: call0
22620:
22621: * src/: include/pa_hash.h, include/pa_value.h,
22622: include/pa_wcontext.h, main/core.C, main/execute.C,
22623: main/main.dsp, main/pa_hash.C: started call. store param, vframe
22624: done
22625:
22626: * src/include/pa_wcontext.h: z
22627:
22628: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
22629: wrong grammar in complex constructor case
22630:
22631: * src/main/: compile.y, execute.C: empty constructor bug fixed
22632:
22633: * src/main/execute.C: with result rwpool
22634:
22635: * src/: include/pa_value.h, main/core.C, main/execute.C,
22636: main/main.dsp: value named
22637:
22638: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
22639: strign 2 value in 2 places in execute
22640:
22641: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
22642: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
22643: wcontext.put_element when wcontext fvalue==0
22644:
22645: 2001-02-22 paf
22646:
22647: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22648: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
22649: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
22650:
22651: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
22652: erroreos checkout
22653:
22654: * src/: include/pa_request.h, main/compile.y: $self.put(val)
22655:
22656: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
22657: main/compile_tools.h, main/pa_array.C: $self.get
22658:
22659: * src/main/: compile.C, compile.y, compile_tools.C: z
22660:
22661: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
22662: bit. finished now.
22663:
22664: * src/main/compile.y: $: finished
22665:
22666: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
22667:
22668: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
22669: main/execute.C: OP_STRING better then some xxx _VALUE
22670:
22671: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
22672: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22673: string to vstring it .y all
22674:
22675: * src/: include/pa_request.h, include/pa_stack.h,
22676: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
22677: all
22678:
22679: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
22680: precise parse error line:col
22681:
22682: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
22683: main/pa_hash.C, main/pa_pool.C: TRY...
22684:
22685: * src/: include/pa_exception.h, include/pa_pool.h,
22686: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
22687: main/compile.C, main/compile.y, main/compile_tools.C,
22688: main/core.C, main/pa_array.C, main/pa_exception.C,
22689: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
22690: main/pa_table.C: removed exception from request
22691:
22692: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
22693: some forgotten
22694:
22695: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22696: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
22697: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
22698: get/put simple vars to VClass works0
22699:
22700: * src/: include/pa_array.h, include/pa_wcontext.h,
22701: main/pa_string.C: in process, but found that exceptions are too
22702: global
22703:
22704: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
22705: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
22706: main/execute.C, main/pa_string.C: write_value write_string 0 it
22707: seems wcontext must write strings regardles of fvalue!=0
22708:
22709: 2001-02-21 paf
22710:
22711: * src/main/execute.C: tired :)
22712:
22713: * src/main/: compile.C, compile.y, execute.C: store0
22714:
22715: * src/: include/compile.h, include/execute.h, include/pa_array.h,
22716: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
22717: include/pa_wcontext.h, main/compile.C, main/compile.y,
22718: main/execute.C, main/main.dsp, main/pa_array.C,
22719: main/pa_request.C: get put -1 [just compiled]
22720:
22721: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
22722: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
22723: main/main.dsp, main/pa_request.C: request core methods0
22724:
22725: * src/: include/compile.h, include/pa_array.h, main/compile.C,
22726: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
22727: execute
22728:
22729: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
22730: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
22731: methods and one_big_piece. now compile returns array<method*>
22732:
22733: * src/main/compile.y: more straightforward yylex[end]
22734:
22735: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22736: string.operator==(char*)
22737:
22738: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
22739: main/execute.C, main/pa_array.C: after array.const get wonders
22740:
22741: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
22742: pa_string.h, pa_value.h: struck with const array.gets
22743:
22744: * src/main/: execute.C: z
22745:
22746: * src/main/: compile.y, execute.C: z
22747:
22748: * src/main/: compile.C, compile.y, compile_tools.h: error
22749: processing in eval & yyerror so it wouldn't cause memleaks.
22750:
22751: * src/main/: compile.C, compile.y: failed to add absolute precies
22752: parse error positions. leaving RIGHTMOST position as
22753: @file[line:col]
22754:
22755: * src/: include/compile.h, main/compile.C, main/compile.y,
22756: main/compile_tools.h: line numbers needed. would add them to .y
22757: now internally. externally it's not as precise as needed
22758:
22759: * src/: include/code.h, include/pa_types.h, main/compile.C,
22760: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22761: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
22762: compiler works ok
22763:
22764: 2001-02-20 paf
22765:
22766: * src/main/: compile.C, compile.y, compile_tools.C,
22767: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
22768: not perfect
22769:
22770: * src/: include/code.h, include/compile.h, include/execute.h,
22771: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
22772: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22773: main/compile.C, main/compile.y, main/compile_tools.C,
22774: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
22775: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22776: main/pa_string.C, main/pa_table.C: bison[yacc] first time
22777: compiled. execute=dump for now
22778:
22779: * src/main/core.C: core rewrite using yacc investigations now will
22780: be compile[yacc]/execute[opcodes]
22781:
22782: 2001-02-15 paf
22783:
22784: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
22785: rewrite as turing machine? for it seems it would be it's too many
22786: ifs with this syntax now
22787:
22788: 2001-02-14 paf
22789:
22790: * src/main/core.C: get_params 1
22791:
22792: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
22793: :( ]
22794:
22795: * src/main/core.C: varios breaks
22796:
22797: * src/main/core.C: get names 3
22798:
22799: * src/main/core.C: get names 2
22800:
22801: * src/main/core.C: get names 1
22802:
22803: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
22804: names 0
22805:
22806: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
22807: text repassing2 operator static vars
22808:
22809: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
22810: main/pa_string.C: process text repassing
22811:
22812: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22813: module:calls changes
22814:
22815: 2001-02-13 paf
22816:
22817: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22818: ^class:calls[] started
22819:
22820: * src/: include/pa_value.h, main/core.C: z
22821:
22822: * src/main/core.C: operators : and self. prefixes
22823:
22824: * src/main/core.C: z
22825:
22826: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22827: tested
22828:
22829: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22830: optimized
22831:
22832: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
22833: would change privates to better support optimization
22834:
22835: * src/: include/pa_string.h, main/pa_string.C:
22836: String_iterator::skip_to todo:optimize
22837:
22838: 2001-02-12 paf
22839:
22840: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
22841: String_iterator
22842:
22843: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
22844: comments
22845:
22846: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
22847: self/methodref joined
22848:
22849: 2001-02-11 paf
22850:
22851: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
22852: main/main.dsp: core started. core.C, context&value .h
22853:
22854: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22855: include/pa_string.h, main/main.dsp, main/pa_array.C,
22856: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
22857:
22858: 2001-01-30 paf
22859:
22860: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
22861: comments
22862:
22863: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
22864: main/pa_pool.C: moved pa_pool.C to be target specific
22865:
22866: * src/: include/pa_exception.h, include/pa_pool.h,
22867: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
22868: to & changes
22869:
22870: * src/: include/pa_exception.h, include/pa_pool.h,
22871: include/pa_request.h, include/pa_table.h, main/pa_array.C,
22872: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
22873: re-associated. that's much better even removed 'die' necessety
22874:
22875: * src/: include/pa_error.h, include/pa_exception.h,
22876: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22877: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
22878: targets/Makefile.am: lowered targets/parser into subdir, added
22879: parser_Pool(Pool) failed to add. would think..
22880:
22881: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
22882: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
22883: main/pa_string.C, main/pa_table.C: Table more like C++ style
22884: hence lots of 'const'
22885:
22886: * src/: include/pa_error.h, include/pa_request.h,
22887: include/pa_string.h, include/pa_table.h, main/pa_error.C,
22888: main/pa_table.C: Error fixed
22889:
22890: 2001-01-29 paf
22891:
22892: * src/: include/pa_array.h, include/pa_common.h,
22893: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
22894: include/pa_request.h, include/pa_string.h, include/pa_table.h,
22895: main/Makefile.am, main/pa_array.C, main/pa_common.C,
22896: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
22897:
22898: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22899: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22900: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
22901: main/pa_string.C, main/pa_table.C: Request Error Table
22902:
22903: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
22904: templates"
22905:
22906: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
22907: main/main.dsp, main/pa_array.C: templates failed no template
22908: specializations [VC6], no library auto instantation [VC6, GNU c++
22909: 2.95.2-6 from latest cygwin]
22910:
22911: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22912: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22913: main/main.dsp, main/pa_array.C, main/pa_string.C,
22914: main/pa_table.C: Table started would test template Array now
22915:
22916: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22917: String originating
22918:
22919: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
22920: main/pa_hash.C: made local Hash-es not thread safe=quicker by
22921: SYNCHRONIZED(thread_safe)
22922:
22923: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
22924: parts to top
22925:
22926: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
22927: main/pa_threads.C: decided on one global_mutex, like PHP as I can
22928: see: needed only in global Hash now, made Hash:: put/get
22929: SYNCHRONIZED
22930:
22931: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
22932: main/pa_threads.C: added pa_threads
22933:
22934: Mutex
22935:
22936: * src/include/pa_hash.h: some comments
22937:
22938: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
22939: Array& operator += (Array& src)
22940:
22941: * src/main/pa_array.C: expand not convinient, would rewrite
22942:
22943: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
22944: (Array& src)
22945:
22946: rethought, would change now
22947:
22948: 2001-01-27 paf
22949:
22950: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
22951: caching
22952:
22953: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22954: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
22955: cache rethought to chunk caching
22956:
22957: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22958: include/pa_string.h, main/main.dsp, main/pa_array.C,
22959: main/pa_hash.C, main/pa_string.C: Array 0
22960:
22961: * src/main/pa_string.C: String::operator ==
22962:
22963: * src/main/pa_hash.C: String(&String)
22964:
22965: * src/main/pa_hash.C: added pa_hash.C [forgotten]
22966:
22967: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
22968: main/main.dsp, main/pa_string.C: uint, and added pa_types &
22969: pa_hash[forgotten]
22970:
22971: 2001-01-26 paf
22972:
22973: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22974: removed templates [vc++ suxx]
22975:
22976: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
22977: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
22978:
22979: * src/include/: pa_pool.h, pa_string.h: pa_pool split
22980:
22981: * src/main/: main.dsp, pa_string.C: $Id$ check
22982:
22983: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
22984: check
22985:
22986: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
22987: dynamic row_count
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: Initial revision
22992:
22993: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
22994: main/main.dsp, main/pa_pool.C, main/pa_string.C,
22995: targets/Makefile.am: creating parser3 module
22996:
E-mail: